# HG changeset patch # User aidan # Date 1156363070 0 # Node ID 6486a15d7e3ec137c63f20d62d251b441203446f # Parent b3dc0c6de39398b26bab4534e0c067c16518b757 [xemacs-hg @ 2006-08-23 19:57:49 by aidan] Change the Guillemet syntax, again, this time to punctuation. diff -r b3dc0c6de393 -r 6486a15d7e3e src/ChangeLog --- a/src/ChangeLog Tue Aug 22 21:51:18 2006 +0000 +++ b/src/ChangeLog Wed Aug 23 19:57:50 2006 +0000 @@ -1,3 +1,10 @@ +2006-08-23 Aidan Kehoe + + * syntax.c (complex_vars_of_syntax): + Guillemets are now punctuation, not parentheses. AucTeX does this, + and it's infinitely less annoying if you're dealing with German + text or mixed German and French. + 2006-08-03 Jerry James * keymap.c (where_is_recursive_mapper): Use the freshly allocated diff -r b3dc0c6de393 -r 6486a15d7e3e src/syntax.c --- a/src/syntax.c Tue Aug 22 21:51:18 2006 +0000 +++ b/src/syntax.c Wed Aug 23 19:57:50 2006 +0000 @@ -2519,7 +2519,7 @@ /* The guillemets. These are not parentheses, in contrast to what the old code did. */ - define_standard_syntax((const UExtbyte *)"\253\273", Sstring); + define_standard_syntax((const UExtbyte *)"\253\273", Spunct); /* The inverted exclamation mark, and the multiplication and division signs. */