From jan@swi.psy.uva.nl Mon Mar  5 16:06:04 2001
Received: from gollem.swi.psy.uva.nl (root@gollem [145.18.152.30])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f25F64Z11166;
	Mon, 5 Mar 2001 16:06:04 +0100 (MET)
Received: from localhost (localhost [[UNIX: localhost]])
	by gollem.swi.psy.uva.nl (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id QAA07894;
	Mon, 5 Mar 2001 16:06:04 +0100
From: Jan Wielemaker <jan@swi.psy.uva.nl>
Organization: SWI, University of Amsterdam
To: "Sergio Roberto P. de Silva" <srsilva@din.uem.br>,
   "'prolog@swi.psy.uva.nl'" <prolog@swi.psy.uva.nl>
Subject: Re: [SWIPL] How to open the editor directly?
Date: Mon, 5 Mar 2001 16:04:31 +0100
X-Mailer: KMail [version 1.0.28]
Content-Type: text/plain
References: <830F3447B955D311946000A024B2F53006C994@uem-din-pdc.din.uem.br>
In-Reply-To: <830F3447B955D311946000A024B2F53006C994@uem-din-pdc.din.uem.br>
MIME-Version: 1.0
Message-Id: <01030516060306.03262@gollem>
Content-Transfer-Encoding: 8bit

On Mon, 05 Mar 2001, Sergio Roberto P. de Silva wrote:
>Hi,
>
>I'd like to know if it's possible to create a shotcut (in Windows) that open
>the PCE Emacs directly. Currently it is necessary to specify a file to be
>edited and I'd like to open it as any other editor (whitout any file).
>
>Thank very much in advance

Make the commandline of the shortcut read

	"Drive:\Path\to\plwin.exe" -g emacs

Or add :- emacs. to your initialisation file.

	--- Jan

