From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: unobtrusive next key prompting Date: Wed, 09 Apr 2014 13:40:18 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1397065247 1564 80.91.229.3 (9 Apr 2014 17:40:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Apr 2014 17:40:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Le Wang Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 09 19:40:41 2014 Return-path: Envelope-to: ged-emacs-devel@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 1WXwUK-0000R6-Ce for ged-emacs-devel@m.gmane.org; Wed, 09 Apr 2014 19:40:40 +0200 Original-Received: from localhost ([::1]:47447 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXwUJ-0003ph-MG for ged-emacs-devel@m.gmane.org; Wed, 09 Apr 2014 13:40:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXwU8-0003n9-8F for emacs-devel@gnu.org; Wed, 09 Apr 2014 13:40:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXwU2-000142-DV for emacs-devel@gnu.org; Wed, 09 Apr 2014 13:40:28 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:52970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXwU2-00013q-86 for emacs-devel@gnu.org; Wed, 09 Apr 2014 13:40:22 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id s39HeI1h022586; Wed, 9 Apr 2014 13:40:19 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id A25EC60534; Wed, 9 Apr 2014 13:40:18 -0400 (EDT) In-Reply-To: (Le Wang's message of "Wed, 9 Apr 2014 09:19:51 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.6 X-NAI-Spam-Rules: 4 Rules triggered GEN_SPAM_FEATRE=0.2, SORT_LNK_1HTP_CTPLN=0.2, SORT_LNK_1HTP_CTPLN_W_GEN_SPAM_FEATRE=0.2, RV4907=0 X-NAI-Spam-Version: 2.3.0.9378 : core <4907> : inlines <709> : streams <1155318> : uri <1724853> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:171375 Archived-At: > John Wiegley recently added https://github.com/kbkbkbkb1/guide-key to > his config and I like it a lot. Basically, after a timeout, options > for valid next keys are presented. If something like this came with > Emacs, I think new users will appreciate it very much. Sounds like a good feature, indeed. Stefan