unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27539: suggestion for download page
@ 2017-06-30 13:44 lorenzo.adyns
  2017-07-03 23:08 ` Richard Stallman
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: lorenzo.adyns @ 2017-06-30 13:44 UTC (permalink / raw)
  To: 27539

Hello,

I thought it could be helpful to point out that as of "windows 
10 Anniversary Update" it is possible to install "bash on ubuntu on 
windows"

explanation: https://msdn.microsoft.com/en-us/commandline/wsl/about

So it's possible to run the native Linux emacs within windows, maybe 
this could be a helpful addition to the windows download page

regards,
Lorenzo





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#27539: suggestion for download page
  2017-06-30 13:44 bug#27539: suggestion for download page lorenzo.adyns
@ 2017-07-03 23:08 ` Richard Stallman
  2017-07-04  8:29 ` Nicolas Petton
  2017-07-05 14:47 ` bug#27539: Lorenzo
  2 siblings, 0 replies; 16+ messages in thread
From: Richard Stallman @ 2017-07-03 23:08 UTC (permalink / raw)
  To: lorenzo.adyns; +Cc: 27539

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > So it's possible to run the native Linux emacs

"Native Linux Emacs" doesn't make sense
because you can't run Emacs "on Linux".
You can't run any application "on Linux".
Linux is not an operating system, just a kernel.

So I think you're talking about the version of Emacs
that is compiled to run on the GNU/Linux system.

See https://gnu.org/gnu/linux-and-gnu.html and
https://gnu.org/gnu/gnu-linux-faq.html, plus the history in
https://gnu.org/gnu/the-gnu-project.html.

-- 
Dr Richard Stallman
President, Free Software Foundation (gnu.org, fsf.org)
Internet Hall-of-Famer (internethalloffame.org)
Skype: No way! See stallman.org/skype.html.






^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#27539: suggestion for download page
  2017-06-30 13:44 bug#27539: suggestion for download page lorenzo.adyns
  2017-07-03 23:08 ` Richard Stallman
@ 2017-07-04  8:29 ` Nicolas Petton
  2017-07-04  9:22   ` Lorenzo
  2017-07-04 19:15   ` Lorenzo
  2017-07-05 14:47 ` bug#27539: Lorenzo
  2 siblings, 2 replies; 16+ messages in thread
From: Nicolas Petton @ 2017-07-04  8:29 UTC (permalink / raw)
  To: lorenzo.adyns, 27539

[-- Attachment #1: Type: text/plain, Size: 408 bytes --]

lorenzo.adyns@openmailbox.org writes:

> Hello,

Hi,

> So it's possible to run the native Linux emacs within windows, maybe 
> this could be a helpful addition to the windows download page

I'm not using Windows, and I do not know how to install Emacs this way.
However, if someone is willing to give step by step installation
instructions, I could add it to the download page.

Cheers,
Nico

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 472 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#27539: suggestion for download page
  2017-07-04  8:29 ` Nicolas Petton
@ 2017-07-04  9:22   ` Lorenzo
  2017-07-04 19:15   ` Lorenzo
  1 sibling, 0 replies; 16+ messages in thread
From: Lorenzo @ 2017-07-04  9:22 UTC (permalink / raw)
  To: Nicolas Petton, 27539

Op 4/07/2017 om 10:29 schreef Nicolas Petton:
> lorenzo.adyns@openmailbox.org writes:
>
>> Hello,
> Hi,
>
>> So it's possible to run the native Linux emacs within windows, maybe
>> this could be a helpful addition to the windows download page
> I'm not using Windows, and I do not know how to install Emacs this way.
> However, if someone is willing to give step by step installation
> instructions, I could add it to the download page.
>
> Cheers,
> Nico

Hi,

I will look into writing a step by step instruction for this way to run the GNU+Linux compiled Emacs version on windows.

regards,
Lorenzo






^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#27539: suggestion for download page
  2017-07-04  8:29 ` Nicolas Petton
  2017-07-04  9:22   ` Lorenzo
