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

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

Re: Possible to write 'beginning of line' in a String?


From: Andreas Röhler
Subject: Re: Possible to write 'beginning of line' in a String?
Date: Tue, 02 Apr 2013 11:41:09 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130307 Thunderbird/17.0.4

Am 02.04.2013 11:24, schrieb Óscar Fuentes:
(beginning-of-line)
(insert "abc")

resp.

(progn (beginning-of-line)
       (looking-at "abc")



reply via email to

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