From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36890 Path: main.gmane.org!not-for-mail From: Matt Armstrong Newsgroups: gmane.emacs.gnus.general Subject: BUG: mm-display-external requires an xterm Date: Thu, 12 Jul 2001 11:15:20 -0700 Sender: matt@lickey.com Message-ID: <87ofqqko93.fsf@squeaker.lickey.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172400 10976 80.91.224.250 (21 Oct 2002 03:53:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:53:20 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 8949 invoked from network); 12 Jul 2001 18:15:24 -0000 Original-Received: from adsl-216-102-197-223.dsl.snfc21.pacbell.net (HELO ns.lickey.com) (216.102.197.223) by gnus.org with SMTP; 12 Jul 2001 18:15:24 -0000 Original-Received: from squeaker.lickey.com (squeaker.lickey.com [192.168.100.10]) by ns.lickey.com (Postfix) with ESMTP id 4073BEDCB for ; Thu, 12 Jul 2001 11:15:21 -0700 (PDT) Original-Received: by squeaker.lickey.com (Postfix, from userid 1000) id 90942BD01; Thu, 12 Jul 2001 11:15:20 -0700 (PDT) Original-To: ding@gnus.org User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.103 Original-Lines: 13 Xref: main.gmane.org gmane.emacs.gnus.general:36890 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36890 When mm-display-external decides that a mailcap entry needs a terminal, it unconditionally fires off "xterm". There are two problems: 1) It tries to run the xterm even if window-system is nil. My mailcap has text/html being shown with lynx. If I'm running emacs within an xterm, shouldn't emacs just temporarily shell out to lynx? 1) What if I want rxvt instead? Or maybe ETerm? Perhaps there should be a gnus-external-terminal variable. This is minor.