From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20139 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: html and text Date: 07 Jan 1999 09:06:09 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <86iuej2n5a.fsf@kramer.bp.aventail.com> References: Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158486 16166 80.91.224.250 (21 Oct 2002 00:01:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:01:26 +0000 (UTC) Cc: ding@gnus.org 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 JAA29348 for ; Thu, 7 Jan 1999 09:05:39 -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 IAB03612; Thu, 7 Jan 1999 08:05:24 -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 08:05:32 -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 IAA03575 for ; Thu, 7 Jan 1999 08:05:23 -0600 (CST) Original-Received: from slow.bp.aventail.com (usrpri2-7.kiva.net [206.97.75.72]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA29341 for ; Thu, 7 Jan 1999 09:05:16 -0500 (EST) Original-Received: from kramer.bp.aventail.com (kramer.bp.aventail.com [192.168.2.2]) by slow.bp.aventail.com (8.8.5/8.8.5) with ESMTP id JAA10109; Thu, 7 Jan 1999 09:03:01 -0800 Original-Received: (from wmperry@localhost) by kramer.bp.aventail.com (8.8.5/8.8.5) id JAA07734; Thu, 7 Jan 1999 09:06:09 -0500 Original-To: Hrvoje Niksic X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > Stefan Waldherr 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? I believe he means 'tm' behaviour. -bp