From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Moreton Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r106462: * lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify. Date: Wed, 23 Nov 2011 23:41:44 +0000 Message-ID: <821usycsp3.fsf@gmail.com> References: <83bos2affq.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1322091750 1098 80.91.229.12 (23 Nov 2011 23:42:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Nov 2011 23:42:30 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 24 00:42:26 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RTMSP-00075a-Of for ged-emacs-devel@m.gmane.org; Thu, 24 Nov 2011 00:42:25 +0100 Original-Received: from localhost ([::1]:59357 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTMSP-0000ye-Ay for ged-emacs-devel@m.gmane.org; Wed, 23 Nov 2011 18:42:25 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:48590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTMSM-0000yG-DX for emacs-devel@gnu.org; Wed, 23 Nov 2011 18:42:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTMSD-0007Ej-5H for emacs-devel@gnu.org; Wed, 23 Nov 2011 18:42:22 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:34743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTMSC-0007EL-Pd for emacs-devel@gnu.org; Wed, 23 Nov 2011 18:42:13 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RTMS9-0006xH-Hf for emacs-devel@gnu.org; Thu, 24 Nov 2011 00:42:09 +0100 Original-Received: from 82-69-64-228.dsl.in-addr.zen.co.uk ([82.69.64.228]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Nov 2011 00:42:09 +0100 Original-Received: from andrewjmoreton by 82-69-64-228.dsl.in-addr.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Nov 2011 00:42:09 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 82-69-64-228.dsl.in-addr.zen.co.uk User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (windows-nt) Cancel-Lock: sha1:Ciue7AYr/YHBuahZdZO5wKzTlp8= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:146187 Archived-At: On Wed 23 Nov 2011, Eli Zaretskii wrote: >> From: Andy Moreton >> Date: Wed, 23 Nov 2011 13:47:03 +0000 >> >> Stefan, could you please revert your change to allow emacs to build >> properly ? > > What prevents you from reverting it in your branch? > > Btw, at least for me, reverting that particular change in autoload.el > didn't fix the problem. Nothing of course. However it is a great deal easier to test other changes with a clean tree rather than carrying local patches. AndyM