unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#42491: [gbrouwer@web.de] Aw: Re: Konzertaufnahme
       [not found] <87y2nauphf.fsf@fencepost.gnu.org>
@ 2020-07-24 16:21 ` Lars Ingebrigtsen
  2020-07-24 16:50   ` David Kastrup
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Ingebrigtsen @ 2020-07-24 16:21 UTC (permalink / raw)
  To: David Kastrup; +Cc: 42491

David Kastrup <dak@gnu.org> writes:

> Next try for extract all MIME...

Looks like the MIME structure survived intact...  but I'm still not able
to reproduce this bug.  (Cc'd to the bug report again.)

I've had a look at the code that's failing, and that bit of
gnus-summary-save-parts-1 hasn't changed in more than 20 years.

Has this problem started happening recently?  Do you have any
customisations in this area?






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

* bug#42491: [gbrouwer@web.de] Aw: Re: Konzertaufnahme
  2020-07-24 16:21 ` bug#42491: [gbrouwer@web.de] Aw: Re: Konzertaufnahme Lars Ingebrigtsen
@ 2020-07-24 16:50   ` David Kastrup
  2020-07-27 21:36     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: David Kastrup @ 2020-07-24 16:50 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 42491

Lars Ingebrigtsen <larsi@gnus.org> writes:

> David Kastrup <dak@gnu.org> writes:
>
>> Next try for extract all MIME...
>
> Looks like the MIME structure survived intact...  but I'm still not able
> to reproduce this bug.  (Cc'd to the bug report again.)
>
> I've had a look at the code that's failing, and that bit of
> gnus-summary-save-parts-1 hasn't changed in more than 20 years.
>
> Has this problem started happening recently?

I think it's the first time I tried that menu entry.

> Do you have any customisations in this area?

For sure.  I sent this using gnus-bug so it is a bit disappointing that
it didn't list gnus-related options.  Let me check my .emacs.

I think the relevant lines would likely be

 '(gnus-novice-user nil)
 '(gnus-secondary-select-methods
   '((nnml "private")
     (nnnil "news.arcor.de"
	    (nntp-open-connection-function nntp-open-ssl-stream)
	    (nntp-port-number 563))
     (nnnil "imap.arcor.de"
	    (nnimap-stream ssl))))
 '(gnus-select-method '(nnnil "localhost"))
 '(gnus-show-mime t)
 '(gnus-strict-mime nil)
 '(gnus-summary-goto-unread nil)
 '(gnus-use-adaptive-scoring '(word line))
 '(gnus-use-header-prefetch t)

 '(message-default-news-headers
   "X-Face: 2FEFf>]>q>2iw=B6,xrUubRI>pR&Ml9=ao@P@i)L:\\urd*t9M~y1^:+Y]'C0~{mAl`oQuAl
 \\!3KEIp?*w`|bL5qr,H)LFO6Q=qx~iH4DN;i\";/yuIsqbLLCh/!U#X[S~(5eZ41to5f%E@'ELIi$t^
 Vc\\LWP@J5p^rst0+('>Er0=^1{]M9!p?&:\\z]|;&=NP3AhB!B_bi^]Pfkw
Organization: Organization?!?
")
 '(message-dont-reply-to-names
   "\\<dak\\(@tupik.goethe.zz\\)?\\|\\<David.Kastrup@\\|\\<dakas@")
 '(message-forward-as-mime t)
 '(message-send-mail-function 'smtpmail-send-it)
 '(message-sendmail-f-is-evil t)
 '(message-user-fqdn "fencepost.gnu.org")

 '(mm-coding-system-priorities '(iso-8859-1 iso-8859-15 utf-8))
 '(mm-discouraged-alternatives '("text/html"))
 '(mml-secure-key-preferences
   '((OpenPGP
      (sign)
      (encrypt
       ("wl@gnu.org" "E30674707856409FF1948010BE6C3AAC63AD8E3F")))
     (CMS
      (sign)
      (encrypt))))

 '(nnmail-split-methods '(("mail.misc" gnus-group-split)))

 '(query-user-mail-address nil)

 '(send-mail-function 'smtpmail-send-it)
 '(smtpmail-smtp-server "fencepost.gnu.org")
 '(smtpmail-smtp-service 587)

That should be about anything gnus/mail related.

-- 
David Kastrup





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

* bug#42491: [gbrouwer@web.de] Aw: Re: Konzertaufnahme
  2020-07-24 16:50   ` David Kastrup
@ 2020-07-27 21:36     ` Lars Ingebrigtsen
  2020-07-27 21:49       ` David Kastrup
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Ingebrigtsen @ 2020-07-27 21:36 UTC (permalink / raw)
  To: David Kastrup; +Cc: 42491

David Kastrup <dak@gnu.org> writes:

> I think the relevant lines would likely be

[...]

>  '(gnus-show-mime t)
>  '(gnus-strict-mime nil)

These don't exist any more...

[...]

>  '(mm-discouraged-alternatives '("text/html"))

I thought perhaps this was the culprit here, but nope.

[...]

