From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13900 invoked by alias); 13 Sep 2002 18:10:12 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 13885 invoked from network); 13 Sep 2002 18:10:12 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 13 Sep 2002 18:10:12 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id g8DIAB415092; Fri, 13 Sep 2002 11:10:11 -0700 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: gdb@sources.redhat.com Subject: Re: Expect fails to recognize regexp References: <20020913200643.I1574@cygbert.vinschen.de> From: David Carlton Date: Fri, 13 Sep 2002 11:10:00 -0000 In-Reply-To: <20020913200643.I1574@cygbert.vinschen.de> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00157.txt.bz2 On Fri, 13 Sep 2002 20:06:43 +0200, Corinna Vinschen said: > I'm trying to fix an error in the testsuite lib but I'm stuck at one > point. For some mysterious reason, I can't get a regexp right. I think '.' doesn't match newlines (at least it doesn't in regexps in Emacs); does modifying your regexp so that you have a newline in there explicitly fix it? David Carlton carlton@math.stanford.edu