From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alin Soare Newsgroups: gmane.emacs.devel Subject: Re: Efficient debugging of the redisplay. Date: Tue, 8 Dec 2009 15:39:41 -0500 Message-ID: References: <83k4wxi8r6.fsf@gnu.org> <83iqchi6qf.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e6d7e054cf963c047a3d924d X-Trace: ger.gmane.org 1260304807 27799 80.91.229.12 (8 Dec 2009 20:40:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Dec 2009 20:40:07 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 08 21:40:00 2009 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 1NI6ql-0001ur-N9 for ged-emacs-devel@m.gmane.org; Tue, 08 Dec 2009 21:40:00 +0100 Original-Received: from localhost ([127.0.0.1]:36165 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NI6ql-00014O-GK for ged-emacs-devel@m.gmane.org; Tue, 08 Dec 2009 15:39:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NI6qd-000104-0p for emacs-devel@gnu.org; Tue, 08 Dec 2009 15:39:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NI6qY-0000sl-9o for emacs-devel@gnu.org; Tue, 08 Dec 2009 15:39:50 -0500 Original-Received: from [199.232.76.173] (port=36701 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NI6qY-0000sL-2M for emacs-devel@gnu.org; Tue, 08 Dec 2009 15:39:46 -0500 Original-Received: from mail-ew0-f209.google.com ([209.85.219.209]:37877) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NI6qV-0006EB-2b; Tue, 08 Dec 2009 15:39:43 -0500 Original-Received: by ewy1 with SMTP id 1so3190850ewy.8 for ; Tue, 08 Dec 2009 12:39:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=P+QA9urhJ6Rqay7XvhiF/4vKt8WjXd655bzvReX7avQ=; b=DPITJCxBQ0B4dqryAtmpwf4mjE4b4KyPN2l/MNZ9uq9zeiXf2XeA2JHNQRUtvYH6eN G6SBEJPhsfS/Kvmv7j9AiNQbbCMH3yQ8wlbCTmWUz4k6PoHBoi3t3Zfb2dReVpx/vKUu ekgEbtQHyt7wJePJu8nCeuvvIqRTsxvxyJO24= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=MuJGlSfPPTGc+WJfnp0yF05SYB7kGZ6Mwbwu3u/qUcZxfxJhgo1EvOGo3BvUQu7Kzb nzOthAG1Vj5Rt2WGjhgH43oSGEDc0tAQU0HYXX9zbSz9rQ5TloXIuVJKBg8fz/rGH9Ne IzPP0/cw6V9SCkmWkA4itY/uXdLl7WF2XUtJ0= Original-Received: by 10.213.104.5 with SMTP id m5mr9408844ebo.40.1260304781513; Tue, 08 Dec 2009 12:39:41 -0800 (PST) In-Reply-To: <83iqchi6qf.fsf@gnu.org> 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:118402 Archived-At: --0016e6d7e054cf963c047a3d924d Content-Type: text/plain; charset=ISO-8859-1 > > In general, to insert a different criteria for displaying a frame. > > [detailed description omitted]. > > Well, thanks, but what problem(s) did you need to debug that this code > caused? > In general I lose the control of the keyboard in the best case. Apart from this, it happens that the cursor blocks somewhere on the screen, or in another case the redisplay is very slow. So something is not complete every time. --0016e6d7e054cf963c047a3d924d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
> In general, to insert a different criteria for displaying a frame.
> [detailed description omitted].

Well, thanks, but what problem(s) did you need to debug that this code
caused?

In general I lose the control of the keyboard in the= best case. Apart from this, it happens that the cursor blocks somewhere on= the screen, or in another case the redisplay is very slow.

So somet= hing is not complete every time.

--0016e6d7e054cf963c047a3d924d--