[Bug: 21.5-b28] Could you please turn on `RE_CHAR_CLASSES' for XEmacs?

Reiner Steib reinersteib+gmane at imap.cc
Mon Feb 25 12:03:43 EST 2008


On Mon, Feb 25 2008, Steve Youngs wrote:

> * It's me FKtPp ;) <m_pupil at 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/



More information about the XEmacs-Beta mailing list