From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.help Subject: Re: [:alpha:] Does not work Date: Fri, 31 Jan 2014 13:23:19 +0700 Message-ID: References: <87k3dgd7bu.fsf@Equus.Decebal.nl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1391149407 11079 80.91.229.3 (31 Jan 2014 06:23:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Jan 2014 06:23:27 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Cecil Westerhof Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 31 07:23:33 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W97Vk-00022W-M1 for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Jan 2014 07:23:32 +0100 Original-Received: from localhost ([::1]:53426 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W97Vk-0002fx-9P for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Jan 2014 01:23:32 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W97Va-0002fm-AG for help-gnu-emacs@gnu.org; Fri, 31 Jan 2014 01:23:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W97VY-0002GI-8B for help-gnu-emacs@gnu.org; Fri, 31 Jan 2014 01:23:22 -0500 Original-Received: from mail-qc0-x231.google.com ([2607:f8b0:400d:c01::231]:44407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W97VY-0002GE-4H for help-gnu-emacs@gnu.org; Fri, 31 Jan 2014 01:23:20 -0500 Original-Received: by mail-qc0-f177.google.com with SMTP id i8so6403504qcq.22 for ; Thu, 30 Jan 2014 22:23:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=nAwb+HAiL9T6nwlTl6tnhg8BgGElkZTbTDG/jdUZfDk=; b=AoBu2Qy0+AF/s1CdThhciC6XQ+uhUqkshZGQfYuDC1NGsG4FIzmNVINg4KWWZO+WQv R6UTzB2fb00y3zaW39e5chdSqLWf3scj+WkrRVH9lwGnZ7RnObAF+Oum1ZQ9hTZplNtH l2yjXtHm2vSda96YJkRtB6pY98Es5ZmM4ZwlfCsR3nZvCuBF0v1IcpgzYvCvgP6/4dOo KAv/ArTU++1nZufpEbCue8QZl/qiHmBAm5gj/XHcjt2SrpGNP+qAi8R9qtRm/lWous9f IavXe+WxbRyLfzDRFJ5jrDSPRNxPH0CYY+jhTyJ0bCPg+QMDQdkNhKbrnhw4gxJnB/3y 4J3w== X-Received: by 10.224.47.81 with SMTP id m17mr28826756qaf.61.1391149399477; Thu, 30 Jan 2014 22:23:19 -0800 (PST) Original-Received: by 10.96.14.74 with HTTP; Thu, 30 Jan 2014 22:23:19 -0800 (PST) In-Reply-To: <87k3dgd7bu.fsf@Equus.Decebal.nl> X-Google-Sender-Auth: NQvzZ1nxs9BXPX4A7MqeuouNK-Y X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c01::231 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95822 Archived-At: On Fri, Jan 31, 2014 at 12:54 PM, Cecil Westerhof wrote: > I would aspect that when I have the following: > (re-search-forward "[[:alpha:]]" nil t) > 0123456789ABCDE > > That when I execute the search I would find the 0, but I find the A. Maybe you=E2=80=99re confusing with [[:alnum:]]? http://www.gnu.org/software/emacs/manual/html_node/elisp/Char-Classes.html