From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Large-file check in files.el Date: Thu, 03 Apr 2008 10:03:47 -0400 Message-ID: References: <55f7df060803312155wdfe27c0w5bbbaac1562285a4@mail.gmail.com> <55f7df060804010502j689f88c4k8888030298f3d065@mail.gmail.com> <55f7df060804021059k67d01f4cmb528794524869a73@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207231481 9524 80.91.229.12 (3 Apr 2008 14:04:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2008 14:04:41 +0000 (UTC) Cc: emacs- devel To: "Adrian Robert" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 03 16:05:07 2008 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 1JhQ3S-0005jA-Fc for ged-emacs-devel@m.gmane.org; Thu, 03 Apr 2008 16:04:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhQ2p-0006Uu-NN for ged-emacs-devel@m.gmane.org; Thu, 03 Apr 2008 10:03:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JhQ2m-0006UY-EA for emacs-devel@gnu.org; Thu, 03 Apr 2008 10:03:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JhQ2h-0006Tt-1m for emacs-devel@gnu.org; Thu, 03 Apr 2008 10:03:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhQ2g-0006Tq-ST for emacs-devel@gnu.org; Thu, 03 Apr 2008 10:03:50 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JhQ2g-00010P-Bn for emacs-devel@gnu.org; Thu, 03 Apr 2008 10:03:50 -0400 Original-Received: from ceviche.home (vpn-132-204-232-135.acd.umontreal.ca [132.204.232.135]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id m33E3kDe021864 for ; Thu, 3 Apr 2008 10:03:49 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 69D5EB40F9; Thu, 3 Apr 2008 10:03:47 -0400 (EDT) In-Reply-To: <55f7df060804021059k67d01f4cmb528794524869a73@mail.gmail.com> (Adrian Robert's message of "Wed, 2 Apr 2008 20:59:03 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 0 Rules triggered X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:94261 Archived-At: >> I'd call it "warn-about-large-file" or something like that and would let >> it do the (error "Aborted!"). > I did this and improved the doc. Looks good, please install it with a proper changelog. Stefan