emacsclient Questions
5
Solved
After I open something with emacsclient, when I kill that buffer (C-x k) I get a confirmation dialog:
Buffer `blah' still has clients; kill it? (yes or no)
But when I kill buffers opened directl...
Rubella asked 6/11, 2008 at 9:39
5
When starting Emacs, init.el (or .emacs.el) is evaluated. However, when starting emacsclient, no similar lisp code is evaluated.
How can I get a lisp file to be evaluated every time I open a new e...
Steam asked 24/6, 2009 at 18:37
6
How do you close an emacsclient frame without killing the server/daemon?
Doing C-x C-c or C-x 5 0 in the gui will exit both frame and server (and other clients), while this just quit the current f...
Noiseless asked 28/9, 2013 at 17:16
3
This is perhaps quite simple, but I haven't found anything useful when googling. So here it goes :)
I use Emacs in daemon mode (emacs --daemon) and it's really handy. I also use dvorak and have fo...
Dysteleology asked 21/2, 2011 at 9:46
3
Solved
I am wonder how to start emacsclient in a new maximized frame.
emacsclient -c
starts a new frame but the man page indicated no way to maximize this frame. There are no such options as --maximiz...
Taratarabar asked 29/11, 2013 at 12:35
2
How can I launch Emacsclient with GUI from the Dock (or maybe also from the terminal) on Mac OS X?
The EmacsWiki describes how to create an "Emacs from Dock" app using Automator. It worked for me ...
Imprescriptible asked 13/9, 2016 at 8:1
1
I recently began running emacs in daemon mode on startup. Connecting via GUI client (Emacs.app) appears to load customizations correctly. However, connecting via emacsclient in Terminal does not.
...
Dessert asked 30/3, 2014 at 1:52
3
I am trying to open two files, say 'hello.txt' and 'world.txt' in emacsclient from a terminal and I want them to be opened in two different windows(as in the emacs sense of the word) but in the sam...
Sherman asked 2/8, 2014 at 7:50
3
Solved
I'd like to run my Emacs in daemon mode, and then use emacsclient to actually display things. However, if I run emacsclient filename, it shows up in the terminal, which isn't what I want; I instead...
Capercaillie asked 30/7, 2014 at 6:13
2
Solved
I've recently switched to emacsclient for most text editing. I am trying to migrate some of my settings to the new (and slightly different) environment.
In particular, in my .emacs file I have a ...
Galla asked 30/11, 2010 at 16:1
2
Solved
I use Emacs to do most of my development work, I'd like to be able to connect to the Emacs server running on my office workstation from home. I connect to my office network over a VPN, I think this...
Lapsus asked 11/12, 2009 at 22:22
2
Solved
I've been using Magit for awhile, and when committing, it used to simply split the window and allow me to commit from within the same emacs session, but I seem to have changed this behavior to the ...
Norling asked 17/9, 2013 at 17:20
2
Solved
I'm a newbie to emacs. I'm working with emacs-24.1 on redhat linux, and trying to evaluate an elisp expression. What I want emacs to do is to evaluate the elisp expression without launching emacs i...
Gammadion asked 13/7, 2012 at 16:44
1
Solved
I am new to StackOverflow and I have a question about an issue that has been virtually the only thing to irk me in my quest to master Emacs.
I configured my .emacs file to set the default frame si...
Pacer asked 13/6, 2012 at 2:8
1
Solved
When run in foreground mode, Emacs inserts non-Latin input correctly.
It's when I run it as emacs --damon + emacsclient, begins the madness. Each keystroke, which should insert a character, result...
Jagir asked 1/5, 2012 at 14:10
2
Solved
I always run emacs as daemon but when I want to make something alike
sudo emacsclient /etc/make.conf
I can't do it because root is using another emacs and I don't really want to run 2 daemons or...
Hearsh asked 17/4, 2012 at 11:28
2
Solved
Based on this question : How to set emacsclient background as Emacs background?
I need background only for frames, not for terminal and not for console.
Here is how I'm trying to add fix for cons...
Dulcie asked 15/2, 2012 at 4:16
1
Solved
I've got (in my .emacs)
(set-background-color "#101416")
(set-foreground-color "#f6f3e8")
And I've got 2 bindings:
alias ex='emacsclient -nw'
alias ec='emacsclient -c -a ""'
ex works fine to ...
Gillispie asked 14/2, 2012 at 4:58
1
Solved
I want to call some functions when I run emacsclient in a terminal emulator. The code I have works when Emacs is started in a text-only terminal. When I start Emacs in graphical mode and run emacsc...
Overeat asked 30/9, 2011 at 22:38
1
Solved
When I run emacsclient it does not respond to mouse clicks. My main Emacs process runs in a terminal and responds to mouse clicks correctly because I have the following code in my Emacs config file...
Veronique asked 24/6, 2011 at 0:40
2
Solved
I'd like to ensure that only I can connect to an emacs server that I initialised. I frequently use machines that other people could be SSH'd into, and I don't see what's to stop them opening emacsc...
Faubion asked 7/5, 2011 at 13:31
1
Solved
I set up desktop.el so that emacs automatically reopens all files on startup that were left open last time I killed emacs.
Now when I start emacs as a daemon and one of the reopened files has auto...
Turn asked 8/2, 2011 at 12:42
3
Solved
How do I consistently control window focus after running emacsclient?
Currently, focus depends on if I already have an emacs server running. When emacsclient invokes an alternative editor, focus i...
Tonnie asked 3/9, 2010 at 14:25
1
Solved
I am trying to find a hook in Emacs, which should fire right before emacs server graceful shutdown.
I tried kill-emacs-query-functions, kill-emacs-hook, server-done-hook with elisp like :
(add-hoo...
Yashmak asked 17/9, 2010 at 16:34
4
Solved
I use an emacs daemon to preserve my emacs session even if I have to reboot the machine that I run my X server on or if I want to access the same session from a different machine. This works very w...
Dacey asked 13/7, 2010 at 13:52
1 Next >
© 2022 - 2024 — McMap. All rights reserved.