all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@ics.uci.edu>
To: Teemu Likonen <tlikonen@iki.fi>
Cc: 3926@emacsbugs.donarmstrong.com
Subject: bug#3926: 23.1.50; Follow-mode makes Emacs server unavailable
Date: Sat, 25 Jul 2009 06:13:19 -0700 (PDT)	[thread overview]
Message-ID: <200907251313.n6PDDJk9017171@godzilla.ics.uci.edu> (raw)
In-Reply-To: <87skglayzc.fsf@iki.fi> (Teemu Likonen's message of "Sat, 25 Jul 2009 12:33:27 +0300")

Teemu Likonen <tlikonen@iki.fi> writes:

  > When follow-mode is activated Emacs server is no longer available for
  > clients. The server has to be restarted. To reproduce:
  > 
  >  1. Start Emacs:
  >     
  >         emacs -Q -f server-start -f follow-mode
  > 
  >     You probably need to close other Emacs servers first.
  > 
  >  2. Try to start a client session:
  > 
  >         emacsclient -c -n
  > 
  > The emacsclient command just waits and waits but nothing happens. The
  > server must be restarted (M-x server-start) before it starts accepting
  > clients again.

This is a problem in emacs-22 too, with the difference that there
"emacsclient /tmp/test.c" prints an error:
-error Unknown&_command:&_/tmp/test.c

The problem is somewhere in the `set-process-filter' defadvice.  Doing:

emacs -Q -f server-start --eval '(setq follow-intercept-processes nil)' -f follow-mode

makes emacsclient work.

Which is yet another reason not to like defadvice in the emacs sources...





  reply	other threads:[~2009-07-25 13:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-25  9:33 bug#3926: 23.1.50; Follow-mode makes Emacs server unavailable Teemu Likonen
2009-07-25 13:13 ` Dan Nicolaescu [this message]
2012-05-01 13:39   ` Chong Yidong

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=200907251313.n6PDDJk9017171@godzilla.ics.uci.edu \
    --to=dann@ics.uci.edu \
    --cc=3926@emacsbugs.donarmstrong.com \
    --cc=tlikonen@iki.fi \
    /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.