From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: File-specific autoloads Date: Fri, 06 Jul 2007 16:02:59 +0200 Message-ID: <87zm29eijw.fsf@ambire.localdomain> References: <87hcoilt68.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1183730646 14957 80.91.229.12 (6 Jul 2007 14:04:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Jul 2007 14:04:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 06 16:04:05 2007 connect(): Connection refused 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 1I6oPk-0002PU-N3 for ged-emacs-devel@m.gmane.org; Fri, 06 Jul 2007 16:04:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I6oPk-0006z5-Ar for ged-emacs-devel@m.gmane.org; Fri, 06 Jul 2007 10:04:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I6oPP-0006pw-Hy for emacs-devel@gnu.org; Fri, 06 Jul 2007 10:03:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I6oPL-0006oI-NE for emacs-devel@gnu.org; Fri, 06 Jul 2007 10:03:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I6oPL-0006oC-C9 for emacs-devel@gnu.org; Fri, 06 Jul 2007 10:03:39 -0400 Original-Received: from smtp-out2.libero.it ([212.52.84.42]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I6oPG-0000R3-Sl; Fri, 06 Jul 2007 10:03:35 -0400 Original-Received: from localhost (172.31.0.45) by smtp-out2.libero.it (7.3.120) id 4688F31B0088C5BF; Fri, 6 Jul 2007 16:03:33 +0200 X-Scanned: with antispam and antivirus automated system at libero.it Original-Received: from smtp-out4.libero.it ([172.31.0.40]) by localhost (asav-out4.libero.it [192.168.32.32]) (amavisd-new, port 10024) with ESMTP id F7IMk2Ry0GcE; Fri, 6 Jul 2007 16:03:33 +0200 (CEST) Original-Received: from outrelay08.libero.it (192.168.32.103) by smtp-out4.libero.it (7.3.120) id 4611FEBC06E29457; Fri, 6 Jul 2007 16:03:33 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CADfojUaXFSDt/2dsb2JhbAA Original-Received: from ppp-237-32.21-151.libero.it (HELO ambire.localdomain) ([151.21.32.237]) by OutRelay-b08.libero.it with ESMTP; 06 Jul 2007 16:03:33 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1I6oOh-0001KZ-TP; Fri, 06 Jul 2007 16:02:59 +0200 In-Reply-To: (Eli Zaretskii's message of "Fri\, 06 Jul 2007 13\:53\:33 +0300") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.97 (gnu/linux) X-detected-kernel: Linux 2.4-2.6 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:74395 Archived-At: () Eli Zaretskii () Fri, 06 Jul 2007 13:53:33 +0300 Because of this change, "cvs up" now shows ps-print.el and cl-loaddefs.el as modified, which might cause trouble if, say, ps-print.el is ever modified in the repository. brief experiments w/ chmod +w; touch; rewrite (random mod plus undo plus save) -- all do not result in "cvs up" displaying "M filename". this is w/ CVSREAD=1 and cvs --version 1.11.22. ymmv. but regardless of cvs version quirks, let's look at the nature of the changes: autoload processing changes a specified region; programmers should not change that region manually. i think possible conflict (as evidenced by a "C" line on "cvs up") is unlikely. any such conflict would be good to know about. thi