From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luca Ferrari Newsgroups: gmane.emacs.help Subject: Re: repeat the last single shell command Date: Thu, 18 Jul 2013 11:55:40 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1374141355 26767 80.91.229.3 (18 Jul 2013 09:55:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Jul 2013 09:55:55 +0000 (UTC) Cc: help-gnu-emacs To: yi lu Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 18 11:55:57 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UzkwG-0004DX-16 for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Jul 2013 11:55:56 +0200 Original-Received: from localhost ([::1]:45117 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzkwF-0002H2-Mn for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Jul 2013 05:55:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uzkw2-0002G3-Fd for help-gnu-emacs@gnu.org; Thu, 18 Jul 2013 05:55:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uzkw1-0007tx-Al for help-gnu-emacs@gnu.org; Thu, 18 Jul 2013 05:55:42 -0400 Original-Received: from mail-vc0-x234.google.com ([2607:f8b0:400c:c03::234]:45602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uzkw1-0007ts-6n for help-gnu-emacs@gnu.org; Thu, 18 Jul 2013 05:55:41 -0400 Original-Received: by mail-vc0-f180.google.com with SMTP id gf12so1032782vcb.25 for ; Thu, 18 Jul 2013 02:55:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=MMUo3C8JIk4ZAzr2SeXAUrb0tY/4vwhcBQ2+pr58BhU=; b=joP+s5EQa5FdXTQx/zC9xSGoOeZ7I4p0lZm7TtDvNpqvMb50+j0tcihwEvKjF94Jcc llOaQLtFvck8PUjzmkqWikSbZMH9Z35fcsmCBulzHKpTuOrgXhzKWc4Olupsd5Avjexf BzxhpJ+nzEcw5s3ZLo2HS/inhGKoDSY6rvoRRlNI/Byh+hUrILiB3weqdRSM4Njl29Dd cgQ/e+SmKKCcOmNKbRpVKly/2mi9k1YsLoJesXuIAR09LoecYuBeOSyUHfiGc9t5Bo9O xsp/qOft9LbyAPIt3DsD8sPBXJ+NK8vDRl7T+vmmpQql1ZVe2tQA+h44QuQtHCZAbVp6 5HCw== X-Received: by 10.220.162.135 with SMTP id v7mr3690020vcx.35.1374141340134; Thu, 18 Jul 2013 02:55:40 -0700 (PDT) Original-Received: by 10.52.21.180 with HTTP; Thu, 18 Jul 2013 02:55:40 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: 6qG68a1pZQYg6WMTcjIkiLN4zHg X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::234 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92224 Archived-At: On Thu, Jul 18, 2013 at 11:31 AM, yi lu wrote: > Will "Up" arrow instead of "M-p" work? > Yes, it works, but that's pretty much the same of M-p. I'd like to know if there's some shortcut, let's say like M-!!, to immediatly repeat the last command. Otherwise I have to define a function. Thanks, Luca