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: Emacs TODO List: Have a command suggestion help system that Date: Mon, 02 Aug 2010 01:57:38 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1280707071 14462 80.91.229.12 (1 Aug 2010 23:57:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 1 Aug 2010 23:57:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thunk Out Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 02 01:57:50 2010 Return-path: Envelope-to: ged-emacs-devel@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 1OfiPd-0000ar-4V for ged-emacs-devel@m.gmane.org; Mon, 02 Aug 2010 01:57:49 +0200 Original-Received: from localhost ([127.0.0.1]:55351 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OfiPc-0001HG-Ie for ged-emacs-devel@m.gmane.org; Sun, 01 Aug 2010 19:57:48 -0400 Original-Received: from [140.186.70.92] (port=44545 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OfiPX-0001H1-Ar for emacs-devel@gnu.org; Sun, 01 Aug 2010 19:57:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OfiPV-0005eZ-Tt for emacs-devel@gnu.org; Sun, 01 Aug 2010 19:57:43 -0400 Original-Received: from impaqm3.telefonica.net ([213.4.138.3]:18065) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OfiPV-0005eP-KO for emacs-devel@gnu.org; Sun, 01 Aug 2010 19:57:41 -0400 Original-Received: from IMPmailhost6.adm.correo ([10.20.102.127]) by IMPaqm3.telefonica.net with bizsmtp id p5FJ1e01u2kvMAa3PBxfvX; Mon, 02 Aug 2010 01:57:39 +0200 Original-Received: from ceviche.home ([83.61.38.247]) by IMPmailhost6.adm.correo with BIZ IMP id pBxf1e0025KwfZf1mBxfrX; Mon, 02 Aug 2010 01:57:39 +0200 X-Brightmail-Tracker: AAAAAA== X-TE-authinfo: authemail="monnier$movistar.es" |auth_email="monnier@movistar.es" X-TE-AcuTerraCos: auth_cuTerraCos="cosuitnetc01" Original-Received: by ceviche.home (Postfix, from userid 20848) id D9CED66125; Mon, 2 Aug 2010 01:57:38 +0200 (CEST) In-Reply-To: (Thunk Out's message of "Fri, 30 Jul 2010 17:34:47 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:128087 Archived-At: > I'm working on a command suggestion minor mode. I just realized that this is > also an item on the Emacs TODO list (C-h C-t), and that I should contact you > about it on off chance that you want it, or have some suggestions about its > implementation. The code is located at http://github.com/tlh/re-suggest.el I'm not sure why you bother turning the commands into single-letter chars, rather than just use their full name, but it looks interesting. I think the most interesting part is the recs-cmd-regexps. What do people think about this? We could definitely add it to elpa.gnu.org, but of course, this would require you signing some copyright paperwork for it. BTW, please try C-u M-x checkdoc-current-buffer a few times to fix some minor coding convention details. Stefan