unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#40523: 26.3; server-mode not set
@ 2020-04-09 13:58 Forrest Sedgwick
  2020-04-09 14:26 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Forrest Sedgwick @ 2020-04-09 13:58 UTC (permalink / raw)
  To: 40523

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#40523: 26.3; server-mode not set
  2020-04-09 13:58 bug#40523: 26.3; server-mode not set Forrest Sedgwick
@ 2020-04-09 14:26 ` Eli Zaretskii
  2021-06-14 14:11   ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2020-04-09 14:26 UTC (permalink / raw)
  To: Forrest Sedgwick; +Cc: 40523

> Resent-From: Forrest Sedgwick <fgsedgwick@gmail.com>
> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
> Resent-CC: bug-gnu-emacs@gnu.org
> Resent-Sender: help-debbugs@gnu.org
> From: Forrest Sedgwick <fgsedgwick@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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#40523: 26.3; server-mode not set
  2020-04-09 14:26 ` Eli Zaretskii
@ 2021-06-14 14:11   ` Lars Ingebrigtsen
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Ingebrigtsen @ 2021-06-14 14:11 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Forrest Sedgwick, 40523

Eli Zaretskii <eliz@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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-14 14:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-09 13:58 bug#40523: 26.3; server-mode not set Forrest Sedgwick
2020-04-09 14:26 ` Eli Zaretskii
2021-06-14 14:11   ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).