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: Fri, 20 Apr 2007 18:31:40 -0700 Organization: None Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1177119321 11209 80.91.229.12 (21 Apr 2007 01:35:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Apr 2007 01:35:21 +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 03:35:14 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 1Hf4VM-0002Nb-F1 for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Apr 2007 03:35:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hf4aT-0000Qc-LN for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Apr 2007 21:40:29 -0400 Original-Path: shelby.stanford.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: xoc2.stanford.edu Original-X-Trace: news.Stanford.EDU 1177119101 17283 171.64.109.31 (21 Apr 2007 01:31:41 GMT) Original-X-Complaints-To: news@news.stanford.edu X-Spook: Eastern Shan State Army Arab Revolutionary Council X-Ran: ^}j#!#.8#EJ}4[jBFK\j"@/@8f0K)aw>DO8_)IWINRt"&pg=x.)KkG^3!jcsPgtDq!?+@N X-Hue: red 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:8XYVIeEaIL7RTQ6g8XiFVQemmqo= Original-Xref: shelby.stanford.edu gnu.emacs.help:147335 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:42939 Archived-At: Amy Templeton wrote: > things that have changed in my Emacs since upgrading to GNU > Emacs 22.0.97.2 2007-04-15. [...] > 1) Some images simply don't appear in emacs-w3m (Debian > testing version) anymore (though some do). [...] > 2) Though `display-time-use-mail-icon' is true, no icon > displays in the modeline, despite the icon listed in > `display-time-mail-icon' definitely existing. Maybe your new Emacs was compiled without support for some image types. What is the actual setting for display-time-mail-icon, and what does this return: (mapcar (lambda (type) (if (image-type-available-p type) type)) image-types) > 3) Mysteriously, now the location information (for example, > "All (29,6)" appears *before* the mode notification, > whereas before it all appeared at the very end of the > modeline. Very strange. It was moved nearer the start so that it would be always visible. Not that mysterious, surely? > While it's nice always being able to see this, I'd kind of like it > back on the end, just because it's what I'm used to. You can probably customize mode-line-format. You want to move the "mode-line-position" part after the "global-mode-string" part, I imagine.