From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Francis Moreau" Newsgroups: gmane.emacs.help Subject: Re: What I'm missing when using M-x shell Date: Sat, 13 Sep 2008 10:29:31 +0200 Message-ID: <38b2ab8a0809130129k58dcfde3r955a35a2e8cb4583@mail.gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221294605 28337 80.91.229.12 (13 Sep 2008 08:30:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Sep 2008 08:30:05 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: gavenkoa@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 13 10:31:00 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KeQWx-0005f5-QV for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Sep 2008 10:31:00 +0200 Original-Received: from localhost ([127.0.0.1]:50950 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KeQVx-0006rV-8d for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Sep 2008 04:29:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KeQVb-0006lb-3x for help-gnu-emacs@gnu.org; Sat, 13 Sep 2008 04:29:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KeQVZ-0006iO-4V for help-gnu-emacs@gnu.org; Sat, 13 Sep 2008 04:29:34 -0400 Original-Received: from [199.232.76.173] (port=42316 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KeQVY-0006i9-Uv for help-gnu-emacs@gnu.org; Sat, 13 Sep 2008 04:29:32 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.174]:13714) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KeQVY-0004s5-RG for help-gnu-emacs@gnu.org; Sat, 13 Sep 2008 04:29:33 -0400 Original-Received: by ug-out-1314.google.com with SMTP id z36so248295uge.17 for ; Sat, 13 Sep 2008 01:29:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=RpZ/dmVdScWXRYRwDYLRtFN6ANBcvl0Hw2aBsV6Qb+E=; b=xFaySlHZMMPXr5H31Gs8wFQqUZKTEUJ0q90c8/dFBbeBYKPIuArra3g+objnTIxbZv RRLfBs48sMuKJgGSnjoSxt+Uy+70TRhTa1Ihcd8Mq1QgXFZTvwkGDtlkuqIqmSPO/d3P 21PaVZBbKwDHu0iPWY1Z+0GvQavCKSYxxM1xM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=P3DGY2mjbCpjOX/2mnnAZCZnJvS6H4FipW569AqgB7+r6mqhyqhV0Y00teN7Mxwrga Nbvf2DWkquNBA40/Iwg/++t2GVY4fmj1d3dy5+HgQ1fYkxcp/uIqHHsazFBdIwvVs8Gk NLtXSuW/4iKlVnPPppPAvbLmUPLgIRFNTJmdU= Original-Received: by 10.66.216.7 with SMTP id o7mr427758ugg.66.1221294571565; Sat, 13 Sep 2008 01:29:31 -0700 (PDT) Original-Received: by 10.67.22.17 with HTTP; Sat, 13 Sep 2008 01:29:31 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57514 Archived-At: Hello, On Fri, Sep 12, 2008 at 7:59 PM, Oleksandr Gavenko wrote: > Francis Moreau wrote: >> >> 4/ There's no readline "yank-last-arg" function which inserts the last >> argument to the previous commands > > Is the feature useful? > In C-x shell you can move cursor to select any previous typing and pressing > M-> to back to writing command. > Do you realize how many key pressings you're doing to do what you described ? In my use case I only press one time. -- Francis