From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Sean O'Rourke" Newsgroups: gmane.emacs.devel Subject: Re: remove dabbrev--scanning-message? Date: Tue, 21 Aug 2007 18:49:10 -0700 Message-ID: References: <87abtm4slu.fsf@ambire.localdomain> <87y7g473m4.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187747400 30362 80.91.229.12 (22 Aug 2007 01:50:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Aug 2007 01:50:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thien-Thi Nguyen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 22 03:49:59 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1INfM6-0006pt-PK for ged-emacs-devel@m.gmane.org; Wed, 22 Aug 2007 03:49:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INfM6-0002dB-BJ for ged-emacs-devel@m.gmane.org; Tue, 21 Aug 2007 21:49:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INfM3-0002d6-T6 for emacs-devel@gnu.org; Tue, 21 Aug 2007 21:49:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INfM2-0002cu-Dc for emacs-devel@gnu.org; Tue, 21 Aug 2007 21:49:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INfM2-0002cr-6y for emacs-devel@gnu.org; Tue, 21 Aug 2007 21:49:54 -0400 Original-Received: from outbound1.ucsd.edu ([132.239.1.205]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1INfM1-0000QC-PI for emacs-devel@gnu.org; Tue, 21 Aug 2007 21:49:54 -0400 Original-Received: from smtp.ucsd.edu (smtp.ucsd.edu [132.239.1.49]) by outbound1.ucsd.edu (8.13.6/8.13.6) with ESMTP id l7M1nI1i033190 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 21 Aug 2007 18:49:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; s=2007001; d=ucsd.edu; c=simple; q=dns; b=ZkS6bNNS79plx48bkpy7gsnVU2bDmupRDYlgdxa7tmIRCUNKtKk1mGN40Hp6eFiie 4eNhuZHKdLBbFIqy2hQ8w== Original-Received: from dyn128-54-220-221.ucsd.edu (0-16-cb-b9-d7-be.dynamic.ucsd.edu [128.54.54.73]) by smtp.ucsd.edu (8.13.6/8.13.4) with ESMTP id l7M1nDUU022560; Tue, 21 Aug 2007 18:49:18 -0700 (PDT) In-Reply-To: <87y7g473m4.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Wed\, 22 Aug 2007 03\:35\:47 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (darwin) X-Detected-Kernel: FreeBSD 6.x (1) 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: news.gmane.org gmane.emacs.devel:76927 Archived-At: Thien-Thi Nguyen writes: > () "Sean O'Rourke" > () Mon, 23 Jul 2007 17:40:29 -0700 > > 2007-07-22 Sean O'Rourke > > * dabbrev.el (dabbrev--scanning-message): removed. > (dabbrev--find-expansion): use a progress reporter > instead of dabbrev--scanning-message. > (dabbrev--progress-reporter): new variable. > > i would like to install this. rms, is this (see below) suitable > for immediate ("tiny change") installation or should we ask for > copyright assignment? I have sent in a copyright assignment, but this change didn't get applied because I seemed to be the only person who wanted it. If others find it useful, I don't know of other obstacles. /s