bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: forward-sentence requires newline at the end of the buffer?


From: Matt Hodges
Subject: Re: forward-sentence requires newline at the end of the buffer?
Date: 08 Mar 2001 10:58:56 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.99

>>>>> Alex Schroeder writes:

 > There is more amiss, however. The error seems undebuggable... The
 > following expression will not open a backtrace buffer.

 > (let ((debug-on-error t))
 >   (forward-sentence 100))

 > This is the real bug that confused me for the last half hour,
 > because I kept getting an error in a situation where I expected
 > none and I was unable to get a backtrace for it.

Does this give you a backtrace:

(let ((debug-on-error t)
      (debug-ignored-errors nil))
  (forward-sentence 100))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]