From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jim Blandy" Newsgroups: gmane.emacs.devel Subject: Re: Redisplay problems; request for help Date: Wed, 24 Sep 2008 09:01:57 -0700 Message-ID: <8f2776cb0809240901o3d34ea9et1d36aeaa7ca2f463@mail.gmail.com> References: <8f2776cb0809152323w71e4b1d1yf608d650a8875699@mail.gmail.com> <87wsh8i89j.fsf@cuma.polymath-solutions.lan> 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 1222272495 31923 80.91.229.12 (24 Sep 2008 16:08:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Sep 2008 16:08:15 +0000 (UTC) Cc: maurizio.vitale@polymath-solutions.com, emacs-devel@gnu.org To: "Kenichi Handa" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 24 18:09:11 2008 connect(): Connection refused 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 1KiWul-0007tf-L5 for ged-emacs-devel@m.gmane.org; Wed, 24 Sep 2008 18:08:31 +0200 Original-Received: from localhost ([127.0.0.1]:52874 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiWtj-0006mz-H4 for ged-emacs-devel@m.gmane.org; Wed, 24 Sep 2008 12:07:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KiWoY-0004uy-Ho for emacs-devel@gnu.org; Wed, 24 Sep 2008 12:02:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KiWoS-0004tZ-Ir for emacs-devel@gnu.org; Wed, 24 Sep 2008 12:02:03 -0400 Original-Received: from [199.232.76.173] (port=50700 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiWoS-0004tU-0E for emacs-devel@gnu.org; Wed, 24 Sep 2008 12:02:00 -0400 Original-Received: from mail-gx0-f12.google.com ([209.85.217.12]:37409) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KiWoR-0001Ix-Nn for emacs-devel@gnu.org; Wed, 24 Sep 2008 12:01:59 -0400 Original-Received: by gxk5 with SMTP id 5so5986833gxk.18 for ; Wed, 24 Sep 2008 09:01:58 -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:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=07kKeu6ZOcwxnV872Ct6GRqD8ciCu+jpXfo9CbKR5C4=; b=TR+zxj9WuGWtZYl48BeKHsVxzfBOUqcLbb9SprOf07ZrJpMRQ1lgJpb0NDLNcJfLJw E6GXAGcDGeLUrepT+2G6GLTPvqOCkT52SPwhsc6sSjxYrqY/uMcx8TFvJiRVseo5kUZC JZtsv54JMxm++CcM6dJJQMlxF6YHSckUiVUFI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=ab0ggXB67ybqVWfVab0nH1Za0YlZ3NobXBTfJ9uOPKz5BYt8n/ECtf892MA+Q0sIE1 B3TM5Oi+9rXfpI4nHPQ+S924zQyF14QXG7VuR2ZHDxeKJlxvQhtUjDVgxZQ029sOR0vE DRJcVploE4tSGpPqcOlxG7cb3fcMKBLA4oxXI= Original-Received: by 10.100.171.10 with SMTP id t10mr5950580ane.123.1222272118357; Wed, 24 Sep 2008 09:01:58 -0700 (PDT) Original-Received: by 10.100.209.13 with HTTP; Wed, 24 Sep 2008 09:01:57 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-Google-Sender-Auth: 666ac0d7b262e5f6 X-detected-operating-system: by monty-python.gnu.org: GNU/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:104105 Archived-At: On Tue, Sep 23, 2008 at 10:54 PM, Kenichi Handa wrote: > Do you see the same problem even if you turn off > auto-composition-mode globally? > M-x global-auto-composition-mode RET I'll give it a try.