unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#33934: 26.1; server.el/emacsclient mismatch regarding socket...
@ 2018-12-31  2:02 kris
  2018-12-31  5:25 ` Phil Sainty
  2018-12-31 14:59 ` Eli Zaretskii
  0 siblings, 2 replies; 5+ messages in thread
From: kris @ 2018-12-31  2:02 UTC (permalink / raw)
  To: 33934

emacsclient has the -s option for specifying a UNIX socket directory
(emacslient -h says filename but it is a directory in the code - the bug
report!).
but server.el uses defvar to set server-socket-dir and there appears no
way to override it.

I changed defvar to defcustom to continue.
this is useful for my use case of running separate emacs
processes per project directory in order to do file change monitoring
with emacsclient -e signalling the correct session.

emacs forever!





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-01-04 13:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-31  2:02 bug#33934: 26.1; server.el/emacsclient mismatch regarding socket kris
2018-12-31  5:25 ` Phil Sainty
2018-12-31 15:05   ` Eli Zaretskii
     [not found]     ` <CACTzTFDCNDdRePDdeun=gX9+V8k=AtrZio4U3y=9n9wQGF-ZDw@mail.gmail.com>
2019-01-04 13:58       ` Eli Zaretskii
2018-12-31 14:59 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).