Ar an chéad lá is fiche de mí Feabhra, scríobh Andreas Roehler:
Hi,
I'm not happy with compatiblity-definitions of char
classes as its solved for example with [[:alnum:]]
(when (featurep 'xemacs)
(defcustom alnum "[a-zA-ZäöüßÄÖÜ0-9]"
"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))
It should be possible to detect the range from the
buffer-coding-system instead customizing in manually.
Any ideas how to perform this?
(defcustom alnum "\\sw]" ...)
would be a reasonable implementation in Lisp until we incorporate the
changes in C.
--
¿Dónde estará ahora mi sobrino Yoghurtu Nghe, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta