From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Files in wrong subdirs of emacs/lisp? Date: Sun, 25 May 2003 03:57:45 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030525035546.7C3D.LEKTU@terra.es> References: <20030523143140.FEB7.JMBARRANQUERO@laley.wke.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1053827922 3546 80.91.224.249 (25 May 2003 01:58:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 25 May 2003 01:58:42 +0000 (UTC) Cc: Juanma Barranquero Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 25 03:58:41 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19JkmX-0000v4-00 for ; Sun, 25 May 2003 03:58:41 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19Jkz2-0006WT-00 for ; Sun, 25 May 2003 04:11:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19JkmR-0006ln-Kx for emacs-devel@quimby.gnus.org; Sat, 24 May 2003 21:58:35 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Jkln-0006a5-AG for emacs-devel@gnu.org; Sat, 24 May 2003 21:57:55 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Jklk-0006UQ-L7 for emacs-devel@gnu.org; Sat, 24 May 2003 21:57:53 -0400 Original-Received: from smtp.terra.es ([213.4.129.129] helo=tsmtp3.ldap.isp) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Jklf-0006G3-6Q; Sat, 24 May 2003 21:57:47 -0400 Original-Received: from [81.40.144.164] ([81.40.144.164]) by tsmtp3.ldap.isp (terra.es) with ESMTP id HFF6S900.W7K; Sun, 25 May 2003 03:57:45 +0200 Original-To: rms@gnu.org In-Reply-To: X-Mailer: Becky! ver. 2.06.02 Original-cc: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14218 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14218 On Sat, 24 May 2003 19:19:06 -0400, Richard Stallman wrote: > byte-run > derived > float-sup (if not obsoleted) > map-ynp > regi > timer > warnings > > I agree about moving all of these to emacs-lisp. Glad to hear. > skeleton > > Is that specifically for editing programs, or is it for editing > all sorts of things? I don't know; I never used it. Well, it says: ;; A very concise language extension for writing structured statement ;; skeleton insertion commands for programming language modes. This ;; originated in shell-script mode and was applied to ada-mode's ;; commands which shrunk to one third. And these commands are now ;; user configurable. so yes, it's for editing programs, or at least it was initially. /L/e/k/t/u