From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: suvayu ali Newsgroups: gmane.emacs.help Subject: Re: Menu for command history? Date: Fri, 5 Aug 2011 11:39:10 +0200 Message-ID: References: <81hb5wth1l.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1312537193 22967 80.91.229.12 (5 Aug 2011 09:39:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 5 Aug 2011 09:39:53 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Oleksandr Gavenko Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 05 11:39:48 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QpGsZ-0003fT-Iw for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Aug 2011 11:39:43 +0200 Original-Received: from localhost ([::1]:51360 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpGsZ-0003vZ-5X for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Aug 2011 05:39:43 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:44781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpGsR-0003ut-Kf for help-gnu-emacs@gnu.org; Fri, 05 Aug 2011 05:39:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpGsN-0003bW-Ll for help-gnu-emacs@gnu.org; Fri, 05 Aug 2011 05:39:35 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:61843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpGsN-0003bP-HM for help-gnu-emacs@gnu.org; Fri, 05 Aug 2011 05:39:31 -0400 Original-Received: by fxg9 with SMTP id 9so1584242fxg.0 for ; Fri, 05 Aug 2011 02:39:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=rOu8AWmuR6stWyfz9A2X3IGFdh8UCg2vyONoUbANAJo=; b=m+6vJABxeOgNbXmR0pz/Ya+Pto2o+a85dWJ/yM/+PujLpN0Wf/sX5IZ/RfGC1Hdl/x mGgi/v5ubxuA5ftiHdraje/VHZp+XqnmJbl0RojAw6yQqTjCNxwzxLIrzbHvI1AsaOSO TNBuNrMe0AMCUi6fIEJnXh1EJw3OxIEXJOQ08= Original-Received: by 10.205.34.130 with SMTP id ss2mr639719bkb.343.1312537170135; Fri, 05 Aug 2011 02:39:30 -0700 (PDT) Original-Received: by 10.204.67.135 with HTTP; Fri, 5 Aug 2011 02:39:10 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: OhC7m8bcZLkLbGObMWCjSSXeOiw X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.41 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:81893 Archived-At: On Fri, Aug 5, 2011 at 10:32 AM, Oleksandr Gavenko wrote: > I look for command input history, not for command history. What about using history completion? previous-complete-history-element next-complete-history-element You can bind these to something for minibuffer-local-*-map -- Suvayu Open source is the future. It sets us free.