@ 2017-07-04 19:15   ` Lorenzo
  1 sibling, 0 replies; 16+ messages in thread
From: Lorenzo @ 2017-07-04 19:15 UTC (permalink / raw)
  To: 27539

> lorenzo.adyns@openmailbox.org writes:
>
>> Hello,
> Hi,
>
>> So it's possible to run the native Linux emacs within windows, maybe
>> this could be a helpful addition to the windows download page
> I'm not using Windows, and I do not know how to install Emacs this way.
> However, if someone is willing to give step by step installation
> instructions, I could add it to the download page.
>
> Cheers,
> Nico
Hi,

I wrote a step by step guide on how to run the GNU/Linux comiled version 
of Emacs using Bash on Ubuntu on Windows.

I will send it by mail.

regards,
Lorenzo








^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#27539:
  2017-06-30 13:44 bug#27539: suggestion for download page lorenzo.adyns
  2017-07-03 23:08 ` Richard Stallman
  2017-07-04  8:29 ` Nicolas Petton
@ 2017-07-05 14:47 ` Lorenzo
  2017-07-05 15:57   ` bug#27539: Glenn Morris
  2017-07-06 12:02   ` bug#27539: Nicolas Petton
  2 siblings, 2 replies; 16+ messages in thread
From: Lorenzo @ 2017-07-05 14:47 UTC (permalink / raw)
  To: 27539

Hi,

Here is the complete procedure:

* Preparation
** Your PC must be running (at a minimum) a 64-bit version of Windows 10 
Anniversary Update. Creators Update is recommended.
*** To find your PC's CPU architecture and Windows version/build number, 
open Settings>System>About. Look for the OS Build and System Type fields.
*** If build is below 14393 -> try to update
* Installation
** Turn on developer mode
*** Open Settings -> Update and Security -> For developers
*** Select the Developer Mode radio button
** Enable the windows subsystem for linux feature(GUI)
*** From Start, search for "Turn Windows features on or off"
*** Select Windows Subsystem for Linux (beta)
*** Open Powershell promt (AS ADMINISTRATOR)& execute
#+BEGIN_SRC
Enable-WindowsOptionalFeature -Online -FeatureName 
Microsoft-Windows-Subsystem-Linux
#+END_SRC
*** Restart computer
*** Open a command prompt & execute
#+BEGIN_SRC
bash
#+END_SRC
*** Create user (is unrelated to windows account)
* Starting bash
** In powershell or command prompt execute
#+BEGIN_SRC
bash
#+END_SRC
* Install emacs
** Start bash & execute
#+BEGIN_SRC
sudo apt-get install emacs
#+END_SRC






^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#27539:
  2017-07-05 14:47 ` bug#27539: Lorenzo
@ 2017-07-05 15:57   ` Glenn Morris
  2017-07-05 18:20     ` bug#27539: Nicolas Petton
  2017-07-06 12:02   ` bug#27539: Nicolas Petton
  1 sibling, 1 reply; 16+ messages in thread
From: Glenn Morris @ 2017-07-05 15:57 UTC (permalink / raw)
  To: Lorenzo; +Cc: 27539


Couple of questions:

1) Does documenting this imply Emacs developers provide support for it?

2) What about Cygwin?





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#27539:
  2017-07-05 15:57   ` bug#27539: Glenn Morris
@ 2017-07-05 18:20     ` Nicolas Petton
  2017-07-06 10:29       ` bug#27539: Lorenzo
  2017-07-06 13:03       ` bug#27539: Ken Brown
  0 siblings, 2 replies; 16+ messages in thread
From: Nicolas Petton @ 2017-07-05 18:20 UTC (permalink / raw)
  To: Glenn Morris, Lorenzo; +Cc: 27539

[-- Attachment #1: Type: text/plain, Size: 509 bytes --]

Glenn Morris <rgm@gnu.org> writes:

> Couple of questions:
>
> 1) Does documenting this imply Emacs developers provide support for
> it?

I don't think so, and this is AFAIK still in Beta. I think that if we're
going to add this documentation to the download page, we should mention
both.

