From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58415 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: nnfolder and large-file-warning-threshold Date: Wed, 08 Sep 2004 17:36:57 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1094679449 17013 80.91.224.253 (8 Sep 2004 21:37:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Sep 2004 21:37:29 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 08 23:37:18 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 1C5A7y-0005Ef-00 for ; Wed, 08 Sep 2004 23:37:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5ADG-0004s4-P9 for ged-emacs-devel@m.gmane.org; Wed, 08 Sep 2004 17:42:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C5AD8-0004rp-Hj for emacs-devel@gnu.org; Wed, 08 Sep 2004 17:42:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C5AD3-0004rc-Mm for emacs-devel@gnu.org; Wed, 08 Sep 2004 17:42:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5AD3-0004rZ-KV for emacs-devel@gnu.org; Wed, 08 Sep 2004 17:42:33 -0400 Original-Received: from [206.47.199.163] (helo=simmts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C5A7e-0006HI-3d for emacs-devel@gnu.org; Wed, 08 Sep 2004 17:36:58 -0400 Original-Received: from empanada.home ([67.70.164.4]) by simmts5-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20040908213506.KJOW1635.simmts5-srv.bellnexxia.net@empanada.home>; Wed, 8 Sep 2004 17:35:06 -0400 Original-Received: by empanada.home (Postfix, from userid 502) id 67CB92E0A71; Wed, 8 Sep 2004 17:36:57 -0400 (EDT) Original-To: In-Reply-To: (Reiner Steib's message of "Wed, 08 Sep 2004 20:37:10 +0200") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (darwin) 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:26901 gmane.emacs.gnus.general:58415 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58415 > No opinions on that? Could someone explain the reason for > `large-file-warning-threshold'? Emacs doesn't handle large files very well in my experience (particularly if they're not read in as binary in fundamental mode), so I've added this warning in case you open a very large file without intending to. I guess the warning should not happen for files opened with find-file-literally (presumably nnfolder doesn't just use `find-file-noselect'). Stefan