GNU bug report logs -
#37745
(save-window-excursion (shell) (buffer-name (current-buffer)))
Previous Next
Reported by: Eduardo Ochs <eduardoochs <at> gmail.com>
Date: Mon, 14 Oct 2019 07:57:01 UTC
Severity: normal
Tags: fixed
Fixed in version 27.1
Done: Michael Albinus <michael.albinus <at> gmx.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
martin rudalics <rudalics <at> gmx.at> writes:
>>> In many versions of Emacs the sexp below
>>>
>>> (save-window-excursion (shell) (buffer-name (current-buffer)))
>>>
>>> returns "*shell*", but in some recent versions it returns the name of
>>> the current buffer instead.
>>
>> This seems to be introduced by
>>
>> commit 59191cd0cbe8463f9095a71cb4048bb138d6e446
>> Author: Michael Albinus <michael.albinus <at> gmx.de>
>> Date: Sun Apr 2 11:02:54 2017 +0200
>>
>> Apply connecion-local variables for shells
>>
>> if I read the log right.
>>
>> It wraps the `pop-to-buffer' in a `(with-current-buffer buffer', so
>> current-buffer doesn't change like it used to.
>
> Why can't you simply use (buffer-name (shell)) instead?
That's possible, of course.
However, `shell' has always made the shell buffer current. It was an
oversight by me to change this.
I've added this behavior to the docstring of `shell', and fixed
this. Committed to master.
> martin
Best regards, Michael.
This bug report was last modified 5 years and 292 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.