From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Visiting files with gnuclient don't add to history Date: Sun, 17 Sep 2006 17:27:34 +0200 Message-ID: <450D6966.6070502@student.lu.se> References: <20060916153824.1145.SLAWOMIR.NOWACZYK.847@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1158506876 19808 80.91.229.2 (17 Sep 2006 15:27:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Sep 2006 15:27:56 +0000 (UTC) Cc: Slawomir Nowaczyk , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 17 17:27:54 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GOyYj-0002Bj-On for ged-emacs-devel@m.gmane.org; Sun, 17 Sep 2006 17:27:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GOyYj-0000cJ-8n for ged-emacs-devel@m.gmane.org; Sun, 17 Sep 2006 11:27:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GOyYX-0000XM-R6 for emacs-devel@gnu.org; Sun, 17 Sep 2006 11:27:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GOyYU-0000S2-HE for emacs-devel@gnu.org; Sun, 17 Sep 2006 11:27:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GOyYU-0000Rx-CN for emacs-devel@gnu.org; Sun, 17 Sep 2006 11:27:38 -0400 Original-Received: from [81.228.11.98] (helo=pne-smtpout1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GOyb6-0001Dz-E6; Sun, 17 Sep 2006 11:30:20 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn1.fre.skanova.net (7.2.076) id 45080289000EE094; Sun, 17 Sep 2006 17:27:35 +0200 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) Original-To: rms@gnu.org In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:59935 Archived-At: Richard Stallman wrote: > We don't maintain gnuclient, but it is possible that this is due > to a bug in Emacs. If you debug what's going on, you can determine > whether an Emacs bug is involved. > I looked at the problem and I believe it was due to a bug in the version of gnuserv.el which I distribute with the w32 build I make. I have corrected the problem there. More than that I do not know what to do. I distribute this because there is still no emacsclient/server for w32.