From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Bug in incremental undrawing of mouseover highlighting Date: Thu, 23 Nov 2006 06:12:49 +0200 Message-ID: References: <17760.56196.739515.442009@rgrjr.dyndns.org> <87zmaludmg.fsf@cyd.mit.edu> <87u00ro6yc.fsf@cyd.mit.edu> <17764.58322.375625.163055@kahikatea.snap.net.nz> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1164255192 32228 80.91.229.2 (23 Nov 2006 04:13:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Nov 2006 04:13:12 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 23 05:13:08 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gn5xS-0003ka-Ar for ged-emacs-devel@m.gmane.org; Thu, 23 Nov 2006 05:13:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gn5xR-00078V-MI for ged-emacs-devel@m.gmane.org; Wed, 22 Nov 2006 23:13:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gn5xG-00077i-98 for emacs-devel@gnu.org; Wed, 22 Nov 2006 23:12:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gn5xE-00077O-RV for emacs-devel@gnu.org; Wed, 22 Nov 2006 23:12:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gn5xE-00077L-OD for emacs-devel@gnu.org; Wed, 22 Nov 2006 23:12:52 -0500 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gn5xE-0000Vr-Cj for emacs-devel@gnu.org; Wed, 22 Nov 2006 23:12:52 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-206-129.inter.net.il [84.228.206.129]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id FGN76291 (AUTH halo1); Thu, 23 Nov 2006 06:12:40 +0200 (IST) Original-To: Nick Roberts In-reply-to: <17764.58322.375625.163055@kahikatea.snap.net.nz> (message from Nick Roberts on Thu, 23 Nov 2006 12:57:06 +1300) 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:62712 Archived-At: > From: Nick Roberts > Date: Thu, 23 Nov 2006 12:57:06 +1300 > Cc: Chong Yidong , > rogers-emacs@rgrjr.dyndns.org, emacs-devel@gnu.org > > Does MSDOS know where the mouse is? Of course, it does. Witness the various mouse_* functions on msdos.c. It also supports drop-down and pop-up menus. > Or is it like a text terminal on Unix? It's actually the other way around: the Unix text terminal support for faces in Emacs is modeled after the MSDOS port, which was the first one to support colors on an otherwise text-mode display.