From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17050 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: User interface confusion; p0.30 invokes VM? Date: 13 Sep 1998 11:04:48 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <86af44ov6n.fsf@kramer-fast.bp.aventail.com> References: Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035155820 31309 80.91.224.250 (20 Oct 2002 23:17:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:17:00 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA22971 for ; Sun, 13 Sep 1998 12:04:30 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id KAF21644; Sun, 13 Sep 1998 10:35:25 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 13 Sep 1998 11:04:12 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id LAA15464 for ; Sun, 13 Sep 1998 11:04:01 -0500 (CDT) Original-Received: from slow.bp.aventail.com (vinc11.cntwk.net [207.205.120.169]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA22941 for ; Sun, 13 Sep 1998 12:03:55 -0400 (EDT) Original-Received: from kramer-fast.bp.aventail.com (kramer-fast.bp.aventail.com [192.168.200.2]) by slow.bp.aventail.com (8.8.5/8.8.5) with ESMTP id IAA31721; Sun, 13 Sep 1998 08:03:15 -0700 Original-Received: (from wmperry@localhost) by kramer-fast.bp.aventail.com (8.8.5/8.8.5) id LAA00502; Sun, 13 Sep 1998 11:04:48 -0500 Original-To: Karl Kleinpaste X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > I just started using Pterodactyl; I disabled TM in .gnus this morning, > to try out things with p0.30. > > I got this message: > > [ 56: Francine Raley ] [Fwd: The "other" munch] > > Its displayed content is: > ________________ > > From: Francine Raley > Subject: [Fwd: The "other" munch] > To: karl@jprc.com > X-Sent: 1 day, 11 hours, 40 minutes, 19 seconds ago > > [text/plain] > > Let me know what you think. > > [message/rfc822] > ________________ > > XEmacs is in an xterm; I have no buttons to mouse-push directly. I > have to cross a *Tree* buffer on the way to *Article*, that is, I have > to do `C-x o' twice just to get a weapon near the victim. > > Once I get there, hitting RET on "[message/rfc822]" invokes VM. This is mm.el's fault. In the defaults mm-mime-data, if vm-mode is fboundp, it will use that to view message/rfc822 messages. This should be changed. :) -Bill P.