From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: GNU Emacs 22.0.50 fails to find =?iso-8859-1?q?=E4?= in different ISO Latin encodings Date: Fri, 22 Sep 2006 10:06:05 +0900 Message-ID: References: <1B8CD230-9A54-4F2A-B0FA-5CD02730F034@web.de> <4CEE7BA9-0CEF-40CD-A081-2C707A44833B@web.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: multipart/mixed; boundary="Multipart_Fri_Sep_22_10:06:05_2006-1" X-Trace: sea.gmane.org 1158887293 15795 80.91.229.2 (22 Sep 2006 01:08:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Sep 2006 01:08:13 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 22 03:08:09 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GQZW4-000753-Ed for ged-emacs-devel@m.gmane.org; Fri, 22 Sep 2006 03:07:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GQZW3-0000vW-Ug for ged-emacs-devel@m.gmane.org; Thu, 21 Sep 2006 21:07:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GQZVr-0000v6-BG for emacs-devel@gnu.org; Thu, 21 Sep 2006 21:07:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GQZVp-0000us-N7 for emacs-devel@gnu.org; Thu, 21 Sep 2006 21:07:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GQZVp-0000up-JU; Thu, 21 Sep 2006 21:07:29 -0400 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GQZZR-00062T-1M; Thu, 21 Sep 2006 21:11:13 -0400 Original-Received: from smtp3.aist.go.jp ([150.29.246.12]) by mx1.aist.go.jp with ESMTP id k8M17MUU018335; Fri, 22 Sep 2006 10:07:22 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id k8M17KC8008356; Fri, 22 Sep 2006 10:07:20 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1GQZUT-0005Mk-00; Fri, 22 Sep 2006 10:06:05 +0900 Original-To: Peter Dyballa In-reply-to: <4CEE7BA9-0CEF-40CD-A081-2C707A44833B@web.de> (message from Peter Dyballa on Fri, 22 Sep 2006 01:22:06 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:60081 gmane.emacs.pretest.bugs:14081 Archived-At: --Multipart_Fri_Sep_22_10:06:05_2006-1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable In article <4CEE7BA9-0CEF-40CD-A081-2C707A44833B@web.de>, Peter Dyballa writes: > OK, you're right: it really works better now, I had make some =20 > mistake! I wonder whether I picked up the characters with C-s C-w ... =20 > As you wrote, this won't work. It didn't work, but should work now. I attached 3 files (temp1,2,7 encoded in iso-8859-1,2,7 respectively). C-x C-f temp1 RET ESC < C-n C-s C-w C-x C-f temp2 C-s C-s should find "=AD=E1", and C-x C-f temp1 RET ESC < C-n C-n C-s C-w C-x C-f temp7 C-s C-s should find "=AD=B0". > Anyway, what also does not work is: C-s C-q greater 177 octal code>. For those with really small keyboards this =20 > is the (almost?) only chance to find some of the x times 64 K =20 > characters in Unicode ... This should work now too. For instance, "=AD" and "=E1" are 0255 and 0341 in iso-8859-1 charset. So, if your primary charset is iso-8859-1, C-q 255 C-q 341 RET should input "=AD=E1". And, C-x C-f temp2 ESC < C-s C-q 255 C-q 341 RET should find "=AD=E1" even if the characters in that buffer is from iso-8859-2. --- Kenichi Handa handa@m17n.org --Multipart_Fri_Sep_22_10:06:05_2006-1 Content-Type: application/octet-stream; type=tar+gzip Content-Disposition: attachment; filename="temp.tar.gz" Content-Transfer-Encoding: base64 H4sIAPA2E0UAA+3WzwqCMACA8Z19ip0DYZu6WT2NVJSH/pD2WEGv1Ju00oRA8jTD+H6XiQrbDp+z 3uxPWoSlPGtTPxqlP8ZWmgitMpXaxKQ2E0oboxIhVeB1vVyqujhLKXbFYV18eW/oebuVbpyIeBbL 1XFdHrYLWVbHOM+zeayX0t+PrvfoeouiXy8RAdW+fxN4juH+VdN/4rTz175/7TL6H0Nv/6brn/j/ 3LN/F3iO4f71u3/j/wCa89/Q/xh6+3dt//7w5wMAAAAAAAAAAAAAANPwANZ5u2oAKAAA --Multipart_Fri_Sep_22_10:06:05_2006-1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --Multipart_Fri_Sep_22_10:06:05_2006-1--