From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eddie Bush Newsgroups: gmane.emacs.help Subject: Re: Desktop + Save Place in Session Date: Fri, 05 Jul 2002 16:04:11 -0500 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <3D2609CB.6030205@swbell.net> References: <3D26032E.6030600@swbell.net> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1025903171 4538 127.0.0.1 (5 Jul 2002 21:06:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 5 Jul 2002 21:06:11 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17QaHL-0001B5-00 for ; Fri, 05 Jul 2002 23:06:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17QaHD-0002ug-00; Fri, 05 Jul 2002 17:06:03 -0400 Original-Received: from mta1.rcsntx.swbell.net ([151.164.30.25]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17QaEI-0002X9-00 for ; Fri, 05 Jul 2002 17:03:02 -0400 Original-Received: from swbell.net ([66.137.79.19]) by mta1.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with ESMTP id <0GYS009BRNSXAZ@mta1.rcsntx.swbell.net> for help-gnu-emacs@gnu.org; Fri, 5 Jul 2002 16:02:58 -0500 (CDT) Original-To: help-gnu-emacs User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020513 X-Accept-Language: en-us, en Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:589 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:589 Incidentally, I have enabled all apropriate features (that I am aware of), but get an "either-or" for benefit. Either I can load each file manually, in which case Emacs remembers where point was and takes me there, or I can have the convenience of having Emacs load the files I had open last time - and put me at the top of the file. Eddie Bush wrote: > Hi, I'm trying to use the Desktop and also have Emacs recall where > point was when I last visited a file. I can get it to remember which > files I was in just fine by appending the following to the end of my > init file: > > (desktop-load-default) > (desktop-read) > > The issue I have is that Emacs doesn't seem to return to where point > was at my previous visit. Is there a way I can acheive the desired > result? I'd like to open the files I had open -and- also go to the > spot I was in them. > > Any pointers about where to look for the answer would be most greatly > appreciated. > > Thanks, > > Eddie > > > _______________________________________________ > Help-gnu-emacs mailing list > Help-gnu-emacs@gnu.org > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs >