GNU bug report logs -
#38023
Update win32 faq: emacs works on windows 10
Previous Next
Reported by: Cecilio Pardo <cpardo <at> imayhem.com>
Date: Fri, 1 Nov 2019 20:52:02 UTC
Severity: minor
Tags: patch
Fixed in version 27.1
Done: Stefan Kangas <stefan <at> marxist.se>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 38023 in the body.
You can then email your comments to 38023 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#38023
; Package
emacs
.
(Fri, 01 Nov 2019 20:52:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Cecilio Pardo <cpardo <at> imayhem.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 01 Nov 2019 20:52:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Severity: minor
Tags: documentation patch
diff --git a/doc/misc/efaq-w32.texi b/doc/misc/efaq-w32.texi
index cdd01e47f0..f0bdeaa1a8 100644
--- a/doc/misc/efaq-w32.texi
+++ b/doc/misc/efaq-w32.texi
@@ -126,7 +126,7 @@ Which versions of Windows
@cindex supported versions of Windows
Emacs @value{EMACSVER} is known to run on all versions of Windows from
-Windows 98 and Windows NT 4.0 through to Windows 8.1. The Windows
+Windows 98 and Windows NT 4.0 through to Windows 10. The Windows
port is built using the Win32 API and supports most features of the X
version, including variable width fonts, images and tooltips.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#38023
; Package
emacs
.
(Fri, 01 Nov 2019 21:06:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 38023 <at> debbugs.gnu.org (full text, mbox):
> From: Cecilio Pardo <cpardo <at> imayhem.com>
> Date: Fri, 01 Nov 2019 20:48:44 +0100
>
> -Windows 98 and Windows NT 4.0 through to Windows 8.1. The Windows
> +Windows 98 and Windows NT 4.0 through to Windows 10. The Windows
I'd rather we said something that didn't require us to go back and fix
it every year. Basically, all the Windows versions of the NT family
are supported, and will be supported in the future.
Thanks.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#38023
; Package
emacs
.
(Sat, 02 Nov 2019 01:49:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 38023 <at> debbugs.gnu.org (full text, mbox):
>> -Windows 98 and Windows NT 4.0 through to Windows 8.1. The Windows
>> +Windows 98 and Windows NT 4.0 through to Windows 10. The Windows
>
> I'd rather we said something that didn't require us to go back and fix
> it every year. Basically, all the Windows versions of the NT family
> are supported, and will be supported in the future.
Maybe something like this?
diff --git a/doc/misc/efaq-w32.texi b/doc/misc/efaq-w32.texi
index cdd01e47f0..4dddfeeb16 100644
--- a/doc/misc/efaq-w32.texi
+++ b/doc/misc/efaq-w32.texi
@@ -126,7 +126,7 @@ Which versions of Windows
@cindex supported versions of Windows
Emacs @value{EMACSVER} is known to run on all versions of Windows from
-Windows 98 and Windows NT 4.0 through to Windows 8.1. The Windows
+Windows 98 and Windows NT 4.0 through current ones. The Windows
port is built using the Win32 API and supports most features of the X
version, including variable width fonts, images and tooltips.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#38023
; Package
emacs
.
(Sat, 02 Nov 2019 08:12:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 38023 <at> debbugs.gnu.org (full text, mbox):
> From: Cecilio Pardo <cpardo <at> inmotica-integral.es>
> Cc: Cecilio Pardo <cpardo <at> imayhem.com>, 38023 <at> debbugs.gnu.org
> Date: Sat, 02 Nov 2019 02:43:54 +0100
>
> > I'd rather we said something that didn't require us to go back and fix
> > it every year. Basically, all the Windows versions of the NT family
> > are supported, and will be supported in the future.
>
> Maybe something like this?
>
> diff --git a/doc/misc/efaq-w32.texi b/doc/misc/efaq-w32.texi
> index cdd01e47f0..4dddfeeb16 100644
> --- a/doc/misc/efaq-w32.texi
> +++ b/doc/misc/efaq-w32.texi
> @@ -126,7 +126,7 @@ Which versions of Windows
> @cindex supported versions of Windows
>
> Emacs @value{EMACSVER} is known to run on all versions of Windows from
> -Windows 98 and Windows NT 4.0 through to Windows 8.1. The Windows
> +Windows 98 and Windows NT 4.0 through current ones. The Windows
I'm admittedly splitting hair, but I think this is slightly better:
Emacs @value{EMACSVER} is known to run on all versions of Windows 9X
from Windows 98 onward, and all versions of the NT family starting
from NT 4.0.
Thanks.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#38023
; Package
emacs
.
(Fri, 08 Nov 2019 00:26:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 38023 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Cecilio Pardo <cpardo <at> inmotica-integral.es>
>> Cc: Cecilio Pardo <cpardo <at> imayhem.com>, 38023 <at> debbugs.gnu.org
>> Date: Sat, 02 Nov 2019 02:43:54 +0100
>>
>> > I'd rather we said something that didn't require us to go back and fix
>> > it every year. Basically, all the Windows versions of the NT family
>> > are supported, and will be supported in the future.
>>
>> Maybe something like this?
>>
>> diff --git a/doc/misc/efaq-w32.texi b/doc/misc/efaq-w32.texi
>> index cdd01e47f0..4dddfeeb16 100644
>> --- a/doc/misc/efaq-w32.texi
>> +++ b/doc/misc/efaq-w32.texi
>> @@ -126,7 +126,7 @@ Which versions of Windows
>> @cindex supported versions of Windows
>>
>> Emacs @value{EMACSVER} is known to run on all versions of Windows from
>> -Windows 98 and Windows NT 4.0 through to Windows 8.1. The Windows
>> +Windows 98 and Windows NT 4.0 through current ones. The Windows
>
> I'm admittedly splitting hair, but I think this is slightly better:
>
> Emacs @value{EMACSVER} is known to run on all versions of Windows 9X
> from Windows 98 onward, and all versions of the NT family starting
> from NT 4.0.
Personally, I know very little about Microsoft Windows. Only by
reading this list have I recently learned that Windows 10 (or 8 or
whatever) is part of the "NT family" of Windows. And only two minutes
ago I checked Wikipedia and learned that Windows XP is also part of
that same family.
I would guess that some less tech-savvy users than me (you would
perhaps think there are none, but there are!) might be confused by the
above, and not immediately realize that the "NT family" includes also
all the recent versions of Windows.
So perhaps we should keep "the latest version" or something like that.
Best regards,
Stefan Kangas
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#38023
; Package
emacs
.
(Fri, 08 Nov 2019 10:01:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 38023 <at> debbugs.gnu.org (full text, mbox):
> From: Stefan Kangas <stefan <at> marxist.se>
> Cc: Cecilio Pardo <cpardo <at> inmotica-integral.es>, cpardo <at> imayhem.com,
> 38023 <at> debbugs.gnu.org
> Date: Fri, 08 Nov 2019 01:25:15 +0100
>
> > I'm admittedly splitting hair, but I think this is slightly better:
> >
> > Emacs @value{EMACSVER} is known to run on all versions of Windows 9X
> > from Windows 98 onward, and all versions of the NT family starting
> > from NT 4.0.
>
> Personally, I know very little about Microsoft Windows. Only by
> reading this list have I recently learned that Windows 10 (or 8 or
> whatever) is part of the "NT family" of Windows. And only two minutes
> ago I checked Wikipedia and learned that Windows XP is also part of
> that same family.
Well, that FAQ is for users of MS-Windows...
> I would guess that some less tech-savvy users than me (you would
> perhaps think there are none, but there are!) might be confused by the
> above, and not immediately realize that the "NT family" includes also
> all the recent versions of Windows.
>
> So perhaps we should keep "the latest version" or something like that.
How about this:
Emacs @value{EMACSVER} is known to run on all versions of Windows 9X
from Windows 98 onward, and all versions of the NT family starting
from NT 4.0; this includes all the modern versions from Windows XP
and on.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#38023
; Package
emacs
.
(Fri, 08 Nov 2019 12:40:02 GMT)
Full text and
rfc822 format available.
Message #23 received at 38023 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
>> I would guess that some less tech-savvy users than me (you would
>> perhaps think there are none, but there are!) might be confused by the
>> above, and not immediately realize that the "NT family" includes also
>> all the recent versions of Windows.
>>
>> So perhaps we should keep "the latest version" or something like that.
>
> How about this:
>
> Emacs @value{EMACSVER} is known to run on all versions of Windows 9X
> from Windows 98 onward, and all versions of the NT family starting
> from NT 4.0; this includes all the modern versions from Windows XP
> and on.
Thank you, that is much better. I suggest that we install that
change.
Best regards,
Stefan Kangas
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#38023
; Package
emacs
.
(Fri, 08 Nov 2019 13:51:01 GMT)
Full text and
rfc822 format available.
Message #26 received at 38023 <at> debbugs.gnu.org (full text, mbox):
> From: Stefan Kangas <stefan <at> marxist.se>
> Cc: cpardo <at> imayhem.com, cpardo <at> inmotica-integral.es, 38023 <at> debbugs.gnu.org
> Date: Fri, 08 Nov 2019 13:38:52 +0100
>
> > Emacs @value{EMACSVER} is known to run on all versions of Windows 9X
> > from Windows 98 onward, and all versions of the NT family starting
> > from NT 4.0; this includes all the modern versions from Windows XP
> > and on.
>
> Thank you, that is much better. I suggest that we install that
> change.
Feel free to install, and thanks.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#38023
; Package
emacs
.
(Fri, 08 Nov 2019 14:47:01 GMT)
Full text and
rfc822 format available.
Message #29 received at 38023 <at> debbugs.gnu.org (full text, mbox):
close 38023 27.1
thanks
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Stefan Kangas <stefan <at> marxist.se>
>> Cc: cpardo <at> imayhem.com, cpardo <at> inmotica-integral.es, 38023 <at> debbugs.gnu.org
>> Date: Fri, 08 Nov 2019 13:38:52 +0100
>>
>> > Emacs @value{EMACSVER} is known to run on all versions of Windows 9X
>> > from Windows 98 onward, and all versions of the NT family starting
>> > from NT 4.0; this includes all the modern versions from Windows XP
>> > and on.
>>
>> Thank you, that is much better. I suggest that we install that
>> change.
>
> Feel free to install, and thanks.
Pushed in your name as commit 05167c1173. Closing the bug.
Best regards,
Stefan Kangas
bug marked as fixed in version 27.1, send any further explanations to
38023 <at> debbugs.gnu.org and Cecilio Pardo <cpardo <at> imayhem.com>
Request was from
Stefan Kangas <stefan <at> marxist.se>
to
control <at> debbugs.gnu.org
.
(Fri, 08 Nov 2019 14:47:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#38023
; Package
emacs
.
(Sat, 16 Nov 2019 10:22:02 GMT)
Full text and
rfc822 format available.
Message #34 received at 38023 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
> How about this:
>
> Emacs @value{EMACSVER} is known to run on all versions of Windows 9X
> from Windows 98 onward, and all versions of the NT family starting
> from NT 4.0; this includes all the modern versions from Windows XP
> and on.
A bit late jump-in from my side but, to me this text first imply that
all versions of 9X is supported but in the same breath say it runs from
98 onward. But was there any more 9X after 98? Isn't it more like that
98 is supported and then all versions of NT...
--
Tomas
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#38023
; Package
emacs
.
(Sat, 16 Nov 2019 10:56:02 GMT)
Full text and
rfc822 format available.
Message #37 received at 38023 <at> debbugs.gnu.org (full text, mbox):
> But was there any more 9X after 98?
Windows ME.
martin
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#38023
; Package
emacs
.
(Sat, 16 Nov 2019 11:01:01 GMT)
Full text and
rfc822 format available.
Message #40 received at 38023 <at> debbugs.gnu.org (full text, mbox):
> From: Tomas Nordin <tomasn <at> posteo.net>
> Cc: cpardo <at> imayhem.com, cpardo <at> inmotica-integral.es, 38023 <at> debbugs.gnu.org
> Date: Sat, 16 Nov 2019 11:20:56 +0100
>
> > Emacs @value{EMACSVER} is known to run on all versions of Windows 9X
> > from Windows 98 onward, and all versions of the NT family starting
> > from NT 4.0; this includes all the modern versions from Windows XP
> > and on.
>
> A bit late jump-in from my side but, to me this text first imply that
> all versions of 9X is supported but in the same breath say it runs from
> 98 onward. But was there any more 9X after 98?
Yes, there was Windows Me.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 14 Dec 2019 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 248 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.