* bug#24761: Emacs not recent for MSYS
@ 2016-10-21 19:55 Mirko Luedde
2016-10-21 20:08 ` Eli Zaretskii
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Mirko Luedde @ 2016-10-21 19:55 UTC (permalink / raw)
To: 24761
[-- Attachment #1: Type: text/plain, Size: 428 bytes --]
dear all, i find that
(1) https://www.gnu.org/software/emacs/ says: .. Emacs 25.1 - latest
release ..
(2) https://www.gnu.org/software/emacs/download.html says; .. MSYS2 users
can install Emacs .. pacman - S mingw-w64-x86_64-emacs ..
(3) pacman - S mingw-w64-x86_64-emacs says : warning:
mingw-w64-x86_64-emacs-24.5-5 is up to date
messages (1) through (3) cannot be true at the same time.
please fix!
many thanks.
mirko
[-- Attachment #2: Type: text/html, Size: 779 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#24761: Emacs not recent for MSYS
2016-10-21 19:55 bug#24761: Emacs not recent for MSYS Mirko Luedde
@ 2016-10-21 20:08 ` Eli Zaretskii
2016-10-21 20:21 ` Dmitry Gutov
2016-10-21 22:24 ` Óscar Fuentes
2 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2016-10-21 20:08 UTC (permalink / raw)
To: Mirko Luedde; +Cc: 24761-done
> From: Mirko Luedde <mirko.luedde@gmail.com>
> Date: Fri, 21 Oct 2016 21:55:59 +0200
>
> dear all, i find that
>
> (1) https://www.gnu.org/software/emacs/ says: .. Emacs 25.1 - latest release ..
>
> (2) https://www.gnu.org/software/emacs/download.html says; .. MSYS2 users can install Emacs .. pacman -
> S mingw-w64-x86_64-emacs ..
>
> (3) pacman - S mingw-w64-x86_64-emacs says : warning: mingw-w64-x86_64-emacs-24.5-5 is up to date
>
> messages (1) through (3) cannot be true at the same time.
>
> please fix!
We are not responsible for the schedule of MSYS2 releases of the Emacs
binaries, MSYS2 is a separate project. So please ask them to update
their packages.
The official Emacs binaries for Windows are available from the GNU FTP
site:
http://ftp.gnu.org/gnu/emacs/windows/
I'm closing this bug report, as it's not an Emacs bug or issue.
Thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#24761: Emacs not recent for MSYS
2016-10-21 19:55 bug#24761: Emacs not recent for MSYS Mirko Luedde
2016-10-21 20:08 ` Eli Zaretskii
@ 2016-10-21 20:21 ` Dmitry Gutov
2016-10-21 22:24 ` Óscar Fuentes
2 siblings, 0 replies; 4+ messages in thread
From: Dmitry Gutov @ 2016-10-21 20:21 UTC (permalink / raw)
To: Mirko Luedde, 24761
On 21.10.2016 22:55, Mirko Luedde wrote:
> (1) https://www.gnu.org/software/emacs/ says: .. Emacs 25.1 - latest
> release ..
>
> (2) https://www.gnu.org/software/emacs/download.html says; .. MSYS2
> users can install Emacs .. pacman - S mingw-w64-x86_64-emacs ..
>
> (3) pacman - S mingw-w64-x86_64-emacs says : warning:
> mingw-w64-x86_64-emacs-24.5-5 is up to date
>
> messages (1) through (3) cannot be true at the same time.
(2) doesn't say that the users can install the _latest_ Emacs this way. ;-)
Anyway, like Eli said, we're not responsible for MSYS2's release
schedule, just like we're not responsible for the versions of Emacs in
Debian, Ubuntu, CentOS, and other GNU/Linux distributions.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#24761: Emacs not recent for MSYS
2016-10-21 19:55 bug#24761: Emacs not recent for MSYS Mirko Luedde
2016-10-21 20:08 ` Eli Zaretskii
2016-10-21 20:21 ` Dmitry Gutov
@ 2016-10-21 22:24 ` Óscar Fuentes
2 siblings, 0 replies; 4+ messages in thread
From: Óscar Fuentes @ 2016-10-21 22:24 UTC (permalink / raw)
To: Mirko Luedde; +Cc: 24761
Mirko Luedde <mirko.luedde@gmail.com> writes:
> dear all, i find that
>
> (1) https://www.gnu.org/software/emacs/ says: .. Emacs 25.1 - latest
> release ..
>
> (2) https://www.gnu.org/software/emacs/download.html says; .. MSYS2 users
> can install Emacs .. pacman - S mingw-w64-x86_64-emacs ..
>
> (3) pacman - S mingw-w64-x86_64-emacs says : warning:
> mingw-w64-x86_64-emacs-24.5-5 is up to date
>
> messages (1) through (3) cannot be true at the same time.
>
> please fix!
MSYS2 contains Emacs 25.1 since some time ago.
Make sure you execute
pacman -Suy
and that will upgrade all your installed packages, including Emacs.
If you don't have Emacs installed yet, do
pacman -Suy
pacman -S mingw-w64-x86_64-emacs
(replace the later with
pacman -S mingw-w64-i686-emacs
if you are using a 32 bit MSYS2 install.)
Please send further messages to the MSYS2 mailing list. Before posting
make sure you read some of the documents linked from
https://sourceforge.net/p/msys2/wiki/Home/
specially "Introduction" and "Installing and upgrading".
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-10-21 22:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-21 19:55 bug#24761: Emacs not recent for MSYS Mirko Luedde
2016-10-21 20:08 ` Eli Zaretskii
2016-10-21 20:21 ` Dmitry Gutov
2016-10-21 22:24 ` Óscar Fuentes
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.