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

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

bug#12338: Status: 24.2.50; Error during redisplay (apropos which-functi


From: Michael Heerdegen
Subject: bug#12338: Status: 24.2.50; Error during redisplay (apropos which-function-mode?)
Date: Mon, 22 Oct 2012 13:12:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Jambunathan K <kjambunathan@gmail.com> writes:

> See
> http://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00353.html

I can confirm that this patch fixes the bug.  Please install.

BTW, here is a recipe to reproduce this bug with emacs -Q in the
*scratch* buffer:

1. M-: (progn
         (switch-to-buffer "*scratch*")
         (which-func-mode)
         (goto-char (point-max))
         (insert "(defun test (x) 1)")
         (setq pop-up-windows t)
         (display-buffer "*Messages*"))

2. Move point into the comment at the beginning of *scratch*.  You get
the message (over and over):

Error during redisplay: (eval (replace-regexp-in-string "%" "%%"
(gethash (selected-window) which-func-table which-func-unknown)))
signaled (wrong-type-argument arrayp nil)


Thanks,

Michael.





reply via email to

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