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

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

delete the first few chars of each line


From: Zimmen Gnauh
Subject: delete the first few chars of each line
Date: Sun, 21 Sep 2003 19:43:55 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

  To delete the first 10 chars of a line. Is there any simpler way
than the following:

(let beg (progn (beginning-of-line) (point))
        (delete-region beg 10))




reply via email to

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