From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87373 Path: news.gmane.org!.POSTED!not-for-mail From: Mike Kupfer Newsgroups: gmane.emacs.gnus.general Subject: nnrss broken on Emacs master? Date: Fri, 17 Feb 2017 21:29:43 -0800 Message-ID: <23567.1487395783@alto> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: blaine.gmane.org 1487395847 32249 195.159.176.226 (18 Feb 2017 05:30:47 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 18 Feb 2017 05:30:47 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M35594@lists.math.uh.edu Sat Feb 18 06:30:43 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cexbW-0007my-HJ for ding-account@gmane.org; Sat, 18 Feb 2017 06:30:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.87) (envelope-from ) id 1cexal-0006g4-7w; Fri, 17 Feb 2017 23:29:55 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1cexai-0006fZ-P6 for ding@lists.math.uh.edu; Fri, 17 Feb 2017 23:29:52 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1cexah-0008DN-3E for ding@lists.math.uh.edu; Fri, 17 Feb 2017 23:29:52 -0600 Original-Received: from shell1.rawbw.com ([198.144.192.42] ident=root) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1cexaf-0007p1-As for ding@gnus.org; Sat, 18 Feb 2017 06:29:49 +0100 Original-Received: from alto (m208-249.dsl.rawbw.com [198.144.208.249]) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTP id v1I5ThNv019612 for ; Fri, 17 Feb 2017 21:29:44 -0800 (PST) (envelope-from m.kupfer@acm.org) X-Authentication-Warning: shell1.rawbw.com: Host m208-249.dsl.rawbw.com [198.144.208.249] claimed to be alto X-Mailer: MH-E 8.6; nmh 1.6; GNU Emacs 25.1.91 Content-ID: <23566.1487395783.1@alto> List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87373 Archived-At: I have a few nnrss groups. When I read them with Emacs 21.5.91, the postings appear as multipart/alternative with buttons, e.g., -----8<-----8<----- Newsgroups: ACM Queue Blogroll Subject: The Road to Debugging Success From: blog dds Date: Thu, 16 Feb 2017 13:55:44 GMT MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=-=-=" Message-ID: <1738@ACM_Queue_Blogroll.nnrss> 1. (*) text/plain ( ) text/html A colleague recently asked me how to debug a Linux embedded system ----->8----->8----- (This is after invoking gnus-summary-toggle-header.) When I read them with Emacs master (a83b6692), I get stuff that looks like -----8<-----8<----- Newsgroups: ACM Queue Blogroll Subject: The Road to Debugging Success From: blog dds Date: Thu, 16 Feb 2017 13:55:44 GMT MIME-Version: 1.0 Content-Type: text/plain Message-ID: <1738@ACM_Queue_Blogroll.nnrss> <#multipart type=alternative> <#part type="text/plain"> A colleague recently asked me how to debug a Linux embedded system ----->8----->8----- Sometimes the text/plain version has HTML markup, which makes it hard to read. With 25.1.91, I can click on the text/html button to make it readable. With the current code in master, I seem to be out of luck. Are nnrss groups working for anyone else? mike