emacs-devel
[Top][All Lists]
Advanced

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

Re: Implementing something like codenavigation in slickedit


From: Davis Herring
Subject: Re: Implementing something like codenavigation in slickedit
Date: Tue, 18 Sep 2007 08:24:54 -0700 (PDT)
User-agent: SquirrelMail/1.4.8-6.el3.2lanl

> My Idea: By some keystroke, the current position is remembered. By some
> other keystroke the position gets restored. Like this:

See the "bookmark" library, as well as just C-u C-@ (which is what I
usually use).

> Problem: If I am editing the same buffer as the stored position, it is not
> restored correct because the "point" has changed.
> Have got an Idea on how to do this?

What you would need to make it work (if it weren't already implemented in
various ways) is a "marker" (see the Emacs Lisp manual).

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




reply via email to

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