GNU bug report logs - #23074
25.1.50; X11: `use-fancy-splash-screens-p` erroneously returns nil.

Previous Next

Package: emacs;

Reported by: Keith David Bershatsky <esq <at> lawlist.com>

Date: Mon, 21 Mar 2016 05:09:02 UTC

Severity: normal

Found in version 25.1.50

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

Full log


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

From: John Hawkinson <jhawk <at> alum.mit.edu>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: esq <at> lawlist.com, stefan <at> marxist.se, 23074 <at> debbugs.gnu.org, johnw <at> gnu.org
Subject: Re: bug#23074: 25.1.50; X11: `use-fancy-splash-screens-p`
 erroneously returns nil.
Date: Sat, 10 Apr 2021 13:49:31 -0400
Thanks for the quick response.

Eli Zaretskii <eliz <at> gnu.org> wrote on Sat, 10 Apr 2021
at 13:35:25 EDT in <838s5q59gi.fsf <at> gnu.org>:

> In https://debbugs.gnu.org/cgi/bugreport.cgi?bug=23074#38 I requested
> some information necessary to understand what is going on and why.
> Could you please provide that?

Sure. I honestly wasn't sure which of the 4-years-old requests were still at issue.
From /Applications/Emacs.app/Contents/MacOS/Emacs -Q:

  (let* ((img (create-image (fancy-splash-image-file)))
	 (image-height (and img (cdr (image-size img nil)))))
    (message "%s" image-height))
"16.642857142857142"


Also, I need to correct myself, it looks like I made an error when I said:

  (add-to-list 'initial-frame-alist '(height . 37)) ;; originally 36

was sufficient. It needs to be 38:

  (add-to-list 'initial-frame-alist '(height . 38)) ;; originally 36

Not sure how I jumbled that up.


> Also, I'm not sure I understand what systems are affected.  You didn't
> provide the information collected by "M-x report-emacs-bug", so I
> don't even know on what OS are you seeing this and in which Emacs
> configuration.

Sorry, the backdrop of this bug was MacOS ("Emacs master branch built `--with-x --with-ns=no` with full image support on an OSX machine (10.6.8) does not display the Emacs logo ..."), and it wasn't clear to me I should treat reopening an ancient unresolved bug as a new one, but here's the trimmed output from r-e-b:


  In GNU Emacs 27.2 (build 1, x86_64-apple-darwin15.6.0, NS appkit-1404.47 Version 10.11.6 (Build 15G22010))
   of 2021-03-27 built on builder10-11.porkrind.org
  Windowing system distributor 'Apple', version 10.3.1504
  System Description:  Mac OS X 10.12.6
  
  Configured using:
   'configure --with-ns '--enable-locallisppath=/Library/Application
   Support/Emacs/${version}/site-lisp:/Library/Application
   Support/Emacs/site-lisp' --with-modules
   CFLAGS=-DNSTextAlignmentRight=NSRightTextAlignment'
  
  Configured features:
  NOTIFY KQUEUE ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS MODULES
  THREADS JSON PDUMPER GMP
  
  Important settings:
    value of $LANG: en_US.UTF-8
    locale-coding-system: utf-8-unix

Anything else that would be helpful?
Is it worth investigating the question of session recovery behavior?

--
jhawk <at> alum.mit.edu
John Hawkinson
+1 617 797 0250




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

Previous Next


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