From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: how-many/count-matches for non-interactive use Date: Sat, 23 Oct 2004 21:31:47 -0500 (CDT) Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200410240231.i9O2VlZ15381@raven.dms.auburn.edu> References: <87pt3m5vqk.fsf@oak.pohoyda.family> <87zn2mh5jk.fsf-monnier+emacs@gnu.org> <87is99nznd.fsf-monnier+emacs@gnu.org> <200410172053.i9HKrdL01136@raven.dms.auburn.edu> <200410190158.i9J1wrH25523@raven.dms.auburn.edu> <200410200127.i9K1Rpp28384@raven.dms.auburn.edu> <200410210308.i9L38Dm10997@raven.dms.auburn.edu> <200410222222.i9MMMD515903@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1098585290 16080 80.91.229.6 (24 Oct 2004 02:34:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Oct 2004 02:34:50 +0000 (UTC) Cc: jpw@gnu.org, klm@zope.com, emacs-devel@gnu.org, monnier@iro.umontreal.ca, storm@cua.dk, alexander.pohoyda@gmx.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 24 04:34:39 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CLYDP-0006Qd-00 for ; Sun, 24 Oct 2004 04:34:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLYKy-000866-IP for ged-emacs-devel@m.gmane.org; Sat, 23 Oct 2004 22:42:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CLYKd-0007vP-U4 for emacs-devel@gnu.org; Sat, 23 Oct 2004 22:42:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CLYKd-0007um-22 for emacs-devel@gnu.org; Sat, 23 Oct 2004 22:42:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLYKc-0007uf-TW for emacs-devel@gnu.org; Sat, 23 Oct 2004 22:42:07 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CLYCc-0006bs-9m; Sat, 23 Oct 2004 22:33:50 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i9O2XKiU027795; Sat, 23 Oct 2004 21:33:20 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id i9O2VlZ15381; Sat, 23 Oct 2004 21:31:47 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Sat, 23 Oct 2004 14:49:03 -0400) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28816 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28816 Richard Stallman wrote: For most others, the current behavior prevents nuisance messaging, as intended. Could you tell me some of the functions where you reached this conclusion? Here are twenty examples: FILE LINE-NUMBER FUNCTION: font-lock.el line 951. font-lock-fontify-buffer comint.el, line 2945, comint-goto-process-mark simple.el, line 4867, normal-erase-is-backspace-mode strokes.el, line 1095, strokes-load-user-strokes shadowfile.el, line 521, shadow-copy-files recentf.el, line 1198, recentf-mode dired.el, line 2200, dired-build-subdir-alist auto-save-mode line 3847, auto-save-mode winner-mode, line 398 and 407, winner-mode menubar.el, line 1647, menubar-mode type-break.el, line 389, 431 and 447, type-break-mode type-break.el, line 469, type-break-mode-line-message-mode type-break.el, line 490, type-break-query-mode env.el, line 177, getenv elide.el, line 100, elide-head elide.el, line 117, elide-head-show vt-control.el, line 92, vt-keypad-on vt-control.el, line 94, vt-keypad-off vt-contol.el, line 101, vt-numlock tooltip.el, line 409, tooltip-gud-toggle-dereference