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 #211 received at 68235 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Juri Linkov <juri <at> linkov.net>
Cc: 68235 <at> debbugs.gnu.org
Subject: Re: bug#68235: 29.1.90; Switching tabs stops following process output
 in selected window
Date: Tue, 9 Apr 2024 11:22:21 +0200
[Message part 1 (text/plain, inline)]
> 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**.

Isn't the problem that it leaves the last name nil?  Does the attached
diff fix it?

Thanks, martin
[rename-buffer.diff (text/x-patch, attachment)]

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.