GNU bug report logs -
#25209
25.1; can't delete *Shell Command Output*
Previous Next
Reported by: Francesco Potortì <pot <at> gnu.org>
Date: Thu, 15 Dec 2016 16:35:01 UTC
Severity: minor
Found in version 25.1
Done: Andreas Schwab <schwab <at> linux-m68k.org>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 25209 <at> debbugs.gnu.org (full text, mbox):
On Dez 15 2016, Francesco Potortì <pot <at> gnu.org> wrote:
> On a long-running multi-tty Emacs, at one point the *Shell Command
> Output* buffer refuses to go away.
>
> If I try to kill it, nothing happens, whether the current buffer is that
> one or any other one. The contents of the *Shell Command Output* buffer
> are always visible in the minibuffer. So, to make it unobtrusive, I
> need to issue an
> M-! echo -n RET
> every time the *Shell Command Output* buffer is dirtied.
Did you perhaps quit while the output of a shell-command was being
displayed, because it took too long? In that situation Emacs can end up
in a state where (minibuffer-window) points to the *Shell Command
Output* buffer, and kill-buffer will refuse to kill the buffer.
You can reset the minibuffer window with
(set-window-buffer (minibuffer-window) (get-buffer " *Minibuf-0*"))
Andreas.
--
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
This bug report was last modified 8 years and 205 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.