From unknown Sun Aug 17 01:56:03 2025 X-Loop: don@donarmstrong.com Subject: bug#1022: 23.0.60; Regexp error Reply-To: Miguel Frasson , 1022@debbugs.gnu.org Resent-From: Miguel Frasson Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 24 Sep 2008 16:50:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1022 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12222746311895 (code B ref -1); Wed, 24 Sep 2008 16:50:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.2 required=4.0 tests=BAYES_00,FH_FROMEML_NOTLD, FOURLA,RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 24 Sep 2008 16:43:51 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8OGhgHk001881 for ; Wed, 24 Sep 2008 09:43:45 -0700 Received: from mail.gnu.org ([199.232.76.166]:59392 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KiXQn-0006Iv-4o for emacs-pretest-bug@gnu.org; Wed, 24 Sep 2008 12:41:37 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KiXSm-0002jc-Eu for emacs-pretest-bug@gnu.org; Wed, 24 Sep 2008 12:43:41 -0400 Received: from [143.107.183.233] (port=40421 helo=edf.icmc.usp.br) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KiXSl-0002bw-Ni for emacs-pretest-bug@gnu.org; Wed, 24 Sep 2008 12:43:40 -0400 Received: by edf.icmc.usp.br (Postfix, from userid 1000) id A830C101940; Wed, 24 Sep 2008 13:07:54 -0300 (BRT) From: Miguel Frasson To: emacs-pretest-bug@gnu.org Message-Id: <20080924160754.A830C101940@edf.icmc.usp.br> Date: Wed, 24 Sep 2008 13:07:54 -0300 (BRT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-Greylist: delayed 2120 seconds by postgrey-1.27 at monty-python; Wed, 24 Sep 2008 12:43:16 EDT search-forward-regexp fails to search uppercase classes of characters in regexp. How to reproduce: 1) emacs -q --no-site-file --no-splash 2) type the following in *scratch* buffer (search-forward-regexp "[A-Z]") abCd 3) evaluate the first expression. Expected: cursor after B Results: cursor after a Regards Miguel Frasson In GNU Emacs 23.0.60.2 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of 2008-05-28 on edf Windowing system distributor `The X.Org Foundation', version 11.0.10400090 configured using `configure '--with-x-toolkit=gtk' '--with-xpm' '--with-jpeg' '--with-tiff' '--with-gif' '--with-png'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: pt_BR.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: ( s e a r c h - f o r w a r d - r e g e x p SPC " [ A - Z ] [ A - Z ] + " SPC ) a a a a a a a SPC a A B C a a a C-x C-e M-x e m a s u C-g Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. 239 Making completion list... Quit