all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: owner@emacsbugs.donarmstrong.com (Emacs bug Tracking System)
To: Chong Yidong <cyd@stupidchicken.com>
Subject: bug#1995: marked as done (no emacs server variable `server-name')
Date: Fri, 23 Jan 2009 05:00:03 +0000	[thread overview]
Message-ID: <handler.1995.D1995.123268643525181.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: f7ccd24b0901221603r7efdcd53w3dc52a1a64b15679@mail.gmail.com

[-- Attachment #1: Type: text/plain, Size: 862 bytes --]


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

[-- Attachment #2: Type: message/rfc822, Size: 3172 bytes --]

From: Juanma Barranquero <lekktu@gmail.com>
To: Harry Putnam <reader@newsguy.com>
Cc: emacs-devel@gnu.org, Emacs Bug Tracker <submit@emacsbugs.donarmstrong.com>
Subject: Re: no emacs server variable `server-name'
Date: Fri, 23 Jan 2009 01:03:03 +0100
Message-ID: <f7ccd24b0901221603r7efdcd53w3dc52a1a64b15679@mail.gmail.com>

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



[-- Attachment #3: Type: message/rfc822, Size: 1453 bytes --]

From: Chong Yidong <cyd@stupidchicken.com>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: Harry Putnam <reader@newsguy.com>, 1995-done@emacsbugs.donarmstrong.com
Subject: Re: no emacs server variable `server-name'
Date: Thu, 22 Jan 2009 23:54:13 -0500
Message-ID: <87ab9ilj0q.fsf@cyd.mit.edu>

> 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.


  reply	other threads:[~2009-01-23  5:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-22 23:25 no emacs server variable `server-name' Harry Putnam
2009-01-23  0:03 ` Juanma Barranquero
2009-01-23  5:00   ` Emacs bug Tracking System [this message]
2009-01-23  7:56   ` bug#1999: " Stefan Monnier
2009-01-23  8:24     ` Juanma Barranquero
2009-01-23  0:03 ` bug#1995: " Juanma Barranquero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=handler.1995.D1995.123268643525181.ackdone@emacsbugs.donarmstrong.com \
    --to=owner@emacsbugs.donarmstrong.com \
    --cc=cyd@stupidchicken.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.