Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 2010 21:27:34 +0200
From:      Markus Hoenicka <markus.hoenicka@mhoenicka.de>
To:        Ashish SHUKLA <ashish@FreeBSD.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Emacs splash screen went to textmode only
Message-ID:  <20100721212734.15426ym98pet0doo@webmail.df.eu>
In-Reply-To: <86eiexplng.fsf@chateau.d.if>
References:  <19523.21705.648520.937010@yeti.mininet> <86eif0xi0f.fsf@chateau.d.if> <19524.43056.507309.913955@yeti.mininet> <8639vefwkj.fsf@chateau.d.if> <20100720232608.20822abt0h7wwj28@webmail.df.eu> <86eiexplng.fsf@chateau.d.if>

next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Ashish SHUKLA <ashish@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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100721212734.15426ym98pet0doo>