unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: monnier@iro.umontreal.ca, Drew Adams <drew.adams@oracle.com>
Cc: theonewiththeevillook@yahoo.fr, 18331-done@debbugs.gnu.org
Subject: bug#18331: 24.4.50; REGRESSION, no `C-h k' for `C-g'
Date: Thu, 04 Sep 2014 18:12:38 +0300	[thread overview]
Message-ID: <83r3zre7x5.fsf@gnu.org> (raw)
In-Reply-To: <83mwaqj6go.fsf@gnu.org>

> Date: Wed, 27 Aug 2014 18:30:15 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: theonewiththeevillook@yahoo.fr, 18331@debbugs.gnu.org
> 
> I can fix this problem with the simple patch below.  Does anyone see
> any problems with it?
> 
> --- src/data.c~	2014-08-03 08:43:52 +0300
> +++ src/data.c	2014-08-27 18:28:13 +0300
> @@ -1311,10 +1311,10 @@ set_internal (Lisp_Object symbol, Lisp_O
>  
>  	    /* Find the new binding.  */
>  	    XSETSYMBOL (symbol, sym); /* May have changed via aliasing.  */
> -	    tem1 = Fassq (symbol,
> -			  (blv->frame_local
> -			   ? XFRAME (where)->param_alist
> -			   : BVAR (XBUFFER (where), local_var_alist)));
> +	    tem1 = assq_no_quit (symbol,
> +				 (blv->frame_local
> +				  ? XFRAME (where)->param_alist
> +				  : BVAR (XBUFFER (where), local_var_alist)));
>  	    set_blv_where (blv, where);
>  	    blv->found = 1;

No comments, so I installed this on the emacs-24 branch (r117479) and
I'm marking this done.





  parent reply	other threads:[~2014-09-04 15:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-25 21:36 bug#18331: 24.4.50; REGRESSION, no `C-h k' for `C-g' Drew Adams
2014-08-26  8:24 ` Nicolas Richard
2014-08-26 18:34   ` Drew Adams
2014-08-26 18:51     ` Eli Zaretskii
2014-08-27 15:30       ` Eli Zaretskii
2014-08-27 19:02         ` Glenn Morris
2014-09-04 15:12         ` Eli Zaretskii [this message]
     [not found] <<f4b58f26-da70-420b-b531-d594350ebe32@default>
     [not found] ` <<87mwar8xr1.fsf@geodiff-mac3.ulb.ac.be>
     [not found]   ` <<d25c5ce6-09a2-4778-ad4b-2b8efc203823@default>
     [not found]     ` <<83vbpfjd8f.fsf@gnu.org>
2014-08-26 19:01       ` Drew Adams
2014-08-27 15:14         ` Eli Zaretskii
     [not found]       ` <<83mwaqj6go.fsf@gnu.org>
2014-08-27 15:44         ` Drew Adams
     [not found]       ` <<2f298535-b3e1-4d79-b1ce-e5238819d98e@default>
     [not found]         ` <<83oav6j771.fsf@gnu.org>
2014-08-27 15:44           ` Drew Adams
2014-08-27 16:52             ` Eli Zaretskii
     [not found] <<feb2ccb7-684f-4d98-9e42-c577e9ee4316@default>
     [not found] ` <<83fvghkh8g.fsf@gnu.org>
2014-08-27 17:19   ` Drew Adams
2014-08-27 18:18     ` Eli Zaretskii

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83r3zre7x5.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=18331-done@debbugs.gnu.org \
    --cc=drew.adams@oracle.com \
    --cc=monnier@iro.umontreal.ca \
    --cc=theonewiththeevillook@yahoo.fr \
    /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 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).