You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
centaur-completion-style is automatically being set to minibuffer when running emacs --daemon even though centaur-completion-style is set to childframe. As you can see in the screenshot F1-v opens completions in minibuffer.
childframe-workable-p also returns t in daemon mode.
Here is my system-configuration-options, do you see anything unusual?
system-configuration-options is a variable defined in emacs.c.
Value
"--disable-build-details --with-modules --with-x-toolkit=lucid --with-cairo --with-xft --with-compress-install --with-toolkit-scroll-bars --with-native-compilation=aot --with-imagemagick --with-mailutils --without-small-ja-dic --with-tree-sitter --with-xinput2 --without-xwidgets --with-dbus --with-harfbuzz --with-libsystemd --prefix=/usr/local 'CFLAGS=-O2 -mtune=native -march=native -fomit-frame-pointer'"
Thank you for the bug report
Centaur Emacs
.custom.el
andcustom-post.el
.Bug description
Some of the posframe commands are not available when starting emacs in daemon mode
Steps to reproduce
emacs --daemon
oremacs --fg-daemon
emacsclient -a "" -nc
debug-on-error
M-x shell-pop-posframe-toggle
Expected behavior
shell-pop-posframe-toggle should toggle in daemon mode.
This does not happen when emacs server starts on emacs startup.
emacsclient -a "" -nc
from terminal after emacs starts.Tested it on both Linux and Macos
OS
Linux
Emacs Version
gccemacs-29
Error callstack
No response
Anything else
No response
The text was updated successfully, but these errors were encountered: