From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: new awk-mode Date: Tue, 7 May 2002 14:07:30 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200205072007.g47K7U704766@aztec.santafe.edu> References: <200205041502.g44F2Gn01234@aztec.santafe.edu> <200205052331.g45NVha29859@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1020802213 19046 127.0.0.1 (7 May 2002 20:10:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 7 May 2002 20:10:13 +0000 (UTC) Cc: monnier+gnu/emacs@RUM.cs.yale.edu, arnold@gnu.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 175BHp-0004x5-00 for ; Tue, 07 May 2002 22:10:13 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 175BPc-0006bG-00 for ; Tue, 07 May 2002 22:18:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 175BHg-000113-00; Tue, 07 May 2002 16:10:04 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 175BFF-0000op-00; Tue, 07 May 2002 16:07:34 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g47K7Uk07880; Tue, 7 May 2002 14:07:30 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g47K7U704766; Tue, 7 May 2002 14:07:30 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: miles@gnu.org In-Reply-To: (message from Miles Bader on 07 May 2002 11:34:09 +0900) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3683 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3683 One thing he said to me was that he had added support of some kind for using M-x compile. Do you see that? Most of the menu entries seem to actually be `documentation,' where each menu entry label contains a short summary of a function or variable's usage, and selecting it inserts the summary as a sort of `template'. There are other modes that have template insertion features. I don't remember what interface they use--it has been too many years. But it strikes me that it may be a good idea to use the same interface for awk mode.