bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1995: marked as done (no emacs server variable `server-name')


From: Emacs bug Tracking System
Subject: bug#1995: marked as done (no emacs server variable `server-name')
Date: Fri, 23 Jan 2009 05:00:03 +0000

Your message dated Thu, 22 Jan 2009 23:54:13 -0500
with message-id <87ab9ilj0q.fsf@cyd.mit.edu>
and subject line Re: no emacs server variable `server-name'
has caused the Emacs bug report #1995,
regarding no emacs server variable `server-name'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
1995: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1995
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: Re: no emacs server variable `server-name' Date: Fri, 23 Jan 2009 01:03:03 +0100
Package: emacs
Version: 23.0.60

> Reading parts of the documentation I see:
> (info "(emacs)Emacs Server")
>     You can run multiple Emacs servers on the same machine by giving
>  each one a unique "server name", using the variable `server-name'.
>  For example, `M-x set-variable <RET> server-name <RET> foo <RET>'
>  sets the server name to `foo'.  The `emacsclient' program can
>  specify a server by name, using the `-s' option (*note emacsclient
>  Options::).

There are several ways to set it (with --daemon=myname, or --eval, or
M-: (setq ...)), but you're right: the documentation states that it is
settable with set-variable, and it is not. At the very least it should
be

  (defvar server-name "server"
     "*Name of the server process.")
  (put 'server-name 'variable-interactive "M")

if not a defcustom.

    Juanma



--- End Message ---
--- Begin Message --- Subject: Re: no emacs server variable `server-name' Date: Thu, 22 Jan 2009 23:54:13 -0500
> you're right: the documentation states that it is
> settable with set-variable, and it is not. At the very least it should
> be
>
>   (defvar server-name "server"
>      "*Name of the server process.")
>   (put 'server-name 'variable-interactive "M")
>
> if not a defcustom.

I don't see any problem with making server-name a defcustom, so I went
ahead and did that.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]