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

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

bug#23074: 25.1.50; X11: `use-fancy-splash-screens-p` erroneously return


From: John Hawkinson
Subject: 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@gnu.org> wrote on Sat, 10 Apr 2021
at 13:35:25 EDT in <838s5q59gi.fsf@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@alum.mit.edu
John Hawkinson
+1 617 797 0250





reply via email to

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