From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: francois.fleuret@noos.fr (=?iso-8859-1?q?Fran=E7ois?= Fleuret) Newsgroups: gmane.emacs.help Subject: Re: How do I configure emacs to remember last opened buffer on the next emacs session? Date: 16 Apr 2003 10:27:35 +0200 Organization: Noos Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87u1cyrgnc.fsf@noos.fr> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1050481987 9126 80.91.224.249 (16 Apr 2003 08:33:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 16 Apr 2003 08:33:07 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 16 10:33:03 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 195iLn-0002Mo-00 for ; Wed, 16 Apr 2003 10:33:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 195iJM-0001D0-09 for gnu-help-gnu-emacs@m.gmane.org; Wed, 16 Apr 2003 04:30:32 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!skynet.be!skynet.be!freenix!teaser.fr!noos.fr!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Lines: 14 Original-NNTP-Posting-Date: 16 Apr 2003 08:27:40 GMT Original-NNTP-Posting-Host: 81.67.18.128 Original-X-Trace: 1050481660 news.noos.fr 14743 81.67.18.128 Original-X-Complaints-To: abuse@noos.fr Original-Xref: shelby.stanford.edu gnu.emacs.help:112027 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8527 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8527 Hi, Elchanan Sharon wrote on 16 Apr 2003 10:16:03 MET: > I am looking for a way to make emacs when re-activated, to remember > and open all the buffers that I recently worked with last time. Look at window-configuration-to-register (or more globally the window-configuration related functions). It seems to be what you are looking for. Regards, FF