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, 24 Jul 2007 10:16:24 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1185297429 19567 80.91.229.12 (24 Jul 2007 17:17:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Jul 2007 17:17:09 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 24 19:17:02 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 1IDO0L-0002aF-VY for ged-emacs-devel@m.gmane.org; Tue, 24 Jul 2007 19:17:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDO0L-0004jt-6t for ged-emacs-devel@m.gmane.org; Tue, 24 Jul 2007 13:17:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IDO0I-0004jY-Rl for emacs-devel@gnu.org; Tue, 24 Jul 2007 13:16:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IDO0G-0004jL-EL for emacs-devel@gnu.org; Tue, 24 Jul 2007 13:16:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDO0G-0004jI-9t for emacs-devel@gnu.org; Tue, 24 Jul 2007 13:16:56 -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 1IDO0D-0007nz-Vz; Tue, 24 Jul 2007 13:16: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 l6OHGTIM072006 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 24 Jul 2007 10:16:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; s=2007001; d=ucsd.edu; c=simple; q=dns; b=SxYUkh0qOCQwAxNID5m8UAh7sDbik1f1e8ywkqbgGND2EkE68HKX0dkAlQ7Kfsa6R 03oInRioYmVb80S3kzt8w== Original-Received: from mister-foo.local ([128.54.220.221]) by smtp.ucsd.edu (8.13.6/8.13.4) with ESMTP id l6OHGSDh013386; Tue, 24 Jul 2007 10:16:29 -0700 (PDT) In-Reply-To: (Richard Stallman's message of "Tue\, 24 Jul 2007 12\:46\:20 -0400") 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:75467 Archived-At: Richard Stallman writes: > Instead of deleting the functionality altogether, I'd prefer that the > messages could be enabled by customizing some option. The option > could be off by default (which should be noted in etc/NEWS, btw). > > I hesitate to do this, because I am not convinced that the case > in which the messages cause the bulk of the delay is the usual case. The patch I posted yesterday using make-progress-reporter performs acceptably for me, and doesn't require another customization variable. /s