Quoting Ashish SHUKLA <ash...@freebsd.org>:

And please also evaluate following functions in Emacs (in X11) and paste their
output:


This is the output from 23.2.1, i.e. the one which doesn't show the fancy splash screen:

(use-fancy-splash-screens-p)
nil

(display-graphic-p)
t

(display-color-p)
t

(image-type-available-p 'xpm)
t

(image-type-available-p 'xbm)
t


For comparison, this is what 23.1.1. reports:

(use-fancy-splash-screens-p)
t

(display-graphic-p)
t

(display-color-p)
t

(image-type-available-p 'xpm)
t

(image-type-available-p 'xbm)
t

The obvious difference is the value of (use-fancy-splash-screens-p). Both Emacsen were started with -q -no-site-file to be on a level ground.

regards,
Markus

--
Markus Hoenicka
http://www.mhoenicka.de
AQ score 38


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to