From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86634 Path: news.gmane.org!not-for-mail From: Dave Abrahams Newsgroups: gmane.emacs.gnus.general Subject: Re: How to get multipart/alternative button to show plain text by default? Date: Sun, 17 Jan 2016 16:30:34 -0800 Message-ID: References: <87ziwib97v.fsf@nemi.mork.no> <87h9im9922.fsf@nemi.mork.no> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1453077162 20804 80.91.229.3 (18 Jan 2016 00:32:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Jan 2016 00:32:42 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34861@lists.math.uh.edu Mon Jan 18 01:32:28 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 1aKxk6-0004Vx-Pe for ding-account@gmane.org; Mon, 18 Jan 2016 01:32:22 +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 1aKxjD-0006IF-8L; Sun, 17 Jan 2016 18:31:27 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1aKxj9-0006Hh-Q4 for ding@lists.math.uh.edu; Sun, 17 Jan 2016 18:31:23 -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.85) (envelope-from ) id 1aKxj7-0001EM-Tp for ding@lists.math.uh.edu; Sun, 17 Jan 2016 18:31:23 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1aKxj4-0006JT-Ke for ding@gnus.org; Mon, 18 Jan 2016 01:31:18 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aKxj3-0003od-1d for ding@gnus.org; Mon, 18 Jan 2016 01:31:17 +0100 Original-Received: from c-98-207-179-21.hsd1.ca.comcast.net ([98.207.179.21]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Jan 2016 01:31:17 +0100 Original-Received: from dave by c-98-207-179-21.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Jan 2016 01:31:17 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-207-179-21.hsd1.ca.comcast.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:DWPmJZyZUmnYPtDFCXh5+EtpefM= X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86634 Archived-At: on Sat Jan 09 2016, Bjørn Mork wrote: > Dave Abrahams writes: >> on Wed Jan 06 2016, Bjørn 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. Thanks! I knew that once... It turns out that `W h' is a much more effective way for me to see the HTML in most cases, but it's great to have a bag of tricks. -Dave