GNU bug report logs - #818
23.0.60; error when window-size-change-functions is a buffer-local hook

Previous Next

Package: emacs;

Reported by: Markus Triska <markus.triska <at> gmx.at>

Date: Fri, 29 Aug 2008 15:10:04 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andreas Schwab <schwab <at> suse.de>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 818 <at> debbugs.gnu.org, Markus Triska <markus.triska <at> gmx.at>
Subject: bug#818: 23.0.60; error when window-size-change-functions is a buffer-local hook
Date: Mon, 01 Sep 2008 10:58:03 +0200
martin rudalics <rudalics <at> gmx.at> writes:

> *** xdisp.c.~1.1244.~	2008-08-07 03:54:06.000000000 +0200
> --- xdisp.c	2008-08-30 16:12:09.765625000 +0200
> ***************
> *** 9591,9597 ****
>   
>   	      while (CONSP (functions))
>   		{
> ! 		  call1 (XCAR (functions), frame);
>   		  functions = XCDR (functions);
>   		}
>   	      UNGCPRO;
> --- 9591,9598 ----
>   
>   	      while (CONSP (functions))
>   		{
> ! 		  if (!EQ (XCAR (functions), Qt))
> ! 		    call1 (XCAR (functions), frame);
>   		  functions = XCDR (functions);
>   		}
>   	      UNGCPRO;

Why doesn't this use run-hook-with-args?

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab <at> suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




This bug report was last modified 16 years and 265 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.