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:17:49 +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 1221099483 24312 80.91.229.12 (11 Sep 2008 02:18:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Sep 2008 02:18:03 +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:18:59 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 1Kdblr-00029V-1r for ged-emacs-devel@m.gmane.org; Thu, 11 Sep 2008 04:18:59 +0200 Original-Received: from localhost ([127.0.0.1]:46799 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kdbkq-00073N-NY for ged-emacs-devel@m.gmane.org; Wed, 10 Sep 2008 22:17:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kdbkl-00072b-Oy for emacs-devel@gnu.org; Wed, 10 Sep 2008 22:17:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kdbkk-00072H-Di for emacs-devel@gnu.org; Wed, 10 Sep 2008 22:17:51 -0400 Original-Received: from [199.232.76.173] (port=40067 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kdbkk-00072E-7z for emacs-devel@gnu.org; Wed, 10 Sep 2008 22:17:50 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.237]:22813) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kdbkk-0002Fa-2H for emacs-devel@gnu.org; Wed, 10 Sep 2008 22:17:50 -0400 Original-Received: by wr-out-0506.google.com with SMTP id c30so89336wra.14 for ; Wed, 10 Sep 2008 19:17:49 -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=jMkvOSDcmgaQOFOeRKhso/hG2LJmtiekOKU2jFZ08r4=; b=ganjXn4gR5JYI/O6lPOtYSx1x6+c09GxsvT4qWh9BxB5yBN7UobdGRyFpgzYKSZGj9 PEjQsV/PdxWrDGoQw/LnJQi04YgfAwKjlHGWcQ4PXBcwtTpQmub1qKPMJqGjozwdgw9P ehzV3TuxncWM0YjGFn3UwJU+yelGGJivsRb8Q= 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=YLxcuq6LldIEBz4thtyFzpTdAGg3nVPQdDOLnov5kfUpW07wfoolxgn5sMStm5761j 5FxHMgZeB3qMESpnqSQ3BkGCXRcejAS79y4hVI3iNpiU3DeuB0pMULfBudcFiROfLgFZ 1Idtu2krYpZlioX4Z/w1PSVu1LXyLwoO77vqQ= Original-Received: by 10.100.33.11 with SMTP id g11mr2659847ang.37.1221099469308; Wed, 10 Sep 2008 19:17:49 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Wed, 10 Sep 2008 19:17:49 -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:103790 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? Yes. Juanma