> 2) What about Cygwin?

I'm completely ignorant when it comes to the Windows world.  If you or
someone else wants to give me installation instructions for Cygwin, when
I'd be happy to add it to the page.

Cheers,
Nico

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 472 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#27539:
  2017-07-05 18:20     ` bug#27539: Nicolas Petton
@ 2017-07-06 10:29       ` Lorenzo
  2017-07-06 13:03       ` bug#27539: Ken Brown
  1 sibling, 0 replies; 16+ messages in thread
From: Lorenzo @ 2017-07-06 10:29 UTC (permalink / raw)
  To: Nicolas Petton; +Cc: 27539

[-- Attachment #1: Type: text/plain, Size: 904 bytes --]



Op 5/07/2017 om 20:20 schreef Nicolas Petton:
> Glenn Morris <rgm@gnu.org> writes:
>
>> Couple of questions:
>>
>> 1) Does documenting this imply Emacs developers provide support for
>> it?
> I don't think so, and this is AFAIK still in Beta. I think that if we're
> going to add this documentation to the download page, we should mention
> both.
It is indeed not (yet) a finished product.

For example, not all network tools are working. An overview I found; 
dated June '17:

As of Creators Update, the following tools should work:

  * ping
  * dig
  * ifconfig
  * ip link
  * ip addr show
  * ifconfig
  * whois
  * nslookup
  * ip route
  * ip addr add/delete

Not working:

  * nmap
  * tracepath
  * traceroute
  * traceroute6

Even so I believe it's always a good idea to offer a broad range of 
possibilities to get to know free software and the principles behind them.

  regards,

Lorenzo


[-- Attachment #2: Type: text/html, Size: 1775 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#27539:
  2017-07-05 14:47 ` bug#27539: Lorenzo
  2017-07-05 15:57   ` bug#27539: Glenn Morris
@ 2017-07-06 12:02   ` Nicolas Petton
  2017-07-06 12:44     ` bug#27539: Lorenzo
  1 sibling, 1 reply; 16+ messages in thread
From: Nicolas Petton @ 2017-07-06 12:02 UTC (permalink / raw)
  To: Lorenzo, 27539

[-- Attachment #1: Type: text/plain, Size: 243 bytes --]

Lorenzo <lorenzo.adyns@openmailbox.org> writes:

Hi Lorenzo,

> Here is the complete procedure:

I was wondering how well does Emacs run when installed like this?  Is
anyone using Emacs this way?  Are there any limitations/bugs?

Cheers,
Nico

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 472 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#27539:
  2017-07-06 12:02   ` bug#27539: Nicolas Petton
@ 2017-07-06 12:44     ` Lorenzo
  2017-07-06 15:30       ` bug#27539: Noam Postavsky
  0 siblings, 1 reply; 16+ messages in thread
From: Lorenzo @ 2017-07-06 12:44 UTC (permalink / raw)
  To: Nicolas Petton, 27539

Op 6/07/2017 om 14:02 schreef Nicolas Petton:
> Lorenzo <lorenzo.adyns@openmailbox.org> writes:
>
> Hi Lorenzo,
>
>> Here is the complete procedure:
> I was wondering how well does Emacs run when installed like this?  Is
> anyone using Emacs this way?  Are there any limitations/bugs?
>
> Cheers,
> Nico
Hi,

I have done some limited testing and as far as I could see it ran stable 
& quick.

