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: rmail-resend and mailabbrev Date: Sat, 23 Mar 2002 09:14:11 -0700 (MST) Sender: emacs-devel-admin@gnu.org Message-ID: <200203231614.g2NGEBH02217@aztec.santafe.edu> References: Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1016900329 12978 127.0.0.1 (23 Mar 2002 16:18:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 23 Mar 2002 16:18:49 +0000 (UTC) Cc: emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16ooED-0003ND-00 for ; Sat, 23 Mar 2002 17:18:49 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16ooLP-0001s9-00 for ; Sat, 23 Mar 2002 17:26:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16ooE5-0005bL-00; Sat, 23 Mar 2002 11:18:41 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oo9p-0005Jm-00; Sat, 23 Mar 2002 11:14:17 -0500 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 g2NGEBa07816; Sat, 23 Mar 2002 09:14:11 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g2NGEBH02217; Sat, 23 Mar 2002 09:14:11 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: pot@gnu.org In-Reply-To: (message from Francesco Potorti` on Fri, 22 Mar 2002 12:26:08 +0100) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2156 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2156 Thanks for reporting the bug. The correct fix is *** rmail.el.~1.356.~ Thu Mar 21 04:09:03 2002 --- rmail.el Fri Mar 22 22:21:53 2002 *************** *** 3348,3353 **** --- 3348,3355 ---- (if (and (not (vectorp mail-abbrevs)) (file-exists-p mail-personal-alias-file)) (build-mail-abbrevs)) + (unless mail-abbrev-syntax-table + (mail-abbrev-make-syntax-table)) (set-syntax-table mail-abbrev-syntax-table) (goto-char before) (while (and (< (point) end) together with a change I will install in mailabbrev.el. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel