* Support for the `syntax-table' text property in CC mode
@ 2013-09-21 8:36 martin rudalics
2013-09-21 15:48 ` Paul Eggert
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: martin rudalics @ 2013-09-21 8:36 UTC (permalink / raw)
To: emacs-devel
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.
Can someone tell me who's responsible for this? The corresponding form
in c-emacs-features seems unaltered for a while.
Thanks, martin
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Support for the `syntax-table' text property in CC mode
2013-09-21 8:36 Support for the `syntax-table' text property in CC mode martin rudalics
@ 2013-09-21 15:48 ` Paul Eggert
2013-09-21 16:24 ` martin rudalics
2013-09-21 19:01 ` Jan D.
2013-09-21 16:37 ` Alan Mackenzie
2013-09-21 17:40 ` Glenn Morris
2 siblings, 2 replies; 8+ messages in thread
From: Paul Eggert @ 2013-09-21 15:48 UTC (permalink / raw)
To: martin rudalics, emacs-devel
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.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Support for the `syntax-table' text property in CC mode
2013-09-21 15:48 ` Paul Eggert
@ 2013-09-21 16:24 ` martin rudalics
2013-09-21 19:01 ` Jan D.
1 sibling, 0 replies; 8+ messages in thread
From: martin rudalics @ 2013-09-21 16:24 UTC (permalink / raw)
To: Paul Eggert; +Cc: emacs-devel
>> 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.
If I bootstrap I might run into bug#15432. Compiling any cc-*.el fails
with the error above (on Windows XP).
martin
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Support for the `syntax-table' text property in CC mode
2013-09-21 15:48 ` Paul Eggert
2013-09-21 16:24 ` martin rudalics
@ 2013-09-21 19:01 ` Jan D.
2013-09-22 6:35 ` Paul Eggert
1 sibling, 1 reply; 8+ messages in thread
From: Jan D. @ 2013-09-21 19:01 UTC (permalink / raw)
To: Paul Eggert; +Cc: martin rudalics, emacs-devel
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.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Support for the `syntax-table' text property in CC mode
2013-09-21 8:36 Support for the `syntax-table' text property in CC mode martin rudalics
2013-09-21 15:48 ` Paul Eggert
@ 2013-09-21 16:37 ` Alan Mackenzie
2013-09-21 17:40 ` Glenn Morris
2 siblings, 0 replies; 8+ messages in thread
From: Alan Mackenzie @ 2013-09-21 16:37 UTC (permalink / raw)
To: martin rudalics; +Cc: emacs-devel
Hi, Martin.
On Sat, Sep 21, 2013 at 10:36:01AM +0200, 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.
> Can someone tell me who's responsible for this? The corresponding form
> in c-emacs-features seems unaltered for a while.
I don't get this failure, having updated my trunk copy today. Any chance
you could edebug through the pertinent code? You know where it is.
> Thanks, martin
--
Alan Mackenzie (Nuremberg, Germany).
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Support for the `syntax-table' text property in CC mode
2013-09-21 8:36 Support for the `syntax-table' text property in CC mode martin rudalics
2013-09-21 15:48 ` Paul Eggert
2013-09-21 16:37 ` Alan Mackenzie
@ 2013-09-21 17:40 ` Glenn Morris
2 siblings, 0 replies; 8+ messages in thread
From: Glenn Morris @ 2013-09-21 17:40 UTC (permalink / raw)
To: martin rudalics; +Cc: emacs-devel
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.
>
> Can someone tell me who's responsible for this?
The hydra coverage job began failing with this message when it moved
from r114409 to r114410.
http://hydra.nixos.org/eval/999225
As always happens with obvious trunk breakage, we also have a bug report
for this too.
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15432
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-09-22 7:47 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-21 8:36 Support for the `syntax-table' text property in CC mode martin rudalics
2013-09-21 15:48 ` Paul Eggert
2013-09-21 16:24 ` martin rudalics
2013-09-21 19:01 ` Jan D.
2013-09-22 6:35 ` Paul Eggert
2013-09-22 7:47 ` martin rudalics
2013-09-21 16:37 ` Alan Mackenzie
2013-09-21 17:40 ` Glenn Morris
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).