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: Strange behavior of word isearch Date: Thu, 25 Sep 2008 13:10:50 -0400 Message-ID: <87d4is40dh.fsf@cyd.mit.edu> References: <874p46ztmq.fsf@cyd.mit.edu> <87k5d099c5.fsf@cyd.mit.edu> <48DB55A4.5000407@gmx.at> <87k5d0gups.fsf@cyd.mit.edu> <48DBAB82.2000902@gmx.at> <871vz8ch4r.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1222362733 12174 80.91.229.12 (25 Sep 2008 17:12:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Sep 2008 17:12:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 25 19:13:10 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KiuND-00054p-N3 for ged-emacs-devel@m.gmane.org; Thu, 25 Sep 2008 19:11:27 +0200 Original-Received: from localhost ([127.0.0.1]:32824 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiuMB-0003wz-7O for ged-emacs-devel@m.gmane.org; Thu, 25 Sep 2008 13:10:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KiuM7-0003wd-IP for emacs-devel@gnu.org; Thu, 25 Sep 2008 13:10:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KiuM6-0003wK-7O for emacs-devel@gnu.org; Thu, 25 Sep 2008 13:10:19 -0400 Original-Received: from [199.232.76.173] (port=42373 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiuM6-0003wH-05 for emacs-devel@gnu.org; Thu, 25 Sep 2008 13:10:18 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:40903) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KiuM6-0003ZA-4t for emacs-devel@gnu.org; Thu, 25 Sep 2008 13:10:18 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 2123257E32C; Thu, 25 Sep 2008 13:10:50 -0400 (EDT) In-Reply-To: <871vz8ch4r.fsf@cyd.mit.edu> (Chong Yidong's message of "Thu, 25 Sep 2008 12:41:40 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:104151 Archived-At: I checked in the modified functions as word-search-forward-lax and word-search-backward-lax, and made isearch use them. If someone has a better idea, let me know.