From: jeff.rancier@softechnics.com (Jeffery B. Rancier)
Subject: simple elisp question
Date: Tue, 29 Jul 2003 14:08:29 -0400 [thread overview]
Message-ID: <u3cgpurxe.fsf@softechnics.com> (raw)
Hi All.
When I call find-tag, I prefer the method/function to appear at the
very top of the buffer. So, I added the following:
,----
| (add-hook 'find-tag-hook
| (function
| (lambda()
| (interactive)
| (recenter 0)
| (beginning-of-line))))
`----
That worked fine, but now when I call pop-tag-mark the place from
where I called find-tag, is not preserved. I don't a call to
save-excursion will help here. Any ideas?
--
Thanks,
Jeff
,----
| Jeffery B. Rancier
|
| Softechnics
| a METTLER TOLEDO company
`----
next reply other threads:[~2003-07-29 18:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-29 18:08 Jeffery B. Rancier [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-08-03 17:47 Simple elisp question Chris McMahan
2006-08-03 18:56 ` David Hansen
2006-08-03 20:20 ` Eric Hanchrow
2006-08-04 13:53 ` Chris McMahan
2006-08-04 14:51 ` Chris McMahan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=u3cgpurxe.fsf@softechnics.com \
--to=jeff.rancier@softechnics.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).