From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: Images, display-time, modeline Date: Sat, 21 Apr 2007 11:29:50 -0700 Organization: None Message-ID: <8zzm51wpgh.fsf@xoc2.stanford.EDU> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1177180505 31547 80.91.229.12 (21 Apr 2007 18:35:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Apr 2007 18:35:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 21 20:34:59 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HfKQF-0003r6-6d for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Apr 2007 20:34:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HfKVR-0000Rg-Cr for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Apr 2007 14:40:21 -0400 Original-Path: shelby.stanford.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: xoc2.stanford.edu Original-X-Trace: news.Stanford.EDU 1177180190 6410 171.64.109.31 (21 Apr 2007 18:29:50 GMT) Original-X-Complaints-To: news@news.stanford.edu X-Spook: MD5 Baghdad supersonic warrant harbor lockpick embassy X-Ran: sBrRPV}PK{#uPWA2qh>kMm%El>Q>Hd*~Ka$Vo|bEd@w8S*rZp(jE#Pd5Y_4qsE&'=jkbSS X-Hue: magenta X-Attribution: GM Mail-Followup-To: help-gnu-emacs@gnu.org Mail-Copies-To: nobody User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cancel-Lock: sha1:28E8AlyjHLnVNgX72j7a0hvHzqI= Original-Xref: shelby.stanford.edu gnu.emacs.help:147367 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42973 Archived-At: Amy Templeton wrote: > (image :type pbm > :file "~/vc/cvs/emacs/2007-04-15/share/emacs/22.0.97/etc/letter.pbm" > :ascent center) Looks fine to me. What's the value of display-time-string-forms, and of display-time-string when you have mail? What happens if you evaluate the following in the scratch buffer: (insert (propertize "foo" 'display display-time-mail-icon)) Does it change if you switch to letter.xbm? >> (mapcar (lambda (type) (if (image-type-available-p type) >> type)) image-types) > > (png jpeg postscript xbm pbm) You don't have gif support, which explains why Google logos don't appear. > Out of curiosity, do you know if it's safe to remove all the bits > about mouse stuff in the mode-line-format? Sure.