From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eric M. Ludlam" Newsgroups: gmane.emacs.devel Subject: Re: CEDET sync Date: Fri, 04 Jun 2010 14:47:04 -0400 Message-ID: <4C094A28.6070008@siege-engine.com> References: <20100603153729.GD2763@loria.fr> <87ocfsvxrl.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1275677239 24529 80.91.229.12 (4 Jun 2010 18:47:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Jun 2010 18:47:19 +0000 (UTC) Cc: Eric Ludlam , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 04 20:47:16 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OKbvC-0005rl-Ar for ged-emacs-devel@m.gmane.org; Fri, 04 Jun 2010 20:47:10 +0200 Original-Received: from localhost ([127.0.0.1]:37143 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKbvB-0008Kl-Iv for ged-emacs-devel@m.gmane.org; Fri, 04 Jun 2010 14:47:09 -0400 Original-Received: from [140.186.70.92] (port=46098 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKbuy-0008IF-6t for emacs-devel@gnu.org; Fri, 04 Jun 2010 14:46:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKbux-000659-3T for emacs-devel@gnu.org; Fri, 04 Jun 2010 14:46:56 -0400 Original-Received: from bird.interbax.net ([75.126.100.114]:47988) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKbuw-000651-Ob for emacs-devel@gnu.org; Fri, 04 Jun 2010 14:46:55 -0400 Original-Received: (qmail 383 invoked from network); 4 Jun 2010 13:46:48 -0500 Original-Received: from static-71-184-83-10.bstnma.fios.verizon.net (HELO ?192.168.1.201?) (71.184.83.10) by interbax.net with SMTP; 4 Jun 2010 13:46:48 -0500 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.3a1pre) Gecko/20091222 Shredder/3.1a1pre In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Windows 98 (1) 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:125526 Archived-At: On 06/04/2010 09:07 AM, Stefan Monnier wrote: >> Could you take a look at this report about a symbol that Semantic can't >> handle? I just applied your semantic-lex-spp-table-write-slot-value >> change that saves a nil instead of erroring on invalid values. > > BTW Eric, but it seems that Emacs's CEDET code and your own aren't being > sync'ed at all, is that right? If so, we really need to get this syncing > going ASAP, otherwise it will be hellish to maintain. Hi, A volunteer (Lluis) pulled in some recent Emacs changes. Otherwise I agree about a more consistent sync. I even have a loose plan. It's just slow going. Winter between November and mid-March is usually when I have the most Emacs hacking time. If someone who knows some about dvcs systems I can use on Source Forge that would aid in such a sync system would like to help me set things up, that would be a huge boon for me! Thanks Eric