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

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

Re: How to delete until the first displayable character in a line?


From: Robert Thorpe
Subject: Re: How to delete until the first displayable character in a line?
Date: 12 Dec 2006 09:21:52 -0800
User-agent: G2/1.0

Ronald wrote:
> How to delete towards the right or the left until the first displayed
> character or the start/end of a line.

>From the left to the end of the line is C-k
A prefix argument determines how many, so ..
C-u 2 C-k kills the next two, C-u -1 C-k text from point back to the
start of the line.
C-u C-k kills the next 4 lines.

> On the hand, to delete characters until the first undisplayable character.

Don't know how to do that.  Possibly you could use zap-to-char.

Why on earth do you want to do that anyway?



reply via email to

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