Re: Problem with large buffers

2005-07-23 Thread Richard M. Stallman
I fixed this. Thanks. ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

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 Richard M. Stallman
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 reproduce this problem? Once able to reproduce it, I think we c

Re: Problem with large buffers

2005-07-22 Thread Juri Linkov
>> 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. I can easily reproduce this problem with just M-x gnus RET, so I get an infinite loop and can't use Gnus with the freshest CVS. Due

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 RET > - M-: (dotimes (i 6) (in

Re: Problem with large buffers

2005-07-22 Thread Mathias Dahl
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 RET > - M-: (dotimes (i 6) (i