GNU bug report logs - #18487
`server-running-p' not autoloaded

Previous Next

Package: emacs;

Reported by: Emilio Lopes <eclig <at> gmx.net>

Date: Tue, 16 Sep 2014 20:12:02 UTC

Severity: minor

Tags: moreinfo, notabug

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: Emilio Lopes <eclig <at> gmx.net>
Cc: 18487 <at> debbugs.gnu.org
Subject: bug#18487: `server-running-p' not autoloaded
Date: Wed, 17 Sep 2014 15:43:15 -0400
Emilio Lopes wrote:

> The function `server-running-p' is not autoloaded.  That means that
> the following code in
> the user's init-file will result in an error:
>
>     (unless (or noninteractive
>                 (server-running-p))
>       (server-start))

Since it's not interactive, why does it matter?
Ie, just stick a (require 'server) in there.




This bug report was last modified 9 years and 209 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.