Am 15.04.2012 10:33, schrieb Mats Lidell:
Hi,
While looking at upgrading some packages, specifically getting
go(lang)-mode to work with XEmacs, I have come across the character
classes like [[:space:]] [[:word:]] etc.
We have this issue in the tracker:
http://tracker.xemacs.org/XEmacs/its/issue302
What would it take to support these classes to get compatible with GNU
Emacs? Major C-code change or what?
It seems that many packages use these so it would make porting and
syncing much easier. Especially since this things only show up in
runtime.
What also confuses me is that it seems we have support for them in
regexps but not in functions like re-search-forward!? What is the
story here?
Yours
it enhances legibility
tried a workaround at
http://launchpad.net/s-x-emacs-werkstatt
thingatpt-utils-base.el
starts at line 281
like that
(when (featurep 'xemacs)
(defcustom ascii "[\000-\177]"
"Rexexp to specify the character class
Change it, if you want to pick strings differently.
XEmacs-users: `unibyte' and `multibyte' class is unused i.e. set to
\".\""
:type 'regexp
:group 'convenience))
Best,
Andreas
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta