From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36898 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: BUG: mm-display-external requires an xterm Date: Thu, 12 Jul 2001 16:50:31 -0700 Message-ID: <2nu20hpv08.fsf@piglet.jia.vnet> References: <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 1035172406 11005 80.91.224.250 (21 Oct 2002 03:53:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:53:26 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 12939 invoked from network); 12 Jul 2001 23:53:11 -0000 Original-Received: from unknown (HELO zsh.2y.net) (131.241.79.242) by gnus.org with SMTP; 12 Jul 2001 23:53:11 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.2/8.11.2) id f6CNoWZ09602; Thu, 12 Jul 2001 16:50:32 -0700 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: <87ofqqko93.fsf@squeaker.lickey.com> (Matt Armstrong's message of "Thu, 12 Jul 2001 11:15:20 -0700") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104 Original-Lines: 20 Xref: main.gmane.org gmane.emacs.gnus.general:36898 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36898 Matt Armstrong writes: > 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? I've fixed it in the Gnus CVS. term.el is used for running lynx. > 1) What if I want rxvt instead? Or maybe ETerm? Perhaps there should > be a gnus-external-terminal variable. This is minor. mm-external-terminal-program is added. ShengHuo