On Mon, Feb 25 2008, Steve Youngs wrote:
* It's me FKtPp ;) <m_pupil(a)yahoo.com.cn> writes:
> I hear that SXEmacs sharing the same packages repository with XEmacs,
> so SXEmacs must have a special character class [:word:] defined. Or
> how can it handle this, while viewing articles in gnus:
Yes, SXEmacs has character classes, but because (featurep 'xemacs) => t
in SXEmacs, reading articles in Gnus is the same as if you were using
XEmacs.
The relevant code in Gnus doesn't test (featurep 'xemacs) but...
(string-match "[[:digit:]]" "1") ;; support POSIX?
So if in SXEmacs this returns non-nil, `gnus-button-url-regexp's value
will be like in Emacs.
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available |
http://rsteib.home.pages.de/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta