GNU bug report logs - #40523
26.3; server-mode not set

Previous Next

Package: emacs;

Reported by: Forrest Sedgwick <fgsedgwick <at> gmail.com>

Date: Thu, 9 Apr 2020 13:59:01 UTC

Severity: minor

Found in version 26.3

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 40523 in the body.
You can then email your comments to 40523 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#40523; Package emacs. (Thu, 09 Apr 2020 13:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Forrest Sedgwick <fgsedgwick <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 09 Apr 2020 13:59:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Forrest Sedgwick <fgsedgwick <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 26.3; server-mode not set
Date: Thu, 9 Apr 2020 06:58:27 -0700
--text follows this line--

1. emacs -Q
2. M-x server-start
3. C-h v server-mode

server-mode is nil, expected non-nil since server is running. I can
connect to the emacs server with emacsclient -c.


In GNU Emacs 26.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.10)
 of 2019-08-29 built on juergen
Windowing system distributor 'The X.Org Foundation', version 11.0.12008000
System Description: Arch Linux

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
You can run the command ‘server-start’ with M-x ser-s RET
Type C-x 1 to delete the help window.

Configured using:
 'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
 --localstatedir=/var --with-x-toolkit=gtk3 --with-xft --with-modules
 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt'
 CPPFLAGS=-D_FORTIFY_SOURCE=2
 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'

Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS GLIB
NOTIFY ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS LIBSYSTEMD LCMS2

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny seq dired
dired-loaddefs format-spec rfc822 mml mml-sec password-cache epa derived
epg epg-config gnus-util rmail rmail-loaddefs mm-decode mm-bodies
mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail
rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils cl-extra
cl-print byte-opt gv bytecomp byte-compile cconv thingatpt help-fns
radix-tree help-mode easymenu cl-loaddefs cl-lib server elec-pair
time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar
dnd fontset image regexp-opt fringe tabulated-list replace newcomment
text-mode elisp-mode lisp-mode prog-mode register page menu-bar
rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock
syntax facemenu font-core term/tty-colors frame cl-generic cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese composite charscript charprop
case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer
cl-preloaded nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote threads dbusbind
inotify lcms2 dynamic-setting system-font-setting font-render-setting
move-toolbar gtk x-toolkit x multi-tty make-network-process emacs)

Memory information:
((conses 16 102676 7155)
 (symbols 48 20669 1)
 (miscs 40 56 129)
 (strings 32 31500 1422)
 (string-bytes 1 795041)
 (vectors 16 14488)
 (vector-slots 8 507344 12066)
 (floats 8 52 65)
 (intervals 56 248 0)
 (buffers 992 12))




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#40523; Package emacs. (Thu, 09 Apr 2020 14:27:02 GMT) Full text and rfc822 format available.

Message #8 received at 40523 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Forrest Sedgwick <fgsedgwick <at> gmail.com>
Cc: 40523 <at> debbugs.gnu.org
Subject: Re: bug#40523: 26.3; server-mode not set
Date: Thu, 09 Apr 2020 17:26:31 +0300
> Resent-From: Forrest Sedgwick <fgsedgwick <at> gmail.com>
> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
> Resent-CC: bug-gnu-emacs <at> gnu.org
> Resent-Sender: help-debbugs <at> gnu.org
> From: Forrest Sedgwick <fgsedgwick <at> gmail.com>
> Date: Thu, 9 Apr 2020 06:58:27 -0700
> 
> 1. emacs -Q
> 2. M-x server-start
> 3. C-h v server-mode
> 
> server-mode is nil, expected non-nil since server is running. I can
> connect to the emacs server with emacsclient -c.

But you didn't invoke the server-mode, just started the server.




Severity set to 'minor' from 'normal' Request was from Noam Postavsky <npostavs <at> gmail.com> to control <at> debbugs.gnu.org. (Mon, 13 Apr 2020 16:14:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#40523; Package emacs. (Mon, 14 Jun 2021 14:12:02 GMT) Full text and rfc822 format available.

Message #13 received at 40523 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 40523 <at> debbugs.gnu.org, Forrest Sedgwick <fgsedgwick <at> gmail.com>
Subject: Re: bug#40523: 26.3; server-mode not set
Date: Mon, 14 Jun 2021 16:11:27 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

>> 1. emacs -Q
>> 2. M-x server-start
>> 3. C-h v server-mode
>> 
>> server-mode is nil, expected non-nil since server is running. I can
>> connect to the emacs server with emacsclient -c.
>
> But you didn't invoke the server-mode, just started the server.

So I don't think there's any bug here, and I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug closed, send any further explanations to 40523 <at> debbugs.gnu.org and Forrest Sedgwick <fgsedgwick <at> gmail.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 14 Jun 2021 14:12:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 13 Jul 2021 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 259 days ago.

Previous Next


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