From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, FREEMAIL_FROM,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11185 invoked from network); 20 Apr 2021 20:18:44 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 20 Apr 2021 20:18:44 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lYwpV-004xs2-J7 for ml@inbox.vuxu.org; Tue, 20 Apr 2021 15:18:41 -0500 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1lYwpV-00933k-1n for ml@inbox.vuxu.org; Tue, 20 Apr 2021 15:18:41 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lYwpT-00933c-1d for ding@lists.math.uh.edu; Tue, 20 Apr 2021 15:18:39 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lYwpQ-004xrl-Bv for ding@lists.math.uh.edu; Tue, 20 Apr 2021 15:18:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:Message-ID:Date:Subject:From:To: Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=b3Gg9LpezW9ipNoMMbgqOWRhbkrNYj7V3HLt9LmnjoM=; b=PjiYbqhYLUFwey/nZBvDqzfAJA qHzHSLiu/BW1oJHbzc0SMHsTTO85M8ESRpjXVTsDvZL0ep5FIQn8KCOq/anDZ7WERXuE7BTNNP9de lZ6jv3h4cYv+Of5Wme2//Mxj9LtcBlcNBONf8MKOOYljX1t7u/ZAuxrf/xvVR/6OnpDU=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lYwpH-0001LZ-Bv for ding@gnus.org; Tue, 20 Apr 2021 22:18:31 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1lYwpF-0002wy-OV for ding@gnus.org; Tue, 20 Apr 2021 22:18:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Wayne Harris Subject: on finding the code for Gnus' article displaying Date: Tue, 20 Apr 2021 17:18:11 -0300 Message-ID: <86sg3kiubg.fsf@protonmail.com> Mime-Version: 1.0 Content-Type: text/plain Cancel-Lock: sha1:kWoZ/FONTab1q5odYC6PMfkTrNc= List-ID: Precedence: bulk I opened a message today and I saw this line break on the first line: --8<---------------cut here---------------start------------->8--- Path: aioe.org!.POSTED.lXANPjViPmedgxxfcNv0Sw.user.gioia.aioe.org!not-for-mail --8<---------------cut here---------------end--------------->8--- See this image for a proof: https://imgur.com/fW5eZst The source is not like that. I said ``C-u g'' and saw the line was broken. What part of Gnus source code deals with the display of the message in the article buffer? There's another imperfection I've been meaning to propose as a fix which is about the cut-here marks when displayed by Gnus in the article bufer. After the cut-here-end mark, there's an extra newline being displayed, which doesn't appear in the source message. I'd say that's a cosmetic bug. I don't think the author intended for that to happen. So I could maybe tackle that as well --- at least as a proposal.