From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mmuurr@gmail.com Newsgroups: gmane.emacs.help Subject: Re: executing a lisp command as a hook Date: 27 Apr 2006 16:38:52 -0700 Organization: http://groups.google.com Message-ID: <1146181132.053529.123310@e56g2000cwe.googlegroups.com> References: <1146179269.179185.88680@j33g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1146181269 3622 80.91.229.2 (27 Apr 2006 23:41:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Apr 2006 23:41:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 28 01:41:08 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FZG6b-0004Ze-Gc for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Apr 2006 01:41:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZG6b-00077m-2R for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Apr 2006 19:41:05 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!e56g2000cwe.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 134.174.169.133 Original-X-Trace: posting.google.com 1146181137 26570 127.0.0.1 (27 Apr 2006 23:38:57 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 27 Apr 2006 23:38:57 +0000 (UTC) In-Reply-To: <1146179269.179185.88680@j33g2000cwa.googlegroups.com> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.2,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: e56g2000cwe.googlegroups.com; posting-host=134.174.169.133; posting-account=5YwDkQ0AAAB_inFO-6zl8stzsEHFVXZZ Original-Xref: shelby.stanford.edu gnu.emacs.help:139072 Original-To: help-gnu-emacs@gnu.org 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:34693 Archived-At: OK, I figured it out! I'm doing the correct thing, however a whole bunch of messages are displayed before and after the hook executes, so I lose it in the echo area. Is there anyway to put a time on a message, so it lingers in the echo area (maybe as other commands flash by, but then goes back to the important status message I want). Better yet, can anyone tell me how to append some information to the information bar at the bottom of each window (the one that shows things like line number, major-minor modes, etc...) Thanks!