all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@gnu.org>
To: Glenn Morris <rgm@gnu.org>
Cc: Xue Fuqiao <xfq.free@gmail.com>, 13289-done@debbugs.gnu.org
Subject: bug#13289: 24.2; bookmark didn't save when using emacsclient
Date: Sat, 19 Jan 2013 16:50:51 +0800	[thread overview]
Message-ID: <87y5fp5zf8.fsf@gnu.org> (raw)
In-Reply-To: <87a9s6h32m.fsf@gnu.org> (Chong Yidong's message of "Sat, 19 Jan 2013 00:24:17 +0800")

Chong Yidong <cyd@gnu.org> writes:

> The reason is the following.  The above call to `pp' contains a call to
> `scan-lists' which is enclosed in `ignore-errors'.  Normally, the error
> is caught and `pp' goes on to do its job.  However, because the hook is
> being run while Emacs is in a sigterm handler waiting to die (so that
> waiting_for_input is true), the Fsignal aborts Emacs instead of
> signalling a Lisp error:

The straightforward fix---setting waiting_for_input to 0 in
Fkill_emacs---seems to work fine, so I went ahead and committed it to
trunk.





      reply	other threads:[~2013-01-19  8:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-27 13:16 bug#13289: 24.2; bookmark didn't save when using emacsclient Xue Fuqiao
2012-12-27 18:07 ` Glenn Morris
2012-12-27 22:13   ` Xue Fuqiao
2012-12-28  1:48     ` Glenn Morris
2013-01-04  2:52       ` Glenn Morris
2013-01-18 16:24         ` Chong Yidong
2013-01-19  8:50           ` Chong Yidong [this message]

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=87y5fp5zf8.fsf@gnu.org \
    --to=cyd@gnu.org \
    --cc=13289-done@debbugs.gnu.org \
    --cc=rgm@gnu.org \
    --cc=xfq.free@gmail.com \
    /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.