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 11:32:25 +0200 Message-ID: References: <87hbun9jbs.fsf@stupidchicken.com> 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 1254303336 19877 80.91.229.12 (30 Sep 2009 09:35:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Sep 2009 09:35:36 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 30 11:35:29 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 1Msvar-0000wN-32 for ged-emacs-devel@m.gmane.org; Wed, 30 Sep 2009 11:35:29 +0200 Original-Received: from localhost ([127.0.0.1]:41082 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Msvaq-0007ns-1Y for ged-emacs-devel@m.gmane.org; Wed, 30 Sep 2009 05:35:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsvYK-0006u6-K6 for emacs-devel@gnu.org; Wed, 30 Sep 2009 05:32:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsvYF-0006sq-4w for emacs-devel@gnu.org; Wed, 30 Sep 2009 05:32:51 -0400 Original-Received: from [199.232.76.173] (port=41804 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsvYE-0006sj-Nl for emacs-devel@gnu.org; Wed, 30 Sep 2009 05:32:46 -0400 Original-Received: from mail-bw0-f220.google.com ([209.85.218.220]:48779) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsvYE-0007Me-BU for emacs-devel@gnu.org; Wed, 30 Sep 2009 05:32:46 -0400 Original-Received: by bwz20 with SMTP id 20so5055263bwz.42 for ; Wed, 30 Sep 2009 02:32:45 -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=ZJROzJcaNXIN+eEii1A+boL7VwhZ3HodIrOdEcQhZA8=; b=xXVVUNyQniPJ2j0A/dwg6ZbTHfc3MGU9oR+GAEzrWsfGjeUZJvxvP437qs2Pivt5fK 05Br6E6rd0U7eock1JXSpzClbISi3ix9UvMbMHYLMCWlNElt6RkBcVasF/MnHR/WPK6b MjFHsM+AhX1N25s3DvFLEbG0yLwSUuyZvrc8k= 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=PxkNd8wxgYksWdKjwYXo5LuOFNgEFZz0DIOGZnVCyJ5GvSqP91nK8UTCKnBwWKC4ji CvhZfN7Tho4Hb/9ZsbkXG5I6Yb0iaTLlifpzhllI2Mx21d3gFkuh8G6gZDZBQH4MiQ76 xvRMxJ/g5npWdqTXkjV30pT7KgECf4NII9/Ss= Original-Received: by 10.239.145.33 with SMTP id q33mr576530hba.126.1254303165325; Wed, 30 Sep 2009 02:32:45 -0700 (PDT) In-Reply-To: <87hbun9jbs.fsf@stupidchicken.com> 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:115802 Archived-At: On Mon, Sep 28, 2009 at 17:31, Chong Yidong wrote: > I have merged most of the CEDET branch into the trunk. =C2=A0You may need= to > bootstrap; please let me know if there are any build failures. semantic/cedet/wisent/javat-wy.el has coding issues, because of this line: ("char" summary "Integral primitive type ('^@' to '\357\227\227') (0 to 65535)") so on Windows it is decoded as "=3D(Unix)" (i.e., no-conversion, LF), and does not compile: In toplevel form: javat-wy.el:680:36:Error: End of file during parsing Juanma