From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Pascal Bourguignon Newsgroups: gmane.emacs.help Subject: Re: sharing files? Date: 15 Nov 2004 00:17:38 +0100 Organization: [posted via Easynet Spain] Message-ID: <87sm7cnhpp.fsf@thalassa.informatimago.com> References: <10pfk999l7fsodf@corp.supernews.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100474492 26586 80.91.229.6 (14 Nov 2004 23:21:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Nov 2004 23:21:32 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 15 00:21:19 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CTTgN-0005Qp-00 for ; Mon, 15 Nov 2004 00:21:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTTp2-0006yj-RV for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Nov 2004 18:30:16 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!easynet-monga!easynet.net!easynet-post2!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Lines: 25 Original-NNTP-Posting-Host: 62.93.174.79 Original-X-Trace: DXC=U7EVkTjK=a1cW6jbNVBC<8SiHWb3f14:3bBd4DjF1d]1 Original-Xref: shelby.stanford.edu gnu.emacs.help:126581 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21976 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21976 Mike writes: > I'm really not sure how to word what I'm think of. I'm searching for > some way to share files among team members using emacs. Sort of like > a wiki, but maybe more something that is a buffer that has a process > that looks once a minute or so to see if the file mtime has been > modified, then reloads the buffer. Something where we can all see > what's going on... maybe a running list of tasks, or a white-board, > or an in/out board, ...? > > Yes, this is vague, can you help me fill out the idea? make-frame-on-display allow you to open frames on several screens, then each user can type in the same buffer in the same emacs. For example, on host2: xhost +host1 on host3: xhost +host1 on host1: emacs & on host1: M-x make-frame-on-display RET host2 RET on host1: M-x make-frame-on-display RET host3 RET -- __Pascal Bourguignon__ http://www.informatimago.com/ The world will now reboot; don't bother saving your artefacts.