From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.bugs Subject: Re: need to recognize non-ASCII identifiers Date: 03 Apr 2003 17:31:25 +0100 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <5bznn8o5j6.fsf@lister.roxen.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1049387592 32683 80.91.224.249 (3 Apr 2003 16:33:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2003 16:33:12 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Thu Apr 03 18:33:08 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1917eG-0008US-00 for ; Thu, 03 Apr 2003 18:33:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 1917dm-0002LQ-00 for gnu-bug-gnu-emacs@m.gmane.org; Thu, 03 Apr 2003 11:32:38 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 1917dQ-0002Aj-00 for bug-gnu-emacs@gnu.org; Thu, 03 Apr 2003 11:32:16 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 1917ck-0000R1-00 for bug-gnu-emacs@gnu.org; Thu, 03 Apr 2003 11:31:36 -0500 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 1917cc-000064-00; Thu, 03 Apr 2003 11:31:26 -0500 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.36 #1 (Debian)) id 1917cb-0004Wk-00; Thu, 03 Apr 2003 17:31:25 +0100 Original-To: bug-cc-mode@gnu.org In-Reply-To: <5bznn8o5j6.fsf@lister.roxen.com> Original-Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4713 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4713 Martin Stjernholm writes: > Even in other versions there's the possibility to use \sw etc. Yes, but that's even less useful for non-ASCII text, which is why we needed the POSIX char classes. > The problem has been that there's no character class that matches > all alphabetic characters but not the digits. However, you mentioned > [:alpha:] which would presumably do just that. Yes. > You said it works in Emacs 21, but I haven't been able to find any doc > on these new character classes in the manual for Emacs 21.2. Where can > I read about it? Info node `Char Classes' or regex(7).