GNU bug report logs -
#20911
24.5.3; Syntax should not require font-lock
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 27 Jun 2015 18:31:02 +0300
with message-id <558EC1B6.6090506 <at> yandex.ru>
and subject line Re: bug#20911: 24.5.3; Syntax should not require font-lock
has caused the debbugs.gnu.org bug report #20911,
regarding 24.5.3; Syntax should not require font-lock
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
20911: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20911
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
python.el and others.
While working at a general-close mode, tests succeeded locally, but
Travis CI repeatedly sent errors like this:
FAILED gen-close-python-doublequoted-tqs-test
FAILED gen-close-python-singlequoted-tqs-test
for example from
https://travis-ci.org/emacs-berlin/general-close/builds/68578148
These tests succeed, if boolean gen-verbose-p was set to t, which OTOH
isn't intendet at batch-mode.
Both macros in question -- for example gen-test-with-python-buffer--
have this:
`(when gen-verbose-p
(switch-to-buffer (current-buffer))
(font-lock-fontify-buffer))`
AFAICS the error is caused, because TQS-syntax in python.el is set by
syntax-propertize-function
Documentation:
Mode-specific function to apply syntax-table' text properties. It is the
work horse ofsyntax-propertize', which is called by things like
Font-Lock and indentation.
Setting up syntax seems to require font-lock - which doesn't feel right.
;;;;;;;;;;
GNU Emacs 24.5.3 (i686-pc-linux-gnu, GTK+ Version 2.24.23) of 2015-04-20
[Message part 3 (message/rfc822, inline)]
Tags: notabug
Hi!
On 06/27/2015 06:19 PM, Andreas Röhler wrote:
> Both macros in question -- for example gen-test-with-python-buffer--
> have this:
>
> `(when gen-verbose-p
> (switch-to-buffer (current-buffer))
> (font-lock-fontify-buffer))`
Don't do that, then.
> AFAICS the error is caused, because TQS-syntax in python.el is set by
> syntax-propertize-function
Call (syntax-propertize (point-max)) instead.
> Documentation:
> Mode-specific function to apply syntax-table' text properties. It is the
> work horse of `syntax-propertize', which is called by things like
> Font-Lock and indentation.
>
>
> Setting up syntax seems to require font-lock - which doesn't feel right.
That only says that font-lock requires it, not vice versa. The docstring
even mentions `syntax-propertize'.
This bug report was last modified 10 years and 24 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.