unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1019: 23.0.60; emacs --daemon doesn't work on a console
@ 2008-09-23 19:19 Tassilo Horn
  2008-09-24 20:07 ` Dan Nicolaescu
  0 siblings, 1 reply; 16+ messages in thread
From: Tassilo Horn @ 2008-09-23 19:19 UTC (permalink / raw)
  To: emacs-pretest-bug


Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

I'd like to start an emacs daemon on startup in a runlevel script.  So I
added

  su --login --command 'emacs --daemon' horn

but that doesn't start a daemon.  So I tried issuing

  emacs --daemon

or

  emacs -Q --daemon

on a login shell, but that returns instantly and doesn't start an emacs
daemon, too.  Running inside gdb only says "Program exited normally."

When issuing the same commands inside a X terminal emulator they work as
they should, though.

What's going wrong?

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/usr/share/emacs/23.0.60/etc/DEBUG for instructions.


In GNU Emacs 23.0.60.1 (x86_64-pc-linux-gnu, GTK+ Version 2.12.12)
 of 2008-09-23 on thinkpad
Windowing system distributor `The X.Org Foundation', version 11.0.10500000
configured using `configure  '--prefix=/usr' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--libdir=/usr/lib64' '--program-suffix=-emacs-23' '--infodir=/usr/share/info/emacs-23' '--with-sound' '--with-x' '--with-toolkit-scroll-bars' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xpm' '--with-freetype' '--with-xft' '--with-libotf' '--with-m17n-flt' '--with-x-toolkit=gtk' '--without-hesiod' '--with-kerberos' '--with-kerberos5' '--with-gpm' '--with-dbus' '--build=x86_64-pc-linux-gnu' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-g -ggdb -O1 -pipe' 'LDFLAGS=''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Group

Minor modes in effect:
  gnus-topic-mode: t
  gnus-undo-mode: t
  yas/minor-mode: t
  shell-dirtrack-mode: t
  recentf-mode: t
  window-number-meta-mode: t
  window-number-mode: t
  savehist-mode: t
  exec-abbrev-cmd-mode: t
  show-paren-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x g <return> <return> <escape> <escape> <escape> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <return> y SPC <return> <return> 
<return> <return> <return> <return> <return> <return> 
<return> <return> SPC <return> <return> <return> <return> 
<return> <return> <return> <return> <return> <return> 
<return> <return> <return> <return> <return> <return> 
<return> <return> <return> <return> <return> <return> 
<return> <return> <return> <return> <return> SPC <return> 
<return> <return> <return> <return> <return> <return> 
<return> <return> <return> <return> <return> <return> 
<return> <return> <return> <return> <return> <return> 
<return> <return> <return> <return> <return> <backspace> 
^ c <return> SPC SPC c M-x r e b <return> <right> 
<return>

Recent messages:
20080923T210621.222> Fetching headers for nnimap+Fastmail:INBOX.mailinglists.emacs-devel...
20080923T210621.288> Fetching headers for nnimap+Fastmail:INBOX.mailinglists.emacs-devel...done
20080923T210621.347> Scoring...
20080923T210621.351> Scoring...done
20080923T210621.354> Generating summary...
20080923T210621.364> Generating summary...done
20080923T210646.338> Exiting summary buffer and applying spam rules
20080923T210646.366> nnimap: Setting marks in INBOX.mailinglists.emacs-devel...
20080923T210646.495> nnimap: Setting marks in INBOX.mailinglists.emacs-devel...done
Repeating command self-insert-command






^ permalink raw reply	[flat|nested] 16+ messages in thread
* bug#1019: 23.0.60; emacs --daemon doesn't work on a console
@ 2008-10-08 23:19 Chong Yidong
  2008-10-09  9:12 ` Tassilo Horn
  2008-10-09 16:49 ` Dan Nicolaescu
  0 siblings, 2 replies; 16+ messages in thread
From: Chong Yidong @ 2008-10-08 23:19 UTC (permalink / raw)
  To: Tassilo Horn; +Cc: 1019

> 2) In my .emacs I have (if (fboundp 'tool-bar-mode) (tool-bar-mode -1)).
>    But when I start emacsclient -c the first time, it has a toolbar,
>    although the value of `tool-bar-mode' is nil.  Then I have to toggle
>    t-b-m twice, and from there on it's disabled for the current and all
>    new frames.  I disable the scroll- and menu-bars the same way, and
>    they are disabled directly, e.g. even for the first X frame.

Do you still see this problem?






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

end of thread, other threads:[~2008-10-11  0:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-23 19:19 bug#1019: 23.0.60; emacs --daemon doesn't work on a console Tassilo Horn
2008-09-24 20:07 ` Dan Nicolaescu
2008-09-26  7:53   ` Tassilo Horn
2008-09-26 17:43     ` Dan Nicolaescu
2008-09-27  8:07       ` Tassilo Horn
2008-09-27 15:51         ` Dan Nicolaescu
2008-09-27 16:18           ` Tassilo Horn
2008-09-27 17:00             ` Dan Nicolaescu
  -- strict thread matches above, loose matches on Subject: below --
2008-10-08 23:19 Chong Yidong
2008-10-09  9:12 ` Tassilo Horn
2008-10-10  0:00   ` Xavier Maillard
2008-10-10  0:40     ` Chong Yidong
2008-10-10  7:55       ` Tassilo Horn
2008-10-11  0:00         ` Xavier Maillard
2008-10-11  0:00       ` Xavier Maillard
2008-10-09 16:49 ` Dan Nicolaescu

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