From unknown Thu Aug 14 18:38:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#21739: 25.0.50; Frame title not updated after killing buffer Resent-From: oscarfv@telefonica.net (=?UTF-8?Q?=C3=93scar?= Fuentes) Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 22 Oct 2015 23:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 21739 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 21739@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.14455548072737 (code B ref -1); Thu, 22 Oct 2015 23:01:01 +0000 Received: (at submit) by debbugs.gnu.org; 22 Oct 2015 23:00:07 +0000 Received: from localhost ([127.0.0.1]:33374 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZpOpl-0000gb-Gt for submit@debbugs.gnu.org; Thu, 22 Oct 2015 19:00:06 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55637) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZpOpQ-0000fj-8V for submit@debbugs.gnu.org; Thu, 22 Oct 2015 18:59:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpOpP-0004aM-4y for submit@debbugs.gnu.org; Thu, 22 Oct 2015 18:59:23 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:44340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpOpP-0004aI-1b for submit@debbugs.gnu.org; Thu, 22 Oct 2015 18:59:23 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpOpO-000145-2f for bug-gnu-emacs@gnu.org; Thu, 22 Oct 2015 18:59:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpOpK-0004Y5-RF for bug-gnu-emacs@gnu.org; Thu, 22 Oct 2015 18:59:22 -0400 Received: from smtp11.acens.net ([86.109.99.135]:34629 helo=smtp.movistar.es) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpOpK-0004Xn-Gd for bug-gnu-emacs@gnu.org; Thu, 22 Oct 2015 18:59:18 -0400 X-CTCH-RefID: str=0001.0A0B0205.56296A43.00BF, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown Received: from qcore (81.44.103.157) by smtp.movistar.es (8.6.122.03) (authenticated as 981711563$telefonica.net) id 560BD373012A373D for bug-gnu-emacs@gnu.org; Thu, 22 Oct 2015 22:59:21 +0000 From: oscarfv@telefonica.net (=?UTF-8?Q?=C3=93scar?= Fuentes) Date: Fri, 23 Oct 2015 00:59:14 +0200 Message-ID: <87wpuey0fx.fsf@telefonica.net> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.3 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.3 (----) 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 From unknown Thu Aug 14 18:38:43 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: oscarfv@telefonica.net (=?UTF-8?Q?=C3=93scar?= Fuentes) Subject: bug#21739: closed (Re: bug#21739: 25.0.50; Frame title not updated after killing buffer) Message-ID: References: <83a8rarmv6.fsf@gnu.org> <87wpuey0fx.fsf@telefonica.net> X-Gnu-PR-Message: they-closed 21739 X-Gnu-PR-Package: emacs Reply-To: 21739@debbugs.gnu.org Date: Fri, 23 Oct 2015 08:49:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1445590143-5762-1" This is a multi-part message in MIME format... ------------=_1445590143-5762-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #21739: 25.0.50; Frame title not updated after killing buffer which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 21739@debbugs.gnu.org. --=20 21739: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D21739 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1445590143-5762-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 21739-done) by debbugs.gnu.org; 23 Oct 2015 08:49:01 +0000 Received: from localhost ([127.0.0.1]:33765 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZpY21-0001Uj-DG for submit@debbugs.gnu.org; Fri, 23 Oct 2015 04:49:01 -0400 Received: from mtaout25.012.net.il ([80.179.55.181]:39607) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZpY1z-0001Ub-CG for 21739-done@debbugs.gnu.org; Fri, 23 Oct 2015 04:49:00 -0400 Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NWO0030001BRV00@mtaout25.012.net.il> for 21739-done@debbugs.gnu.org; Fri, 23 Oct 2015 11:46:42 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NWO00LG00DUL180@mtaout25.012.net.il>; Fri, 23 Oct 2015 11:46:42 +0300 (IDT) Date: Fri, 23 Oct 2015 11:49:01 +0300 From: Eli Zaretskii Subject: Re: bug#21739: 25.0.50; Frame title not updated after killing buffer In-reply-to: <87wpuey0fx.fsf@telefonica.net> X-012-Sender: halo1@inter.net.il To: oscarfv@telefonica.net (=?iso-8859-1?Q?=D3scar?= Fuentes) Message-id: <83a8rarmv6.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT References: <87wpuey0fx.fsf@telefonica.net> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 21739-done Cc: 21739-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > 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. ------------=_1445590143-5762-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Oct 2015 23:00:07 +0000 Received: from localhost ([127.0.0.1]:33374 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZpOpl-0000gb-Gt for submit@debbugs.gnu.org; Thu, 22 Oct 2015 19:00:06 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55637) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZpOpQ-0000fj-8V for submit@debbugs.gnu.org; Thu, 22 Oct 2015 18:59:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpOpP-0004aM-4y for submit@debbugs.gnu.org; Thu, 22 Oct 2015 18:59:23 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:44340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpOpP-0004aI-1b for submit@debbugs.gnu.org; Thu, 22 Oct 2015 18:59:23 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpOpO-000145-2f for bug-gnu-emacs@gnu.org; Thu, 22 Oct 2015 18:59:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpOpK-0004Y5-RF for bug-gnu-emacs@gnu.org; Thu, 22 Oct 2015 18:59:22 -0400 Received: from smtp11.acens.net ([86.109.99.135]:34629 helo=smtp.movistar.es) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpOpK-0004Xn-Gd for bug-gnu-emacs@gnu.org; Thu, 22 Oct 2015 18:59:18 -0400 X-CTCH-RefID: str=0001.0A0B0205.56296A43.00BF, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown Received: from qcore (81.44.103.157) by smtp.movistar.es (8.6.122.03) (authenticated as 981711563$telefonica.net) id 560BD373012A373D for bug-gnu-emacs@gnu.org; Thu, 22 Oct 2015 22:59:21 +0000 From: oscarfv@telefonica.net (=?utf-8?Q?=C3=93scar?= Fuentes) To: bug-gnu-emacs@gnu.org Subject: 25.0.50; Frame title not updated after killing buffer Date: Fri, 23 Oct 2015 00:59:14 +0200 Message-ID: <87wpuey0fx.fsf@telefonica.net> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.3 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.3 (----) 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 ------------=_1445590143-5762-1--