all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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; 9+ 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] 9+ 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; 9+ 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] 9+ 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; 9+ 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] 9+ 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; 9+ 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] 9+ 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; 9+ 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] 9+ 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; 9+ 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] 9+ messages in thread

* Re: Support for the `syntax-table' text property in CC mode
  2013-09-21 19:01   ` Jan D.
@ 2013-09-22  6:35     ` Paul Eggert
  2013-09-22  7:47       ` martin rudalics
  0 siblings, 1 reply; 9+ messages in thread
From: Paul Eggert @ 2013-09-22  6:35 UTC (permalink / raw)
  To: Jan D.; +Cc: martin rudalics, emacs-devel

Jan D. wrote:
> I'm also running Fedora 19 x86-64 and I have the problem.
> I compiled without optimizations.

Thanks, that helped me reproduce the problem on Fedora 19 x86-64,
and I installed a fix that worked for me as trunk bzr 114424.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Support for the `syntax-table' text property in CC mode
  2013-09-22  6:35     ` Paul Eggert
@ 2013-09-22  7:47       ` martin rudalics
  2013-09-22  7:52         ` bug#15432: " Paul Eggert
  0 siblings, 1 reply; 9+ messages in thread
From: martin rudalics @ 2013-09-22  7:47 UTC (permalink / raw)
  To: Paul Eggert; +Cc: Jan D., emacs-devel

> Thanks, that helped me reproduce the problem on Fedora 19 x86-64,
> and I installed a fix that worked for me as trunk bzr 114424.

Thanks.  Works without bootstrapping.

martin




^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug#15432: Support for the `syntax-table' text property in CC mode
  2013-09-22  7:47       ` martin rudalics
@ 2013-09-22  7:52         ` Paul Eggert
  0 siblings, 0 replies; 9+ messages in thread
From: Paul Eggert @ 2013-09-22  7:52 UTC (permalink / raw)
  To: martin rudalics; +Cc: 15432-done

martin rudalics wrote:

> Thanks.  Works without bootstrapping.

Thanks for checking; marking Bug#15432 as done.






^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-09-22  7:52 UTC | newest]

Thread overview: 9+ 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-22  7:52         ` bug#15432: " Paul Eggert
2013-09-21 16:37 ` Alan Mackenzie
2013-09-21 17:40 ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.