[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: add a command that moves you to the last place you were editing
From: |
Chong Yidong |
Subject: |
Re: add a command that moves you to the last place you were editing |
Date: |
19 Sep 2001 19:48:12 -0700 |
jidanni@deadspam.com (Dan Jacobson) writes:
> A command that moves you to the last place you were editing in the
> current buffer.
A way to avoid this is to (setq scroll-preserve-screen-position t), so
that your point will return to the same position when you scroll back.