User: aidan
Date: 06/08/23 21:57:52
Modified: xemacs/src ChangeLog syntax.c
Log:
Change the Guillemet syntax, again, this time to punctuation.
Revision Changes Path
1.998 +7 -0 XEmacs/xemacs/src/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.997
retrieving revision 1.998
diff -u -p -r1.997 -r1.998
--- ChangeLog 2006/08/08 15:26:05 1.997
+++ ChangeLog 2006/08/23 19:57:49 1.998
@@ -1,3 +1,10 @@
+2006-08-23 Aidan Kehoe <kehoea(a)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(a)xemacs.org>
* keymap.c (where_is_recursive_mapper): Use the freshly allocated
1.31 +1 -1 XEmacs/xemacs/src/syntax.c
Index: syntax.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/syntax.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- syntax.c 2006/08/05 08:30:36 1.30
+++ syntax.c 2006/08/23 19:57:50 1.31
@@ -2519,7 +2519,7 @@ complex_vars_of_syntax (void)
/* 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. */
Show replies by date