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: Extending the abbrev facility in elisp Date: Fri, 23 May 2003 18:49:01 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200305221414.h4MEEWIB004312@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1053731050 19509 80.91.224.249 (23 May 2003 23:04:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 23 May 2003 23:04:10 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat May 24 01:04:08 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 19JLZQ-00051B-00 for ; Sat, 24 May 2003 01:03:28 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19JLlN-00086O-00 for ; Sat, 24 May 2003 01:15:49 +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 19JLUY-0000Ku-K0 for emacs-devel@quimby.gnus.org; Fri, 23 May 2003 18:58:26 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19JLT9-0007Mo-91 for emacs-devel@gnu.org; Fri, 23 May 2003 18:56:59 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19JLOh-0006AG-P7 for emacs-devel@gnu.org; Fri, 23 May 2003 18:52:26 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19JLLS-00049P-33 for emacs-devel@gnu.org; Fri, 23 May 2003 18:49:02 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19JLLR-0002wc-So; Fri, 23 May 2003 18:49:01 -0400 Original-To: "Stefan Monnier" In-reply-to: <200305221414.h4MEEWIB004312@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) 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:14170 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14170 It seems that there is no easy way to extend the abbrev facility in elisp because all the processing is done in C. Any objection to the patch below which makes it possible to redefine, advise, debug-on-entry, ... `expand-abbrev' ? I have no real objection, but I wish people would implement some of the important projects in etc/TODO rather than making extensions like these.