* Cursor positioning
@ 2002-09-03 1:06 Springfield
2002-09-03 2:21 ` Thien-Thi Nguyen
0 siblings, 1 reply; 2+ messages in thread
From: Springfield @ 2002-09-03 1:06 UTC (permalink / raw)
Hi, When I edit certain files (emas and news group postings) I use
mail fill mode and have a function that is executed when the files are
loaded. Within this function is the command:
(goto-char (point-max))
to put the cursor at the bottom of the mail. The trouble is I would
now like it above my signiture but still below any quoted text. How
could I achive this?
Thanks alot and best regards
Springfield
--
public key: 94B755E3
"I would have slept longer if I hadn't woken up"
--Adele Flood
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Cursor positioning
2002-09-03 1:06 Cursor positioning Springfield
@ 2002-09-03 2:21 ` Thien-Thi Nguyen
0 siblings, 0 replies; 2+ messages in thread
From: Thien-Thi Nguyen @ 2002-09-03 2:21 UTC (permalink / raw)
Springfield <phil@nospamplease.com> writes:
> (goto-char (point-max))
after this, scan backwards for signature start:
(re-search-backward "^-- ")
thi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-09-03 2:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-03 1:06 Cursor positioning Springfield
2002-09-03 2:21 ` Thien-Thi Nguyen
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).