From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Args out of range with new auto-composition implementation Date: Thu, 11 Sep 2008 04:21:27 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221099706 24927 80.91.229.12 (11 Sep 2008 02:21:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Sep 2008 02:21:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Kenichi Handa" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 11 04:22: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 1KdbpM-0002nk-EQ for ged-emacs-devel@m.gmane.org; Thu, 11 Sep 2008 04:22:36 +0200 Original-Received: from localhost ([127.0.0.1]:47276 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdboL-00021G-PB for ged-emacs-devel@m.gmane.org; Wed, 10 Sep 2008 22:21:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KdboH-000213-HH for emacs-devel@gnu.org; Wed, 10 Sep 2008 22:21:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KdboG-00020r-5B for emacs-devel@gnu.org; Wed, 10 Sep 2008 22:21:29 -0400 Original-Received: from [199.232.76.173] (port=40147 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdboG-00020o-0u for emacs-devel@gnu.org; Wed, 10 Sep 2008 22:21:28 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.230]:22972) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KdboF-0002fc-SK for emacs-devel@gnu.org; Wed, 10 Sep 2008 22:21:27 -0400 Original-Received: by wr-out-0506.google.com with SMTP id c30so89995wra.14 for ; Wed, 10 Sep 2008 19:21:27 -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=zSN+8zx1dTyWE0wEQWvmUjgmCasFB/v7yjPQ7HURwN4=; b=s+Qtf3hkqgDrmG9hyq42QVT9G33PZ3djKG64H+QqPvGMa8bJYGwuBjIBHaw4fz0zAK dmcvfJWcV0ykjBjAVr7m7Tq+KZD+ZDgvEBnS6uRaIfkJ0jV+n1cSmlzI7UzoxjiJNxFH cKx1zp63vDJiYpat9zsdgQfMrhE/hmdkgs1YI= 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=aSr/r6IU98Y+7pcsfqoujPhqupyRRogs0zXMGOTBCBTgDxhEA0g7JWpMsnsTQR2KWG uGdV/D2cvCP8IU8OUzD/62DzbzheS4eYDy0bnNX+aRiizhvhJFONKU9o8IxeqPMxyN3N 3Nqcz1meYtoRRFsSBsO9B2uVwGdUtlk2E8uTU= Original-Received: by 10.100.57.6 with SMTP id f6mr2678163ana.19.1221099687181; Wed, 10 Sep 2008 19:21:27 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Wed, 10 Sep 2008 19:21:27 -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:103791 Archived-At: On Thu, Sep 11, 2008 at 04:07, Kenichi Handa wrote: > I can't reproduce that bug with the latest code. Can you? BTW, did you see the additional info at http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=874#10 Juanma