Hi, in latest EmacsW32 unpatched (see further version info below).
It seems for me that show-paren-mode can handle only one matching paren at the same time, though it can happen easily that 2 matching paren exist. Please fix the mode to highlight both in such cases. If you view the current behaviour to be a feature (instead of a bug), then please fix the mode's documentation to express this clearly. If you modify the current behaviour, then please consider adding customizable option(s) to fine-tune the behaviour: e.g. highlighting the two matching parens in different colours... Test: 1. emacs -Q 2. type ()() 3. M-x show-paren-mode 4. M-: (goto-char 3) Now both the first opening paren and the second (last) closing paren are matching, but only the first is highlighted. Thanks in advance, P In GNU Emacs 22.0.93.1 (i386-mingw-nt5.1.2600) of 2007-02-11 on LENNART-69DE564 X server distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --cflags -Ic:/g/include' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: HUN locale-coding-system: cp1250 default-enable-multibyte-characters: t _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
