GNU bug report logs - #48408
BUGFIX: window-default-font-height: check for nil string

Previous Next

Package: emacs;

Reported by: Boruch Baum <boruch_baum <at> gmx.com>

Date: Fri, 14 May 2021 01:16:02 UTC

Severity: normal

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #32 received at 48408 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Boruch Baum <boruch_baum <at> gmx.com>
Cc: 48408 <at> debbugs.gnu.org
Subject: Re: bug#48408: BUGFIX: window-default-font-height: check for nil
 string
Date: Sun, 16 May 2021 07:22:24 +0300
> Date: Sat, 15 May 2021 23:06:18 -0400
> From: Boruch Baum <boruch_baum <at> gmx.com>
> Cc: 48408 <at> debbugs.gnu.org
> 
> >   M-: (frame-parameter nil 'display) RET
> 
> ":0.0"

That's the cause of the problem: it should say nil instead.

Can you step through framep-on-display in that case and tell what does
each of the expressions in 'or' there yield for that frame?  That is,
each one of these:

  (terminal-live-p ":0.0")
  (framep ":0.0")
  (frames-on-display-list ":0.0")

My bet is that the 3rd one produces the bad result.

Thanks.




This bug report was last modified 3 years and 27 days ago.

Previous Next


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