unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Emacs pretest 28.0.92 is out
@ 2022-03-13 18:00 Eli Zaretskii
  2022-03-18 13:44 ` Roland Winkler
  0 siblings, 1 reply; 15+ messages in thread
From: Eli Zaretskii @ 2022-03-13 18:00 UTC (permalink / raw)
  To: emacs-devel

Hi!

The third pretest for what will be the 28.1 release of Emacs (the
extensible text editor) is available at:

  https://alpha.gnu.org/gnu/emacs/pretest/emacs-28.0.92.tar.xz

The tarball is signed; you can get the PGP signature file at:

  https://alpha.gnu.org/gnu/emacs/pretest/emacs-28.0.92.tar.xz.sig

Please give it as much testing as you can.

As always, if you encounter problems building or using Emacs,
send a report to bug-gnu-emacs@gnu.org with full details
(if possible, use M-x report-emacs-bug).

Thanks for helping to test Emacs.

--------------------------------------

To verify that the tarball is intact, download both the .sig and
the tarball, and run this command:

  gpg --verify emacs-28.0.92.tar.xz.sig

If that command fails because you don't have the required public key,
run this command to import it:

  gpg --keyserver pgp.mit.edu --recv-keys \
    17E90D521672C04631B1183EE78DAE0F3115E06B

You can also run sha1sum or sha256sum and confirm that these
checksums match:

SHA1  emacs-28.0.92.tar.xz
5d48ee6232200b979f946cb822bcbccffcb08ced

SHA256  emacs-28.0.92.tar.xz
59072f7cc1369a4196677d5a24077b998404e439105256119917f21b27413e57



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

* Emacs pretest 28.0.92 is out
@ 2022-03-16 15:44 Bhavin Gandhi
  2022-03-16 16:51 ` Eli Zaretskii
  2022-03-16 16:52 ` Eli Zaretskii
  0 siblings, 2 replies; 15+ messages in thread
From: Bhavin Gandhi @ 2022-03-16 15:44 UTC (permalink / raw)
  To: eliz, emacs-devel

Hello Eli,

> If that command fails because you don't have the required public key,
> run this command to import it:
>
>   gpg --keyserver pgp.mit.edu --recv-keys \
>     17E90D521672C04631B1183EE78DAE0F3115E06B

Do you happen to have the public key on any other server like
https://keys.openpgp.org/ ? I'm having hard time retrieving keys using
above command.

$ gpg  --debug-level=guru --keyserver pgp.mit.edu --recv-keys
17E90D521672C04631B1183EE78DAE0F3115E06B
…
gpg: DBG: chan_3 -> KS_GET -- 0x17E90D521672C04631B1183EE78DAE0F3115E06B
gpg: DBG: chan_3 <- ERR 219 Server indicated a failure <Unspecified source>
gpg: keyserver receive failed: Server indicated a failure

-- 
Regards,
Bhavin Gandhi (bhavin192) | https://geeksocket.in



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

* Re: Emacs pretest 28.0.92 is out
  2022-03-16 15:44 Bhavin Gandhi
@ 2022-03-16 16:51 ` Eli Zaretskii
  2022-03-16 16:52 ` Eli Zaretskii
  1 sibling, 0 replies; 15+ messages in thread
From: Eli Zaretskii @ 2022-03-16 16:51 UTC (permalink / raw)
  To: Bhavin Gandhi; +Cc: emacs-devel

> From: Bhavin Gandhi <bhavin7392@gmail.com>
> Date: Wed, 16 Mar 2022 21:14:35 +0530
> 
> >   gpg --keyserver pgp.mit.edu --recv-keys \
> >     17E90D521672C04631B1183EE78DAE0F3115E06B
> 
> Do you happen to have the public key on any other server like
> https://keys.openpgp.org/ ? I'm having hard time retrieving keys using
> above command.
> 
> $ gpg  --debug-level=guru --keyserver pgp.mit.edu --recv-keys
> 17E90D521672C04631B1183EE78DAE0F3115E06B
> …
> gpg: DBG: chan_3 -> KS_GET -- 0x17E90D521672C04631B1183EE78DAE0F3115E06B
> gpg: DBG: chan_3 <- ERR 219 Server indicated a failure <Unspecified source>
> gpg: keyserver receive failed: Server indicated a failure

Try this:

  gpg --keyserver keyserver.ubuntu.com --send-keys 17E90D521672C04631B1183EE78DAE0F3115E06B

I'm sorry, but problems with keyservers are a fact of life these days,
and no announcement can keep up with the changes fortunes of times as
quickly as they seem to change...



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

* Re: Emacs pretest 28.0.92 is out
  2022-03-16 15:44 Bhavin Gandhi
  2022-03-16 16:51 ` Eli Zaretskii
