bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55582: 29.1; switch-to-buffer-other-tab doesn't set the buffer


From: Sean Whitton
Subject: bug#55582: 29.1; switch-to-buffer-other-tab doesn't set the buffer
Date: Sun, 22 May 2022 12:44:42 -0700
User-agent: Notmuch/0.36 Emacs/29.0.50 (x86_64-pc-linux-gnu)

1. emacs -q
2. M-: (progn (switch-to-buffer-other-tab "*Messages*") (buffer-name))
- Actual result: "*GNU Emacs*" in echo area.
- Expected result: "*Messages*" in echo area.

You can work around it by calling set-buffer right after
switch-to-buffer-other-tab, but that shouldn't be necessary.  
The other switch-to-buffer-... functions all set the buffer correctly.

-- 
Sean Whitton





reply via email to

[Prev in Thread] Current Thread [Next in Thread]