From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Karl Eichwalder Newsgroups: gmane.emacs.devel Subject: Re: expanding mail aliases too aggressive (.mailrc) Date: Wed, 13 Feb 2002 00:46:56 +0100 Message-ID: References: <200202121523.g1CFN7507211@aztec.santafe.edu> Reply-To: Karl Eichwalder NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: quimby2.netfonds.no 1013558827 3169 195.204.10.66 (13 Feb 2002 00:07:07 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 13 Feb 2002 00:07:07 GMT Cc: emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16amx0-0000p0-00 for ; Wed, 13 Feb 2002 01:07:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16amhY-0007M6-00; Tue, 12 Feb 2002 18:51:08 -0500 Original-Received: from elvis.franken.de ([193.175.24.41]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16amf4-0007Gn-00; Tue, 12 Feb 2002 18:48:35 -0500 Original-Received: from uucp by elvis.franken.de with local-rmail (Exim 3.22 #1) id 16amf2-0002y3-00; Wed, 13 Feb 2002 00:48:32 +0100 Original-Received: by tux.gnu.franken.de (Postfix, from userid 270) id 214FFA4FF3; Tue, 12 Feb 2002 23:46:56 +0000 (UTC) Original-To: rms@gnu.org In-Reply-To: <200202121523.g1CFN7507211@aztec.santafe.edu> (Richard Stallman's message of "Tue, 12 Feb 2002 08:23:07 -0700 (MST)") Original-Lines: 39 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) 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: quimby.gnus.org gmane.emacs.devel:1052 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1052 Richard Stallman writes: > Does this fix the problem? [...] > *************** > *** 464,469 **** > --- 469,475 ---- > (if (equal value _) > (set-char-table-range tab key w)))) > tab) > + (modify-syntax-entry ?@ "w" tab) > (setq mail-abbrev-syntax-table tab))) > > ;; If the character just typed was non-alpha-symbol-syntax, > Yes, this fixes the reported problem, but it isn't general enough. Completing mail abbrevs must only happen for strings after ^[tT]o:[:blank:]? or ,[:blank:] Wondering when my .mailrc entries were transferred to (define-abbrev-table 'mail-abbrevs '(...)) in ~/.abbrev_defs; was this a one time action or does Emacs maintain this list? Whenever Emacs decides to modify user files in tell the user about it (through a message dialog the user is considered to confirm) and add a comment. -- ke@suse.de (work) / keichwa@gmx.net (home): | http://www.suse.de/~ke/ | ,__o Free Translation Project: | _-\_<, http://www.iro.umontreal.ca/contrib/po/HTML/ | (*)/'(*) _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel