[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: saveplace does not work with emacsclient
From: |
Juanma Barranquero |
Subject: |
Re: saveplace does not work with emacsclient |
Date: |
Mon, 7 Jan 2008 15:55:14 +0100 |
On Jan 7, 2008 5:41 PM, Karl Fogel <address@hidden> wrote:
> Is "emacsclientw" a typo for "emacsclient", or is there some wrapper
> script going on here that I don't know about?
On Windows, emacsclient.c is built as emacsclient.exe (a console app)
and emacsclientw.exe (a Windows app). The latter is useful from
desktop shortcuts, because error messages are shown in a dialog,
instead of going to stdout/stderr.
Juanma