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: groupware question Date: Sat, 04 Oct 2003 18:35:13 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87ad8ibtb5.fsf@tleepslib.sk.tsukuba.ac.jp> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1065307214 26358 80.91.224.253 (4 Oct 2003 22:40:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Oct 2003 22:40:14 +0000 (UTC) Cc: bob@rattlesnake.com, stephen@xemacs.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Oct 05 00:40:12 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A5v4O-0007sV-00 for ; Sun, 05 Oct 2003 00:40:12 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A5v4O-000810-00 for ; Sun, 05 Oct 2003 00:40:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A5v2C-0001b7-Iq for emacs-devel@quimby.gnus.org; Sat, 04 Oct 2003 18:37:56 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A5v27-0001Z4-1G for emacs-devel@gnu.org; Sat, 04 Oct 2003 18:37:51 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A5v1a-0001QO-3a for emacs-devel@gnu.org; Sat, 04 Oct 2003 18:37:49 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A5v1Z-0001QJ-Rx for emacs-devel@gnu.org; Sat, 04 Oct 2003 18:37:17 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1A5uzZ-0005dj-7N; Sat, 04 Oct 2003 18:35:13 -0400 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on 03 Oct 2003 11:00:44 -0400) 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:16935 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16935 Or also with pieces of code which try to reuse an existing window/buffer if it already exists, leading to the problem such as your *Help* buffer is shown on the other guy's display and you just sit there wondering what is Emacs waiting for. We ought to be able to solve that by changing display-window. Would someone like to try doing this?