From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Covici Newsgroups: gmane.emacs.devel Subject: Re: W32 question - hide/show system caret Date: Thu, 27 Mar 2003 21:56:44 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <5xk7eusyxh.fsf@kfs2.cua.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048820279 32165 80.91.224.249 (28 Mar 2003 02:57:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 28 Mar 2003 02:57:59 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Mar 28 03:57:57 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18yk45-0008Mf-00 for ; Fri, 28 Mar 2003 03:57:57 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18yk6F-0006iV-00 for ; Fri, 28 Mar 2003 04:00:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18yk3J-0002WV-0A for emacs-devel@quimby.gnus.org; Thu, 27 Mar 2003 21:57:10 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18yk2z-0002Na-00 for emacs-devel@gnu.org; Thu, 27 Mar 2003 21:56:49 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18yk2v-0002CS-00 for emacs-devel@gnu.org; Thu, 27 Mar 2003 21:56:46 -0500 Original-Received: from pool-162-83-82-187.culp.east.verizon.net ([162.83.82.187] helo=ccs.covici.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18yk2v-0002Bj-00 for emacs-devel@gnu.org; Thu, 27 Mar 2003 21:56:45 -0500 Original-Received: from ccs.covici.com (IDENT:covici@localhost [127.0.0.1]) by ccs.covici.com (8.12.8/8.12.8) with ESMTP id h2S2uirp003522 for ; Thu, 27 Mar 2003 21:56:44 -0500 Original-Received: (from covici@localhost) by ccs.covici.com (8.12.8/8.12.8/Submit) id h2S2uixS003521; Thu, 27 Mar 2003 21:56:44 -0500 Original-To: emacs-devel@gnu.org In-Reply-To: (Jason Rumney's message of "20 Mar 2003 09:03:00 +0000") User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12689 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12689 I am still here although behind in the list -- I can test such a thing, but I cannot compile the latest version (03/27/03), I get the following error. ) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. "d:\emacs\leim/../src/obj-spd/i386/emacs.exe" -batch --no-init-file --no-site-file --multibyte -l d:/emacs/leim/../lisp/international/titdic-cnv --eval "(batch-titdic-convert t)" -dir quail ./CXTERM-DIC Converting all tit files in the directory d:/emacs/leim/CXTERM-DIC Converting d:/emacs/leim/CXTERM-DIC/4Corner.tit to quail-package... Invalid ENCODE: value in TIT dictionary NMAKE : fatal error U1077: '"d:\emacs\leim/../src/obj-spd/i386/emacs.exe"' : return code '0xffffffff' Stop. NMAKE : fatal error U1077: '"D:\Program Files\Microsoft Visual Studio\VC98\bin\NMAKE.EXE"' : return code '0x2' Stop. Thanks. on 20 Mar 2003 09:03:00 +0000 Jason Rumney wrote: > storm@cua.dk (Kim F. Storm) writes: > >> During my merging of X/W32/MAC I found what I think is sub-optimal code: >> >> In w32term.c, the system caret is hidden and shown in the hooks >> x_update_window_begin and x_update_window_end, i.e. once for each >> updated emacs window. >> >> Wouldn't it be simpler and more efficient to move the hide/show into >> x_update_begin and x_update_end, i.e. only once for each updated emacs >> frame ? > > Yes, probably. It will need testing with screen reader software > though. Are there still people on this list that can test this if Kim > or me make this change? > > > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://mail.gnu.org/mailman/listinfo/emacs-devel -- John Covici covici@ccs.covici.com