From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Avoid duplicate emacs.exe / emacs-$version.exe Date: Sun, 29 Mar 2020 20:22:05 +0300 Message-ID: <83zhbz3wle.fsf@gnu.org> References: <1985099315.1630555.1585501310037@mail1.libero.it> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="76767"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Mar 29 19:22:29 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jIbdl-000Jse-CA for ged-emacs-devel@m.gmane-mx.org; Sun, 29 Mar 2020 19:22:29 +0200 Original-Received: from localhost ([::1]:39796 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIbdk-0003FR-EB for ged-emacs-devel@m.gmane-mx.org; Sun, 29 Mar 2020 13:22:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50767) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIbdH-0002pj-0A for emacs-devel@gnu.org; Sun, 29 Mar 2020 13:21:59 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jIbdG-0006m3-Rc; Sun, 29 Mar 2020 13:21:58 -0400 Original-Received: from [176.228.60.248] (port=3838 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jIbdF-000714-V8; Sun, 29 Mar 2020 13:21:58 -0400 In-Reply-To: <1985099315.1630555.1585501310037@mail1.libero.it> (message from Angelo Graziosi on Sun, 29 Mar 2020 19:01:50 +0200 (CEST)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:245950 Archived-At: > Date: Sun, 29 Mar 2020 19:01:50 +0200 (CEST) > From: Angelo Graziosi > > What do I have to do to get back to the way I used to be? make install LN_S_FILEONLY='/bin/ln -s' > BTW, why Emacs, on Windows, has 3 executable? > > runemacs.exe > emacs-27.0.90.exe > emacs.exe (hardlink, now) > > Yes, runemacs.exe to remove the DOS window (if I remember): why this > cannot be done with a single EXE? Because emacs.exe is a console program, not a GUI program. > On Windows there ar a lot of apps (IDE, Editore, Browser etc) which have only one EXE to be started with (no DOS window etc). Those other apps are only GUI, whereas Emacs can be run both as a GUI and a text-mode program.