|
| From: | Johan Bockgård |
| Subject: | Re: describe-mode problem if called with minibuffer window selected |
| Date: | Wed, 17 Jan 2007 02:48:03 +0100 |
| User-agent: | Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.90 (gnu/linux) |
Richard Stallman <address@hidden> writes:
> I recall fixing something like this a few weeks ago.
The code can still recurse endlessly when filling a minibuffer, if
(point-min) equals 1 after narrowing in `fill-minibuffer-function'
(that is if (minibuffer-prompt-end) is 1):
(interactive "s") <-- C-x C-e
M-q
=> "Lisp nesting exceeds..."
--
Johan Bockgård
| [Prev in Thread] | Current Thread | [Next in Thread] |