bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56561: 29.0.50; Infloop in try_window


From: Po Lu
Subject: bug#56561: 29.0.50; Infloop in try_window
Date: Mon, 18 Jul 2022 08:57:08 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Eli Zaretskii <eliz@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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]