From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: fork Newsgroups: gmane.emacs.help Subject: Re: emulate readline Date: Wed, 6 Apr 2011 18:53:54 +0000 (UTC) Message-ID: References: <83bp0juult.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1302116372 27114 80.91.229.12 (6 Apr 2011 18:59:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Apr 2011 18:59:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 06 20:59:28 2011 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.69) (envelope-from ) id 1Q7Xwp-0003Mq-13 for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Apr 2011 20:59:25 +0200 Original-Received: from localhost ([127.0.0.1]:53548 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7XuD-0005Fu-VO for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Apr 2011 14:56:42 -0400 Original-Received: from [140.186.70.92] (port=51590 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7XtC-0004cz-Pc for help-gnu-emacs@gnu.org; Wed, 06 Apr 2011 14:55:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7Xrl-0006ye-IA for help-gnu-emacs@gnu.org; Wed, 06 Apr 2011 14:54:10 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:33490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7Xrl-0006yS-Ce for help-gnu-emacs@gnu.org; Wed, 06 Apr 2011 14:54:09 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q7Xri-0002JV-Ux for help-gnu-emacs@gnu.org; Wed, 06 Apr 2011 20:54:07 +0200 Original-Received: from 198.239.99.92 ([198.239.99.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Apr 2011 20:54:06 +0200 Original-Received: from forkandwait by 198.239.99.92 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Apr 2011 20:54:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 198.239.99.92 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:80631 Archived-At: Eli Zaretskii gnu.org> writes: > Your wish has been granted! In Emacs, this is invoked with M-s and > M-r. That is > > M-x M-r psql RET > > will show you a past command that matches "psql". Thanks! That is close, and much better than nothing, but not exactly the ease of the up-arrow key that cycles through alternatives. Does anybody have any get-started elisp for this?