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

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

Re: Quick deleting from a comma separated list


From: Johan Bockgård
Subject: Re: Quick deleting from a comma separated list
Date: Thu, 18 Dec 2003 18:14:11 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (usg-unix-v)

Urban Gabor <gabaux@freemail.hu> writes:

> I have a question, is there an elegant and quick way to delete an
> item from a comma separated list.
>
> Example:
>
> arg1,arg2,arg3
> ......>

> The cursor point is at the 'a' of the second argument. I want to
> delete the arg2 and the separating comma. What is solution if there
> are spaces after or before the comma?

Move to the beginning of *arg3* and use M-<DEL> (backward-kill-word)
or C-M-<DEL> (backward-kill-sexp).

-- 
Johan Bockgård


reply via email to

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