From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16141 Path: news.gmane.org!not-for-mail From: Sergio Durigan Junior Newsgroups: gmane.emacs.gnus.user Subject: Newline disappears (not sure if Gnus or Emacs fault) Date: Wed, 06 Mar 2013 03:04:49 -0300 Organization: Aioe.org NNTP Server Message-ID: <8738w96p32.fsf@riseup.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1362550506 28563 80.91.229.3 (6 Mar 2013 06:15:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Mar 2013 06:15:06 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Mar 06 07:15:28 2013 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UD7dQ-0008Ta-Fr for gegu-info-gnus-english@m.gmane.org; Wed, 06 Mar 2013 07:15:28 +0100 Original-Received: from localhost ([::1]:57665 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UD7d4-0007jW-Kg for gegu-info-gnus-english@m.gmane.org; Wed, 06 Mar 2013 01:15:06 -0500 Original-Path: usenet.stanford.edu!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 38 Original-NNTP-Posting-Host: 599zHrLc9+fGZuhb5YSBkQ.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:0M4XVRHI5qh4B5DkMzpnbqlxKyI= X-URL: http://sergiodj.net/blog Original-Xref: usenet.stanford.edu gnu.emacs.gnus:87269 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:16141 Archived-At: Hi, I've been noticing this behavior for a long time, but yesterday it has really annoyed me because it made me waste a lot of time trying to understand why a patch wasn't applying. The problem: Gnus (or Emacs) is eating some newline characters in messages. This happens particularly often with hyperlinks, but yesterday it happened inside an inlined patch in a message. So take for example: --- # This line is a comment followed by an empty line. -all: bla.c +all: bla.c blergh.c --- This would be a normal piece of a patch. However, I received this: --- # This line is a comment followed by an empty line. -all: bla.c +all: bla.c blergh.c --- I.e., the empty line got swalled and became a space character. I did a search for "gnus bug newline" or similar terms, but couldn't find anything useful. Do you guys happen to know what could be happening? Maybe it's Emacs fault? Thanks in advance, -- Sergio