Some remarks I have involving usability & theming:
- default colour scheme has some hard to read colours (dark blue on 
black background but M-X customize-themes to 'tsdh-light'-theme solves this
- some key strokes are caught by the console f.e. M-RET maximizes the 
console window -> ESC-RET can be used as explained in man's & tutorials

regards,
Lorenzo





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#27539:
  2017-07-05 18:20     ` bug#27539: Nicolas Petton
  2017-07-06 10:29       ` bug#27539: Lorenzo
@ 2017-07-06 13:03       ` Ken Brown
  2017-07-06 13:29         ` bug#27539: Lorenzo
  1 sibling, 1 reply; 16+ messages in thread
From: Ken Brown @ 2017-07-06 13:03 UTC (permalink / raw)
  To: Nicolas Petton, Glenn Morris, Lorenzo; +Cc: 27539

On 7/5/2017 2:20 PM, Nicolas Petton wrote:
> Glenn Morris <rgm@gnu.org> writes:
> 
>> Couple of questions:
>>
>> 1) Does documenting this imply Emacs developers provide support for
>> it?
> 
> I don't think so, and this is AFAIK still in Beta. I think that if we're
> going to add this documentation to the download page, we should mention
> both.
> 
>> 2) What about Cygwin?
> 
> I'm completely ignorant when it comes to the Windows world.  If you or
> someone else wants to give me installation instructions for Cygwin, when
> I'd be happy to add it to the page.

Cygwin users can install Emacs by using Cygwin's installer, 
setup-x86.exe (32bits) or setup-x86_64.exe (64bits).

Ken





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#27539:
  2017-07-06 13:03       ` bug#27539: Ken Brown
@ 2017-07-06 13:29         ` Lorenzo
  2020-08-10 17:20           ` bug#27539: Stefan Kangas
  0 siblings, 1 reply; 16+ messages in thread
From: Lorenzo @ 2017-07-06 13:29 UTC (permalink / raw)
  To: Ken Brown, Nicolas Petton, Glenn Morris; +Cc: 27539



Op 6/07/2017 om 15:03 schreef Ken Brown:
> On 7/5/2017 2:20 PM, Nicolas Petton wrote:
>> Glenn Morris <rgm@gnu.org> writes:
>>
>>> Couple of questions:
>>>
>>> 1) Does documenting this imply Emacs developers provide support for
>>> it?
>>
>> I don't think so, and this is AFAIK still in Beta. I think that if we're
>> going to add this documentation to the download page, we should mention
>> both.
>>
>>> 2) What about Cygwin?
>>
>> I'm completely ignorant when it comes to the Windows world.  If you or
>> someone else wants to give me installation instructions for Cygwin, when
>> I'd be happy to add it to the page.
>
> Cygwin users can install Emacs by using Cygwin's installer, 
> setup-x86.exe (32bits) or setup-x86_64.exe (64bits).
>
> Ken

Beat me to it :) I was just testing it. Seems to work really great & it 
is as simple as downloading the above mentioned executables & selecting 
emacs to be installed.

Lorenzo








^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#27539:
  2017-07-06 12:44     ` bug#27539: Lorenzo
@ 2017-07-06 15:30       ` Noam Postavsky
  0 siblings, 0 replies; 16+ messages in thread
From: Noam Postavsky @ 2017-07-06 15:30 UTC (permalink / raw)
  To: Lorenzo; +Cc: Nicolas Petton, 27539

On Thu, Jul 6, 2017 at 8:44 AM, Lorenzo <lorenzo.adyns@openmailbox.org> wrote:

> I have done some limited testing and as far as I could see it ran stable &
> quick.

Does package installation work? I think there were some people trying
this a few months ago and reporting problems with that.





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#27539:
  2017-07-06 13:29         ` bug#27539: Lorenzo
@ 2020-08-10 17:20           ` Stefan Kangas
  2020-10-01 11:59             ` bug#27539: Stefan Kangas
  0 siblings, 1 reply; 16+ messages in thread
From: Stefan Kangas @ 2020-08-10 17:20 UTC (permalink / raw)
  To: Lorenzo; +Cc: Glenn Morris, Nicolas Petton, 27539

Lorenzo <lorenzo.adyns@openmailbox.org> writes:

