From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: grep error because of bad previous input Date: Thu, 27 Jul 2006 13:51:00 -0400 Message-ID: <87psfr0we3.fsf@stupidchicken.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1154022648 20351 80.91.229.2 (27 Jul 2006 17:50:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Jul 2006 17:50:48 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 27 19:50:42 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G6A0E-0000sO-V0 for ged-emacs-devel@m.gmane.org; Thu, 27 Jul 2006 19:50:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6A0E-0004ai-Ci for ged-emacs-devel@m.gmane.org; Thu, 27 Jul 2006 13:50:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G69zt-0004YO-9y for emacs-devel@gnu.org; Thu, 27 Jul 2006 13:50:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G69zq-0004Wh-Ok for emacs-devel@gnu.org; Thu, 27 Jul 2006 13:50:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G69zq-0004WS-4w for emacs-devel@gnu.org; Thu, 27 Jul 2006 13:50:06 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6A1e-0001bu-Cn for emacs-devel@gnu.org; Thu, 27 Jul 2006 13:51:58 -0400 Original-Received: by cyd (Postfix, from userid 1000) id F0CDC4E2BA; Thu, 27 Jul 2006 13:51:00 -0400 (EDT) Original-To: Sam Steingold In-Reply-To: (Sam Steingold's message of "Thu, 27 Jul 2006 13:32:24 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:57693 Archived-At: Sam Steingold writes: > GNU Emacs 22.0.50.3 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) > of 2006-07-24 on quant8 > > M-x grep RET > foo *.lis[ RET ;; typo: "[" instead of "p" > M-x grep RET > > ==> > > Debugger entered--Lisp error: (args-out-of-range "*.lis[" 6) > wildcard-to-regexp("*.lis[") I can't reproduce this.