From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23205 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: html buttons in pgnus 0.84? Date: 13 Jun 1999 01:42:17 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <84r9oelj1t.fsf_-_@pobox.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160981 779 80.91.224.250 (21 Oct 2002 00:43:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:43:01 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA06785 for ; Sat, 12 Jun 1999 19:53:09 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id SAB13835; Sat, 12 Jun 1999 18:52:51 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 12 Jun 1999 18:53:29 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id SAA17339 for ; Sat, 12 Jun 1999 18:52:56 -0500 (CDT) Original-Received: from quimbies.gnus.org (bang.netfonds.no [195.1.89.231]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA06725 for ; Sat, 12 Jun 1999 19:51:58 -0400 (EDT) Original-Received: (from larsi@localhost) by quimbies.gnus.org (8.8.7/8.8.7) id BAA07970; Sun, 13 Jun 1999 01:53:01 +0200 Mail-Copies-To: never X-Now-Reading: Joanna Russ' _What Are We Fighting For?_ X-Now-Playing: Skinny Puppy's _Dystemper_: "Addiction-Gunter_Schulz_of_KMFDM_remix" Original-To: ding@gnus.org In-Reply-To: Glenn Shiffer's message of "18 May 1999 07:21:50 -0400" User-Agent: Gnus/5.070086 (Pterodactyl Gnus v0.86) XEmacs/21.2(beta3) (Aglaia) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > I have the browser function variable set to Netscape and have included > the following in my .gnus (at Kai's suggestion): > > (add-to-list 'mm-inline-media-tests > '(text/html mm-inline-text nil)) This won't work. What you want is: (require 'cl) (push '("text/html" mm-inline-text nil) mm-inline-media-tests) -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen