GNU bug report logs -
#61029
28.2; post-command-hook error in nXML mode
Previous Next
Reported by: Vincent Lefevre <vincent <at> vinc17.net>
Date: Mon, 23 Jan 2023 14:38:02 UTC
Severity: normal
Found in version 28.2
Done: Stefan Kangas <stefankangas <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 61029 <at> debbugs.gnu.org (full text, mbox):
> From: Vincent Lefevre <vincent <at> vinc17.net>
> Date: Mon, 23 Jan 2023 15:36:59 +0100
>
>
> Under Debian/unstable, with the emacs-gtk 1:28.2+1-10 Debian package:
>
> Generate an XML file with the following script:
>
> #!/bin/sh
> echo '<?xml version="1.0"?>'
> echo '<root>'
> for i in `seq 240`; do echo '<e>...</e>'; done
> echo '<e>.>.</e>'
> echo '<e><![CDATA[]]></e>'
> for i in `seq 48`; do echo '<e>...</e>'; done
> echo '<!-- -->'
> echo '</root>'
>
> and do the following steps *exactly* under X Window
> (as Emacs must have its own window for step 3):
>
> 1. Open the generated XML file with "emacs -Q".
> 2. Type ESC > to go to the end of the file.
> 3. Click on the space in the comment "<!-- -->".
> 4. Insert a space.
>
> I get the following error:
>
> Error in post-command-hook (jit-lock--antiblink-post-command): (cl-assertion-failed (>= (cadr sgml--syntax-propertize-ppss) 0))
João, could you please look into this?
This bug report was last modified 1 year and 280 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.