From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47522 Path: main.gmane.org!not-for-mail From: clemens fischer Newsgroups: gmane.emacs.gnus.general Subject: return on attachment gives: message-strip-special-text-properties void Date: Sat, 02 Nov 2002 03:01:24 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <3cqk7mrv.fsf@ID-23066.news.dfncis.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036271690 23308 80.91.224.249 (2 Nov 2002 21:14:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 2 Nov 2002 21:14:50 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1885bR-000638-00 for ; Sat, 02 Nov 2002 22:14:45 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1885b9-0005Xs-00; Sat, 02 Nov 2002 15:14:27 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 02 Nov 2002 15:15:07 -0600 (CST) Original-Received: from epithumia.math.uh.edu (epithumia.math.uh.edu [129.7.128.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id PAA28470 for ; Sat, 2 Nov 2002 15:14:54 -0600 (CST) Original-Received: (from tibbs@localhost) by epithumia.math.uh.edu (8.11.2/8.11.1) id gA2LE4V14999 for ding@hpc.uh.edu; Sat, 2 Nov 2002 15:14:04 -0600 Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id GAA27804 for ; Sat, 2 Nov 2002 06:22:23 -0600 (CST) Original-Received: (qmail 11955 invoked by alias); 2 Nov 2002 12:21:29 -0000 Original-Received: (qmail 11950 invoked from network); 2 Nov 2002 12:21:29 -0000 Original-Received: from main.gmane.org (80.91.224.249) by gnus.org with SMTP; 2 Nov 2002 12:21:29 -0000 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 187xG1-0002Qc-00 for ; Sat, 02 Nov 2002 13:20:05 +0100 Original-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 187nmp-0001Ts-00 for ; Sat, 02 Nov 2002 03:13:19 +0100 Original-Path: ID-23066.news.dfncis.de!not-for-mail Original-Lines: 15 Original-NNTP-Posting-Host: pd950161a.dip.t-dialin.net Original-X-Trace: main.gmane.org 1036203199 5660 217.80.22.26 (2 Nov 2002 02:13:19 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Sat, 2 Nov 2002 02:13:19 +0000 (UTC) User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386--freebsd) Cancel-Lock: sha1:wJbOE4T99yG5wejJdLWTxJ6hzxE= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47522 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47522 various messages with valid attachments expose the following behaviour: normally hitting return on a non-text attachment lets me download it. [2. application/octet-stream; emacs-w3m.gif]... now i get: Symbol's function definition is void: message-strip-special-text-properties this is defined in message.el, which is loaded by the time this appears. how can i get that symbol? clemens