From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: compose and blink-cursor-mode Date: Tue, 28 Oct 2003 15:39:37 -0500 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <200310271328.h9RDSAJ55423@absinthe.ens.fr> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1067374082 27774 80.91.224.253 (28 Oct 2003 20:48:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2003 20:48:02 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 28 21:47:59 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEakx-0000Wj-00 for ; Tue, 28 Oct 2003 21:47:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEakW-00054S-Qu for geb-bug-gnu-emacs@m.gmane.org; Tue, 28 Oct 2003 15:47:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AEakP-00053n-VD for bug-gnu-emacs@gnu.org; Tue, 28 Oct 2003 15:47:25 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AEajp-0004v2-0c for bug-gnu-emacs@gnu.org; Tue, 28 Oct 2003 15:47:21 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEai3-0004Wi-Hx for bug-gnu-emacs@gnu.org; Tue, 28 Oct 2003 15:44:59 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AEacr-0005Kf-5o; Tue, 28 Oct 2003 15:39:37 -0500 Original-To: Luc Habert In-reply-to: <200310271328.h9RDSAJ55423@absinthe.ens.fr> (message from Luc Habert on Mon, 27 Oct 2003 14:28:10 +0100 (CET)) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:6052 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:6052 When blink-cursor-mode is disabled (and only in that case), and I try to input a character using the compose key, a seemingly random time (roughly between one and thirty seconds) elapses between the time I release the last key of the compose sequence and the time the letter shows up on the screen. Can you run emacs under gdb and suspend it while it is waiting, and make a backtrace? Maybe you can find out what it is waiting for, and why.