all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Noah Friedman <friedman@splode.com>
To: monnier@iro.umontreal.ca
Cc: 17650-done@debbugs.gnu.org
Subject: bug#17650: problem with emacs bzr change 117190
Date: Mon, 09 Jun 2014 12:20:54 -0700 (PDT)	[thread overview]
Message-ID: <20140609122054.470410.FMU1898@unexploded-cow.prv.splode.com> (raw)
In-Reply-To: <jwv4mzyygxq.fsf-monnier+emacsbugs@gnu.org> (monnier@iro.umontreal.ca Thursday, 05 Jun 14 22:22:57 -0400)

Indeed it does.  Thanks!

In <jwv4mzyygxq.fsf-monnier+emacsbugs@gnu.org>, Stefan Monnier writes:
>>>>>> "Noah" == Noah Friedman <noah@splode.com> writes:
>
>> Sorry to keep bugging you about this.  I think I know where the problem is
>> now.
>
>> In keyboard.c:read_char around line 2847:
>
>>       /* If this has become non-nil here, it has been set by a timer
>>          or sentinel or filter.  */
>>       if (CONSP (Vunread_command_events))
>>         {
>>           c = XCAR (Vunread_command_events);
>>           Vunread_command_events = XCDR (Vunread_command_events);
>>         }
>
>> This second time that unread-command-events is examined, it's not checking
>> for the case that c is a cons.
>
>A `cons' is perfectly normal, but indeed it needs to check if it's
>a `cons' whose `car' is t, thanks.  The patch below seems to fix
>Thierry's case, so hopefully it fixes yours too.
>
>
>        Stefan





  reply	other threads:[~2014-06-09 19:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20140605130231.528718.FMU1898@unexploded-cow.prv.splode.com>
2014-06-06  2:22 ` bug#17650: problem with emacs bzr change 117190 Stefan Monnier
2014-06-09 19:20   ` Noah Friedman [this message]
     [not found] <20140605104329.478653.FMU1898@unexploded-cow.prv.splode.com>
2014-06-05 20:56 ` Stefan Monnier

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=20140609122054.470410.FMU1898@unexploded-cow.prv.splode.com \
    --to=friedman@splode.com \
    --cc=17650-done@debbugs.gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.