From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Karl Chen Newsgroups: gmane.emacs.devel Subject: Re: proposed patch to expand-abbrev in abbrev.c Date: Fri, 7 Feb 2003 09:33:24 -0800 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <15939.60900.653741.78870@hkn.eecs.berkeley.edu> References: <15938.8815.95606.22282@hkn.eecs.berkeley.edu> Reply-To: quarl@quarl.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1044639281 9528 80.91.224.249 (7 Feb 2003 17:34:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 7 Feb 2003 17:34:41 +0000 (UTC) Cc: quarl@quarl.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 18hCOd-0002TY-00 for ; Fri, 07 Feb 2003 18:34:39 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18hCYH-0006tn-00 for ; Fri, 07 Feb 2003 18:44:37 +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 18hCPf-0006w3-07 for emacs-devel@quimby.gnus.org; Fri, 07 Feb 2003 12:35:43 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18hCNx-0005sb-00 for emacs-devel@gnu.org; Fri, 07 Feb 2003 12:33:57 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18hCNr-0005lj-00 for emacs-devel@gnu.org; Fri, 07 Feb 2003 12:33:54 -0500 Original-Received: from hkn.eecs.berkeley.edu ([128.32.47.228]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hCNT-0005MK-00; Fri, 07 Feb 2003 12:33:27 -0500 Original-Received: from quarl by hkn.eecs.berkeley.edu with local id 18hCNQ-0007in-00; Fri, 07 Feb 2003 09:33:24 -0800 Original-To: rms@gnu.org In-Reply-To: X-Mailer: VM 7.07.q1 under Emacs 21.3.50.19 X-Attribution: quarl X-Quack-Archive: 1 Original-cc: emacs-devel@gnu.org 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:11478 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11478 >>>>> "rms" == Richard Stallman writes: rms> I think `expand-abbrev', should modify abbrevs-changed if it increments the rms> usage counter of an abbrev. Maybe a better solution would be to set it to rms> "'trivially" or use a secondary variable if this would be annoying to people rms> that don't have (setq save-abbrevs 'quietly). rms> I think that additional change is important--could you add that part? Which one? -- Karl Chen / quarl@quarl.org