unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* delete the first few chars of each line
@ 2003-09-21 19:43 Zimmen Gnauh
  2003-09-21 19:51 ` David Kastrup
  2003-09-22 20:08 ` Pascal Bourguignon
  0 siblings, 2 replies; 5+ messages in thread
From: Zimmen Gnauh @ 2003-09-21 19:43 UTC (permalink / raw)


  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))

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-09-22 20:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-21 19:43 delete the first few chars of each line Zimmen Gnauh
2003-09-21 19:51 ` David Kastrup
2003-09-21 20:21   ` Stefan Monnier
2003-09-21 20:49     ` David Kastrup
2003-09-22 20:08 ` Pascal Bourguignon

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).