From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: windows installer Date: Sun, 12 Nov 2017 13:30:31 +0200 Message-ID: <83po8nn38p.fsf@gnu.org> References: <795606216.288650.1510476987589@mail.libero.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1510486267 12121 195.159.176.226 (12 Nov 2017 11:31:07 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 12 Nov 2017 11:31:07 +0000 (UTC) Cc: angelo.g0@libero.it, emacs-devel@gnu.org To: Fabrice Popineau Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 12 12:31:03 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eDqTd-0002qJ-80 for ged-emacs-devel@m.gmane.org; Sun, 12 Nov 2017 12:31:01 +0100 Original-Received: from localhost ([::1]:48765 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDqTk-0004Tc-FP for ged-emacs-devel@m.gmane.org; Sun, 12 Nov 2017 06:31:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDqTA-0004SI-F7 for emacs-devel@gnu.org; Sun, 12 Nov 2017 06:30:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eDqT5-0000vV-Vp for emacs-devel@gnu.org; Sun, 12 Nov 2017 06:30:32 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDqT5-0000vP-Sa; Sun, 12 Nov 2017 06:30:27 -0500 Original-Received: from [176.228.60.248] (port=3862 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eDqT4-00009R-Ur; Sun, 12 Nov 2017 06:30:27 -0500 In-reply-to: (message from Fabrice Popineau on Sun, 12 Nov 2017 10:03:45 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:220089 Archived-At: > From: Fabrice Popineau > Date: Sun, 12 Nov 2017 10:03:45 +0100 > Cc: Emacs developers > > ..an app to be really portable cannot write the host machine, so .emacs.d should go on the device where > the portable app is installed. > > And the more Windows compliant the app will be, the less portable it will become. I think you are talking about a different sense of "portable" than the one used in this thread. "Portable" here means it can be carried on an external storage device, and will work when connected to a random machine.