help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sharing files?


From: Mike
Subject: Re: sharing files?
Date: Mon, 15 Nov 2004 01:19:04 -0000
User-agent: slrn/0.9.7.4 (Linux)

In article <87sm7cnhpp.fsf@thalassa.informatimago.com>, Pascal Bourguignon 
wrote:
> Mike <mikee@mikee.ath.cx> 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
> 
> 

That's neat. I had not heard/read the emacs could do that. I'm thinking
less of a white-board, though I said that, I'm thinking really of
something like a snippet of code that looks for timestamp changes and
reloads the buffer. It's not real-time, but should allow sharing of
ideas, issues, etc. What do you think?

Mike


reply via email to

[Prev in Thread] Current Thread [Next in Thread]