> That should be about anything gnus/mail related.

The other ones I don't see how could influence `X m', so I'm not able to
reproduce this problem.

Perhaps all the MIME artefacts weren't preserved by the forwarding
method...

Could you instead save that message to a file (select with `C-u g' to
get the raw article), gzip it, and then send it to me?

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





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

* bug#42491: [gbrouwer@web.de] Aw: Re: Konzertaufnahme
  2020-07-27 21:36     ` Lars Ingebrigtsen
@ 2020-07-27 21:49       ` David Kastrup
  2020-07-27 21:52         ` Lars Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: David Kastrup @ 2020-07-27 21:49 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 42491

Lars Ingebrigtsen <larsi@gnus.org> writes:

> David Kastrup <dak@gnu.org> writes:
>
>> I think the relevant lines would likely be
>
> [...]
>
>>  '(gnus-show-mime t)
>>  '(gnus-strict-mime nil)
>
> These don't exist any more...
>
> [...]
>
>>  '(mm-discouraged-alternatives '("text/html"))
>
> I thought perhaps this was the culprit here, but nope.
>
> [...]
>
>> That should be about anything gnus/mail related.
>
> The other ones I don't see how could influence `X m', so I'm not able to
> reproduce this problem.
>
> Perhaps all the MIME artefacts weren't preserved by the forwarding
> method...
>
> Could you instead save that message to a file (select with `C-u g' to
> get the raw article), gzip it, and then send it to me?

Ok, here is the beef: I don't get to reproduce the problem right now.  I
am not sure whether the original bug report includes lossage (it should,
I think) but I have no idea what might have triggered the problem now
(apart from having changed the mime forwarding option, but I cannot
image that this is involved here).

At the moment I don't get to trigger it in the current active Emacs
session.  So I don't think it makes sense to focus on details of the
message before I manage to create circumstances where the problem
reoccurs.

As I said: it was the first time I ever used that command (using it from
the menu), it immediately failed, and I sent a bug report.

-- 
David Kastrup





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

* bug#42491: [gbrouwer@web.de] Aw: Re: Konzertaufnahme
  2020-07-27 21:49       ` David Kastrup
@ 2020-07-27 21:52         ` Lars Ingebrigtsen
  2020-08-02  5:09           ` Lars Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Ingebrigtsen @ 2020-07-27 21:52 UTC (permalink / raw)
  To: David Kastrup; +Cc: 42491

David Kastrup <dak@gnu.org> writes:

> At the moment I don't get to trigger it in the current active Emacs
> session.  So I don't think it makes sense to focus on details of the
> message before I manage to create circumstances where the problem
> reoccurs.

Well, the problem is probably in how Gnus (mis-)interpreted a specific
MIME structure...

> As I said: it was the first time I ever used that command (using it from
> the menu), it immediately failed, and I sent a bug report.

Yes, that's how it should be.  :-)

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





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

* bug#42491: [gbrouwer@web.de] Aw: Re: Konzertaufnahme
  2020-07-27 21:52         ` Lars Ingebrigtsen
@ 2020-08-02  5:09           ` Lars Ingebrigtsen
  2020-10-26 15:46             ` bug#42491: 28.0.50; Gnus: Extract all Mime parts crashes Lars Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Ingebrigtsen @ 2020-08-02  5:09 UTC (permalink / raw)
  To: David Kastrup; +Cc: 42491

Lars Ingebrigtsen <larsi@gnus.org> writes:

> David Kastrup <dak@gnu.org> writes:
>
>> At the moment I don't get to trigger it in the current active Emacs
>> session.  So I don't think it makes sense to focus on details of the
>> message before I manage to create circumstances where the problem
>> reoccurs.
>
> Well, the problem is probably in how Gnus (mis-)interpreted a specific
> MIME structure...

Have you managed to reproduce this bug?

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





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

* bug#42491: 28.0.50; Gnus: Extract all Mime parts crashes
  2020-08-02  5:09           ` Lars Ingebrigtsen
@ 2020-10-26 15:46             ` Lars Ingebrigtsen
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Ingebrigtsen @ 2020-10-26 15:46 UTC (permalink / raw)
  To: David Kastrup; +Cc: 42491

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Have you managed to reproduce this bug?

More information was requested three months ago, but was not given, so
I'm closing this bug report.  If further progress can be made here,
please respond to the debbugs address and we'll reopen.

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





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

end of thread, other threads:[~2020-10-26 15:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87y2nauphf.fsf@fencepost.gnu.org>
2020-07-24 16:21 ` bug#42491: [gbrouwer@web.de] Aw: Re: Konzertaufnahme Lars Ingebrigtsen
2020-07-24 16:50   ` David Kastrup
2020-07-27 21:36     ` Lars Ingebrigtsen
2020-07-27 21:49       ` David Kastrup
2020-07-27 21:52         ` Lars Ingebrigtsen
2020-08-02  5:09           ` Lars Ingebrigtsen
2020-10-26 15:46             ` bug#42491: 28.0.50; Gnus: Extract all Mime parts crashes Lars Ingebrigtsen

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