Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
132 views

How can I secure an emacs-server?

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 ...
6
votes
3answers
448 views

emacsclient window focus

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 is ...
5
votes
2answers
924 views

emacs - emacsclient or new frame?

this is a rather rudimentary question, but what is the practical difference between opening a new file in a separate frame (make-new-frame) from emacs or opening the file in an instance of ...
5
votes
3answers
407 views

How to automatically evaluate certain lisp code after starting an emacsclient?

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 ...
4
votes
1answer
116 views

even when emacsclient is started in a terminal, window-system is non-nil

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 ...
4
votes
1answer
368 views

Emacsclient hook on kill

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-hook ...
4
votes
1answer
296 views

How can I set the port that the Emacs Server uses?

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 is ...
4
votes
2answers
760 views

How to remove the prompt for killing emacsclient buffers?

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 directly ...
3
votes
2answers
51 views

Can Emacs server edit remote files specified by Emacs client?

I'm looking to set up an emacs server such that the files specified by emacsclients are relative to the emacsclients' filesystem and not the server's filesystem. For instance, if I set up an emacs ...
3
votes
1answer
135 views

Emacsclient does not respond to mouse clicks

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: ...
2
votes
2answers
255 views

Using a single emacs instance from multiple (virtual) machines

I love emacsclient. It allows me to use a single Emacs frame for all my editing, also when programs want to open an editor (i.e. export EDITOR=emacsclient). I'd like to have it work like this with ...
2
votes
1answer
161 views

Run command on new frame with daemon/client in Emacs

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 found ...
2
votes
1answer
171 views

emacs-daemon startup freezes if file has auto-save data

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 ...
2
votes
1answer
164 views

The emacsclient documentation has an example with %d and %s arguments - what are they

In the emacsclient documentation, an example EDITOR setting is: EDITOR="emacsclient --alternate-editor emacs +%d %s" How can the %d and %s be used? I understand that + starts at the specified line ...
2
votes
2answers
243 views

how to run certain elisp code after starting a new emacsclient frame?

For how to automatically evaluate certain lisp code every time starting an emacsclient, click here. My problem is different. I want to write a script that opens a new emacs frame (with focus on it) ...
1
vote
2answers
52 views

emacsclient always runs as console application

When emacs is not already running, emacsclient always starts as a console application, but I'd like it to start as a gui application. This is the command I use: emacsclient -a "" file The -a "" is ...
1
vote
1answer
110 views

Emacs 24 - daemon mode missing -c/-t options?

I'm running the latest beta release of Emacs 24. I can get it to start in daemon mode, however I can't create new consoles or anything. It appears that the -c and -t commands aren't options anymore, ...
1
vote
1answer
65 views

emacs connect to daemon (if it exists) without using emacsclient

If I have emacs running as a daemon on my system, I can connect to it easily using emacsclient. This I know. However, what I would like to know is, is there a way to tell emacs (not emacsclient) to ...
1
vote
1answer
80 views

Emacs daemon: swapping keys

I'd like to swap C-x and C-u with Emacs daemon (since I switched to Dvorak layout). The regular keyboard-translate doesn't work with Emacs daemon. In the help-gnu-emacs I found a solution: I should ...
1
vote
1answer
112 views

emacsclient: could not get terminal name

ssh -X root@localhost "emacsclient -c" Warning: untrusted X11 forwarding setup failed: xauth key data not generated Warning: No xauth data; using fake authentication data for X11 forwarding. ...
1
vote
2answers
279 views

How can one specify a user's emacs init file to load with emacsclient?

Question How can one specify a user's emacs init file to load with emacsclient? emacsclient does not understand '-u user' and '-a ALTERNATE-EDITOR' does not allow me to quote it and provide '-u ...
1
vote
1answer
180 views

How can I set styling and positioning of a newly created emacsclient?

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 ...
1
vote
1answer
240 views

OS X: how to make command-line script appear as helper application to handle mailto?

I'm trying to configure Emacs as my preferred application when the user clicks on a mailto: link. Emacs has facilities for this: emacs 23 on OS X: mailto links & calling compose-mail? ...
1
vote
2answers
225 views

emacsclient dialog on Windows

I'm using EmacsW32 from http://www.emacswiki.org/emacs/EmacsW32. EmacsClient works great - opening a file with it always uses an existing emacs. However, starting emacs for the first time opens a ...
1
vote
2answers
145 views

Can Rhapsody be configured to use an external source code editor?

I am using Rational Rhapsody for Linux and is wondering if it is possible to configure it to open source code with an external editor instead of the built in editor. I would prefer to be able to edit ...
1
vote
4answers
401 views

How can I make emacsclient just open a window for an existing emacs daemon without opening a new file

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 well ...
1
vote
4answers
662 views

How do I get my cocoa emacs on Mac OS X to load my .emacs visual customizations for new windows (any document opened after the first)?

So I just downloaded emacs 23.1 for my new snow leopard macbook pro from http://emacsformacosx.com/ and it works like a charm, except... I have visual customizations in my .emacs, a few lines are ...
0
votes
1answer
175 views

Alias to make emacs open a file in a new buffer (NOT frame) and be activated/come to front?

What I have so far is alias em="open -a /Applications/Emacs.app "$@" && osascript -e 'tell application "Emacs.app" to activate'" But I am stumped. With that code, em file.txt will ...
0
votes
4answers
419 views

emacsclient not evaluating color-theme?

When I boot I launch emacs --daemon and it evaluates my .emacs with one exception: (add-to-list 'load-path "~/.elisp/zenburn-emacs") ;fix loading issue (require 'zenburn) ;;; color ...
0
votes
3answers
322 views

Emacs server file path

I'm using Aquamacs and started the emacs server with M-x server-start. My emacsclient connects just fine. However, when I start another ssh session (on the same pc) it cannot locate my socket-name / ...
0
votes
0answers
309 views

Desktop.el under emacsclient

I am trying to use desktop functionality (http://www.emacswiki.org/emacs/DeskTop) in emacs. I added following code to my .emacs: (require 'desktop) (setq desktop-save t) (setq ...