From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 14 12:12:48 2014 Received: (at submit) by debbugs.gnu.org; 14 Jan 2014 17:12:48 +0000 Received: from localhost ([127.0.0.1]:50564 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W37Xk-0005ZR-0H for submit@debbugs.gnu.org; Tue, 14 Jan 2014 12:12:48 -0500 Received: from eggs.gnu.org ([208.118.235.92]:47278) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W37Xi-0005ZH-2j for submit@debbugs.gnu.org; Tue, 14 Jan 2014 12:12:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W37Xh-00026K-0y for submit@debbugs.gnu.org; Tue, 14 Jan 2014 12:12:45 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:43307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W37Xg-00026G-To for submit@debbugs.gnu.org; Tue, 14 Jan 2014 12:12:44 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W37Xc-0002K0-Mt for bug-gnu-emacs@gnu.org; Tue, 14 Jan 2014 12:12:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W37Xb-00025U-GW for bug-gnu-emacs@gnu.org; Tue, 14 Jan 2014 12:12:40 -0500 Received: from mail-ob0-x22f.google.com ([2607:f8b0:4003:c01::22f]:34714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W37Xb-00025Q-Bc for bug-gnu-emacs@gnu.org; Tue, 14 Jan 2014 12:12:39 -0500 Received: by mail-ob0-f175.google.com with SMTP id uz6so9504372obc.34 for ; Tue, 14 Jan 2014 09:12:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=uVOk7k6e3vckEToUSlv2n8prH9S4G1JgzsFHBu1hgJI=; b=vT+7n8vs8qHpGenhlnDCM3AzrxpINBqI6jzbm/dFqPMvoXyUL4xHrAkW9/dPZByNKx tiTwSyS11sv7riUN7on1ZDZCbN4U0R4Cc2yb6SBTXq7AIF9zJdZzuq/mNULpQHbo90wu B2M5XqYXkCGDJaEuJ8C70C719F4i3NDytDG2mfhxMD7gj5sHmyz7vEVTJ1E0VL0VI9qx 6IbJZAPBbOPbZiKPp4lYOzAg4qq6/EmUJXQ+ccfyXB/KxLT7ZQGvFT7uIHrxC5XrSNUI XduDX5TmFPVVhJVDWfTblONjsrVtMUb/ModcM2Og4SnfyRmjiiD7TpWwLe74yfecm/qi a+lw== MIME-Version: 1.0 X-Received: by 10.182.87.42 with SMTP id u10mr2029312obz.22.1389719558815; Tue, 14 Jan 2014 09:12:38 -0800 (PST) Received: by 10.76.21.84 with HTTP; Tue, 14 Jan 2014 09:12:38 -0800 (PST) Date: Tue, 14 Jan 2014 12:12:38 -0500 Message-ID: Subject: Regression: ff-find-other-file doesn't update frame title From: Barry OReilly To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=089e013cba62a4042404eff14c13 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). 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.0 (----) 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.0 (----) --089e013cba62a4042404eff14c13 Content-Type: text/plain; charset=ISO-8859-1 I use ff-find-other-file to switch between .h and .cc C++ files, using Emacs as an X11 window (Emacs frame). The title for the X11 window does not update itself when I switch between the two buffers with this command. eg if I'm in Foo.cc and the title shows Foo.cc, I do ff-find-other-file and successfully switch to Foo.h, but the title says Foo.cc. If I use the buffer-menu to go to Foo.h, the title updates fine. I tested with emacs-24.3 and don't witness the problem. I'm on RHEL 5. --089e013cba62a4042404eff14c13 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I use ff-find-other-file to switch between .h and .cc C++ = files, using Emacs as an X11 window (Emacs frame). The title for the X11 wi= ndow does not update itself when I switch between the two buffers with this= command. eg if I'm in Foo.cc and the title shows Foo.cc, I do ff-find-= other-file and successfully switch to Foo.h, but the title says Foo.cc. If = I use the buffer-menu to go to Foo.h, the title updates fine.

I tested with emacs-24.3 and don't witness the problem.

I= 9;m on RHEL 5.

--089e013cba62a4042404eff14c13-- From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 14 13:22:02 2014 Received: (at 16445) by debbugs.gnu.org; 14 Jan 2014 18:22:03 +0000 Received: from localhost ([127.0.0.1]:50671 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W38cj-0000b6-Ug for submit@debbugs.gnu.org; Tue, 14 Jan 2014 13:22:02 -0500 Received: from mail-ob0-f171.google.com ([209.85.214.171]:35258) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W38ch-0000aq-2E for 16445@debbugs.gnu.org; Tue, 14 Jan 2014 13:22:00 -0500 Received: by mail-ob0-f171.google.com with SMTP id wm4so3306441obc.16 for <16445@debbugs.gnu.org>; Tue, 14 Jan 2014 10:21:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=jbjdFlnp3VcJ/D0IAbDWYn7UuJoxTsoujlmGAiBEKDM=; b=MEj4czHd4P56qIKfWkCcRbhH/cVYTiDvAtfrkeYHr+8mKuK5Fiuo4ZMyfzx2uXSr/h C8y/Ier5rSztxzCfF8RM0BQSPm7BopzMI2WDMPwba5GVCF5DCClfQtveIZoK9IHgJSfL dKJfSAhgXr6wgYwJ68xOkL1ggCe9Hes6WIdU9llqDdxzHW5RneG/ejxemgz/uA0Rtx6B fsJ1GmkXgqzQ4Awtj25SIj3eMlN2RE0OSPim6Nixysl2XpagoMCMRn8Zvv4dsQOexQW1 /v1TO69LGeRbUMCZDLUVcmdSp1scy8kGG9yupJ/eNMmpDFYhUZ10ok9PVGa9gyycK5Rq CCZQ== MIME-Version: 1.0 X-Received: by 10.182.28.134 with SMTP id b6mr2296659obh.27.1389723718169; Tue, 14 Jan 2014 10:21:58 -0800 (PST) Received: by 10.76.21.84 with HTTP; Tue, 14 Jan 2014 10:21:58 -0800 (PST) In-Reply-To: References: Date: Tue, 14 Jan 2014 13:21:58 -0500 Message-ID: Subject: Re: bug#16445: Acknowledgement (Regression: ff-find-other-file doesn't update frame title) From: Barry OReilly To: 16445@debbugs.gnu.org Content-Type: multipart/alternative; boundary=001a11c2903c8ecae904eff2440a X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 16445 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: -0.7 (/) --001a11c2903c8ecae904eff2440a Content-Type: text/plain; charset=ISO-8859-1 This depends on some customization of mine. Here's a -Q recipe using a distillation of my init. Let /tmp/title-redisplay.el have content: (defun my-get-buffer-name () "Get the buffer name. " (file-name-nondirectory (or (buffer-file-name) (buffer-name) default-directory))) (setq-default frame-title-format '(:eval (my-get-buffer-name))) (add-hook 'emacs-startup-hook 'delete-other-windows) (global-set-key (kbd "") 'ff-find-other-file) cd to the src directory of the Emacs source tree and: ./emacs -Q --load /tmp/title-redisplay.el character.h character.c Then f4, and you'll see the frame title doesn't update. --001a11c2903c8ecae904eff2440a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
This depends on some customization of mine. Here's a -= Q recipe using a
distillation of my init.

Let /tmp/title-redispla= y.el have content:

=A0 (defun my-get-buffer-name ()
=A0=A0=A0 &qu= ot;Get the buffer name. "
=A0=A0=A0 (file-name-nondirectory (or (buffer-file-name)
=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0 (buffer-name)
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 default-directory)))
=A0 (setq-d= efault frame-title-format '(:eval (my-get-buffer-name)))
=A0 (add-hook 'emacs-startup-hook 'delete-other-windows)
=A0 (gl= obal-set-key (kbd "<f4>") 'ff-find-other-file)

c= d to the src directory of the Emacs source tree and:

=A0 ./emacs -Q = --load /tmp/title-redisplay.el character.h character.c

Then f4, and you'll see the frame title doesn't update.

=
--001a11c2903c8ecae904eff2440a-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 15 20:41:22 2014 Received: (at 16445) by debbugs.gnu.org; 16 Jan 2014 01:41:22 +0000 Received: from localhost ([127.0.0.1]:52670 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W3bxS-00035A-9c for submit@debbugs.gnu.org; Wed, 15 Jan 2014 20:41:22 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:60364) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W3bxP-000351-Gk for 16445@debbugs.gnu.org; Wed, 15 Jan 2014 20:41:20 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFMCoyj/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GwS2RCgOIYZwZgV6DFQ X-IPAS-Result: Av4EABK/CFFMCoyj/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GwS2RCgOIYZwZgV6DFQ X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="45067045" Received: from 76-10-140-163.dsl.teksavvy.com (HELO pastel.home) ([76.10.140.163]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 15 Jan 2014 20:41:18 -0500 Received: by pastel.home (Postfix, from userid 20848) id 2ADBA60060; Wed, 15 Jan 2014 20:41:18 -0500 (EST) From: Stefan Monnier To: Barry OReilly Subject: Re: bug#16445: Regression: ff-find-other-file doesn't update frame title Message-ID: References: Date: Wed, 15 Jan 2014 20:41:18 -0500 In-Reply-To: (Barry OReilly's message of "Tue, 14 Jan 2014 12:12:38 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 16445 Cc: 16445@debbugs.gnu.org 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: 0.3 (/) > I use ff-find-other-file to switch between .h and .cc C++ files, using > Emacs as an X11 window (Emacs frame). The title for the X11 window does not > update itself when I switch between the two buffers with this command. eg > if I'm in Foo.cc and the title shows Foo.cc, I do ff-find-other-file and > successfully switch to Foo.h, but the title says Foo.cc. If I use the > buffer-menu to go to Foo.h, the title updates fine. Can't reproduce it here. I tried emacs -Q --eval "(global-set-key [?\C-o] 'ff-find-other-file)" C-x 5 f src/buffer.c and then in the frame that displays buffer.c I did C-o But the problem did not manifest itself. Stefan From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 15 22:38:14 2014 Received: (at 16445) by debbugs.gnu.org; 16 Jan 2014 03:38:14 +0000 Received: from localhost ([127.0.0.1]:52698 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W3dmX-0006HK-It for submit@debbugs.gnu.org; Wed, 15 Jan 2014 22:38:13 -0500 Received: from mail-ob0-f171.google.com ([209.85.214.171]:36745) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W3dmT-0006H7-Ge for 16445@debbugs.gnu.org; Wed, 15 Jan 2014 22:38:10 -0500 Received: by mail-ob0-f171.google.com with SMTP id wm4so2174159obc.16 for <16445@debbugs.gnu.org>; Wed, 15 Jan 2014 19:38:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OpwB8sq5LU/AFv7c+VovYthpeDjiTtDmDeP5QzKpL/M=; b=k+mVAHM93Hp+/JQOKgBWwe8O/mkLzErP1574jbVXXZPkR2dmtRokpqkCyhLOBrB8PS TxV73eRhXeZxtdKf/rKrWwJv3uvN5FXB/1d44kLHVUu05zIvAM50TverBMTLDsK/oRIt cNRNahAV0WSoGROpAkf8I3heeNGVB708iMyi2GPWyxybP/SfxiPbPY1G4y8v6bZkWvuM 8ZcPNl6YYxaKDTcDGjOLzSLdmMX1yPKgFJmoOSnA4yCEETqxIPiCFWFWJx6Zf/bAgBpr pGldSKSx2loUwQlljKZ9u/f7w8RDYMPOB3jeDMEyJZBWn7fNZ2S+nb3PdjNaB/UpPKNs y5ag== MIME-Version: 1.0 X-Received: by 10.182.16.33 with SMTP id c1mr5026748obd.4.1389843488523; Wed, 15 Jan 2014 19:38:08 -0800 (PST) Received: by 10.76.21.84 with HTTP; Wed, 15 Jan 2014 19:38:08 -0800 (PST) In-Reply-To: References: Date: Wed, 15 Jan 2014 22:38:08 -0500 Message-ID: Subject: Re: bug#16445: Regression: ff-find-other-file doesn't update frame title From: Barry OReilly To: Stefan Monnier Content-Type: multipart/alternative; boundary=f46d04479f936d499e04f00e2775 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 16445 Cc: 16445@debbugs.gnu.org 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: -0.7 (/) --f46d04479f936d499e04f00e2775 Content-Type: text/plain; charset=ISO-8859-1 > Can't reproduce it here. I tried > > emacs -Q --eval "(global-set-key [?\C-o] 'ff-find-other-file)" > C-x 5 f src/buffer.c > > and then in the frame that displays buffer.c I did > > C-o > > But the problem did not manifest itself. Did you see the more detailed recipe I provided shortly after the original submission? --f46d04479f936d499e04f00e2775 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
> Can't reproduce it here.=A0 I tried
>
&= gt;=A0=A0 emacs -Q --eval "(global-set-key [?\C-o] 'ff-find-other-= file)"
>=A0=A0 C-x 5 f src/buffer.c
>
> and then in= the frame that displays buffer.c I did
>
>=A0=A0 C-o
>
> But the problem did not manifest i= tself.

Did you see the more detailed recipe I provided shortly after= the original submission?

--f46d04479f936d499e04f00e2775-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 15 23:09:01 2014 Received: (at 16445) by debbugs.gnu.org; 16 Jan 2014 04:09:01 +0000 Received: from localhost ([127.0.0.1]:52710 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W3eGL-0007Cs-BZ for submit@debbugs.gnu.org; Wed, 15 Jan 2014 23:09:01 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:14127) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W3eGJ-0007Ck-H7 for 16445@debbugs.gnu.org; Wed, 15 Jan 2014 23:09:00 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFMCoyj/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GwS2RCgOIYZwZgV6DFQ X-IPAS-Result: Av4EABK/CFFMCoyj/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GwS2RCgOIYZwZgV6DFQ X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="45079406" Received: from 76-10-140-163.dsl.teksavvy.com (HELO pastel.home) ([76.10.140.163]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 15 Jan 2014 23:08:58 -0500 Received: by pastel.home (Postfix, from userid 20848) id 673CC60073; Wed, 15 Jan 2014 23:08:57 -0500 (EST) From: Stefan Monnier To: Barry OReilly Subject: Re: bug#16445: Regression: ff-find-other-file doesn't update frame title Message-ID: References: Date: Wed, 15 Jan 2014 23:08:57 -0500 In-Reply-To: (Barry OReilly's message of "Wed, 15 Jan 2014 22:38:08 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 16445 Cc: 16445@debbugs.gnu.org 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: 0.3 (/) > Did you see the more detailed recipe I provided shortly after the original > submission? Sorry, I'd forgotten about it, but I just tried it and it doesn't reproduce the problem for me either. Stefan From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 16 10:45:23 2014 Received: (at 16445-done) by debbugs.gnu.org; 16 Jan 2014 15:45:23 +0000 Received: from localhost ([127.0.0.1]:53828 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W3p8E-0004XP-NQ for submit@debbugs.gnu.org; Thu, 16 Jan 2014 10:45:22 -0500 Received: from mail-oa0-f41.google.com ([209.85.219.41]:52517) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W3p8A-0004XB-1w for 16445-done@debbugs.gnu.org; Thu, 16 Jan 2014 10:45:18 -0500 Received: by mail-oa0-f41.google.com with SMTP id i4so3079650oah.14 for <16445-done@debbugs.gnu.org>; Thu, 16 Jan 2014 07:45:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=rW+6i3/Vsi9SJQ0ghTjmwbC7LBRR51mHIxNAakhF9v0=; b=ITUD/gpo7UA2bHn13Z/enB80Ec2ojdF+HJ9lU5867y+5hGxjVUuKRmiPHk9El3mIFG Z/+Dqld7AlgGWI+Xqle4C0kzw5DbpgP9gsXN6KYZLBpSyF/U59NtwG0Pq5ZunkMU7Oec gxVXWmWFCEGn+aYudtrDkIfwEMDNHtXn1mHh8EdTPqsv22VSxqdxKu6RR85pWl9si5cM uViSbT4x7nxdUr9Eq5TZwk3LaNuLOSsx2P+w2SvSoPpBAWUqOZQJw06tnUzsypUMMzR1 r2ShkGRZq0nxIOuSVpOoPEfVe/qhXOaI2qw1p7X033vRyi/4pLVx+b6o/N4EQKy+Jrx3 1Iog== MIME-Version: 1.0 X-Received: by 10.182.219.167 with SMTP id pp7mr952316obc.85.1389887116058; Thu, 16 Jan 2014 07:45:16 -0800 (PST) Received: by 10.76.21.84 with HTTP; Thu, 16 Jan 2014 07:45:15 -0800 (PST) In-Reply-To: References: Date: Thu, 16 Jan 2014 10:45:15 -0500 Message-ID: Subject: Re: bug#16445: Regression: ff-find-other-file doesn't update frame title From: Barry OReilly Content-Type: multipart/alternative; boundary=089e0141ab82d4a66304f0184f8b X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 16445-done Cc: 16445-done@debbugs.gnu.org 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: 0.5 (/) --089e0141ab82d4a66304f0184f8b Content-Type: text/plain; charset=ISO-8859-1 I tried with the latest trunk version and couldn't reproduce it either, so closing. I have been using the commit before the one that introduced bug 16434, which is a version this bug manifests in. --089e0141ab82d4a66304f0184f8b Content-Type: text/html; charset=ISO-8859-1
I tried with the latest trunk version and couldn't reproduce it
either, so closing.

I have been using the commit before the one that introduced bug 16434,
which is a version this bug manifests in.

--089e0141ab82d4a66304f0184f8b-- From unknown Fri Sep 05 08:43:50 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 14 Feb 2014 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator