From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.bugs,gmane.emacs.pretest.bugs Subject: bug#1247: Worse excess consing while visiting files Date: Fri, 24 Oct 2008 22:01:52 -0400 Message-ID: Reply-To: rms@gnu.org, 1247@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1224901825 31336 80.91.229.12 (25 Oct 2008 02:30:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Oct 2008 02:30:25 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 25 04:31:27 2008 connect(): Connection refused Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KtYw1-0005zk-De for geb-bug-gnu-emacs@m.gmane.org; Sat, 25 Oct 2008 04:31:25 +0200 Original-Received: from localhost ([127.0.0.1]:43586 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtYuv-0007VR-NN for geb-bug-gnu-emacs@m.gmane.org; Fri, 24 Oct 2008 22:30:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtYur-0007VG-Oe for bug-gnu-emacs@gnu.org; Fri, 24 Oct 2008 22:30:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtYup-0007Uw-RQ for bug-gnu-emacs@gnu.org; Fri, 24 Oct 2008 22:30:12 -0400 Original-Received: from [199.232.76.173] (port=59146 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtYup-0007Ut-LV for bug-gnu-emacs@gnu.org; Fri, 24 Oct 2008 22:30:11 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:44079) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KtYup-0002gE-Ad for bug-gnu-emacs@gnu.org; Fri, 24 Oct 2008 22:30:11 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9P2U2bX005898; Fri, 24 Oct 2008 19:30:02 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m9P2A4bM001201; Fri, 24 Oct 2008 19:10:04 -0700 X-Loop: don@donarmstrong.com Resent-From: "Richard M. Stallman" Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sat, 25 Oct 2008 02:10:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1247 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by submit@emacsbugs.donarmstrong.com id=B.122490027931583 (code B ref -1); Sat, 25 Oct 2008 02:10:04 +0000 Original-Received: (at submit) by emacsbugs.donarmstrong.com; 25 Oct 2008 02:04:39 +0000 Original-Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9P24bMp031577 for ; Fri, 24 Oct 2008 19:04:38 -0700 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KtYTQ-0002m0-7N; Fri, 24 Oct 2008 22:01:52 -0400 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Fri, 24 Oct 2008 22:30:12 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:21884 gmane.emacs.pretest.bugs:23298 Archived-At: I am going thru a directory in Dired and visiting the files in it, each of which is a message I have written, as saved from *mail*. Each time I visit one of these files, I get TWO garbage collections. (On rare occasions just one.) I have 51 buffers at present, and only one of them is ` *code-conversion-work*', so that's not it.