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] array index bug in 'hangul.el' Date: Mon, 11 Aug 2008 09:29:57 +0900 Message-ID: <9d644d9b0808101729l5b414df0i362c539f26ce41a6@mail.gmail.com> References: <9d644d9b0808092302g33d75c15l746d01d735d49130@mail.gmail.com> 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 1218414613 22283 80.91.229.12 (11 Aug 2008 00:30:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Aug 2008 00:30:13 +0000 (UTC) Cc: emacs-devel Mailinglist To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 11 02:31:05 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 1KSLJP-00045w-2C for ged-emacs-devel@m.gmane.org; Mon, 11 Aug 2008 02:31:03 +0200 Original-Received: from localhost ([127.0.0.1]:46304 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSLIS-0001RY-Om for ged-emacs-devel@m.gmane.org; Sun, 10 Aug 2008 20:30:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSLIO-0001R1-0N for emacs-devel@gnu.org; Sun, 10 Aug 2008 20:30:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSLIM-0001QS-8L for emacs-devel@gnu.org; Sun, 10 Aug 2008 20:29:59 -0400 Original-Received: from [199.232.76.173] (port=44076 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSLIM-0001QP-5c for emacs-devel@gnu.org; Sun, 10 Aug 2008 20:29:58 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.250]:32602) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSLIM-0004pM-8e for emacs-devel@gnu.org; Sun, 10 Aug 2008 20:29:58 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so1914432rvb.6 for ; Sun, 10 Aug 2008 17:29:57 -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=KDdQKfVRgUIW9EEzZHAGgDXuvfPhlkOG4MAAj5+38yI=; b=Eg45f6lKeMYKhHrl2O+Kozo78m+K12rGUEsfIxql0JcMf0FNWLp20C0IpFxCfrjQo6 tGT7uxaDT8alPzkn2ylJ0uJ9D9n0+sUJq1ggOnSUy9zjpu07XGVb3Nb3cdl9MdaHOCMq 8wEVK+8gTA8x2hCzNCCqHp18mkywKbfsPkIXQ= 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=dycD6t71w1wb3NCvA34CzOrcibf9ofcDA74nZMQPFiueZRfeKFZ3+b0mEP8W37WTbp ovkf4rV9jfPFCRdm+/ivRdR6ZdebCkElA5ECgxR8k/694lJ3mSqieXtUezKAqN1ahKBm RIkJtHVrVsQTvvqknvxmWvdDYtbEqYMmasurw= Original-Received: by 10.141.5.17 with SMTP id h17mr2088720rvi.8.1218414597064; Sun, 10 Aug 2008 17:29:57 -0700 (PDT) Original-Received: by 10.141.145.10 with HTTP; Sun, 10 Aug 2008 17:29:57 -0700 (PDT) In-Reply-To: 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:102273 Archived-At: 2008/8/10, Juanma Barranquero : > On Sun, Aug 10, 2008 at 08:02, Jihyun Cho wrote: > > > This patch adjust an index of array. > > Could you please add a suitable ChangeLog entry? > > Juanma > It is a simple bug. An array size is 6. But I refer to the last element as 6.