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

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

bug#45844: 27.1; unwanted raising of other frame when emacs is in the ba


From: emacser
Subject: bug#45844: 27.1; unwanted raising of other frame when emacs is in the backgound and switch-to-buffer is used in a dedicated frame
Date: Wed, 13 Jan 2021 17:17:54 +0000

You don't even need the process, it's just a leftover from a test case.
The bug also occurs if only switch-to-buffer is called, but this code
must be run from the dedicated frame to get the unwanted raising
effect of the other frame:

(run-with-timer
   3 nil
   (lambda ()
     (switch-to-buffer "*test*")))

reply via email to

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