"Richard M. Stallman" <[EMAIL PROTECTED]> writes:
> Emacs highlights the first "world!" that is about to replace, then in
> the echo area I see:
>
> "Error in menu-bar-update-hook: (error Variable binding depth exceeds
>max-specpdl-size)"
>
> Can you provide a precise way to
Chris Mears <[EMAIL PROTECTED]> writes:
> I have encountered a problem with large buffers in CVS Emacs. When some
> commands are run on large-ish buffers Emacs seems to overflow some
> internal limit.
>
> Steps to reproduce:
>
> - emacs -q
> - C-x b a-big-buffer
Hi,
I have encountered a problem with large buffers in CVS Emacs. When some
commands are run on large-ish buffers Emacs seems to overflow some
internal limit.
Steps to reproduce:
- emacs -q
- C-x b a-big-buffer RET
- M-: (dotimes (i 6) (insert "hello world!\n"))
- Move point to start of buf