help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Saving point between sessions like Vim


From: Robert Marshall
Subject: Re: Saving point between sessions like Vim
Date: Sat, 17 May 2003 07:48:54 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux)

On Fri, 16 May 2003, Andrew J. Korty wrote:

> When revisiting a file with Vim, I'm taken to the place I left off
> editing last time.  Is there a pre-defined feature or package that
> gives Emacs this capability?
> 
> I've seen the context saving and restoring packages.  They all seem
> to have a feature I don't want: reopening all the files I was
> editing last time.  What I want is not to open any files
> automatically, but merely for find-file to restore point when I
> revisit a file.
> 

(require 'saveplace)
(setq-default save-place t)

Robert
-- 
Take me to the world
A world that smiles
With streets instead of aisles


reply via email to

[Prev in Thread] Current Thread [Next in Thread]