From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20138 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: html and text Date: 07 Jan 1999 14:39:33 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158485 16165 80.91.224.250 (21 Oct 2002 00:01:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:01:25 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA28466 for ; Thu, 7 Jan 1999 08:40:21 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id HAB02767; Thu, 7 Jan 1999 07:40:05 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 07 Jan 1999 07:40:12 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id HAA03329 for ; Thu, 7 Jan 1999 07:40:02 -0600 (CST) Original-Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA28452 for ; Thu, 7 Jan 1999 08:39:50 -0500 (EST) Original-Received: (from hniksic@localhost) by jagor.srce.hr (8.9.0/8.9.0) id OAA08583; Thu, 7 Jan 1999 14:39:33 +0100 (MET) Original-To: ding@gnus.org X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h writes: > >>>>> "Hrvoje" == Hrvoje Niksic writes: > > Hrvoje> Gnus has an `mm-alternative-precedence' variable, which you can play > Hrvoje> with to alter precedences. The following code shifts `text/html' to > Hrvoje> the very end of the precedence list: > > Hrvoje> (setq mm-alternative-precedence (delete "text/html" > Hrvoje> mm-alternative-precedence) mm-alternative-precedence (nconc > Hrvoje> mm-alternative-precedence (list "text/html"))) > > Unfortunately, that doesn't work. Strange. It worked for me, at least in 0.65 when I last tried it. What is the value of `mm-alternative-precedence' after evaluating that code? > Is there any simple way to get the old > display-a-button-and-launch-netscape behavior back? /What/ old display-a-button-and-launch-netscape behaviour?