From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51736 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Keeping multiple imap-and-nntp-based gnusae in sync Date: Tue, 22 Apr 2003 09:19:23 -0400 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Sender: ding-owner@lists.math.uh.edu Message-ID: References: <84brz5ufr9.fsf@lucy.is.informatik.uni-duisburg.de> <4nk7dtdjtq.fsf@lockgroove.bwh.harvard.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051017468 7589 80.91.224.249 (22 Apr 2003 13:17:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 22 Apr 2003 13:17:48 +0000 (UTC) Original-X-From: ding-owner+M279@lists.math.uh.edu Tue Apr 22 15:17:47 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 197xeQ-0001xt-00 for ; Tue, 22 Apr 2003 15:17:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 197xf7-0004Vd-00; Tue, 22 Apr 2003 08:18:17 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 197xf2-0004VW-00 for ding@lists.math.uh.edu; Tue, 22 Apr 2003 08:18:12 -0500 Original-Received: (qmail 72041 invoked by alias); 22 Apr 2003 13:18:12 -0000 Original-Received: (qmail 72036 invoked from network); 22 Apr 2003 13:18:12 -0000 Original-Received: from ns1.beld.net (208.229.215.81) by sclp3.sclp.com with SMTP; 22 Apr 2003 13:18:12 -0000 Original-Received: by ns1.beld.net (Postfix, from userid 102) id 4B96A3C1DF; Tue, 22 Apr 2003 09:18:09 -0400 (EDT) Original-Received: from heechee.beld.net (dhcp-0-30-bd-1-93-b2.cpe.beld.net [24.233.82.187]) by ns1.beld.net (Postfix) with ESMTP id 484F83C21D for ; Tue, 22 Apr 2003 09:18:07 -0400 (EDT) Original-To: ding@gnus.org X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Followup-To: ding@gnus.org In-Reply-To: (Niklas Morberg's message of "Tue, 22 Apr 2003 08:56:31 +0200") User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:51736 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51736 On Tue, 22 Apr 2003, niklas.morberg@axis.com wrote: > Ted Zlatanov writes: >> Also gnuserv/gnuclient and screen are very useful in this >> regard. > > Where can I find more information about this? I looked in > the gnus and emacs info files, but there was no mentioning > of these. Screen is a GNU utility, independent of Emacs. It's very useful; quick tutorial: ^A^D = detach current screen screen -r = get back to current screen screen = start new screen session You can even forcibly detach a screen from another terminal and attach it to yours. You can get Gnuserv for GNU Emacs in http://meltin.net/hacks/emacs/ it's available in XEmacs by default, I believe. The GNU Emacs Gnuserv package is a hack but it works fine for me. Ted