all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#61029: 28.2; post-command-hook error in nXML mode
@ 2023-01-23 14:36 Vincent Lefevre
  2023-01-23 15:42 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Vincent Lefevre @ 2023-01-23 14:36 UTC (permalink / raw)
  To: 61029


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))


In GNU Emacs 28.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.36, cairo version 1.16.0)
 of 2023-01-18, modified by Debian built on x86-csail-01
Windowing system distributor 'The X.Org Foundation', version 11.0.12101006
System Description: Debian GNU/Linux bookworm/sid

Configured using:
 'configure --build x86_64-linux-gnu --prefix=/usr
 --sharedstatedir=/var/lib --libexecdir=/usr/libexec
 --localstatedir=/var/lib --infodir=/usr/share/info
 --mandir=/usr/share/man --with-libsystemd --with-pop=yes
 --enable-locallisppath=/etc/emacs:/usr/local/share/emacs/28.2/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/28.2/site-lisp:/usr/share/emacs/site-lisp
 --with-sound=alsa --without-gconf --with-mailutils
 --with-native-compilation --build x86_64-linux-gnu --prefix=/usr
 --sharedstatedir=/var/lib --libexecdir=/usr/libexec
 --localstatedir=/var/lib --infodir=/usr/share/info
 --mandir=/usr/share/man --with-libsystemd --with-pop=yes
 --enable-locallisppath=/etc/emacs:/usr/local/share/emacs/28.2/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/28.2/site-lisp:/usr/share/emacs/site-lisp
 --with-sound=alsa --without-gconf --with-mailutils
 --with-native-compilation --with-cairo --with-x=yes
 --with-x-toolkit=gtk3 --with-toolkit-scroll-bars 'CFLAGS=-g -O2
 -ffile-prefix-map=/build/emacs-52aEDT/emacs-28.2+1=.
 -fstack-protector-strong -Wformat -Werror=format-security -Wall'
 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2' LDFLAGS=-Wl,-z,relro'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES
NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF
TOOLKIT_SCROLL_BARS X11 XDBE XIM XPM GTK3 ZLIB

