[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Local variables not being defined
From: |
martin rudalics |
Subject: |
Re: Local variables not being defined |
Date: |
Wed, 31 Jan 2007 13:39:28 +0100 |
User-agent: |
Mozilla Thunderbird 1.0 (Windows/20041206) |
> And hack-local-variables does search for the exact "Local Variables:"
> string, so should not have found an occurrence with a lower case `v' and
> missing colon:
I don't know about the missing colon, but
-- User Option: case-fold-search
This buffer-local variable determines whether searches should
ignore case. If the variable is `nil' they do not ignore case;
otherwise they do ignore case.
hence
> (when (let ((case-fold-search t))
> (search-forward "Local Variables:" nil t))
> (skip-chars-forward " \t")
does not look for the exact string.
Re: Local variables not being defined,
martin rudalics <=