From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86582 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Bj=C3=B8rn_Mork?= Newsgroups: gmane.emacs.gnus.general Subject: Re: How to get multipart/alternative button to show plain text by default? Date: Sat, 09 Jan 2016 14:28:05 +0100 Organization: m Message-ID: <87h9im9922.fsf@nemi.mork.no> References: <87ziwib97v.fsf@nemi.mork.no> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1452346153 3423 80.91.229.3 (9 Jan 2016 13:29:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Jan 2016 13:29:13 +0000 (UTC) Cc: ding@gnus.org To: Dave Abrahams Original-X-From: ding-owner+M34809@lists.math.uh.edu Sat Jan 09 14:29:01 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aHtZk-0006UZ-HO for ding-account@gmane.org; Sat, 09 Jan 2016 14:29:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1aHtZ2-0008BB-4l; Sat, 09 Jan 2016 07:28:16 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1aHtYy-0008Ae-Rq for ding@lists.math.uh.edu; Sat, 09 Jan 2016 07:28:12 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1aHtYw-0002uM-O7 for ding@lists.math.uh.edu; Sat, 09 Jan 2016 07:28:12 -0600 Original-Received: from canardo.mork.no ([148.122.252.1]) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1aHtYv-0006lG-43 for ding@gnus.org; Sat, 09 Jan 2016 14:28:09 +0100 Original-Received: from nemi.mork.no (nemi.mork.no [IPv6:2001:4641:0:2:e8b:fdff:fe08:971]) (authenticated bits=0) by canardo.mork.no (8.14.4/8.14.4) with ESMTP id u09DS6m2005789 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=OK); Sat, 9 Jan 2016 14:28:06 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mork.no; s=a; t=1452346087; bh=eeaNkxYX0+EET8598NYuHeF3qNG9j/W/P8ZKdGwPpmw=; h=From:To:Cc:References:Date:Message-ID:From; b=q6c58y/KLscmte8jD9VjLwiMmvfDHGmgisGcf8ThyMkhja3vWWuhEu2qrz745huAY OYmRB0cQdwSZh/ovacaK4cn1KNJg1q1UbKdjJswlePSDjoynStQNj7Lwf+N+DPGsu5 8bW63atKUAgWkghE9gpAA/gOuqpo/R/dBOSzEwzHJKAN2aLcdXdgby/xHVKMwnnHgz tz3jy8KgqMeMZwR+DtRXHvARBvc/MCkd4VU4NZtYyQMHLpoG2xv9CSrQbgNotu2pIP X9lcVDyeb63G2QR9N96CgoXKFMkLyhot7voD0OvXL+WsaV5ZdAzpMCaF+Sg+wITnGA u8frP2KiT0LMA== Original-Received: from bjorn by nemi.mork.no with local (Exim 4.84) (envelope-from ) id 1aHtYr-0001ho-Rh; Sat, 09 Jan 2016 14:28:05 +0100 In-Reply-To: (Dave Abrahams's message of "Thu, 07 Jan 2016 23:18:32 -0800") User-Agent: Gnus/5.130013 (Ma Gnus v0.13) Emacs/24.5 (gnu/linux) X-Virus-Scanned: clamav-milter 0.98.7 at canardo X-Virus-Status: Clean X-Spam-Score: -5.0 (-----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86582 Archived-At: Dave Abrahams writes: > on Wed Jan 06 2016, Bj=C3=B8rn Mork wrote: > >> I believe mm-discouraged-alternatives only affects the selection of >> which part to render when *not* buttonizing. So you should drop the >> gnus-buttonized-mime-types customization. > > But sometimes I want to look at the HTML version, and the buttons are a > convenient way to switch back and forth that doesn't require remembering > an obscure key combination or rarely-used command. Can't I have it all? Yes, I sometimes want that as well. You need to remember a single obscure key combination: "K b" will reenable the buttons for the article you are viewing. Ctrl + d is nice as well. But I often want one of the actions from the button context menu. E.g view the html part in an external browser. So I use "K b" to be able to right click on the text/html button. Bj=C3=B8rn