From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Support for the `syntax-table' text property in CC mode Date: Sat, 21 Sep 2013 21:01:13 +0200 Message-ID: <523DECF9.90904@swipnet.se> References: <523D5A71.7000609@gmx.at> <523DBFD8.104@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1379790101 24032 80.91.229.3 (21 Sep 2013 19:01:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Sep 2013 19:01:41 +0000 (UTC) Cc: martin rudalics , emacs-devel To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 21 21:01:41 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VNSR1-0004L0-MG for ged-emacs-devel@m.gmane.org; Sat, 21 Sep 2013 21:01:39 +0200 Original-Received: from localhost ([::1]:32923 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNSR1-0006Vt-7g for ged-emacs-devel@m.gmane.org; Sat, 21 Sep 2013 15:01:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNSQr-0006Vo-Gp for emacs-devel@gnu.org; Sat, 21 Sep 2013 15:01:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNSQg-0001Ld-GS for emacs-devel@gnu.org; Sat, 21 Sep 2013 15:01:29 -0400 Original-Received: from mail01.bdtv.se ([176.10.222.34]:36067) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1VNSQg-0001LX-2e for emacs-devel@gnu.org; Sat, 21 Sep 2013 15:01:18 -0400 Original-Received: (qmail 6682 invoked by uid 89); 21 Sep 2013 19:01:17 -0000 Original-Received: from h-46-59-42-57.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.57) by mail01.bdtv.se with ESMTPA; 21 Sep 2013 19:01:17 -0000 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTPSA id DF4FB1A01B0; Sat, 21 Sep 2013 21:01:16 +0200 (CEST) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 In-Reply-To: <523DBFD8.104@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 176.10.222.34 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:163541 Archived-At: Hello. Paul Eggert skrev 2013-09-21 17:48: > martin rudalics wrote: >> With today's trunk I'm getting >> >> error: CC Mode is incompatible with this version of Emacs - >> support for the `syntax-table' text property is required. > I don't observe this problem with the latest trunk > (bzr 114421) after a "make bootstrap". I loaded > cc-defs.el from cc-mode 5.32.5 and it set c-emacs-features > to (pps-extended-state add-hook-local col-0-paren > posix-char-classes gen-string-delim gen-comment-delim > syntax-properties category-properties 1-bit) without > complaint. I'm running on Fedora 19 x86-64. I'm alsorunning Fedora 19 x86-64 and I have the problem. I compiled without optimizations. Jan D.