help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: how to set the initial point position when visit a file


From: moonrie
Subject: Re: how to set the initial point position when visit a file
Date: Sun, 14 Oct 2007 15:27:54 -0000
User-agent: G2/1.0

intuitively, i do it this way:

(search-forward "<TAG>")
(backward-delete-char (length "<TAG>"))

:P, dunno a better way?



reply via email to

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