tags 411100 + fixed-upstream thanks On 2007-02-16 03:17 +0100, Chmouel Boudjnah wrote:
> Package: emacs21-bin-common > Version: 21.4a+1-3 > Severity: minor > > When using emacsclient and the emacs server is not started emacsclient > report : > > -$ emacsclient test.sh > emacsclient: can't stat /tmp/esrv1000-etch64.stargate.squiz.net: Success > > a failed instead of Success would be more logic i am supposing. Yes. What you _should_ have seen is this message: emacsclient: can't find socket; have you started the server? but the relevant code in emacsclient.c fails to store the ENOENT that was reported for the missing socket in a safe place and wrongly reuses errno when it is already overwritten, see errno(3). This is fixed in emacs22, though. Cheers, Sven -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org