* bug#21739: 25.0.50; Frame title not updated after killing buffer
@ 2015-10-22 22:59 Óscar Fuentes
2015-10-23 8:49 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Óscar Fuentes @ 2015-10-22 22:59 UTC (permalink / raw)
To: 21739
emacs -Q
Eval this code in *scratch*:
(global-set-key (kbd "C-k")
(lambda ()
(interactive)
(kill-buffer (current-buffer))))
(setq frame-title-format '("Emacs: %b %+%+ %f @ " system-name))
Notice the frame title, which should mention the current buffer's name
(*scratch*). Now press C-k to kill the buffer. *Messages* is shown, but
the frame title keeps mentioning *scratch*.
In GNU Emacs 25.0.50.4 (x86_64-unknown-linux-gnu, X toolkit)
of 2015-10-23
Repository revision: d4352f813a0703cc7f7a873525131b272ef0c105
Windowing system distributor 'The X.Org Foundation', version 11.0.11702000
System Description: Ubuntu 15.10
Configured using:
'configure --without-toolkit-scroll-bars --with-x-toolkit=lucid'
Configured features:
XAW3D XPM JPEG TIFF GIF PNG SOUND GSETTINGS NOTIFY LIBXML2 FREETYPE XFT
ZLIB LUCID X11
Important settings:
value of $LANG: C
locale-coding-system: nil
Major mode: Emacs-Lisp
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#21739: 25.0.50; Frame title not updated after killing buffer
2015-10-22 22:59 bug#21739: 25.0.50; Frame title not updated after killing buffer Óscar Fuentes
@ 2015-10-23 8:49 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2015-10-23 8:49 UTC (permalink / raw)
To: Óscar Fuentes; +Cc: 21739-done
> From: oscarfv@telefonica.net (Óscar Fuentes)
> Date: Fri, 23 Oct 2015 00:59:14 +0200
>
> emacs -Q
>
> Eval this code in *scratch*:
>
>
> (global-set-key (kbd "C-k")
> (lambda ()
> (interactive)
> (kill-buffer (current-buffer))))
>
> (setq frame-title-format '("Emacs: %b %+%+ %f @ " system-name))
>
>
> Notice the frame title, which should mention the current buffer's name
> (*scratch*). Now press C-k to kill the buffer. *Messages* is shown, but
> the frame title keeps mentioning *scratch*.
Thanks, fixed.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-23 8:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-22 22:59 bug#21739: 25.0.50; Frame title not updated after killing buffer Óscar Fuentes
2015-10-23 8:49 ` Eli Zaretskii
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).