From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Support find-tag in Info-mode Date: Sat, 05 Nov 2005 18:43:31 -0500 Message-ID: References: <25664.1131044778@olgas.newt.com> <87k6fns9do.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1131234289 346 80.91.229.2 (5 Nov 2005 23:44:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 5 Nov 2005 23:44:49 +0000 (UTC) Cc: wohler@newt.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 06 00:44:39 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EYXhm-0006ai-Ms for ged-emacs-devel@m.gmane.org; Sun, 06 Nov 2005 00:44:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EYXhm-0007p0-61 for ged-emacs-devel@m.gmane.org; Sat, 05 Nov 2005 18:44:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EYXh7-0007bk-38 for emacs-devel@gnu.org; Sat, 05 Nov 2005 18:43:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EYXh6-0007bJ-EI for emacs-devel@gnu.org; Sat, 05 Nov 2005 18:43:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EYXh6-0007bE-9i for emacs-devel@gnu.org; Sat, 05 Nov 2005 18:43:32 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EYXh6-0002eX-HE for emacs-devel@gnu.org; Sat, 05 Nov 2005 18:43:32 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EYXh5-0001hH-Dk; Sat, 05 Nov 2005 18:43:31 -0500 Original-To: Juri Linkov In-reply-to: <87k6fns9do.fsf@jurta.org> (message from Juri Linkov on Sat, 05 Nov 2005 11:45:34 +0200) 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:45483 Archived-At: Since contractions are rare on word boundaries in English, then what about treating ' as part of the same word only when both its adjacent characters have word syntax? This is not completely correct; there are contractions such as "mens' wear". However, it could be that this change would result in correct behavior more of the time than now. That could be enough to make such a change. But that is not a simple change. There is no syntax code which does that. We could think about this after the release.