GNU bug report logs -
#17007
24.3.50; describe-key/function evaluates documentation function in the wrong buffer
Previous Next
Reported by: joaotavora <at> gmail.com (João Távora)
Date: Thu, 13 Mar 2014 11:23:02 UTC
Severity: normal
Found in version 24.3.50
Done: Juanma Barranquero <lekktu <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 17007 <at> debbugs.gnu.org (full text, mbox):
joaotavora <at> gmail.com (João Távora) writes:
> Glenn Morris <rgm <at> gnu.org> writes:
>> João Távora wrote:
>>> replaced `with-output-to-temp-buffer' with
>>> `with-temp-buffer-window'. The former just binds `standard-output' while
>> The former was changed 2014-02-28, so presumably the issue you are
>> reporting is already gone in the current trunk.
> Ah, the former is good news, I'll try it out.
Alas, the problem persists, but it was probably solved for a week in
February.
I assumed you were talking about revno, which is the only relevant one I
found from 2014-02-28.
r116606: Revert recent with-temp-buffer-window chang
But I can confirm that it's not working now, with a build from precisely
that day and revno r116614.
It probably worked when the change that 116606 reverts was in place. I
can't find a note in the commit message stating the reason for the
reversion.
=== modified file 'lisp/window.el'
--- a/lisp/window.el 2014-02-21 11:04:27 +0000
+++ b/lisp/window.el 2014-02-28 09:10:55 +0000
@@ -189,8 +188,8 @@
`(let* ((,buffer (temp-buffer-window-setup ,buffer-or-name))
(standard-output ,buffer)
,window ,value)
- (setq ,value (progn ,@body))
(with-current-buffer ,buffer
+ (setq ,value (progn ,@body))
(setq ,window (temp-buffer-window-show ,buffer ,action)))
(if (functionp ,quit-function)
João
This bug report was last modified 11 years and 118 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.