Important settings:
  value of $LC_COLLATE: POSIX
  value of $LC_CTYPE: C.UTF-8
  value of $LC_TIME: en_DK.utf8
  value of $LANG: POSIX
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  display-time-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
/usr/share/emacs/site-lisp/llvm-10/llvm-mode hides /usr/share/emacs/site-lisp/llvm-11/llvm-mode
/usr/share/emacs/site-lisp/llvm-10/emacs hides /usr/share/emacs/site-lisp/llvm-11/emacs
/usr/share/emacs/site-lisp/llvm-10/tablegen-mode hides /usr/share/emacs/site-lisp/llvm-11/tablegen-mode
/usr/share/emacs/site-lisp/llvm-10/llvm-mode hides /usr/share/emacs/site-lisp/llvm-12/llvm-mode
/usr/share/emacs/site-lisp/llvm-10/emacs hides /usr/share/emacs/site-lisp/llvm-12/emacs
/usr/share/emacs/site-lisp/llvm-10/tablegen-mode hides /usr/share/emacs/site-lisp/llvm-12/tablegen-mode
/usr/share/emacs/site-lisp/llvm-10/llvm-mode hides /usr/share/emacs/site-lisp/llvm-13/llvm-mode
/usr/share/emacs/site-lisp/llvm-10/emacs hides /usr/share/emacs/site-lisp/llvm-13/emacs
/usr/share/emacs/site-lisp/llvm-10/tablegen-mode hides /usr/share/emacs/site-lisp/llvm-13/tablegen-mode
/usr/share/emacs/site-lisp/llvm-10/llvm-mode hides /usr/share/emacs/site-lisp/llvm-14/llvm-mode
/usr/share/emacs/site-lisp/llvm-10/emacs hides /usr/share/emacs/site-lisp/llvm-14/emacs
/usr/share/emacs/site-lisp/llvm-10/tablegen-mode hides /usr/share/emacs/site-lisp/llvm-14/tablegen-mode
/usr/share/emacs/site-lisp/llvm-10/llvm-mode hides /usr/share/emacs/site-lisp/llvm-15/llvm-mode
/usr/share/emacs/site-lisp/llvm-10/emacs hides /usr/share/emacs/site-lisp/llvm-15/emacs
/usr/share/emacs/site-lisp/llvm-10/tablegen-mode hides /usr/share/emacs/site-lisp/llvm-15/tablegen-mode
/usr/share/emacs/site-lisp/llvm-10/llvm-mode hides /usr/share/emacs/site-lisp/llvm-3.5/llvm-mode
/usr/share/emacs/site-lisp/llvm-10/emacs hides /usr/share/emacs/site-lisp/llvm-3.5/emacs
/usr/share/emacs/site-lisp/llvm-10/tablegen-mode hides /usr/share/emacs/site-lisp/llvm-3.5/tablegen-mode
/usr/share/emacs/site-lisp/llvm-10/llvm-mode hides /usr/share/emacs/site-lisp/llvm-3.6/llvm-mode
/usr/share/emacs/site-lisp/llvm-10/emacs hides /usr/share/emacs/site-lisp/llvm-3.6/emacs
/usr/share/emacs/site-lisp/llvm-10/tablegen-mode hides /usr/share/emacs/site-lisp/llvm-3.6/tablegen-mode
/usr/share/emacs/site-lisp/llvm-10/llvm-mode hides /usr/share/emacs/site-lisp/llvm-3.7/llvm-mode
/usr/share/emacs/site-lisp/llvm-10/emacs hides /usr/share/emacs/site-lisp/llvm-3.7/emacs
/usr/share/emacs/site-lisp/llvm-10/tablegen-mode hides /usr/share/emacs/site-lisp/llvm-3.7/tablegen-mode
/usr/share/emacs/site-lisp/llvm-10/llvm-mode hides /usr/share/emacs/site-lisp/llvm-7/llvm-mode
/usr/share/emacs/site-lisp/llvm-10/emacs hides /usr/share/emacs/site-lisp/llvm-7/emacs
/usr/share/emacs/site-lisp/llvm-10/tablegen-mode hides /usr/share/emacs/site-lisp/llvm-7/tablegen-mode
/usr/share/emacs/site-lisp/llvm-10/llvm-mode hides /usr/share/emacs/site-lisp/llvm-8/llvm-mode
/usr/share/emacs/site-lisp/llvm-10/emacs hides /usr/share/emacs/site-lisp/llvm-8/emacs
/usr/share/emacs/site-lisp/llvm-10/tablegen-mode hides /usr/share/emacs/site-lisp/llvm-8/tablegen-mode
/usr/share/emacs/site-lisp/llvm-10/llvm-mode hides /usr/share/emacs/site-lisp/llvm-9/llvm-mode
/usr/share/emacs/site-lisp/llvm-10/emacs hides /usr/share/emacs/site-lisp/llvm-9/emacs
/usr/share/emacs/site-lisp/llvm-10/tablegen-mode hides /usr/share/emacs/site-lisp/llvm-9/tablegen-mode
/usr/share/emacs/site-lisp/elpa/po-mode-0.21/po-mode hides /usr/share/emacs/site-lisp/elpa-src/po-mode-0.21/po-mode
/usr/share/emacs/site-lisp/elpa/po-mode-0.21/po-mode-pkg hides /usr/share/emacs/site-lisp/elpa-src/po-mode-0.21/po-mode-pkg
/usr/share/emacs/site-lisp/elpa/po-mode-0.21/po-mode-autoloads hides /usr/share/emacs/site-lisp/elpa-src/po-mode-0.21/po-mode-autoloads
/usr/share/emacs/site-lisp/latex-cjk-thai/thai-word hides /usr/share/emacs/28.2/lisp/language/thai-word

Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
rfc822 mml mml-sec epa derived epg rfc6068 epg-config gnus-util rmail
rmail-loaddefs text-property-search time-date mm-decode mm-bodies
mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader comp
comp-cstr warnings rx cl-extra help-mode sendmail rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mail-utils cus-edit pp cus-start wid-edit
time cus-load cc-styles cc-align cc-engine cc-vars cc-defs edmacro
kmacro mmm-auto mmm-vars mmm-utils mmm-compat package browse-url url
url-proxy url-privacy url-expand url-methods url-history url-cookie
url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq
eieio eieio-core cl-macs eieio-loaddefs password-cache json subr-x map
url-vars seq byte-opt gv bytecomp byte-compile cconv cl-loaddefs cl-lib
iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks
lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd
tool-bar dnd fontset image regexp-opt fringe tabulated-list replace
newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar
rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock
font-lock syntax font-core term/tty-colors frame minibuffer cl-generic
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite emoji-zwj charscript
charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray
cl-preloaded nadvice button loaddefs faces cus-face macroexp files
window text-properties overlay sha1 md5 base64 format env code-pages
mule custom widget hashtable-print-readable backquote threads dbusbind
inotify lcms2 dynamic-setting system-font-setting font-render-setting
cairo move-toolbar gtk x-toolkit x multi-tty make-network-process
native-compile emacs)

