From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Qiwei Wang Newsgroups: gmane.emacs.help Subject: Re: Installing gnuserv? Date: Thu, 20 Oct 2005 03:41:05 +0800 Organization: Bentium Ltd. (CN99) Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1129751564 28760 80.91.229.2 (19 Oct 2005 19:52:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Oct 2005 19:52:44 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 19 21:52:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESJxJ-0003b6-BB for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Oct 2005 21:50:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESJxI-0003db-G9 for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Oct 2005 15:50:32 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news.cn99.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: th127159.ip.tsinghua.edu.cn Original-X-Trace: news.cn99.com 1129751304 31685 59.66.127.159 (19 Oct 2005 19:48:24 GMT) Original-X-Complaints-To: usenet@news.cn99.com Original-NNTP-Posting-Date: Wed, 19 Oct 2005 19:48:24 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (windows-nt) Hamster/2.1.0.0 Cancel-Lock: sha1:ylxrKXiuC3G7MjgkqSQ24mAbeYg= Original-Xref: shelby.stanford.edu gnu.emacs.help:134799 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: news.gmane.org gmane.emacs.help:30382 Archived-At: if your system is windoz, you don't need to do this. 1. put the gnuserv.el into one of your load-path 2. put the *.exe files into "your/path/to/emacs/bin" 3. put following elisp into ~/.emacs -------------------------------------------------- (require 'gnuserv) (server-start) (setq gnuserv-frame (selected-frame)) (setenv "GNUSERV_SHOW_EMACS" "1") ----------------------------------------------------- it is ok. make sure open files with "gnuservtw.exe"