On Thu, Nov 12, 2020 at 05:05:54PM -0600, Chris Sorenson wrote: ... > A trivial patch to escape three apostrophes in configure.in that break > syntax highlighting in some editors (feel free to ignore!):
Some work may be needed on the editors. The first two chunks cause
the messages to be changed, adding an unnecessary backslash:
./configure --help
...
--enable-load-vt-fonts enable load-vt-fonts() action
--enable-logging enable logging
--enable-logfile-exec enable exec\'d logfile filter
--disable-maximize disable actions for iconify/deiconify/maximize/restore
--disable-num-lock disable NumLock keypad support
...
and
./configure
checking if you want direct-color support... yes
checking if you want blinking cursor... yes
checking if you want to ignore Linux\'s broken palette-strings... yes
checking if you want to allow broken string-terminators... yes
checking if you want to compile-in icon data... yes
The unaltered script displays properly in vi-like-emacs...
--
Thomas E. Dickey <[email protected]>
https://invisible-island.net
ftp://ftp.invisible-island.net
signature.asc
Description: PGP signature
_______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: https://lists.x.org/mailman/listinfo/xorg Your subscription address: %(user_address)s
