From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: Apparent problem with looking-at? Date: Tue, 18 Jun 2002 20:24:09 -0600 (MDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200206190224.g5J2O9O16011@aztec.santafe.edu> References: <9E217BAD4019CE4095869023168429A9CCF918@vulture.corp.resmed.org> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1024453628 1754 127.0.0.1 (19 Jun 2002 02:27:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 19 Jun 2002 02:27:08 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17KVBc-0000SB-00 for ; Wed, 19 Jun 2002 04:27:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17KVBg-0006oI-00; Tue, 18 Jun 2002 22:27:12 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17KV8l-0006RJ-00; Tue, 18 Jun 2002 22:24:11 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g5J2O9C09691; Tue, 18 Jun 2002 20:24:09 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g5J2O9O16011; Tue, 18 Jun 2002 20:24:09 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: PeterM@resmed.com.au In-Reply-To: <9E217BAD4019CE4095869023168429A9CCF918@vulture.corp.resmed.org> (message from Peter Milliken on Tue, 18 Jun 2002 09:39:16 +1000) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:2133 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2133 Would you please provide a complete self-contained test case so that we can reproduce the problem and debug it? nil and never has in previous versions of Emacs. If I alter the code snippet to (looking-at "/*") then it works (note the absence of the space after the '*'). Also, if I place a space character at the start of the line i.e. Note that "/*" is a regexp that matches zero or more slashes.