GNU bug report logs - #56561
29.0.50; Infloop in try_window

Previous Next

Package: emacs;

Reported by: Michael Welsh Duggan <md5i <at> md5i.com>

Date: Thu, 14 Jul 2022 18:58:01 UTC

Severity: normal

Found in version 29.0.50

Full log


View this message in rfc822 format

From: Po Lu <luangruo <at> yahoo.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: mwd <at> md5i.com, 56561 <at> debbugs.gnu.org
Subject: bug#56561: 29.0.50; Infloop in try_window
Date: Mon, 18 Jul 2022 08:57:08 +0800
Eli Zaretskii <eliz <at> gnu.org> writes:

> Thanks.  The patch below is what I had in mind.  WDYT?

It works fine (though we should make the change in all the *fns.[cm]
files).  But I don't see the strict requirement for this change:

>    DEFVAR_LISP ("x-max-tooltip-size", Vx_max_tooltip_size,
>  	       doc: /* SKIP: real doc in xfns.c.  */);
> -  Vx_max_tooltip_size = Fcons (make_fixnum (80), make_fixnum (40));
> +  Vx_max_tooltip_size = Qnil;
>  
>    DEFVAR_LISP ("x-no-window-manager", Vx_no_window_manager,
>  	       doc: /* SKIP: real doc in xfns.c.  */);

Thanks.




This bug report was last modified 2 years and 330 days ago.

Previous Next


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