From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: What's the problem? Date: Sun, 14 Dec 2003 05:18:19 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <4nllpt3hr3.fsf@lockgroove.bwh.harvard.edu> <5bad69zd43.fsf@lister.roxen.com> <4noeuon378.fsf@lockgroove.bwh.harvard.edu> <4ny8tsgxy6.fsf@lockgroove.bwh.harvard.edu> <4nhe0ggv0u.fsf@lockgroove.bwh.harvard.edu> <4nk75bwjaf.fsf@lockgroove.bwh.harvard.edu> <4nsmjv8d32.fsf@collins.bwh.harvard.edu> <87iskpbloe.fsf@mail.jurta.org> Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AVTPx-0007Bq-00 for ; Sun, 14 Dec 2003 11:24:05 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AVTPx-0002ki-00 for ; Sun, 14 Dec 2003 11:24:05 +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 1AVUKG-0001jc-Jn for emacs-devel@quimby.gnus.org; Sun, 14 Dec 2003 06:22:16 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AVUJr-0001j9-U9 for emacs-devel@gnu.org; Sun, 14 Dec 2003 06:21:51 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AVUJK-0001eC-US for emacs-devel@gnu.org; Sun, 14 Dec 2003 06:21:50 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AVUJK-0001e6-Jd for emacs-devel@gnu.org; Sun, 14 Dec 2003 06:21:18 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AVTKN-0000E2-Me; Sun, 14 Dec 2003 05:18:19 -0500 Original-To: Eli Zaretskii In-reply-to: <3791-Sat13Dec2003181125+0200-eliz@elta.co.il> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18685 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18685 I think making redisplay a separate thread would be one of the more useful improvements in Emacs. That could be a good idea, if all redisplay is done by that single thread. When other threads try to redisplay, they would instead wait for that thread to say "I'm done".