* Re: Emacs 28.1 released @ 2022-04-04 18:00 xenodasein--- via Emacs development discussions. 2022-04-05 6:36 ` Eric S Fraga 0 siblings, 1 reply; 30+ messages in thread From: xenodasein--- via Emacs development discussions. @ 2022-04-04 18:00 UTC (permalink / raw) To: emacs-devel Emacs uplifts the computing experience like no other, thanks to all contributors who make it better and better. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 18:00 Emacs 28.1 released xenodasein--- via Emacs development discussions. @ 2022-04-05 6:36 ` Eric S Fraga 2022-04-05 7:13 ` tomas 0 siblings, 1 reply; 30+ messages in thread From: Eric S Fraga @ 2022-04-05 6:36 UTC (permalink / raw) To: emacs-devel On Monday, 4 Apr 2022 at 20:00, xenodasein--- via "Emacs development discussions." wrote: > Emacs uplifts the computing experience like no other, thanks > to all contributors who make it better and better. +1 (I keep trying to find the little heart symbol below each email, to like the responses in this thread! ;-)) -- Eric S Fraga with org 9.5.2 in Emacs 29.0.50 on Debian 11.3 ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-05 6:36 ` Eric S Fraga @ 2022-04-05 7:13 ` tomas 2022-04-05 7:23 ` Eric S Fraga 0 siblings, 1 reply; 30+ messages in thread From: tomas @ 2022-04-05 7:13 UTC (permalink / raw) To: emacs-devel [-- Attachment #1: Type: text/plain, Size: 469 bytes --] On Tue, Apr 05, 2022 at 07:36:28AM +0100, Eric S Fraga wrote: > On Monday, 4 Apr 2022 at 20:00, xenodasein--- via "Emacs development discussions." wrote: > > Emacs uplifts the computing experience like no other, thanks > > to all contributors who make it better and better. > > +1 > > (I keep trying to find the little heart symbol below each email, to like > the responses in this thread! ;-)) Here's one for Emacs... and for you: ♥ Cheers -- t [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 195 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-05 7:13 ` tomas @ 2022-04-05 7:23 ` Eric S Fraga 2022-04-05 7:34 ` Robert Pluim 0 siblings, 1 reply; 30+ messages in thread From: Eric S Fraga @ 2022-04-05 7:23 UTC (permalink / raw) To: emacs-devel On Tuesday, 5 Apr 2022 at 09:13, tomas@tuxteam.de wrote: > Here's one for Emacs... and for you: ♥️ Thank you! 🙂 (must use that emoji interface introduced in v29... or was it v28?) -- Eric S Fraga with org 9.5.2 in Emacs 29.0.50 on Debian 11.3 ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-05 7:23 ` Eric S Fraga @ 2022-04-05 7:34 ` Robert Pluim 2022-04-05 7:42 ` Eric S Fraga 0 siblings, 1 reply; 30+ messages in thread From: Robert Pluim @ 2022-04-05 7:34 UTC (permalink / raw) To: Eric S Fraga; +Cc: emacs-devel >>>>> On Tue, 05 Apr 2022 08:23:00 +0100, Eric S Fraga <e.fraga@ucl.ac.uk> said: Eric> On Tuesday, 5 Apr 2022 at 09:13, tomas@tuxteam.de wrote: >> Here's one for Emacs... and for you: ♥️ Eric> Thank you! 🙂 (must use that emoji interface introduced in v29... or was Eric> it v28?) The display support is in v28, the handy interface for entering them is v29 (although Lars did talk about packaging that for v28). In the interim, you can use something like this: (with-temp-buffer (activate-input-method "latin-prefix") ;; the input method has to be triggered for `quail-package-alist' to be non-nil (let ((quail-current-package (assoc "latin-prefix" quail-package-alist))) (quail-define-rules ((append . t)) (";)" ?😉) (":]" ?😬) ("8)" ?🥴) (":|" ?😐) (":/" ?😕) (":(" ?😠) ("X)" ?😵) (":{" ?😦) (">)" ?😈) (";(" ?😢) (":D" ?😀) ("O)" ?😇) (":)" ?🙂) (":C" ?😼)))) (or you could define a completely separate "smiley" input method.) Robert -- ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-05 7:34 ` Robert Pluim @ 2022-04-05 7:42 ` Eric S Fraga 0 siblings, 0 replies; 30+ messages in thread From: Eric S Fraga @ 2022-04-05 7:42 UTC (permalink / raw) To: Robert Pluim; +Cc: emacs-devel On Tuesday, 5 Apr 2022 at 09:34, Robert Pluim wrote: > Eric> Thank you! 🙂️ (must use that emoji interface introduced in > Eric> v29... or was it v28?) > > The display support is in v28, the handy interface for entering them > is v29 (although Lars did talk about packaging that for v28). In the > interim, you can use something like this: Sorry, lazy use of English by me. The parenthetical expression was an admonishment to me to remember to use the emoji (C-x 8 e e) interface more often as I'm on v29... 😉 But thank you for the code snippet which will be useful to others! -- Eric S Fraga with org 9.5.2 in Emacs 29.0.50 on Debian 11.3 ^ permalink raw reply [flat|nested] 30+ messages in thread
* Emacs 28.1 released @ 2022-04-04 12:06 Eli Zaretskii 2022-04-04 12:19 ` Kaushal Modi ` (10 more replies) 0 siblings, 11 replies; 30+ messages in thread From: Eli Zaretskii @ 2022-04-04 12:06 UTC (permalink / raw) To: emacs-devel Hi! Version 28.1 of Emacs, the extensible text editor, should now be available from your nearest GNU mirror: https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.xz https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.gz The tarballs are signed; you can get the corresponding PGP signature files at: https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.xz.sig https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.gz.sig You can choose a mirror explicitly from the list at: https://www.gnu.org/prep/ftp.html Mirrors may take some time to update; the main GNU ftp server is at: https://ftp.gnu.org/gnu/emacs/ To verify that the downloaded tarball is intact, download both the tarball and the corresponding .sig file, and run this command: gpg --verify emacs-28.1.tar.xz.sig (and similarly for emacs-28.1.tar.gz, if you download that format). If the GPG command fails because you don't have the required PGP public key, run this command to import the key: gpg --keyserver keyserver.ubuntu.com --recv-keys \ 17E90D521672C04631B1183EE78DAE0F3115E06B Alternative keyservers to try are pgp.mit.edu and keys.openpgp.org. You can also run sha1sum or sha256sum and confirm that these checksums match: SHA1 emacs-28.1.tar.gz 7af2566ff1d2a1b9b3c70e9517fa02a7137ad835 SHA1 emacs-28.1.tar.xz a198d69dfa5a42c30cabe9a82edb101ac5ee423c SHA256 emacs-28.1.tar.gz 1439bf7f24e5769f35601dbf332e74dfc07634da6b1e9500af67188a92340a28 SHA256 emacs-28.1.tar.xz 28b1b3d099037a088f0a4ca251d7e7262eab5ea1677aabffa6c4426961ad75e1 For a summary of changes in Emacs 28.1, see the etc/NEWS file in the tarball; you can view it from Emacs by typing 'C-h n', or by clicking Help->Emacs News from the menu bar. For the complete list of changes and the people who made them, see the various ChangeLog files in the source distribution. For a summary of all the people who have contributed to Emacs, see the etc/AUTHORS file. For more information about Emacs, see: https://www.gnu.org/software/emacs ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 12:06 Eli Zaretskii @ 2022-04-04 12:19 ` Kaushal Modi 2022-04-04 12:38 ` Eli Zaretskii 2022-04-04 13:06 ` Stefan Monnier ` (9 subsequent siblings) 10 siblings, 1 reply; 30+ messages in thread From: Kaushal Modi @ 2022-04-04 12:19 UTC (permalink / raw) To: Eli Zaretskii; +Cc: Emacs developers [-- Attachment #1: Type: text/plain, Size: 426 bytes --] On Mon, Apr 4, 2022, 8:06 AM Eli Zaretskii <eliz@gnu.org> wrote: > Hi! > > Version 28.1 of Emacs, the extensible text editor, should now > be available from your nearest GNU mirror: > > https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.xz > https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.gz That's awesome! 🎉 Can you also please update the release announcement on https://www.gnu.org/software/emacs/? [-- Attachment #2: Type: text/html, Size: 1057 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 12:19 ` Kaushal Modi @ 2022-04-04 12:38 ` Eli Zaretskii 2022-04-04 16:23 ` Eli Zaretskii 0 siblings, 1 reply; 30+ messages in thread From: Eli Zaretskii @ 2022-04-04 12:38 UTC (permalink / raw) To: Kaushal Modi; +Cc: emacs-devel > From: Kaushal Modi <kaushal.modi@gmail.com> > Date: Mon, 4 Apr 2022 08:19:30 -0400 > Cc: Emacs developers <emacs-devel@gnu.org> > > Version 28.1 of Emacs, the extensible text editor, should now > be available from your nearest GNU mirror: > > https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.xz > https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.gz > > That's awesome! 🎉 > > Can you also please update the release announcement on https://www.gnu.org/software/emacs/? I will, when I will overcome some boring technical difficulties. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 12:38 ` Eli Zaretskii @ 2022-04-04 16:23 ` Eli Zaretskii 2022-04-04 16:37 ` Kaushal Modi 0 siblings, 1 reply; 30+ messages in thread From: Eli Zaretskii @ 2022-04-04 16:23 UTC (permalink / raw) To: kaushal.modi; +Cc: emacs-devel > Date: Mon, 04 Apr 2022 15:38:37 +0300 > From: Eli Zaretskii <eliz@gnu.org> > Cc: emacs-devel@gnu.org > > > https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.xz > > https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.gz > > > > That's awesome! 🎉 > > > > Can you also please update the release announcement on https://www.gnu.org/software/emacs/? > > I will, when I will overcome some boring technical difficulties. Done. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 16:23 ` Eli Zaretskii @ 2022-04-04 16:37 ` Kaushal Modi 0 siblings, 0 replies; 30+ messages in thread From: Kaushal Modi @ 2022-04-04 16:37 UTC (permalink / raw) To: Eli Zaretskii; +Cc: Emacs developers [-- Attachment #1: Type: text/plain, Size: 666 bytes --] On Mon, Apr 4, 2022, 12:23 PM Eli Zaretskii <eliz@gnu.org> wrote: > > Date: Mon, 04 Apr 2022 15:38:37 +0300 > > From: Eli Zaretskii <eliz@gnu.org> > > Cc: emacs-devel@gnu.org > > > > > https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.xz > > > https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.gz > > > > > > That's awesome! 🎉 > > > > > > Can you also please update the release announcement on > https://www.gnu.org/software/emacs/? > > > > I will, when I will overcome some boring technical difficulties. > > Done. > Thanks! This is a big release. I've been on the emacs-28 branch for a while now, and it has been working great! > [-- Attachment #2: Type: text/html, Size: 1731 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 12:06 Eli Zaretskii 2022-04-04 12:19 ` Kaushal Modi @ 2022-04-04 13:06 ` Stefan Monnier 2022-04-04 13:22 ` tomas 2022-04-04 13:26 ` Po Lu ` (8 subsequent siblings) 10 siblings, 1 reply; 30+ messages in thread From: Stefan Monnier @ 2022-04-04 13:06 UTC (permalink / raw) To: Eli Zaretskii; +Cc: emacs-devel Eli Zaretskii [2022-04-04 15:06:39] wrote: > Version 28.1 of Emacs, the extensible text editor, should now > be available from your nearest GNU mirror: And here I was, thinking the hint of happiness floating about was due to spring! :-) Stefan ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 13:06 ` Stefan Monnier @ 2022-04-04 13:22 ` tomas 2022-04-04 13:45 ` Tim Cross 0 siblings, 1 reply; 30+ messages in thread From: tomas @ 2022-04-04 13:22 UTC (permalink / raw) To: emacs-devel [-- Attachment #1: Type: text/plain, Size: 435 bytes --] On Mon, Apr 04, 2022 at 09:06:52AM -0400, Stefan Monnier wrote: > Eli Zaretskii [2022-04-04 15:06:39] wrote: > > Version 28.1 of Emacs, the extensible text editor, should now > > be available from your nearest GNU mirror: > > And here I was, thinking the hint of happiness floating about was due > to spring! It is... indirectly. Spring broke out due to Emacs's release ;-) Thanks, Eli. And all of you. Cheers -- t [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 195 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 13:22 ` tomas @ 2022-04-04 13:45 ` Tim Cross 2022-04-04 14:05 ` tomas 0 siblings, 1 reply; 30+ messages in thread From: Tim Cross @ 2022-04-04 13:45 UTC (permalink / raw) To: tomas; +Cc: emacs-devel <tomas@tuxteam.de> writes: > [[PGP Signed Part:Undecided]] > On Mon, Apr 04, 2022 at 09:06:52AM -0400, Stefan Monnier wrote: >> Eli Zaretskii [2022-04-04 15:06:39] wrote: >> > Version 28.1 of Emacs, the extensible text editor, should now >> > be available from your nearest GNU mirror: >> >> And here I was, thinking the hint of happiness floating about was due >> to spring! > > It is... indirectly. Spring broke out due to Emacs's release ;-) > Wait a minute - half the planet just entered autumn, so release of Emacs 28.1 must mean winter is coming! Despite the threat of Wights over running us all, thanks to all those who worked tirelessly to get out another fine Emacs release. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 13:45 ` Tim Cross @ 2022-04-04 14:05 ` tomas 0 siblings, 0 replies; 30+ messages in thread From: tomas @ 2022-04-04 14:05 UTC (permalink / raw) To: Tim Cross; +Cc: emacs-devel [-- Attachment #1: Type: text/plain, Size: 872 bytes --] On Mon, Apr 04, 2022 at 11:45:11PM +1000, Tim Cross wrote: > > <tomas@tuxteam.de> writes: > > > [[PGP Signed Part:Undecided]] > > On Mon, Apr 04, 2022 at 09:06:52AM -0400, Stefan Monnier wrote: > >> Eli Zaretskii [2022-04-04 15:06:39] wrote: > >> > Version 28.1 of Emacs, the extensible text editor, should now > >> > be available from your nearest GNU mirror: > >> > >> And here I was, thinking the hint of happiness floating about was due > >> to spring! > > > > It is... indirectly. Spring broke out due to Emacs's release ;-) > > > > Wait a minute - half the planet just entered autumn, so release of Emacs > 28.1 must mean winter is coming! This was too provincial of me, right. OTOH, I could try to edge myself out of the embarrasment by saying that, for that half of the planet, it's harvest & thanksgiving :) Phew. Cheers -- t [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 195 bytes --] ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 12:06 Eli Zaretskii 2022-04-04 12:19 ` Kaushal Modi 2022-04-04 13:06 ` Stefan Monnier @ 2022-04-04 13:26 ` Po Lu 2022-04-04 13:36 ` Eli Zaretskii 2022-04-04 13:57 ` Dmitry Gutov ` (7 subsequent siblings) 10 siblings, 1 reply; 30+ messages in thread From: Po Lu @ 2022-04-04 13:26 UTC (permalink / raw) To: Eli Zaretskii; +Cc: emacs-devel Eli Zaretskii <eliz@gnu.org> writes: > Hi! > > Version 28.1 of Emacs, the extensible text editor, should now > be available from your nearest GNU mirror: > > https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.xz > https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.gz > > The tarballs are signed; you can get the corresponding PGP signature > files at: > > https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.xz.sig > https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.gz.sig Thanks. I wonder if anyone is still building the prebuilts hosted on the DJGPP FTP server. Perhaps they should be updated? ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 13:26 ` Po Lu @ 2022-04-04 13:36 ` Eli Zaretskii 2022-04-10 12:46 ` Eli Zaretskii 0 siblings, 1 reply; 30+ messages in thread From: Eli Zaretskii @ 2022-04-04 13:36 UTC (permalink / raw) To: Po Lu; +Cc: emacs-devel > From: Po Lu <luangruo@yahoo.com> > Cc: emacs-devel@gnu.org > Date: Mon, 04 Apr 2022 21:26:57 +0800 > > > https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.xz.sig > > https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.gz.sig > > Thanks. I wonder if anyone is still building the prebuilts hosted on > the DJGPP FTP server. Perhaps they should be updated? On my todo. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 13:36 ` Eli Zaretskii @ 2022-04-10 12:46 ` Eli Zaretskii 2022-04-10 12:50 ` Po Lu 0 siblings, 1 reply; 30+ messages in thread From: Eli Zaretskii @ 2022-04-10 12:46 UTC (permalink / raw) To: luangruo; +Cc: emacs-devel > Date: Mon, 04 Apr 2022 16:36:44 +0300 > From: Eli Zaretskii <eliz@gnu.org> > Cc: emacs-devel@gnu.org > > > From: Po Lu <luangruo@yahoo.com> > > Cc: emacs-devel@gnu.org > > Date: Mon, 04 Apr 2022 21:26:57 +0800 > > > > > https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.xz.sig > > > https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.gz.sig > > > > Thanks. I wonder if anyone is still building the prebuilts hosted on > > the DJGPP FTP server. Perhaps they should be updated? > > On my todo. I found a few warnings and fixed them. I will probably upload to DJGPP site after Emacs 28.2 is released. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-10 12:46 ` Eli Zaretskii @ 2022-04-10 12:50 ` Po Lu 0 siblings, 0 replies; 30+ messages in thread From: Po Lu @ 2022-04-10 12:50 UTC (permalink / raw) To: Eli Zaretskii; +Cc: emacs-devel Eli Zaretskii <eliz@gnu.org> writes: > I found a few warnings and fixed them. I will probably upload to > DJGPP site after Emacs 28.2 is released. Thanks. I'm sorry I missed those. ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 12:06 Eli Zaretskii ` (2 preceding siblings ...) 2022-04-04 13:26 ` Po Lu @ 2022-04-04 13:57 ` Dmitry Gutov 2022-04-04 14:05 ` Leo Liu ` (6 subsequent siblings) 10 siblings, 0 replies; 30+ messages in thread From: Dmitry Gutov @ 2022-04-04 13:57 UTC (permalink / raw) To: Eli Zaretskii, emacs-devel On 04.04.2022 15:06, Eli Zaretskii wrote: > Version 28.1 of Emacs, the extensible text editor, should now > be available from your nearest GNU mirror: Hurray! ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 12:06 Eli Zaretskii ` (3 preceding siblings ...) 2022-04-04 13:57 ` Dmitry Gutov @ 2022-04-04 14:05 ` Leo Liu 2022-04-04 14:15 ` Sean Whitton ` (5 subsequent siblings) 10 siblings, 0 replies; 30+ messages in thread From: Leo Liu @ 2022-04-04 14:05 UTC (permalink / raw) To: Eli Zaretskii; +Cc: emacs-devel On 2022-04-04 15:06 +0300, Eli Zaretskii wrote: > Version 28.1 of Emacs, the extensible text editor, should now > be available from your nearest GNU mirror Congrats to you and the team for the hard work to bring this about ;) Leo ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 12:06 Eli Zaretskii ` (4 preceding siblings ...) 2022-04-04 14:05 ` Leo Liu @ 2022-04-04 14:15 ` Sean Whitton 2022-04-04 16:05 ` John Wiegley ` (4 subsequent siblings) 10 siblings, 0 replies; 30+ messages in thread From: Sean Whitton @ 2022-04-04 14:15 UTC (permalink / raw) To: Eli Zaretskii, emacs-devel Hello, On Mon 04 Apr 2022 at 03:06pm +03, Eli Zaretskii wrote: > Hi! > > Version 28.1 of Emacs, the extensible text editor, should now > be available from your nearest GNU mirror: A great release! Congratulations! -- Sean Whitton ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 12:06 Eli Zaretskii ` (5 preceding siblings ...) 2022-04-04 14:15 ` Sean Whitton @ 2022-04-04 16:05 ` John Wiegley 2022-04-04 19:44 ` Jose A. Ortega Ruiz ` (3 subsequent siblings) 10 siblings, 0 replies; 30+ messages in thread From: John Wiegley @ 2022-04-04 16:05 UTC (permalink / raw) To: Eli Zaretskii; +Cc: emacs-devel >>>>> "EZ" == Eli Zaretskii <eliz@gnu.org> writes: EZ> Version 28.1 of Emacs, the extensible text editor, should now be available EZ> from your nearest GNU mirror: Great work, everyone! -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 12:06 Eli Zaretskii ` (6 preceding siblings ...) 2022-04-04 16:05 ` John Wiegley @ 2022-04-04 19:44 ` Jose A. Ortega Ruiz 2022-04-06 4:09 ` Richard Stallman 2022-04-05 1:37 ` Pankaj Jangid ` (2 subsequent siblings) 10 siblings, 1 reply; 30+ messages in thread From: Jose A. Ortega Ruiz @ 2022-04-04 19:44 UTC (permalink / raw) To: Eli Zaretskii; +Cc: emacs-devel i sometimes have nightmares where i'm still a programmer, but in a world where emacs doesn't exist... i cannot thank you enough for the amazing work you're putting into making sure those bad dreams never'll come true! thanks for your hard work and bullet-proof patience, and congratulations on the new relealse! :) cheers, jao -- A student came to the master and asked, for the master was one of them who knew such things: "Does Emacs have the Buddha nature?" The master contemplated this for some time, and answered: "I don't see why not, it has about everything else." ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 19:44 ` Jose A. Ortega Ruiz @ 2022-04-06 4:09 ` Richard Stallman 0 siblings, 0 replies; 30+ messages in thread From: Richard Stallman @ 2022-04-06 4:09 UTC (permalink / raw) To: Jose A. Ortega Ruiz; +Cc: eliz, emacs-devel [[[ 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. ]]] > i sometimes have nightmares where i'm still a programmer, but in a world > where emacs doesn't exist... i cannot thank you enough for the amazing > work you're putting into making sure those bad dreams never'll come > true! The best way to thank us GNU developers is to join in and help. Would you be willing to do some volunteer work to help the GNU Project and/or the free software movement? See https://gnu.org/help for some of the kinds of work we need. As long as people somewhere are still using nonfree software, our mission is not accomplished. -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org) ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 12:06 Eli Zaretskii ` (7 preceding siblings ...) 2022-04-04 19:44 ` Jose A. Ortega Ruiz @ 2022-04-05 1:37 ` Pankaj Jangid 2022-04-05 1:47 ` Pankaj Jangid 2022-04-05 4:07 ` Byung-Hee HWANG 2022-04-05 9:16 ` Andrea Corallo 10 siblings, 1 reply; 30+ messages in thread From: Pankaj Jangid @ 2022-04-05 1:37 UTC (permalink / raw) To: emacs-devel Thanks for your hard work dear maintainers - present and past. I learn from you - how to really give back to society/humanity. I’ve a tiny contribution in this release. And that doubles my happiness. :-) Regards Pankaj ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-05 1:37 ` Pankaj Jangid @ 2022-04-05 1:47 ` Pankaj Jangid 0 siblings, 0 replies; 30+ messages in thread From: Pankaj Jangid @ 2022-04-05 1:47 UTC (permalink / raw) To: emacs-devel Pankaj Jangid <pankaj@codeisgreat.org> writes: > Thanks for your hard work dear maintainers - present and past. I learn > from you - how to really give back to society/humanity. Sorry, I missed countless contributors who also have toiled hard to make this beautiful thing. Many thanks to all the committers. Regards Pankaj ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 12:06 Eli Zaretskii ` (8 preceding siblings ...) 2022-04-05 1:37 ` Pankaj Jangid @ 2022-04-05 4:07 ` Byung-Hee HWANG 2022-04-05 9:16 ` Andrea Corallo 10 siblings, 0 replies; 30+ messages in thread From: Byung-Hee HWANG @ 2022-04-05 4:07 UTC (permalink / raw) To: emacs-devel Eli Zaretskii <eliz@gnu.org> writes: > Hi! > > Version 28.1 of Emacs, the extensible text editor, should now > be available from your nearest GNU mirror: > > https://ftpmirror.gnu.org/emacs/emacs-28.1.tar.xz > (...thanks...) Thank you very so much ^^^ Sincerely, Gnus fan Byung-Hee -- ^고맙습니다 _救濟蒼生_ 감사합니다_^))// ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-04 12:06 Eli Zaretskii ` (9 preceding siblings ...) 2022-04-05 4:07 ` Byung-Hee HWANG @ 2022-04-05 9:16 ` Andrea Corallo 2022-04-05 9:51 ` Andrea Corallo 10 siblings, 1 reply; 30+ messages in thread From: Andrea Corallo @ 2022-04-05 9:16 UTC (permalink / raw) To: Eli Zaretskii; +Cc: emacs-devel Eli Zaretskii <eliz@gnu.org> writes: > Hi! > > Version 28.1 of Emacs, the extensible text editor, should now > be available from your nearest GNU mirror: [...] Wonderful!! Thanks everyone for the incredible job on this release, special mention goes to maintainers and Stephane indeed! Andrea ^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: Emacs 28.1 released 2022-04-05 9:16 ` Andrea Corallo @ 2022-04-05 9:51 ` Andrea Corallo 0 siblings, 0 replies; 30+ messages in thread From: Andrea Corallo @ 2022-04-05 9:51 UTC (permalink / raw) To: Eli Zaretskii; +Cc: emacs-devel Andrea Corallo <akrl@sdf.org> writes: > Eli Zaretskii <eliz@gnu.org> writes: > >> Hi! >> >> Version 28.1 of Emacs, the extensible text editor, should now >> be available from your nearest GNU mirror: > > [...] > > Wonderful!! Thanks everyone for the incredible job on this release, > special mention goes to maintainers and Stephane indeed! ^^ Stefan, very sorry for the typo ^ permalink raw reply [flat|nested] 30+ messages in thread
end of thread, other threads:[~2022-04-10 12:50 UTC | newest] Thread overview: 30+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-04-04 18:00 Emacs 28.1 released xenodasein--- via Emacs development discussions. 2022-04-05 6:36 ` Eric S Fraga 2022-04-05 7:13 ` tomas 2022-04-05 7:23 ` Eric S Fraga 2022-04-05 7:34 ` Robert Pluim 2022-04-05 7:42 ` Eric S Fraga -- strict thread matches above, loose matches on Subject: below -- 2022-04-04 12:06 Eli Zaretskii 2022-04-04 12:19 ` Kaushal Modi 2022-04-04 12:38 ` Eli Zaretskii 2022-04-04 16:23 ` Eli Zaretskii 2022-04-04 16:37 ` Kaushal Modi 2022-04-04 13:06 ` Stefan Monnier 2022-04-04 13:22 ` tomas 2022-04-04 13:45 ` Tim Cross 2022-04-04 14:05 ` tomas 2022-04-04 13:26 ` Po Lu 2022-04-04 13:36 ` Eli Zaretskii 2022-04-10 12:46 ` Eli Zaretskii 2022-04-10 12:50 ` Po Lu 2022-04-04 13:57 ` Dmitry Gutov 2022-04-04 14:05 ` Leo Liu 2022-04-04 14:15 ` Sean Whitton 2022-04-04 16:05 ` John Wiegley 2022-04-04 19:44 ` Jose A. Ortega Ruiz 2022-04-06 4:09 ` Richard Stallman 2022-04-05 1:37 ` Pankaj Jangid 2022-04-05 1:47 ` Pankaj Jangid 2022-04-05 4:07 ` Byung-Hee HWANG 2022-04-05 9:16 ` Andrea Corallo 2022-04-05 9:51 ` Andrea Corallo
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).