From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: mail abbrevs are broken? Date: Fri, 30 Jul 2004 18:00:08 -0500 (CDT) Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200407302300.i6UN08d24556@raven.dms.auburn.edu> References: <20040730224535.GD2883@fencepost> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1091228661 21347 80.91.224.253 (30 Jul 2004 23:04:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 30 Jul 2004 23:04:21 +0000 (UTC) Cc: sds@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 31 01:04:11 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BqgQ7-0001Ck-00 for ; Sat, 31 Jul 2004 01:04:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BqgTN-0008G0-ML for ged-emacs-devel@m.gmane.org; Fri, 30 Jul 2004 19:07:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BqgTA-0008BE-MO for emacs-devel@gnu.org; Fri, 30 Jul 2004 19:07:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BqgT7-0008Aq-Qs for emacs-devel@gnu.org; Fri, 30 Jul 2004 19:07:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BqgT7-0008Ag-O8 for emacs-devel@gnu.org; Fri, 30 Jul 2004 19:07:17 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BqgPX-0005lY-MJ; Fri, 30 Jul 2004 19:03:35 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i6UN3ZuE024252; Fri, 30 Jul 2004 18:03:35 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i6UN08d24556; Fri, 30 Jul 2004 18:00:08 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: miles@gnu.org In-reply-to: <20040730224535.GD2883@fencepost> (message from Miles Bader on Fri, 30 Jul 2004 18:45:35 -0400) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26123 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26123 Miles Bader wrote: On Fri, Jul 30, 2004 at 01:11:54PM -0400, Sam Steingold wrote: > recently mail abbrevs in message-mode stopped working. > I still have "Abbrev" in mode line and global abbrevs are expanded. > Aliases are not expanded though, neither by " " nor by an explicit M-`. > (the point is in the "To:" header field) > mail-abbrevs is set up correctly Yeah I see the same thing; I can expand mail aliases "manually" (I use M-r, but this may be a personal binding), but the automatic abbrev expansion has stopped working... Yes, that is due to Rev 1.63 of abbrev.c. Richard was going to revert it (which solves the problem), but he has not yet found the time to do so. Sincerely, Luc.