> Op 6/07/2017 om 15:03 schreef Ken Brown:
>> On 7/5/2017 2:20 PM, Nicolas Petton wrote:
>>> Glenn Morris <rgm@gnu.org> writes:
>>>
>>>> Couple of questions:
>>>>
>>>> 1) Does documenting this imply Emacs developers provide support for
>>>> it?
>>>
>>> I don't think so, and this is AFAIK still in Beta. I think that if we're
>>> going to add this documentation to the download page, we should mention
>>> both.
>>>
>>>> 2) What about Cygwin?
>>>
>>> I'm completely ignorant when it comes to the Windows world.  If you or
>>> someone else wants to give me installation instructions for Cygwin, when
>>> I'd be happy to add it to the page.
>>
>> Cygwin users can install Emacs by using Cygwin's installer, setup-x86.exe
>> (32bits) or setup-x86_64.exe (64bits).
>>
>> Ken
>
> Beat me to it :) I was just testing it. Seems to work really great & it is as
> simple as downloading the above mentioned executables & selecting emacs to be
> installed.

It seems like there is already an accepted installation method for
Windows.

Since there has been no further progress here in 3 years, can we
therefore close this bug?

Best regards,
Stefan Kangas





^ permalink raw reply	[flat|nested] 16+ messages in thread

* bug#27539:
  2020-08-10 17:20           ` bug#27539: Stefan Kangas
@ 2020-10-01 11:59             ` Stefan Kangas
  0 siblings, 0 replies; 16+ messages in thread
From: Stefan Kangas @ 2020-10-01 11:59 UTC (permalink / raw)
  To: Lorenzo; +Cc: Glenn Morris, Nicolas Petton, 27539-done

Stefan Kangas <stefan@marxist.se> writes:

> Lorenzo <lorenzo.adyns@openmailbox.org> writes:
>
>> Op 6/07/2017 om 15:03 schreef Ken Brown:
>>> On 7/5/2017 2:20 PM, Nicolas Petton wrote:
>>>> Glenn Morris <rgm@gnu.org> writes:
>>>>
>>>>> Couple of questions:
>>>>>
>>>>> 1) Does documenting this imply Emacs developers provide support for
>>>>> it?
>>>>
>>>> I don't think so, and this is AFAIK still in Beta. I think that if we're
>>>> going to add this documentation to the download page, we should mention
>>>> both.
>>>>
>>>>> 2) What about Cygwin?
>>>>
>>>> I'm completely ignorant when it comes to the Windows world.  If you or
>>>> someone else wants to give me installation instructions for Cygwin, when
>>>> I'd be happy to add it to the page.
>>>
>>> Cygwin users can install Emacs by using Cygwin's installer, setup-x86.exe
>>> (32bits) or setup-x86_64.exe (64bits).
>>>
>>> Ken
>>
>> Beat me to it :) I was just testing it. Seems to work really great & it is as
>> simple as downloading the above mentioned executables & selecting emacs to be
>> installed.
>
> It seems like there is already an accepted installation method for
> Windows.
>
> Since there has been no further progress here in 3 years, can we
> therefore close this bug?

More information was requested, but none was given within 7 weeks, so
I'm closing this bug.  If there is more to do here, please reply to this
email (use "Reply to all" in your email client) and we can reopen the
bug report.

Best regards,
Stefan Kangas





^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2020-10-01 11:59 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-30 13:44 bug#27539: suggestion for download page lorenzo.adyns
2017-07-03 23:08 ` Richard Stallman
2017-07-04  8:29 ` Nicolas Petton
2017-07-04  9:22   ` Lorenzo
2017-07-04 19:15   ` Lorenzo
2017-07-05 14:47 ` bug#27539: Lorenzo
2017-07-05 15:57   ` bug#27539: Glenn Morris
2017-07-05 18:20     ` bug#27539: Nicolas Petton
2017-07-06 10:29       ` bug#27539: Lorenzo
2017-07-06 13:03       ` bug#27539: Ken Brown
2017-07-06 13:29         ` bug#27539: Lorenzo
2020-08-10 17:20           ` bug#27539: Stefan Kangas
2020-10-01 11:59             ` bug#27539: Stefan Kangas
2017-07-06 12:02   ` bug#27539: Nicolas Petton
2017-07-06 12:44     ` bug#27539: Lorenzo
2017-07-06 15:30       ` bug#27539: Noam Postavsky

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).