From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86700 Path: news.gmane.org!not-for-mail From: jorge.alfaro-murillo@yale.edu (Jorge A. Alfaro-Murillo) Newsgroups: gmane.emacs.gnus.general Subject: Re: text/plain with 80 char wrap vs the flowed mime-type (whatever it is) Date: Fri, 05 Feb 2016 12:13:04 -0500 Message-ID: <87y4azrsgv.fsf@yale.edu> References: <0legd2r8dh.fsf@wjh.hardakers.net> <87powmeahd.fsf@yale.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1454692489 19693 80.91.229.3 (5 Feb 2016 17:14:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Feb 2016 17:14:49 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34926@lists.math.uh.edu Fri Feb 05 18:14:37 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aRjxr-0007aD-4V for ding-account@gmane.org; Fri, 05 Feb 2016 18:14:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1aRjwg-0005Gn-Km; Fri, 05 Feb 2016 11:13:22 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1aRjwd-0005GL-D1 for ding@lists.math.uh.edu; Fri, 05 Feb 2016 11:13:19 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1aRjwc-0006hP-Fb for ding@lists.math.uh.edu; Fri, 05 Feb 2016 11:13:19 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1aRjwa-0004J9-E7 for ding@gnus.org; Fri, 05 Feb 2016 18:13:16 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aRjwY-0005ma-Hh for ding@gnus.org; Fri, 05 Feb 2016 18:13:14 +0100 Original-Received: from 130.132.236.141 ([130.132.236.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Feb 2016 18:13:14 +0100 Original-Received: from jorge.alfaro-murillo by 130.132.236.141 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Feb 2016 18:13:14 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 130.132.236.141 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:g9bKR1ciOiviMvDQbuZZQvRA5gY= X-Spam-Score: -0.6 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86700 Archived-At: Hi, Mark. Mark Simpson writes: > Jorge A. Alfaro-Murillo) writes: > >> (add-hook 'message-mode-hook 'use-hard-newlines) > > I have not had luck with that, specifically with cited text. Do > you have luck with it and cited text? Most of the time I actually do not want to have hard newlines for cited text. For example citing you above I still want it with format=flowed, generally mail viewers do a good job presenting it in the right way for any line length, at least emacs and my android phone do. If you really want a hard newline you can use C-m or C-o to insert it. The only issue I have is when copying code. Generally I yank the code, mark the region and use multiple-cursors mc/edit-ends-of-lines to insert the hard newlines. I should write some code for a special yank that substitutes newlines for hard-newlines. > I use supercite but I don't know if that matters. I do not use supercite, so I don't know either. -- Jorge.