From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: reftex.el autoloads Date: Thu, 10 Dec 2015 10:52:38 -0800 Organization: UCLA Computer Science Department Message-ID: <5669C9F6.5010902@cs.ucla.edu> References: <87h9jqo9a5.fsf@russet.org.uk> <83wpsm9skk.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1449773589 10878 80.91.229.3 (10 Dec 2015 18:53:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Dec 2015 18:53:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii , Phillip Lord Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 10 19:53:00 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a76Km-0005xe-E1 for ged-emacs-devel@m.gmane.org; Thu, 10 Dec 2015 19:52:56 +0100 Original-Received: from localhost ([::1]:43955 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a76Kl-00059R-SY for ged-emacs-devel@m.gmane.org; Thu, 10 Dec 2015 13:52:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a76Ke-00058l-Mo for emacs-devel@gnu.org; Thu, 10 Dec 2015 13:52:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a76Ke-0005g5-2z for emacs-devel@gnu.org; Thu, 10 Dec 2015 13:52:48 -0500 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:33313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a76KZ-0005db-GK; Thu, 10 Dec 2015 13:52:43 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 8F5CF160E75; Thu, 10 Dec 2015 10:52:39 -0800 (PST) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id QcF9viAE8BQ2; Thu, 10 Dec 2015 10:52:38 -0800 (PST) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id D63D1160E76; Thu, 10 Dec 2015 10:52:38 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 33F-mjmQqSY3; Thu, 10 Dec 2015 10:52:38 -0800 (PST) Original-Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id BC8ED160E75; Thu, 10 Dec 2015 10:52:38 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 In-Reply-To: <83wpsm9skk.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:196043 Archived-At: On 12/10/2015 08:28 AM, Eli Zaretskii wrote: > You mean, for the bisect script? Just "git checkout" the offending > file after the build, that's all. It would be nice if the build procedure didn't mangle source files in this way, of course. (Not that I'm volunteering right now to fix this....).