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
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
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
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
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