GNU bug report logs - #68235
29.1.90; Switching tabs stops following process output in selected window

Previous Next

Package: emacs;

Reported by: Dan McCarthy <daniel.c.mccarthy <at> gmail.com>

Date: Wed, 3 Jan 2024 20:49:02 UTC

Severity: normal

Found in version 29.1.90

Fixed in version 30.0.50

Done: Juri Linkov <juri <at> linkov.net>

Bug is archived. No further changes may be made.

Full log


Message #208 received at 68235 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: rudalics <at> gmx.at, 68235 <at> debbugs.gnu.org
Subject: Re: bug#68235: 29.1.90;
 Switching tabs stops following process output in selected window
Date: Tue, 09 Apr 2024 10:36:44 +0300
> Cc: 68235 <at> debbugs.gnu.org
> From: Juri Linkov <juri <at> linkov.net>
> Date: Tue, 09 Apr 2024 09:53:41 +0300
> 
> The previous tab shows:
> 
>   "This window displayed the buffer ‘ **lose**’."
> 
> What it expected here instead of **lose**
> is the real file buffer with the previous image.
> 
> The problem is that 'image-next-file' calls 'find-alternate-file'
> that does such buffer renaming:
> 
>     (if (get-buffer " **lose**")
> 	(kill-buffer " **lose**"))
>     (rename-buffer " **lose**")
> 
> and 'rename-buffer' changes the buffer's last name to **lose**.

Any idea why does image-next-file do that?  Or is this problem
specific to using tabs?




This bug report was last modified 1 year and 30 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.