help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[h-e-w] Re: emacsclientw.exe bug: random exit status


From: Kai Tetzlaff
Subject: [h-e-w] Re: emacsclientw.exe bug: random exit status
Date: Fri, 23 Oct 2009 09:28:33 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Hi Lennard,

> Hi Kai,
>
> When you are satisfied with your changes, could you then please just
> send them to me so I can include them?

sorry for the late reply. Below is the fix i'm using now. So far there
have been no issues with it:

--- emacsclient-my.c    2009-10-04 21:56:34 +0200
+++ emacsclient-kt.c    2009-10-23 09:18:10 +0200
@@ -2103,7 +2103,7 @@

   int exitval = finish_messages (connected);

-  if (connected)
+  if (INVALID_SOCKET != emacs_socket)
     exit(exitval);
   else
     exit(EXIT_FAILURE);

>
> I am thinking about setting up a repository on Launchpad so that it is
> easier to get those changes for anyone who is interested.

This would be a good idea. I would definitely use it. An even better
option would be to get (some of) the fixes/add-ons integrated in GNU
emacs. But i guess you tried that already ;-).

BR,
Kai




reply via email to

[Prev in Thread] Current Thread [Next in Thread]