@ 2022-03-16 16:52 ` Eli Zaretskii
  2022-03-16 17:34   ` Bhavin Gandhi
  1 sibling, 1 reply; 15+ messages in thread
From: Eli Zaretskii @ 2022-03-16 16:52 UTC (permalink / raw)
  To: Bhavin Gandhi; +Cc: emacs-devel

> From: Bhavin Gandhi <bhavin7392@gmail.com>
> Date: Wed, 16 Mar 2022 21:14:35 +0530
> 
> >   gpg --keyserver pgp.mit.edu --recv-keys \
> >     17E90D521672C04631B1183EE78DAE0F3115E06B
> 
> Do you happen to have the public key on any other server like
> https://keys.openpgp.org/ ? I'm having hard time retrieving keys using
> above command.
> 
> $ gpg  --debug-level=guru --keyserver pgp.mit.edu --recv-keys
> 17E90D521672C04631B1183EE78DAE0F3115E06B
> …
> gpg: DBG: chan_3 -> KS_GET -- 0x17E90D521672C04631B1183EE78DAE0F3115E06B
> gpg: DBG: chan_3 <- ERR 219 Server indicated a failure <Unspecified source>
> gpg: keyserver receive failed: Server indicated a failure

Try this:

  gpg --keyserver keyserver.ubuntu.com --recv-keys 17E90D521672C04631B1183EE78DAE0F3115E06B

I'm sorry, but problems with keyservers are a fact of life these days,
and no announcement can keep up with the changes fortunes of times as
quickly as they seem to change...

(Please ignore the previous message where I mistakenly used --send-keys.)



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

* Re: Emacs pretest 28.0.92 is out
  2022-03-16 16:52 ` Eli Zaretskii
@ 2022-03-16 17:34   ` Bhavin Gandhi
  0 siblings, 0 replies; 15+ messages in thread
From: Bhavin Gandhi @ 2022-03-16 17:34 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

On Wed, 16 Mar 2022 at 22:22, Eli Zaretskii <eliz@gnu.org> wrote:
>
> Try this:
>
>   gpg --keyserver keyserver.ubuntu.com --recv-keys 17E90D521672C04631B1183EE78DAE0F3115E06B
>
> I'm sorry, but problems with keyservers are a fact of life these days,
> and no announcement can keep up with the changes fortunes of times as
> quickly as they seem to change...
>

Thank you! I was able to get the keys. There seems to be some issue with
my system or setup, sorry for the noise.



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

* Re: Emacs pretest 28.0.92 is out
  2022-03-13 18:00 Emacs pretest 28.0.92 is out Eli Zaretskii
@ 2022-03-18 13:44 ` Roland Winkler
  2022-03-18 14:11   ` Eli Zaretskii
  2022-03-18 14:50   ` Eric S Fraga
  0 siblings, 2 replies; 15+ messages in thread
From: Roland Winkler @ 2022-03-18 13:44 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

On Sun, Mar 13 2022, Eli Zaretskii wrote:
> The third pretest for what will be the 28.1 release of Emacs (the
> extensible text editor) is available at:

I do not know as how mature the third pretest is ranked.  Personally,
I find bug 54158 very annoying; it is a regression compared with
Emacs 27.  Please, let me know if there is anything I can help debugging
it.  Unfortunately, it goes beyond my expertise.

Thanks!

Roland



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

* Re: Emacs pretest 28.0.92 is out
  2022-03-18 13:44 ` Roland Winkler
@ 2022-03-18 14:11   ` Eli Zaretskii
  2022-03-18 15:59     ` Eric Abrahamsen
  2022-03-20  6:04     ` Andrew Cohen
  2022-03-18 14:50   ` Eric S Fraga
  1 sibling, 2 replies; 15+ messages in thread
