From: Gregor Zattler <grfz@gmx.de>
To: 51360@debbugs.gnu.org
Subject: bug#51360: 29.0.50; variable `server-name' initialized too late for use in init file
Date: Sun, 24 Oct 2021 21:42:57 +0200 [thread overview]
Message-ID: <87h7d62oqm.fsf@no.workgroup> (raw)
In-Reply-To: <90ba36dccc2153e91da6@heytings.org>
Hi Gregory, emacs devs,
* Gregory Heytings <gregory@heytings.org> [2021-10-24; 15:45]:
>> Warning (initialization): An error occurred while loading
>> ´/home/grfz/.config/emacs/init.el´:
>>
>> Symbol's value as variable is void: server-name
>
> You should (require 'server) before referring to server-name. None of the
> defcustoms in server.el are autoloaded.
thanks. Requiring server prevents this error, but `server-name'
is not set to the command line value, though:
~$ cat ~/.emacs
(require 'server)
(when (equal server-name "foo") (setq greeting "My name is foo!"))
~$ emacsclient -a "" -s foo --eval '(message greeting)'
emacsclient: Should XDG_RUNTIME_DIR='/run/user/1000' be in the environment?
emacsclient: (Be careful: XDG_RUNTIME_DIR is security-related.)
emacsclient: can't find socket; have you started the server?
emacsclient: To start the server in Emacs, type "M-x server-start".
Starting Emacs daemon.
Emacs daemon should have started, trying to connect again
*ERROR*: Symbol's value as variable is void: greeting
Ciao,
--
Gregor
next prev parent reply other threads:[~2021-10-24 19:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-23 18:39 bug#51360: 29.0.50; variable `server-name' initialized too late for use in init file Gregor Zattler
2021-10-24 12:46 ` Stefan Kangas
2021-10-24 15:34 ` Gregor Zattler
2021-10-24 15:45 ` Gregory Heytings
2021-10-24 19:42 ` Gregor Zattler [this message]
2021-10-24 15:59 ` Eli Zaretskii
2021-10-24 20:00 ` Gregor Zattler
2021-10-25 2:27 ` Eli Zaretskii
2021-10-25 8:02 ` Gregor Zattler
2021-10-25 12:41 ` Eli Zaretskii
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=87h7d62oqm.fsf@no.workgroup \
--to=grfz@gmx.de \
--cc=51360@debbugs.gnu.org \
/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.