From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Le Wang Newsgroups: gmane.emacs.help Subject: Re: standard framework for prompting user for next key cord in key sequence Date: Mon, 5 Sep 2011 04:01:13 +0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1315166488 1593 80.91.229.12 (4 Sep 2011 20:01:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 4 Sep 2011 20:01:28 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Seweryn Kokot Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 04 22:01:23 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 1R0Isd-0000OK-EH for geh-help-gnu-emacs@m.gmane.org; Sun, 04 Sep 2011 22:01:23 +0200 Original-Received: from localhost ([::1]:35729 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0Isc-00066M-TQ for geh-help-gnu-emacs@m.gmane.org; Sun, 04 Sep 2011 16:01:22 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:46357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0IsW-00065u-GV for help-gnu-emacs@gnu.org; Sun, 04 Sep 2011 16:01:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0IsV-0005ax-Ey for help-gnu-emacs@gnu.org; Sun, 04 Sep 2011 16:01:16 -0400 Original-Received: from mail-qy0-f176.google.com ([209.85.216.176]:54216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0IsV-0005ao-8n for help-gnu-emacs@gnu.org; Sun, 04 Sep 2011 16:01:15 -0400 Original-Received: by qyl16 with SMTP id 16so2872715qyl.0 for ; Sun, 04 Sep 2011 13:01:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=lOMO/oklxtxqEjVYIB8rJ6OSAwNqPZ+6YMwf0Lb+2Q8=; b=LKDoMCP/cRxkw5DeOgX2s59V7P5rD7HW164g8tx237ZvYz0vDn5PwrjuGUZRikHj1p bCSslW1Arl0rYv+eEGgR2890jm8oa/dd6clRlML3OEc+oU5/2E/2PZ+pmx+XkTtj8SNp kss2kylQUVSDKlRUZM+xEPngmyNQOXNqOcYB4= Original-Received: by 10.224.95.138 with SMTP id d10mr2526865qan.227.1315166473796; Sun, 04 Sep 2011 13:01:13 -0700 (PDT) Original-Received: by 10.224.173.68 with HTTP; Sun, 4 Sep 2011 13:01:13 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.176 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:82146 Archived-At: On Mon, Sep 5, 2011 at 3:00 AM, Seweryn Kokot wrote: > Le Wang gmail.com> writes: > >> >> Pressing C-h in the middle of a key sequence shows what's possible >> next. =A0Is there a standard framework, for doing some thing similar, >> without invoking C-h? >> ... > > I have been using one-key.el library for 2 years now and I'm very happy w= ith > it. It is all explained on Emacs Wiki > > http://www.emacswiki.org/emacs/OneKey Very cool. This looks almost exactly like what I wanted. Thank you. --=20 Le