From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: Menu for command history? Date: Fri, 05 Aug 2011 13:40:30 +0530 Message-ID: <81hb5wth1l.fsf@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1312531868 23972 80.91.229.12 (5 Aug 2011 08:11:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 5 Aug 2011 08:11:08 +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 10:11:04 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 1QpFUk-0005dc-TS for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Aug 2011 10:11:03 +0200 Original-Received: from localhost ([::1]:36581 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpFUj-0006cy-R3 for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Aug 2011 04:11:01 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpFUb-0006cM-TV for help-gnu-emacs@gnu.org; Fri, 05 Aug 2011 04:10:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpFUX-0002jQ-Nm for help-gnu-emacs@gnu.org; Fri, 05 Aug 2011 04:10:53 -0400 Original-Received: from mail-pz0-f44.google.com ([209.85.210.44]:59901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpFUX-0002jI-EU for help-gnu-emacs@gnu.org; Fri, 05 Aug 2011 04:10:49 -0400 Original-Received: by pzk36 with SMTP id 36so3398706pzk.17 for ; Fri, 05 Aug 2011 01:10:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=AzTQtsdfPGNnOA2BfsqbHIvZqZWb61a4CFJftxxSf/0=; b=PL3FeU8VVGpvvkx4vCIMwAizYbCXJB7cAIR0znAt8oh3TI1HcoGI/BMMAMyGeq4yC3 zCQgsAPhCdbdC2ukASxeoF7yGQJ2X438G+gCm56RImvKtEjC5Aa1LVE9ifyX5pJ8RJdP 36VhHLRHczL2JKJS+R8JokwDDzMCKmrkzFzgE= Original-Received: by 10.142.233.16 with SMTP id f16mr1747958wfh.331.1312531848392; Fri, 05 Aug 2011 01:10:48 -0700 (PDT) Original-Received: from JAMBU-NETBOOK ([115.242.164.142]) by mx.google.com with ESMTPS id o6sm3026091pbj.2.2011.08.05.01.10.43 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 05 Aug 2011 01:10:47 -0700 (PDT) In-Reply-To: (Oleksandr Gavenko's message of "Fri, 05 Aug 2011 10:54:14 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.44 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:81888 Archived-At: Oleksandr Gavenko writes: > All Emacs command store history of user input. > > It will be accessed by UP/DOWN one per item. > > But it is nice to get menu to select item by UP/DOWN/RET > as you can see more then one item at once > and brief look allow faster find/select item. M-x list-command-history RET then go to appropriate line and press 'x' to repeat that command. > Like 'menuconfig' for Linux build or > http://en.wikipedia.org/wiki/Dialog_%28software%29 > > > --