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

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

Re: Images, display-time, modeline


From: Amy Templeton
Subject: Re: Images, display-time, modeline
Date: Fri, 20 Apr 2007 22:04:01 -0400
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.97 (gnu/linux)

Glenn Morris wrote:
> Maybe your new Emacs was compiled without support for some image
> types. What is the actual setting for display-time-mail-icon 

(image :type pbm
       :file "~/vc/cvs/emacs/2007-04-15/share/emacs/22.0.97/etc/letter.pbm"
       :ascent center)

> what does this return:
> (mapcar (lambda (type) (if (image-type-available-p type)
> type)) image-types)

(png jpeg postscript xbm pbm)

> It was moved nearer the start so that it would be always
> visible. Not that mysterious, surely?

Touché.

> You can probably customize mode-line-format. You want to
> move the "mode-line-position" part after the
> "global-mode-string" part, I imagine.

Aha, I'll look further into that. Out of curiosity, do you
know if it's safe to remove all the bits about mouse stuff
in the mode-line-format? Since I never actually use the
mouse, it's not exactly of any use and just makes the whole
thing all the more confusing.

Thanks a lot,
Amy




reply via email to

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