From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37283 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: driving Gnus via a "gnuclient" sort of program Date: Mon, 30 Jul 2001 16:36:29 -0400 Message-ID: References: <200107301955.f6UJtIe01305@cinnamon.vanillaknot.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172724 13062 80.91.224.250 (21 Oct 2002 03:58:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:58:44 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 5296 invoked from network); 30 Jul 2001 20:36:30 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (261@129.22.96.25) by gnus.org with SMTP; 30 Jul 2001 20:36:30 -0000 Original-Received: (qmail 4112 invoked by uid 500); 30 Jul 2001 20:36:51 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org In-Reply-To: <200107301955.f6UJtIe01305@cinnamon.vanillaknot.com> (Karl Kleinpaste's message of "Mon, 30 Jul 2001 15:55:18 -0400") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Original-Lines: 14 Xref: main.gmane.org gmane.emacs.gnus.general:37283 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37283 Karl Kleinpaste writes: > Let us assume that I've somewhat lost my mind, and I'm curious about > and interested in the possibility of driving XEmacs+Gnus via a socket, > the way that gnuclient works. ... > Ideally, I'd like to do this with "xemacs -unmapped -f gnuserv-start" > so that XEmacs isn't even visually present on the window system, > thereby being effectively totally hidden from the user. Why not just send make-frame-on-{display,tty} to the server? Then everything else can go through the frame instead of the socket. paul