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: Keith David Bershatsky
Subject: bug#23074: 25.1.50; X11: `use-fancy-splash-screens-p` erroneously returns nil.
Date: Mon, 21 Mar 2016 18:03:21 -0700

The following test was performed with no toolkit -- i.e., --with-x 
--with-x-toolkit=no --with-ns=no

M-: (frame-height) RET

  Evaluating the above gives me a value of 35.


M-: (image-size (create-image (fancy-splash-image-file))) RET

  Evaluating the above gives me a value of:  (41.625 . 15.533333333333333)


The value for `fancy-splash-image-file` is:  "splash.svg"


Keith

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

At Mon, 21 Mar 2016 18:03:24 +0200,
Eli Zaretskii wrote:
> 
> ***
> 
> I would like to understand the situation before discussing the
> solution.  Please tell what these two evaluations yield in "emacs -q":
> 
>   M-: (frame-height) RET
>   M-: (image-size (create-image (fancy-splash-image-file))) RET
> 
> On my system, the first one produces 35, the second (41.625 . 14.5625).
> 
> Thanks.





reply via email to

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