From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Changes in lisp/Makefile.in to skip preloaded files Date: Fri, 9 Oct 2009 13:48:30 +0200 Message-ID: References: <83eipfmuaz.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1255089012 2384 80.91.229.12 (9 Oct 2009 11:50:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Oct 2009 11:50:12 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 09 13:50:02 2009 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 1MwDyy-0005n5-8C for ged-emacs-devel@m.gmane.org; Fri, 09 Oct 2009 13:50:00 +0200 Original-Received: from localhost ([127.0.0.1]:42953 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwDyx-0003NU-L3 for ged-emacs-devel@m.gmane.org; Fri, 09 Oct 2009 07:49:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MwDxy-00027W-5C for emacs-devel@gnu.org; Fri, 09 Oct 2009 07:48:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MwDxt-0001zq-9P for emacs-devel@gnu.org; Fri, 09 Oct 2009 07:48:57 -0400 Original-Received: from [199.232.76.173] (port=36675 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwDxt-0001zg-5E for emacs-devel@gnu.org; Fri, 09 Oct 2009 07:48:53 -0400 Original-Received: from mail-gx0-f212.google.com ([209.85.217.212]:63880) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MwDxq-0006i1-Re; Fri, 09 Oct 2009 07:48:50 -0400 Original-Received: by gxk4 with SMTP id 4so7846862gxk.8 for ; Fri, 09 Oct 2009 04:48:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=tUG1m6NleLTzkg6Hx7tvUR7KJyoriSrqNeyt7GELb6g=; b=YKKzn3YC8vXC+Km6VqXZPN/vr/1GhZUT4ksuu6ZqXtQJhfVa43TBbYaFhCGdQfX/dm VFocDSyK3lisPWk2iX+HeW2wof0JHMUUUBKgINy3jarG6KVJfF+jedgbhfl+0tt05uRS KBd3jl9RajdMpXVsluRlA6dMcXvcOWxAfN3SI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=wJBHInzNlbPi/5I7xupMyt2Dp879MyyQgg04as3GjbQpPGUcvwtLSLIUhjtxI/DS1m sS+qZ/ktODReItABKLV2KhxqXFqsQMlql0K9K8XqDoqKVAr9ps4fE7ZA/bnReYS3MahB buiRNBlkmj192J/q5wAnvQtMId816I9mxY10c= Original-Received: by 10.101.96.20 with SMTP id y20mr2988005anl.93.1255088930321; Fri, 09 Oct 2009 04:48:50 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:116011 Archived-At: On Fri, Oct 9, 2009 at 2:25 AM, Juanma Barranquero wrote: > On Fri, Oct 9, 2009 at 02:04, Glenn Morris wrote: > >> You know Eli fixed my trivial and obvious typo? > > Yes. My (obviously mistaken) impression was that Eli fixed it so it > didn't cause an error, not that it did work. Indeed, it works now and > does not need any fix. > > In my defense, between your typo and Eli's fix I was also struggling Thanks Juanma and Glenn for clarifying the current status. I am sorry if stirred up some confusion.