From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.bugs Subject: Re: Problem with Boyer Moore and Greek characters Date: Mon, 13 May 2002 09:12:46 +0900 (JST) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200205130012.JAA06412@etlken.m17n.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1021248903 26696 127.0.0.1 (13 May 2002 00:15:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 13 May 2002 00:15:03 +0000 (UTC) Cc: tlm@pocketmail.com, 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 1773UV-0006wT-00 for ; Mon, 13 May 2002 02:15:03 +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 1773Uk-0001vE-00; Sun, 12 May 2002 20:15:18 -0400 Original-Received: from tsukuba.m17n.org ([192.47.44.130]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 1773SL-0001mC-00; Sun, 12 May 2002 20:12:49 -0400 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2]) by tsukuba.m17n.org (8.11.6/3.7W-20010518204228) with ESMTP id g4D0Clw04388; Mon, 13 May 2002 09:12:47 +0900 (JST) (envelope-from handa@m17n.org) Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) by fs.m17n.org (8.11.3/3.7W-20010823150639) with ESMTP id g4D0ClM19410; Mon, 13 May 2002 09:12:47 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id JAA06412; Mon, 13 May 2002 09:12:46 +0900 (JST) Original-To: rms@gnu.org In-Reply-To: message from Richard Stallman on Sun, 12 May 2002 10:44:09 -0600 (MDT) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.1.30 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) 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:1316 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1316 Richard Stallman writes: > Although I don't understand this part of code fully, it > seems that your fix is correct. Richard, what do you think? > Shall I install it (both in HEAD and RC)? > It seems correct to me. Please do install it in HEAD and RC. Done. As I don't know if Mr. Morgan sent an assignment paper to FSF, and the change is very small, I wrote your name in ChangeLog as below. 2002-05-13 Richard M. Stallman * search.c (search_buffer): Give up boyer moore search if inverse translation changes charset_base. And, for RC, as there's no such branch/tag as "RC", I used EMACS_21_1_RC branch. Is it ok? --- Ken'ichi HANDA handa@etl.go.jp