From: Eli Zaretskii @ 2022-03-18 14:11 UTC (permalink / raw)
  To: Roland Winkler, Eric Abrahamsen, Lars Ingebrigtsen; +Cc: emacs-devel

> From: Roland Winkler <winkler@gnu.org>
> Cc: emacs-devel@gnu.org
> Date: Fri, 18 Mar 2022 08:44:23 -0500
> 
> On Sun, Mar 13 2022, Eli Zaretskii wrote:
> > The third pretest for what will be the 28.1 release of Emacs (the
> > extensible text editor) is available at:
> 
> I do not know as how mature the third pretest is ranked.  Personally,
> I find bug 54158 very annoying; it is a regression compared with
> Emacs 27.  Please, let me know if there is anything I can help debugging
> it.  Unfortunately, it goes beyond my expertise.

Eric, Lars, can we solve that bug soon, please?



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

* Re: Emacs pretest 28.0.92 is out
  2022-03-18 13:44 ` Roland Winkler
  2022-03-18 14:11   ` Eli Zaretskii
@ 2022-03-18 14:50   ` Eric S Fraga
  2022-03-18 16:08     ` Eric S Fraga
  2022-03-18 19:56     ` Roland Winkler
  1 sibling, 2 replies; 15+ messages in thread
From: Eric S Fraga @ 2022-03-18 14:50 UTC (permalink / raw)
  To: emacs-devel

On Friday, 18 Mar 2022 at 08:44, Roland Winkler wrote:
> Personally, I find bug 54158 very annoying; it is a regression
> compared with Emacs 27.  

Roland,

I cannot help with the bug (my elisp-foo is not up to it) but, reading
the bug report, I note that you wish to download your emails and delete
them on the server.  Does your site's Exchange settings allow you to
access the emails using POP instead of IMAP?

I ask because I have a very similar setup to yours: davmail to support
two-factor authentication with an Exchange server and wanting to delete
emails on the server when fetched.  The only difference in my case is I
specify 'pop instead of 'imap for the localhost server (and hence also a
different :port setting of 1110).  By using POP, the emails are
automatically deleted when retrieved and I've seen no duplicates, as far
as I can tell.

I also second your view on the rather generous interpretation that
Exchange applies to junk email... :-( but I've not yet gone the route of
asking for those emails as well.  Maybe I should.  Something for me to
ponder.

Best of luck,
eric

-- 
Eric S Fraga with org 9.5.2 in Emacs 29.0.50 on Debian 11.2




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

* Re: Emacs pretest 28.0.92 is out
  2022-03-18 14:11   ` Eli Zaretskii
@ 2022-03-18 15:59     ` Eric Abrahamsen
  2022-03-18 16:48       ` Eli Zaretskii
  2022-03-20  6:04     ` Andrew Cohen
  1 sibling, 1 reply; 15+ messages in thread
From: Eric Abrahamsen @ 2022-03-18 15:59 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Lars Ingebrigtsen, Roland Winkler, emacs-devel


On 03/18/22 16:11 PM, Eli Zaretskii wrote:
>> From: Roland Winkler <winkler@gnu.org>
>> Cc: emacs-devel@gnu.org
>> Date: Fri, 18 Mar 2022 08:44:23 -0500
>> 
>> On Sun, Mar 13 2022, Eli Zaretskii wrote:
>> > The third pretest for what will be the 28.1 release of Emacs (the
>> > extensible text editor) is available at:
>> 
>> I do not know as how mature the third pretest is ranked.  Personally,
>> I find bug 54158 very annoying; it is a regression compared with
>> Emacs 27.  Please, let me know if there is anything I can help debugging
>> it.  Unfortunately, it goes beyond my expertise.
>
> Eric, Lars, can we solve that bug soon, please?

I can work on it this weekend. I don't even have a guess as to what
might be wrong, though, so I'm not particularly optimistic.



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

* Re: Emacs pretest 28.0.92 is out
  2022-03-18 14:50   ` Eric S Fraga
@ 2022-03-18 16:08     ` Eric S Fraga
  2022-03-18 19:56     ` Roland Winkler
  1 sibling, 0 replies; 15+ messages in thread
From: Eric S Fraga @ 2022-03-18 16:08 UTC (permalink / raw)
  To: emacs-devel

