Re: Problem with large buffers

2005-07-22 Thread Chris Mears
"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

Re: Problem with large buffers

2005-07-22 Thread Chris Mears
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

Problem with large buffers

2005-07-21 Thread Chris Mears
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