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: Fri, 12 Sep 2008 10:56:39 +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 1221209817 17708 80.91.229.12 (12 Sep 2008 08:56:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Sep 2008 08:56:57 +0000 (UTC) Cc: 874-done@emacsbugs.donarmstrong.com, emacs-devel@gnu.org To: "Kenichi Handa" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 12 10:57:52 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 1Ke4TL-00063N-6O for ged-emacs-devel@m.gmane.org; Fri, 12 Sep 2008 10:57:47 +0200 Original-Received: from localhost ([127.0.0.1]:56209 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ke4SL-0006lk-0H for ged-emacs-devel@m.gmane.org; Fri, 12 Sep 2008 04:56:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ke4SH-0006lf-2b for emacs-devel@gnu.org; Fri, 12 Sep 2008 04:56:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ke4SG-0006lT-C1 for emacs-devel@gnu.org; Fri, 12 Sep 2008 04:56:40 -0400 Original-Received: from [199.232.76.173] (port=43240 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ke4SG-0006lQ-8h for emacs-devel@gnu.org; Fri, 12 Sep 2008 04:56:40 -0400 Original-Received: from yw-out-1718.google.com ([74.125.46.153]:20145) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ke4SG-0006kr-7i for emacs-devel@gnu.org; Fri, 12 Sep 2008 04:56:40 -0400 Original-Received: by yw-out-1718.google.com with SMTP id 9so265593ywk.66 for ; Fri, 12 Sep 2008 01:56:39 -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=4Q2OeKQvE4s1f7DtsTgzk3f/urMCuKiBpe+HunHcvV4=; b=Mk9m8188C2kREaZAX473Au2fIrKiWVMTKEIdtdqvp60mHVapnn8DjNbPTh3fW6abTV 8qrDt5ny8NxtMKl6zvIRr3J2W3/SyYzwpNa9evFm1K3i2rbiP/+koUZyi7UD16GH5x1F 51beMMu1LPARi3L41G3pelrsupmV0ZZtaywcA= 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=ZkiX+4QDk21Hj72nacwJdlu0A54YC5cnA0sUGBNVyYYT4ZfJ310z0ytRrhX4o4a9n8 DA0C0itrApaxXy7kNPtMIkju8tI63W+tkixYmabRuBA8olLLo8w0J7XDbWBl+T2RCq/A hFXAu7OLZvgN7WMKoDece+w1+feEtICVmg+Zs= Original-Received: by 10.100.209.5 with SMTP id h5mr4907642ang.18.1221209799280; Fri, 12 Sep 2008 01:56:39 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Fri, 12 Sep 2008 01:56:39 -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:103842 Archived-At: On Fri, Sep 12, 2008 at 08:32, Kenichi Handa wrote: > Anyway, I've just installed a workaround of not handling > automatic composition if the current buffer is not > associated with a window. That fixes the problem. Thanks. Juanma