From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Burkhard Schultheis Newsgroups: gmane.emacs.help Subject: Re: Problem with word search Date: Thu, 29 Mar 2012 09:51:24 +0200 Organization: albasani.net Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1333007719 596 80.91.229.3 (29 Mar 2012 07:55:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 29 Mar 2012 07:55:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 29 09:55:19 2012 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 1SDACU-0004do-0s for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Mar 2012 09:55:18 +0200 Original-Received: from localhost ([::1]:57430 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDACQ-0006mt-D4 for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Mar 2012 03:55:14 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!feeder.erje.net!news.albasani.net!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 6 Original-X-Trace: news.albasani.net eU9VWENlmvoIB3JYzX8h1VkAdO9p4nSmK9c3w4rsklSi41UdEESvmnccfVPNBxz2WZP6+Gyz/Z7Z/B8Pj1jms6o+YBu+9P7bIu46uUyqvny4u7j8yy0vjgXPDPO9gNIE Original-NNTP-Posting-Date: Thu, 29 Mar 2012 07:51:32 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="pJKmlz0j8fc+6z++f3anPkH8O6xgusMOKa8oZ39SPEubM4zW0Eafh7e/mwQAXQePH/32WAKU4Hu6v4e0QQO+5ygMvKJYqY+12KujHkY4h9nV1jBOGBRRFGtLNNJUlpmE"; mail-complaints-to="abuse@albasani.net" User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 In-Reply-To: Cancel-Lock: sha1:WP43iTY6bZUXn2oWFxbMeQMpFKQ= Original-Xref: usenet.stanford.edu gnu.emacs.help:191790 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:84202 Archived-At: Additional info: The syntax table in the buffer shows that the underscore should be treated as whitespace. In this case I had expected that \bmachine\b would not find "running_machine_state" as it does. Why? Regards Burkhard