Memory information:
((conses 16 151321 5198)
 (symbols 48 11985 1)
 (strings 32 36435 3865)
 (string-bytes 1 1231974)
 (vectors 16 19817)
 (vector-slots 8 383792 15932)
 (floats 8 48 29)
 (intervals 56 282 0)
 (buffers 992 12))





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

* bug#61029: 28.2; post-command-hook error in nXML mode
  2023-01-23 14:36 bug#61029: 28.2; post-command-hook error in nXML mode Vincent Lefevre
@ 2023-01-23 15:42 ` Eli Zaretskii
  2023-01-23 15:51   ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2023-01-23 15:42 UTC (permalink / raw)
  To: Vincent Lefevre, João Távora; +Cc: 61029

> From: Vincent Lefevre <vincent@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?





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

* bug#61029: 28.2; post-command-hook error in nXML mode
  2023-01-23 15:42 ` Eli Zaretskii
@ 2023-01-23 15:51   ` Eli Zaretskii
  2023-09-06  0:06     ` Stefan Kangas
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2023-01-23 15:51 UTC (permalink / raw)
  To: vincent, joaotavora; +Cc: 61029

> Cc: 61029@debbugs.gnu.org
> Date: Mon, 23 Jan 2023 17:42:51 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> 
> > From: Vincent Lefevre <vincent@vinc17.net>
> > Date: Mon, 23 Jan 2023 15:36:59 +0100
> > 
> > 
> > 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?

Actually, no: I see this problem in Emacs 28.2, but not in Emacs 29.
So I guess we have fixed this already.





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

* bug#61029: 28.2; post-command-hook error in nXML mode
  2023-01-23 15:51   ` Eli Zaretskii
@ 2023-09-06  0:06     ` Stefan Kangas
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Kangas @ 2023-09-06  0:06 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: vincent, joaotavora, 61029-done

Eli Zaretskii <eliz@gnu.org> writes:

>> Cc: 61029@debbugs.gnu.org
>> Date: Mon, 23 Jan 2023 17:42:51 +0200
>> From: Eli Zaretskii <eliz@gnu.org>
>>
>> > From: Vincent Lefevre <vincent@vinc17.net>
>> > Date: Mon, 23 Jan 2023 15:36:59 +0100
>> >
>> >
>> > 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?
>
> Actually, no: I see this problem in Emacs 28.2, but not in Emacs 29.
> So I guess we have fixed this already.

Thanks, I'm therefore closing this bug report.





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

end of thread, other threads:[~2023-09-06  0:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-23 14:36 bug#61029: 28.2; post-command-hook error in nXML mode Vincent Lefevre
2023-01-23 15:42 ` Eli Zaretskii
2023-01-23 15:51   ` Eli Zaretskii
2023-09-06  0:06     ` Stefan Kangas

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.