You should probably ignore my suggestion as POP doesn't allow retrieval
from anything other than INBOX. :-(

-- 
Eric S Fraga with org 9.5.2 in Emacs 29.0.50 on Debian 11.2




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

* Re: Emacs pretest 28.0.92 is out
  2022-03-18 15:59     ` Eric Abrahamsen
@ 2022-03-18 16:48       ` Eli Zaretskii
  0 siblings, 0 replies; 15+ messages in thread
From: Eli Zaretskii @ 2022-03-18 16:48 UTC (permalink / raw)
  To: Eric Abrahamsen; +Cc: larsi, winkler, emacs-devel

> From: Eric Abrahamsen <eric@ericabrahamsen.net>
> Cc: Roland Winkler <winkler@gnu.org>,  Lars Ingebrigtsen <larsi@gnus.org>,
>   emacs-devel@gnu.org
> Date: Fri, 18 Mar 2022 08:59:55 -0700
> 
> 
> On 03/18/22 16:11 PM, Eli Zaretskii wrote:
> >> From: Roland Winkler <winkler@gnu.org>
> >> Cc: emacs-devel@gnu.org
> >> Date: Fri, 18 Mar 2022 08:44:23 -0500
> >> 
> >> On Sun, Mar 13 2022, Eli Zaretskii wrote:
> >> > The third pretest for what will be the 28.1 release of Emacs (the
> >> > extensible text editor) is available at:
> >> 
> >> I do not know as how mature the third pretest is ranked.  Personally,
> >> I find bug 54158 very annoying; it is a regression compared with
> >> Emacs 27.  Please, let me know if there is anything I can help debugging
> >> it.  Unfortunately, it goes beyond my expertise.
> >
> > Eric, Lars, can we solve that bug soon, please?
> 
> I can work on it this weekend. I don't even have a guess as to what
> might be wrong, though, so I'm not particularly optimistic.

Thanks in advance.



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

* Re: Emacs pretest 28.0.92 is out
  2022-03-18 14:50   ` Eric S Fraga
  2022-03-18 16:08     ` Eric S Fraga
@ 2022-03-18 19:56     ` Roland Winkler
  1 sibling, 0 replies; 15+ messages in thread
From: Roland Winkler @ 2022-03-18 19:56 UTC (permalink / raw)
  To: emacs-devel

On Fri, Mar 18 2022, Eric S Fraga wrote:
> I cannot help with the bug (my elisp-foo is not up to it) but, reading
> the bug report, I note that you wish to download your emails and
> delete them on the server.  Does your site's Exchange settings allow
> you to access the emails using POP instead of IMAP?

Thanks, I already have found some workarounds that cure the symptoms of
this bug.  But none of them address the cause of the problem.  So I hope
it can be fixed properly before the release of Emacs 28.1.




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

* Re: Emacs pretest 28.0.92 is out
  2022-03-18 14:11   ` Eli Zaretskii
  2022-03-18 15:59     ` Eric Abrahamsen
@ 2022-03-20  6:04     ` Andrew Cohen
  2022-03-20 15:20       ` Lars Ingebrigtsen
  1 sibling, 1 reply; 15+ messages in thread
From: Andrew Cohen @ 2022-03-20  6:04 UTC (permalink / raw)
  To: emacs-devel

>>>>> "EZ" == Eli Zaretskii <eliz@gnu.org> writes:

[...]

    >> I do not know as how mature the third pretest is ranked.
    >> Personally, I find bug 54158 very annoying; it is a regression
    >> compared with Emacs 27.  Please, let me know if there is anything
    >> I can help debugging it.  Unfortunately, it goes beyond my
    >> expertise.

    EZ> Eric, Lars, can we solve that bug soon, please?

Below is  a patch that fixes this bug. Note that I don't believe it is a
regression but seems to have been around for quite some time.

Subject: [PATCH] Fix imap fetching multiple mailboxes (bug#54158)

* lisp/gnus/mail-source.el (mail-source-fetch-imap): Variables
mailbox-source-string and remove should be reset for each mailbox.
---
 lisp/gnus/mail-source.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lisp/gnus/mail-source.el b/lisp/gnus/mail-source.el
index 04de70bf0f..320bc9c3b0 100644
--- a/lisp/gnus/mail-source.el
+++ b/lisp/gnus/mail-source.el
@@ -1065,9 +1065,7 @@ mail-source-fetch-imap
     (let ((from (format "%s:%s:%s" server user port))
 	  (found 0)
 	  (buf (generate-new-buffer " *imap source*"))
-	  (mail-source-string (format "imap:%s:%s" server mailbox))
-	  (imap-shell-program (or (list program) imap-shell-program))
-	  remove)
+	  (imap-shell-program (or (list program) imap-shell-program)))
       (if (and (imap-open server port stream authentication buf)
 	       (imap-authenticate
 		user (or (cdr (assoc from mail-source-password-cache))
@@ -1076,8 +1074,10 @@ mail-source-fetch-imap
           (let ((mailbox-list (if (listp mailbox) mailbox (list mailbox))))
             (dolist (mailbox mailbox-list)
               (when (imap-mailbox-select mailbox nil buf)
-	  (let ((coding-system-for-write mail-source-imap-file-coding-system)
-		str)
+	        (let ((coding-system-for-write
+                       mail-source-imap-file-coding-system)
+	              (mail-source-string (format "imap:%s:%s" server mailbox))
+	              str remove)
             (message "Fetching from %s..." mailbox)
 	    (with-temp-file mail-source-crash-box
 	      ;; Avoid converting 8-bit chars from inserted strings to
-- 
2.34.1.575.g55b058a8bb



-- 
Andrew Cohen




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

* Re: Emacs pretest 28.0.92 is out
  2022-03-20  6:04     ` Andrew Cohen
@ 2022-03-20 15:20       ` Lars Ingebrigtsen
  2022-03-21  2:35         ` Roland Winkler
  0 siblings, 1 reply; 15+ messages in thread
From: Lars Ingebrigtsen @ 2022-03-20 15:20 UTC (permalink / raw)
  To: Andrew Cohen; +Cc: emacs-devel

Andrew Cohen <acohen@ust.hk> writes:

> Below is  a patch that fixes this bug. Note that I don't believe it is a
> regression but seems to have been around for quite some time.

Looks good to me.  As this isn't a regression (as the multiple-mailbox
thing has probably never worked), I'd prefer it on the trunk instead of
in emacs-28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



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

