From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: package that writes *Messages* to a file Date: Thu, 27 Oct 2005 09:20:34 GMT Organization: NTL Message-ID: <874q73uxcn.fsf@bzg.ath.cx> References: <87k6fzwydy.fsf@bzg.ath.cx> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1130406676 21188 80.91.229.2 (27 Oct 2005 09:51:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2005 09:51:16 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 27 11:51:15 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EV4Ph-0004H1-OS for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Oct 2005 11:51:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EV4PP-0008M9-Cs for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Oct 2005 05:50:55 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news-in.ntli.net!newsrout1-win.ntli.net!ntli.net!newspeer1-win.ntli.net!newsfe5-win.ntli.net.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:TQTFZUZnhINoxrsOPKM4uxxvHio= Original-Lines: 19 Original-NNTP-Posting-Host: 81.109.110.238 Original-X-Trace: newsfe5-win.ntli.net 1130404834 81.109.110.238 (Thu, 27 Oct 2005 10:20:34 BST) Original-NNTP-Posting-Date: Thu, 27 Oct 2005 10:20:34 BST Original-Xref: shelby.stanford.edu gnu.emacs.help:135021 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:30610 Archived-At: Reiner Steib writes: > On Thu, Oct 27 2005, Bastien wrote: > >> (save-window-excursion >> (switch-to-buffer "*Messages*") > > ,----[ f switch-to-buffer RET ] > | WARNING: This is NOT the way to work on another buffer temporarily > | within a Lisp program! Use `set-buffer' instead. That avoids messing with > | the window-buffer correspondences. > `---- > > Bye, Reiner. ... always learning! thx -- Bastien