From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: CEDET merge Date: Wed, 30 Sep 2009 21:32:54 +0200 Message-ID: References: <87hbun9jbs.fsf@stupidchicken.com> <837hvgqnvd.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1254344768 5684 80.91.229.12 (30 Sep 2009 21:06:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Sep 2009 21:06:08 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 30 23:06:00 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 1Mt6N5-0002Pl-1G for ged-emacs-devel@m.gmane.org; Wed, 30 Sep 2009 23:05:59 +0200 Original-Received: from localhost ([127.0.0.1]:57829 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mt6N3-0005Xa-V5 for ged-emacs-devel@m.gmane.org; Wed, 30 Sep 2009 17:05:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mt4vW-0003K8-54 for emacs-devel@gnu.org; Wed, 30 Sep 2009 15:33:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mt4vR-0003Gm-GX for emacs-devel@gnu.org; Wed, 30 Sep 2009 15:33:25 -0400 Original-Received: from [199.232.76.173] (port=57992 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mt4vR-0003Gb-6Y for emacs-devel@gnu.org; Wed, 30 Sep 2009 15:33:21 -0400 Original-Received: from mail-bw0-f220.google.com ([209.85.218.220]:48680) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mt4vP-0001Or-EH; Wed, 30 Sep 2009 15:33:19 -0400 Original-Received: by bwz20 with SMTP id 20so5514296bwz.42 for ; Wed, 30 Sep 2009 12:33:14 -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 :content-transfer-encoding; bh=vhVZvDfVLvUktu7k+CFN7G1o+t0Z4EUl/Sv3mK53epI=; b=fVWBGYk3RIW3za+VqmquI6S4GvLxGDG8a2s5H1Q0pPLa8OZQvOZQGW4mLenwBYw1rP tXs/DFJlwv6y6gFb2EkeaIYuTKkLtaJ9qOdPxYoOQrNOq6xVi5xCJbLvnw5OETR3Vw8a e2i0i4fZRbytm72ZoBt8NutnipfgecbufkpnQ= 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:content-transfer-encoding; b=Wfo+BSAEz9wyvP251fNq87CUzIt8mXO+3a2jA6Iy/hvyRgYUxLNHPok8vmyij/vqcp 6l5q7G6Rlp2g7oUgnxB4X/usOtV0rbdUDA5qAmcpNSMkurERV2aYmDTvrQ/FeBBy9Mcj upN/ErTaibDTXdOhaGPTZEDTdDnDXVrudXu8o= Original-Received: by 10.239.170.20 with SMTP id q20mr19122hbe.152.1254339194153; Wed, 30 Sep 2009 12:33:14 -0700 (PDT) In-Reply-To: <837hvgqnvd.fsf@gnu.org> 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:115811 Archived-At: On Wed, Sep 30, 2009 at 20:38, Eli Zaretskii wrote: >> and does not compile: >> >> In toplevel form: >> javat-wy.el:680:36:Error: End of file during parsing > > Why, because the lines actually have CRLF Windows-style EOLs on your > machine? Checking it out with CVS, yes, it has CRLF EOLs. In fact, editing it all lines end with ^M. > IOW, I don't see why > no-conversion should cause the file not to compile, and only on > Windows. =C2=A0What am I missing? The CRs, apparently. > Anyway, 2 ideas to work around this: > > =C2=A0. Replace the null byte with \000 That works. Juanma