From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: remove dabbrev--scanning-message? Date: Mon, 23 Jul 2007 22:18:30 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1185218326 30653 80.91.229.12 (23 Jul 2007 19:18:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Jul 2007 19:18:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Sean O'Rourke" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 23 21:18:43 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 1ID3QU-0005UT-N3 for ged-emacs-devel@m.gmane.org; Mon, 23 Jul 2007 21:18:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ID3QU-0007zY-6V for ged-emacs-devel@m.gmane.org; Mon, 23 Jul 2007 15:18:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ID3QQ-0007zE-RK for emacs-devel@gnu.org; Mon, 23 Jul 2007 15:18:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ID3QP-0007yk-FE for emacs-devel@gnu.org; Mon, 23 Jul 2007 15:18:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ID3QP-0007yf-Aa for emacs-devel@gnu.org; Mon, 23 Jul 2007 15:18:33 -0400 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ID3QO-0006JK-UW for emacs-devel@gnu.org; Mon, 23 Jul 2007 15:18:33 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-246-32.inter.net.il [83.130.246.32]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id ILH64790 (AUTH halo1); Mon, 23 Jul 2007 22:18:27 +0300 (IDT) In-reply-to: (sorourke@cs.ucsd.edu) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:75396 Archived-At: > From: "Sean O'Rourke" > Date: Sun, 22 Jul 2007 22:16:36 -0700 > > When `dabbrev-expand' is invoked with many buffers and it fails > to find an expansion, there is an annoying forced pause while it > scans every buffer and emits uninteresting progress messages. If > these messages are removed, a failed expansion is nearly > instantaneous, so I don't see any benefit to having progress > messages. Patch attached. 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).