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: mailabbrev.el bug? Date: Mon, 10 Feb 2003 05:35:07 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1044873611 17324 80.91.224.249 (10 Feb 2003 10:40:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 10 Feb 2003 10:40:11 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18iBM7-0004V4-00 for ; Mon, 10 Feb 2003 11:40:07 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18iBX4-0003H2-00 for ; Mon, 10 Feb 2003 11:51:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18iBML-0002tD-0B for emacs-devel@quimby.gnus.org; Mon, 10 Feb 2003 05:40:21 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18iBM1-0002na-00 for emacs-devel@gnu.org; Mon, 10 Feb 2003 05:40:01 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18iBLp-0002P5-00 for emacs-devel@gnu.org; Mon, 10 Feb 2003 05:39:53 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18iBHI-0007pn-00 for emacs-devel@gnu.org; Mon, 10 Feb 2003 05:35:08 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18iBHH-0004bm-00; Mon, 10 Feb 2003 05:35:07 -0500 Original-To: David Abrahams In-reply-to: (message from David Abrahams on Sat, 08 Feb 2003 22:13:46 -0500) 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:11535 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11535 ! (define-abbrev mail-abbrevs name definition 'mail-abbrev-expand-hook 0 t))) That looks correct to me. define-abbrev takes 6 args and this seems to pass them all correctly. Why do you think it is wrong?