emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: hack-local-variables bug?


From: Richard Stallman
Subject: Re: hack-local-variables bug?
Date: Tue, 15 Mar 2005 13:39:06 -0500

    It looks like a let bind of `case-fold-search' is missing in
    `hack-local-variables'. This patch fixes the problem for me, however I
    am not sure it is the right thing to do.

You've analyzed the bug right, but the fix is not right.  Your change
binds case-fold-search over a long part of the code.  The right change
is to bind it only around the call to re-search-forward that searches
for End.

Would someone please do that?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]