From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: ken Newsgroups: gmane.emacs.help Subject: Re: problems with rmime's handling of some received MIME attachments Date: Wed, 9 Oct 2002 14:01:56 -0400 (EDT) Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: Reply-To: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1034186612 13532 127.0.0.1 (9 Oct 2002 18:03:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 9 Oct 2002 18:03:32 +0000 (UTC) Cc: Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17zLBB-0003Vr-00 for ; Wed, 09 Oct 2002 20:03:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17zLAv-0006R8-00; Wed, 09 Oct 2002 14:03:13 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17zL9u-0005yQ-00 for help-gnu-emacs@gnu.org; Wed, 09 Oct 2002 14:02:10 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17zL9s-0005y7-00 for help-gnu-emacs@gnu.org; Wed, 09 Oct 2002 14:02:09 -0400 Original-Received: from adsl-65-43-211-62.dsl.bcvloh.ameritech.net ([65.43.211.62] helo=heidegger.mousecar.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 17zL9r-0005xR-00 for help-gnu-emacs@gnu.org; Wed, 09 Oct 2002 14:02:08 -0400 Original-Received: from localhost (ken@localhost) by heidegger.mousecar.net (8.11.6/8.11.6) with ESMTP id g99I25Y27950; Wed, 9 Oct 2002 14:02:05 -0400 X-Authentication-Warning: heidegger.mousecar.net: ken owned process doing -bs Original-Newsgroups: gnu.emacs.help X-X-Sender: Original-To: Alan Wehmann In-Reply-To: Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2424 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2424 I've had success with etach.el. Found it on the web. -- AMD crashes? See http://cleveland.lug.net/~ken/amd-problem/. Spake Alan Wehmann at 10:32 (UTC-0500) on 9 Oct 2002: = I've added numerous lines like the following to rmime.el: = = ;;; Application/x-wp type --- = ;;; uses rmime-octet-action function = ;;; added by A.W. 4/16/99 = = (defalias 'rmime-application/x-wp 'rmime-application/octet-stream) = = = I've also found with multipart messages I need to invoke M-x = rmime-mode several times. = = lorian@fsavigny.de (Florian v. Savigny) writes: = = > Hello, = > = > I've been having a recurrent but as yet unpredictable problem with the = > way rmime offers me to process a file attachment, but only in some = > cases, which I will try to distinguish from one another. = > = . . . = =