bug-bash
[Top][All Lists]
Advanced

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

Re: Keybinding "yank 0th arg", "delete backward argument"


From: Andreas Schwab
Subject: Re: Keybinding "yank 0th arg", "delete backward argument"
Date: Thu, 23 Mar 2006 14:17:51 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

"Com MN PG P E B Consultant 3" <mn-pg-p-e-b-consultant-3.com@siemens.com> 
writes:

> (1) yank 0th arg, similar to yank-last-arg, but copies the command part
> of the previous line
> into the current buffer. Example: The previous line was
>
>   /usr/local/bin/perl myprog.pl
>
> then yank-0th-arg should insert /usr/local/bin/perl into the buffer.

M-0 M-. (digit-argument yank-last-arg)

> (2) delete-backward-argument, similar to delete-backward-word, but
> should delete everything
> to the left until the first white space.

C-w (unix-word-rubout)

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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