From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17305 Path: main.gmane.org!not-for-mail From: Matt Armstrong Newsgroups: gmane.emacs.gnus.general Subject: Re: test: empty line missed Date: 21 Sep 1998 18:55:22 -700 Sender: owner-ding@hpc.uh.edu Message-ID: References: <199809161516.LAA01906@whiskey.cs.rochester.edu> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156030 32701 80.91.224.250 (20 Oct 2002 23:20:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:20:30 +0000 (UTC) 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 VAA09184 for ; Mon, 21 Sep 1998 21:56:45 -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 UAF26786; Mon, 21 Sep 1998 20:27:44 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 21 Sep 1998 20:56:29 -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 UAA08853 for ; Mon, 21 Sep 1998 20:56:15 -0500 (CDT) Original-Received: from CAraptorUU.geoworks.com (CAraptorUU.geoworks.com [208.232.87.36]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id VAA09168 for ; Mon, 21 Sep 1998 21:55:57 -0400 (EDT) Original-Received: from maelstrom.geoworks.com by CAraptorUU.geoworks.com via smtpd (for sclp3.sclp.com [209.195.19.139]) with SMTP; 22 Sep 1998 01:55:24 UT Original-Received: from quark.geoworks.com (quark.geoworks.com [198.211.201.100]) by maelstrom.geoworks.com (8.8.6/8.8.5) with ESMTP id SAA02493 for ; Mon, 21 Sep 1998 18:55:22 -0700 (PDT) Original-Received: from ultraman.geoworks.com ([198.211.201.179]) by quark.geoworks.com (8.8.5/8.8.5) with ESMTP id SAA20768; Mon, 21 Sep 1998 18:55:22 -0700 (PDT) Original-To: ding@gnus.org In-Reply-To: Lee Willis's message of "21 Sep 1998 16:29:01 +0100" Original-Lines: 59 User-Agent: Gnus/5.070031 (Pterodactyl Gnus v0.31) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:17305 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17305 Lee Willis writes: > Matt Armstrong writes: > > > Lars Magne Ingebrigtsen writes: > > > > > zsh@cs.rochester.edu writes: > > > > > > > test > > > > > > > > You should find a "test" at the top of this article body. > > > > > > Yes, that's right. Is this a bug? > > > > Using pgnus-0.31 I don't see "test," so it is at least a bug in 0.31. > > Well i'm using 0.31 as well and can see it fine ... > > Something in your gnus-article-display-hook perhaps .. > > I had similar problems a while ago which turned out to be due to me > having all sorts of gumph in my display-hook. All I have now is > > gnus-article-display-hook's value is > (gnus-article-hide-headers-if-wanted > gnus-article-hide-boring-headers > gnus-article-hide-pgp > gnus-article-date-lapsed > gnus-article-treat-overstrike > gnus-article-highlight > gnus-article-emphasize > gnus-article-display-x-face) I have "stock" display hooks, but in playing around with things I found this teensy bug in mm-bodies.el. *** mm-bodies.el.orig Mon Sep 21 15:46:46 1998 --- mm-bodies.el Mon Sep 21 15:50:43 1998 *************** *** 25,31 **** ;;; Code: (eval-and-compile ! (or (fboundp 'base64-encode-region) (autoload 'base64-decode-region "base64" nil t))) (require 'mm-util) (require 'rfc2047) --- 25,31 ---- ;;; Code: (eval-and-compile ! (or (fboundp 'base64-decode-region) (autoload 'base64-decode-region "base64" nil t))) (require 'mm-util) (require 'rfc2047) -- matta