From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: subword handling in isearch-yank-word-or-char Date: Fri, 18 Dec 2009 13:45:28 +0900 (JST) Organization: Red Hat Japan, Inc. Message-ID: <20091218.134528.774646915290722440.yamato@redhat.com> References: <20091215.182701.1033716666126931802.yamato@redhat.com> <877hslfcr2.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1261111157 18975 80.91.229.12 (18 Dec 2009 04:39:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Dec 2009 04:39:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: juri@jurta.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 18 05:39:10 2009 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 1NLUcP-0001Qj-VS for ged-emacs-devel@m.gmane.org; Fri, 18 Dec 2009 05:39:10 +0100 Original-Received: from localhost ([127.0.0.1]:40580 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLUcP-00007z-Qr for ged-emacs-devel@m.gmane.org; Thu, 17 Dec 2009 23:39:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NLUcK-000052-Am for emacs-devel@gnu.org; Thu, 17 Dec 2009 23:39:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NLUcF-0008OR-Q4 for emacs-devel@gnu.org; Thu, 17 Dec 2009 23:39:03 -0500 Original-Received: from [199.232.76.173] (port=59128 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLUcF-0008OE-JB for emacs-devel@gnu.org; Thu, 17 Dec 2009 23:38:59 -0500 Original-Received: from mx1.redhat.com ([209.132.183.28]:31119) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NLUcF-0006Ut-4t for emacs-devel@gnu.org; Thu, 17 Dec 2009 23:38:59 -0500 Original-Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nBI4cu7D026495 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 17 Dec 2009 23:38:57 -0500 Original-Received: from localhost (beach.nrt.redhat.com [10.64.200.71]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nBI4ctVe023616; Thu, 17 Dec 2009 23:38:56 -0500 In-Reply-To: <877hslfcr2.fsf@mail.jurta.org> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:118701 Archived-At: >> Could you add following small modification to emacs source tree? >> >> With the patch you can pull a subword as yank text when you do >> \C-w in isearch. > > I suggest you to file a bug report with this patch to not forget > to install it after the feature freeze. I see. Thank you. Masatake