* Re: Emacs pretest 28.0.92 is out
  2022-03-20 15:20       ` Lars Ingebrigtsen
@ 2022-03-21  2:35         ` Roland Winkler
  0 siblings, 0 replies; 15+ messages in thread
From: Roland Winkler @ 2022-03-21  2:35 UTC (permalink / raw)
  To: emacs-devel

On Sun, Mar 20 2022, Lars Ingebrigtsen wrote:
> Andrew Cohen <acohen@ust.hk> writes:
>
>> Below is  a patch that fixes this bug. Note that I don't believe it is a
>> regression but seems to have been around for quite some time.
>
> Looks good to me.  As this isn't a regression (as the multiple-mailbox
> thing has probably never worked), I'd prefer it on the trunk instead of
> in emacs-28.

While I filed bug report 54158, putting Andrew's patch only on the trunk
is fine with me.  I (and anyone suffering from this bug) can patch
emacs-28 him- or herself.




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

end of thread, other threads:[~2022-03-21  2:35 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-13 18:00 Emacs pretest 28.0.92 is out Eli Zaretskii
2022-03-18 13:44 ` Roland Winkler
2022-03-18 14:11   ` Eli Zaretskii
2022-03-18 15:59     ` Eric Abrahamsen
2022-03-18 16:48       ` Eli Zaretskii
2022-03-20  6:04     ` Andrew Cohen
2022-03-20 15:20       ` Lars Ingebrigtsen
2022-03-21  2:35         ` Roland Winkler
2022-03-18 14:50   ` Eric S Fraga
2022-03-18 16:08     ` Eric S Fraga
2022-03-18 19:56     ` Roland Winkler
  -- strict thread matches above, loose matches on Subject: below --
2022-03-16 15:44 Bhavin Gandhi
2022-03-16 16:51 ` Eli Zaretskii
2022-03-16 16:52 ` Eli Zaretskii
2022-03-16 17:34   ` Bhavin Gandhi

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