unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38023: Update win32 faq: emacs works on windows 10
@ 2019-11-01 19:48 Cecilio Pardo
  2019-11-01 21:05 ` Eli Zaretskii
  0 siblings, 1 reply; 12+ messages in thread
From: Cecilio Pardo @ 2019-11-01 19:48 UTC (permalink / raw)
  To: 38023


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.
 







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

* bug#38023: Update win32 faq: emacs works on windows 10
  2019-11-01 19:48 bug#38023: Update win32 faq: emacs works on windows 10 Cecilio Pardo
@ 2019-11-01 21:05 ` Eli Zaretskii
  2019-11-02  1:43   ` Cecilio Pardo
  0 siblings, 1 reply; 12+ messages in thread
From: Eli Zaretskii @ 2019-11-01 21:05 UTC (permalink / raw)
  To: Cecilio Pardo; +Cc: 38023

> From: Cecilio Pardo <cpardo@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.





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

* bug#38023: Update win32 faq: emacs works on windows 10
  2019-11-01 21:05 ` Eli Zaretskii
@ 2019-11-02  1:43   ` Cecilio Pardo
  2019-11-02  8:11     ` Eli Zaretskii
  0 siblings, 1 reply; 12+ messages in thread
From: Cecilio Pardo @ 2019-11-02  1:43 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Cecilio Pardo, 38023


>> -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.








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

* bug#38023: Update win32 faq: emacs works on windows 10
  2019-11-02  1:43   ` Cecilio Pardo
@ 2019-11-02  8:11     ` Eli Zaretskii
  2019-11-08  0:25       ` Stefan Kangas
  0 siblings, 1 reply; 12+ messages in thread
From: Eli Zaretskii @ 2019-11-02  8:11 UTC (permalink / raw)
  To: Cecilio Pardo; +Cc: cpardo, 38023

> From: Cecilio Pardo <cpardo@inmotica-integral.es>
> Cc: Cecilio Pardo <cpardo@imayhem.com>,  38023@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.

  





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

* bug#38023: Update win32 faq: emacs works on windows 10
  2019-11-02  8:11     ` Eli Zaretskii
@ 2019-11-08  0:25       ` Stefan Kangas
  2019-11-08 10:00         ` Eli Zaretskii
  0 siblings, 1 reply; 12+ messages in thread
From: Stefan Kangas @ 2019-11-08  0:25 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: cpardo, Cecilio Pardo, 38023

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Cecilio Pardo <cpardo@inmotica-integral.es>
>> Cc: Cecilio Pardo <cpardo@imayhem.com>,  38023@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





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

* bug#38023: Update win32 faq: emacs works on windows 10
  2019-11-08  0:25       ` Stefan Kangas
@ 2019-11-08 10:00         ` Eli Zaretskii
  2019-11-08 12:38           ` Stefan Kangas
  2019-11-16 10:20           ` Tomas Nordin
  0 siblings, 2 replies; 12+ messages in thread
From: Eli Zaretskii @ 2019-11-08 10:00 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: cpardo, cpardo, 38023

> From: Stefan Kangas <stefan@marxist.se>
> Cc: Cecilio Pardo <cpardo@inmotica-integral.es>,  cpardo@imayhem.com,
>   38023@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.





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

* bug#38023: Update win32 faq: emacs works on windows 10
  2019-11-08 10:00         ` Eli Zaretskii
@ 2019-11-08 12:38           ` Stefan Kangas
  2019-11-08 13:50             ` Eli Zaretskii
  2019-11-16 10:20           ` Tomas Nordin
  1 sibling, 1 reply; 12+ messages in thread
From: Stefan Kangas @ 2019-11-08 12:38 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: cpardo, cpardo, 38023

Eli Zaretskii <eliz@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





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

* bug#38023: Update win32 faq: emacs works on windows 10
  2019-11-08 12:38           ` Stefan Kangas
@ 2019-11-08 13:50             ` Eli Zaretskii
  2019-11-08 14:46               ` Stefan Kangas
  0 siblings, 1 reply; 12+ messages in thread
From: Eli Zaretskii @ 2019-11-08 13:50 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: cpardo, cpardo, 38023

> From: Stefan Kangas <stefan@marxist.se>
> Cc: cpardo@imayhem.com,  cpardo@inmotica-integral.es,  38023@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.





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

* bug#38023: Update win32 faq: emacs works on windows 10
  2019-11-08 13:50             ` Eli Zaretskii
@ 2019-11-08 14:46               ` Stefan Kangas
  0 siblings, 0 replies; 12+ messages in thread
From: Stefan Kangas @ 2019-11-08 14:46 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: cpardo, cpardo, 38023

close 38023 27.1
thanks

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Stefan Kangas <stefan@marxist.se>
>> Cc: cpardo@imayhem.com,  cpardo@inmotica-integral.es,  38023@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





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

* bug#38023: Update win32 faq: emacs works on windows 10
  2019-11-08 10:00         ` Eli Zaretskii
  2019-11-08 12:38           ` Stefan Kangas
@ 2019-11-16 10:20           ` Tomas Nordin
  2019-11-16 10:55             ` martin rudalics
  2019-11-16 11:00             ` Eli Zaretskii
  1 sibling, 2 replies; 12+ messages in thread
From: Tomas Nordin @ 2019-11-16 10:20 UTC (permalink / raw)
  To: Eli Zaretskii, Stefan Kangas; +Cc: cpardo, cpardo, 38023

Eli Zaretskii <eliz@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





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

* bug#38023: Update win32 faq: emacs works on windows 10
  2019-11-16 10:20           ` Tomas Nordin
@ 2019-11-16 10:55             ` martin rudalics
  2019-11-16 11:00             ` Eli Zaretskii
  1 sibling, 0 replies; 12+ messages in thread
From: martin rudalics @ 2019-11-16 10:55 UTC (permalink / raw)
  To: Tomas Nordin, Eli Zaretskii, Stefan Kangas; +Cc: cpardo, cpardo, 38023

> But was there any more 9X after 98?

Windows ME.

martin





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

* bug#38023: Update win32 faq: emacs works on windows 10
  2019-11-16 10:20           ` Tomas Nordin
  2019-11-16 10:55             ` martin rudalics
@ 2019-11-16 11:00             ` Eli Zaretskii
  1 sibling, 0 replies; 12+ messages in thread
From: Eli Zaretskii @ 2019-11-16 11:00 UTC (permalink / raw)
  To: Tomas Nordin; +Cc: cpardo, cpardo, stefan, 38023

> From: Tomas Nordin <tomasn@posteo.net>
> Cc: cpardo@imayhem.com, cpardo@inmotica-integral.es, 38023@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.





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

end of thread, other threads:[~2019-11-16 11:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-01 19:48 bug#38023: Update win32 faq: emacs works on windows 10 Cecilio Pardo
2019-11-01 21:05 ` Eli Zaretskii
2019-11-02  1:43   ` Cecilio Pardo
2019-11-02  8:11     ` Eli Zaretskii
2019-11-08  0:25       ` Stefan Kangas
2019-11-08 10:00         ` Eli Zaretskii
2019-11-08 12:38           ` Stefan Kangas
2019-11-08 13:50             ` Eli Zaretskii
2019-11-08 14:46               ` Stefan Kangas
2019-11-16 10:20           ` Tomas Nordin
2019-11-16 10:55             ` martin rudalics
2019-11-16 11:00             ` Eli Zaretskii

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).