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

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

Re: What I'm missing when using M-x shell


From: Francis Moreau
Subject: Re: What I'm missing when using M-x shell
Date: Mon, 15 Sep 2008 08:32:28 +0200

On Sun, Sep 14, 2008 at 10:27 PM, Chris F.A. Johnson
<cfajohnson@gmail.com> wrote:
> On 2008-09-14, Francis Moreau wrote:
>> no this paste the whole command line, I'm asking for the last _argument_
>
> (defun last-arg () "" (interactive)
>  (comint-previous-input 1)
>  (search-backward " ")
>  (kill-line)
>  (comint-next-input 2)
>  (yank)
> )
>

Even though I don't speak (yet) elisp, it does seem that if I call
last-arg() several times then this yanks always the same arg...

Try in an xterm to use M-. to see what I'm talkng about.

Thanks
-- 
Francis




reply via email to

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