From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 21325 invoked from network); 8 Feb 2021 11:45:04 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 8 Feb 2021 11:45:04 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1l94yR-00CkGX-DU for ml@inbox.vuxu.org; Mon, 08 Feb 2021 05:44:59 -0600 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1l94yQ-00BLKm-3D for ml@inbox.vuxu.org; Mon, 08 Feb 2021 05:44:58 -0600 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1l94yN-00BLKc-WA for ding@lists.math.uh.edu; Mon, 08 Feb 2021 05:44:56 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1l94yL-00CfGn-N1 for ding@lists.math.uh.edu; Mon, 08 Feb 2021 05:44:55 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References :Message-ID:Date:Subject:From:To:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=+KYGbKqy1EDXzDPSGHoOrr7s3aE+04XfbNoIEOSEusY=; b=YyBAVTnefRke8s3Rcjiwxe1KzG Er4QMgH2gsFjXV7UMU+7MAPTOufZRnlDGY04XUkxW9+MCb+zCdZhvQainwy7KWPWMCs8UO/AbiRzF qRJXezJLaEfSSYERha8erlsWmAFAP0GvlIqowyOfluftXYF+AeJWIMZCGgbRQNPmK8K0=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l94y7-0004qM-Ga for ding@gnus.org; Mon, 08 Feb 2021 12:44:49 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1l94y4-0000AR-Lz for ding@gnus.org; Mon, 08 Feb 2021 12:44:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org To: ding@gnus.org From: Emanuel Berg Subject: Re: View HTML Mail in Browser Date: Mon, 08 Feb 2021 12:44:31 +0100 Message-ID: <87o8guss0w.fsf@zoho.eu> References: <87wnvlz56f.fsf@gmx.net> <874kipqomu.fsf@igel.home> <87r1lsq3tt.fsf@gmx.net> <874kio3lrh.fsf@tullinup.koldfront.dk> <87mtwg6wxw.fsf@gmx.net> <874kimn7jj.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cancel-Lock: sha1:pFym89P0cRs1fiQwr3hwT9YoQIM= Mail-Copies-To: never List-ID: Precedence: bulk Eric S Fraga wrote: >> I would like to open mails using w3m by default, and if >> I hit K H I would like to open it in the browser: > > I use eww for HTML emails; eww has the & key bound to open > up the current URL in an external browser so easy to pop-up > Firefox (or whatever) if the HTML results to be too > complicated for eww. I do this: (setq mm-discouraged-alternatives '("text/html" "text/richtext")) (setq mm-text-html-renderer 'w3m) Here, "w3m" isn't w3m (for that, use `w3m-standalone'), "w3m" is Emacs-w3m. Ah, might as well yank the list: ‘shr’: use the built-in Gnus HTML renderer; ‘gnus-w3m’: use Gnus renderer based on w3m; ‘w3m’: use emacs-w3m; ‘w3m-standalone’: use plain w3m; ‘links’: use links; ‘lynx’: use lynx; ‘html2text’: use html2text. Despite being a happy Emacs-w3m user and after spending half a lifetime configuring [1] it I could never change, practically speaking but ... why isn't eww in the list? Also, that order ... is it the recommended pecking order according to the developers? If not, alpha sort always work: ‘gnus-w3m’: use Gnus renderer based on w3m ‘html2text’: use html2text ‘links’: use links ‘lynx’: use lynx ‘shr’: use the built-in Gnus HTML renderer ‘w3m-standalone’: use plain w3m ‘w3m’: use emacs-w3m [1] https://dataswamp.org/~incal/emacs-init/w3m/ -- underground experts united http://user.it.uu.se/~embe8573 https://dataswamp.org/~incal