[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
simple elisp question
From: |
Jeffery B. Rancier |
Subject: |
simple elisp question |
Date: |
Tue, 29 Jul 2003 14:08:29 -0400 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt) |
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
`----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- simple elisp question,
Jeffery B. Rancier <=