Mercurial > hg > xemacs-beta
changeset 3569:6486a15d7e3e
[xemacs-hg @ 2006-08-23 19:57:49 by aidan]
Change the Guillemet syntax, again, this time to punctuation.
author | aidan |
---|---|
date | Wed, 23 Aug 2006 19:57:50 +0000 |
parents | b3dc0c6de393 |
children | 1ebada1a4643 |
files | src/ChangeLog src/syntax.c |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <kehoea@parhasard.net> + + * 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 <james@xemacs.org> * keymap.c (where_is_recursive_mapper): Use the freshly allocated
--- 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. */