* Saving point between sessions like Vim
@ 2003-05-17 3:12 Andrew J. Korty
0 siblings, 0 replies; 3+ messages in thread
From: Andrew J. Korty @ 2003-05-17 3:12 UTC (permalink / raw)
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.
--
Andrew J. Korty, Principal Security Engineer, GCIA, GCFA
Office of the Vice President for Information Technology
Indiana University
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Saving point between sessions like Vim
[not found] <mailman.6335.1053143187.21513.help-gnu-emacs@gnu.org>
@ 2003-05-17 6:48 ` Robert Marshall
0 siblings, 0 replies; 3+ messages in thread
From: Robert Marshall @ 2003-05-17 6:48 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Saving point between sessions like Vim
@ 2003-05-17 14:16 Niels Freimann
0 siblings, 0 replies; 3+ messages in thread
From: Niels Freimann @ 2003-05-17 14:16 UTC (permalink / raw)
session.el. Visit http://emacs-session.sourceforge.net/
On Saturday 17 May 2003 05:12, 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-05-17 14:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-17 3:12 Saving point between sessions like Vim Andrew J. Korty
[not found] <mailman.6335.1053143187.21513.help-gnu-emacs@gnu.org>
2003-05-17 6:48 ` Robert Marshall
-- strict thread matches above, loose matches on Subject: below --
2003-05-17 14:16 Niels Freimann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).