Re: hack-local-variables bug?

2005-03-18 Thread David PONCE
Richard Stallman wrote: > I think that fix is right. Please do install. > Done. ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: hack-local-variables bug?

2005-03-16 Thread Richard Stallman
I think that fix is right. Please do install. ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: hack-local-variables bug?

2005-03-16 Thread David PONCE
Hi, > 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. Is the following patch better? I can commit it if it helps. Davi

Re: hack-local-variables bug?

2005-03-15 Thread Richard Stallman
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

hack-local-variables bug?

2005-03-14 Thread David PONCE
Hi All, When opening the etc/NEWS file with `case-fold-search' customized to be nil, I got this error: Debugger entered--Lisp error: (error "Local variables list is not properly terminated") signal(error ("Local variables list is not properly terminated")) error("Local variables list is not p