From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Fred Newsgroups: gmane.emacs.help Subject: Gnuserv, Emacs 21.2 and XP Date: 17 Sep 2002 18:36:55 GMT Organization: Your Company Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1032288982 30158 127.0.0.1 (17 Sep 2002 18:56:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 17 Sep 2002 18:56:22 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17rNWH-0007qI-00 for ; Tue, 17 Sep 2002 20:56:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17rNWb-0001a8-00; Tue, 17 Sep 2002 14:56:41 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!130.133.1.3!fu-berlin.de!uni-berlin.de!foo106-23.visit.SE!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: foo106-23.visit.se (62.119.106.23) Original-X-Trace: fu-berlin.de 1032287815 3697229 62.119.106.23 (16 [135043]) User-Agent: Xnews/L5 Original-Xref: nntp.stanford.edu gnu.emacs.help:104998 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1553 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1553 Hi, I use gnuserv and a short-cut in my sendto directory to easy edit files. I've added the gnuserv exe-files to my emacs\bin directory and put gnuserv.el in emacs\site-lisp. The path in the sendto shortcut is set to C:\Program\emacs-21.2\bin\gnuclientw.exe -q -F In my .emacs I've added (setenv "GNUSERV_SHOW_EMACS" "1") (setq gnuserv-frame (selected-frame)) (require 'gnuserv) (gnuserv-start) (message "gnuserv started.") On my NT and W2k machine, this works fine but not on my XP home machine. If I use the sendto-shortcut when no emacs is running, emacs opens and displays the selected file. But if emacs is allready running and I try to send another file to it, nothing happens. The hourglass is displayed but nothing happens in emacs. No messages are added to the *messages* buffer. Can anybody help me on this? Thanks in advance Fredrik