From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jihyun Cho" Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Incorrect message in hanja-list-show() Date: Wed, 25 Jun 2008 01:35:20 +0900 Message-ID: <9d644d9b0806240935xa049b68vb8899beeb532a274@mail.gmail.com> References: <9d644d9b0806231932o6582ea0apf265192ffe823915@mail.gmail.com> <4860B743.20107@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1214325357 3993 80.91.229.12 (24 Jun 2008 16:35:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Jun 2008 16:35:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Jason Rumney" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 24 18:36:42 2008 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 1KBBVE-0003sQ-Ni for ged-emacs-devel@m.gmane.org; Tue, 24 Jun 2008 18:36:21 +0200 Original-Received: from localhost ([127.0.0.1]:49448 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBBUP-00012A-95 for ged-emacs-devel@m.gmane.org; Tue, 24 Jun 2008 12:35:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KBBUL-00011r-J5 for emacs-devel@gnu.org; Tue, 24 Jun 2008 12:35:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KBBUI-000118-Rp for emacs-devel@gnu.org; Tue, 24 Jun 2008 12:35:24 -0400 Original-Received: from [199.232.76.173] (port=32952 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBBUI-000115-PG for emacs-devel@gnu.org; Tue, 24 Jun 2008 12:35:22 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.188]:62289) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KBBUI-0006gb-5Y for emacs-devel@gnu.org; Tue, 24 Jun 2008 12:35:22 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so31616nfi.26 for ; Tue, 24 Jun 2008 09:35:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=pj84fLbs4s7jNkL0UnPAtfK7D+L3SXFTcArj+Bqo16k=; b=EKjcu8cRTSDnNUM8bIJtkmXehLt1FtvqlK6mrLa3TVJPJoIMUiFKwLSxUTUhEO03sb UDjWYjJLoxevXhs4b7W9hcQSVcFLgmvG22CEdBEquXsiV9jwFpeyeehJbXygcUj1VFi3 y2XRSuRoyfgYyJ+WKG4Oc7x6wCVQgn7tSIlRs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=e4qyBs98hlv0/wKTzxdVvpLLy+rJVPl1DleNb6x8tpmmB6FEg5648C7WAXnvHKByw7 EoLzguUHNFX/p5puLclPZniVO0yjI9Wi0yXCHsWYTJe7PSK4AfZQz+cjllUmmGnwKe7a nlztRSDO8+zPe4+Q71cD+RIJH3tV7yVKCfUxs= Original-Received: by 10.210.102.12 with SMTP id z12mr578951ebb.52.1214325320985; Tue, 24 Jun 2008 09:35:20 -0700 (PDT) Original-Received: by 10.210.120.5 with HTTP; Tue, 24 Jun 2008 09:35:20 -0700 (PDT) In-Reply-To: <4860B743.20107@gnu.org> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:99855 Archived-At: 2008/6/24 Jason Rumney : > Jihyun Cho wrote: >> When the coding system is not UTF-8, the message of 'hanja-list-show' >> does not look right. >> This problem occurs in most of the the Korean Windows. >> The patch is decoding from encoded string by UTF-8. >> > > I think the correct patch is to add a coding tag to the file. > I did not think about that. Thank you.