-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Window numbers are incorrect in daemon mode #73
Comments
I have tested in windows, seem to have no problem, please test by bare emacs, maybe it is a configure problem. |
It exists in the terminal on Linux and macOS. On Windows, there is not real daemon mode actually. |
Here are the minimal steps which reproduce it for me. I'm running Windows 7 with Emacs 26.1. I have
This produces the following: Pressing |
Here's a workaround when using the It seems that the first shortcut is being lost somewhere. So, just throw a dummy one in there.
My full setup is as follows:
|
I notice that the labeling of windows depends on the monitor the frame is on. I have 4 monitors. Say that I have 3 frames open with 4 windows total. I can have a frame on the far left monitor and it will be labeled "a". When I move that same frame to the far right monitor, it becomes ";". It skips several of the qwerty shortcuts: (setq switch-window-qwerty-shortcuts '("a" "s" "d" "f" "j" "k" "l" ";" "w" "e" "r" "u" "i" "o" "q" "t" "y" "p")) |
Hi,
When I using
emacsclient -a "" -nw
to start Emacs as daemon, the window numbers are incorrect while switching window. It happens on GNU Emacs 26.1/27.0.50 with Ubuntu/Mint Linux/macOS.Only two windows, but the numbers are 2 and 3 in the screenshot below.
BTW, the numbers are correct in
ace-window
andwinum
.The text was updated successfully, but these errors were encountered: