From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Schmitt Newsgroups: gmane.emacs.help Subject: Re: How can I put display-time to the right of the mode line? Date: Thu, 12 Dec 2013 21:43:53 +0100 Organization: IRISA, INRIA Rennes (FR) Message-ID: References: <87zjo7idkt.fsf@nl106-137-194.student.uu.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1386881421 27019 80.91.229.3 (12 Dec 2013 20:50:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Dec 2013 20:50: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 Thu Dec 12 21:50:25 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VrDDF-0005EY-3Q for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Dec 2013 21:50:25 +0100 Original-Received: from localhost ([::1]:38516 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrDDE-0008UI-J4 for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Dec 2013 15:50:24 -0500 X-Received: by 10.14.179.134 with SMTP id h6mr5840609eem.7.1386881238611; Thu, 12 Dec 2013 12:47:18 -0800 (PST) X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 78.192.65.63 Original-Path: usenet.stanford.edu!i6no5689457wiy.1!news-out.google.com!h6ni4114wiy.1!nntp.google.com!proxad.net!feeder1-2.proxad.net!nntpfeed.proxad.net!news.muarf.org!news.ecp.fr!news-rocq.inria.fr!news.irisa.fr!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: cbg35-2-78-242-14-140.fbx.proxad.net Original-X-Trace: news-v3.irisa.fr 1386881033 17193 78.242.14.140 (12 Dec 2013 20:43:53 GMT) Original-X-Complaints-To: abuse@irisa.fr Original-NNTP-Posting-Date: Thu, 12 Dec 2013 20:43:53 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:MM+jJeSOh4sPidegczFCKmUCzIw= Original-Xref: usenet.stanford.edu gnu.emacs.help:202685 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94954 Archived-At: Hi Emanuel, Emanuel Berg writes: > Alan Schmitt writes: > >> Is there a way to have some information in the mode >> line, in my case the time showed by display-time, to be >> at all the way to the right of the mode line? > > Yes, I found the mode line is configurable with the > below Elisp [last]. If you want context (and some more > defuns to do various things to the mode line), check > out the entire config file [1]. Thanks a lot for the suggestion. I'll try to make sense of all this. Alan