[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#17007: 24.3.50; describe-key/function evaluates documentation functi
From: |
João Távora |
Subject: |
bug#17007: 24.3.50; describe-key/function evaluates documentation function in the wrong buffer |
Date: |
Thu, 13 Mar 2014 19:18:52 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt) |
joaotavora@gmail.com (João Távora) writes:
> Glenn Morris <rgm@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
- bug#17007: 24.3.50; describe-key/function evaluates documentation function in the wrong buffer, João Távora, 2014/03/13
- bug#17007: 24.3.50; describe-key/function evaluates documentation function in the wrong buffer, Glenn Morris, 2014/03/13
- bug#17007: 24.3.50; describe-key/function evaluates documentation function in the wrong buffer, martin rudalics, 2014/03/14
- bug#17007: 24.3.50; describe-key/function evaluates documentation function in the wrong buffer, João Távora, 2014/03/14
- bug#17007: 24.3.50; describe-key/function evaluates documentation function in the wrong buffer, martin rudalics, 2014/03/14
- bug#17007: 24.3.50; describe-key/function evaluates documentation function in the wrong buffer, Nicolas Richard, 2014/03/14
- bug#17007: 24.3.50; describe-key/function evaluates documentation function in the wrong buffer, martin rudalics, 2014/03/14
- bug#17007: 24.3.50; describe-key/function evaluates documentation function in the wrong buffer, martin rudalics, 2014/03/16
- bug#17007: 24.3.50; describe-key/function evaluates documentation function in the wrong buffer, Nicolas Richard, 2014/03/16
- bug#17007: 24.3.50; describe-key/function evaluates documentation function in the wrong buffer, João Távora, 2014/03/16
- bug#17007: 24.3.50; describe-key/function evaluates documentation function in the wrong buffer, Juanma Barranquero, 2014/03/19
- bug#17007: 24.3.50; describe-key/function evaluates documentation function in the wrong buffer, martin rudalics, 2014/03/16