Anyone with some knowledge about #emacs and #emacsclient and the interplay with the daemon here who can help a user of #JabRef ?
https://github.com/JabRef/jabref/issues/10145
Thanks in advance! Any help appreciated. Please boost.
#linux
#emacs #emacsclient #jabref #linux
I've just realised that half of the key bindings I have defined for #StumpWM are invoking #emacsclient to bring up specific #Emacs windows/buffers.
I used to use #exwm but stopped due to the lack of multithreading. The combination of StumpWM and the Emacs server gives me pretty much the same in the end.
#exwm #emacs #emacsclient #stumpwm
Please help me find a #console email application that supports #imap4 and #carddav and works on a small screen. It would be great if it's an #emacs application or works with #emacsclient.
I'm looking for this in anticipation of #sharpikeebo.
#console #imap4 #carddav #emacs #emacsclient #ShaRPIKeebo
So I can ssh to a machine, run emacsclient to connect to the running emacs instance there, write changes that I forgot to write earlier, then either copy them to my other machine or commit on the remote machine.
This is great, but is there any other good emacsclient use case?
#EmacsTip: Do you think your #Emacs startup time is too long? Before you try to optimize it, I would like say, try to not start Emacs at all! People live in #Emacs. They start #Emacs once and keep using it for days and months (perhaps someone's out there who's using for years?). If you don't live in #Emacs, use #emacsclient and avoid the startup time while you do the real work.
https://www.gnu.org/software/emacs/manual/html_node/emacs/Emacs-Server.html
#emacstip #emacs #emacsclient #emacsserver
#tmux #headless #usage
tmux -2 new-session -sFOO -d
tmux send-keys -tFOO:0 'date' C-m
tmux capturep -tFOO:0 -p
#shell excerpt from my recent post that starts a detached tmux session named foo (in 256 color), runs date(1) then dumps (captures) the output to standard output.
Anyone up for doing the same but with #emacs #emacsclient ?
emacsclient -a "" --eval '(print "hmm")'
Source:
gopher://gopher.club/0/users/screwtape/onelisp-twolisp.txt
#tmux #headless #usage #shell #emacs #emacsclient
Took me a whole day to consolidate my #emacs configuration to #systemd + #emacsclient setup.
Goal was simplification.
Struggles:
- systemd config mistakes can lead to silent failures
- I will never master shell script quoting
- moving window (frame) management to a window manager completely is not trivial
- emacsclient has hardcoded action for -a flag, which makes using sockets harder
Full config published here:
https://qua.name/mrb/an-org-babel-based-emacs-configuration