From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Owens Newsgroups: gmane.emacs.devel Subject: Re: Mailabbrev fixes [PATCH] Date: Mon, 3 Jan 2005 22:39:56 +0000 (UTC) Message-ID: References: <1678.220.255.95.147.1104567661.squirrel@220.255.95.147> <1903.220.255.95.147.1104646036.squirrel@220.255.95.147> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1104792077 11914 80.91.229.6 (3 Jan 2005 22:41:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2005 22:41:17 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 03 23:41:08 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Clast-0006UK-00 for ; Mon, 03 Jan 2005 23:41:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Clb42-0001EN-6z for ged-emacs-devel@m.gmane.org; Mon, 03 Jan 2005 17:52:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Clb3R-00015A-OR for emacs-devel@gnu.org; Mon, 03 Jan 2005 17:52:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Clb3P-00013U-5G for emacs-devel@gnu.org; Mon, 03 Jan 2005 17:51:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Clb3P-00013K-2F for emacs-devel@gnu.org; Mon, 03 Jan 2005 17:51:59 -0500 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Clarq-0002L1-P0 for emacs-devel@gnu.org; Mon, 03 Jan 2005 17:40:03 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Clarp-0005yc-00 for ; Mon, 03 Jan 2005 23:40:01 +0100 Original-Received: from adsl-69-109-114-71.dsl.pltn13.pacbell.net ([69.109.114.71]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jan 2005 23:40:01 +0100 Original-Received: from john_owens by adsl-69-109-114-71.dsl.pltn13.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jan 2005 23:40:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 12 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 69.109.114.71 (Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:31770 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31770 Chong Yidong stupidchicken.com> writes: > Okay, then. Here is an amended patch. (The legal character set is more like > [^- !#-'*+/-9=?A-Z^-~], but I see your point.) I'm glad the quoting is properly handled- thanks. I originally filed these bugs. I can't check the quoting one since my FLIM version has been updated to a version that quotes if necessary, but the second bug, expansion on @, is fixed with this patch (with this morning's CVS build). JDO