From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jonathan Groll Newsgroups: gmane.emacs.help Subject: Re: Refilling paragraphs to remove hard returns? Date: Fri, 7 May 2010 15:36:01 +0200 Message-ID: <20100507133601.GB31797@groll.co.za> References: <20100507053812.GB24563@groll.co.za> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed X-Trace: dough.gmane.org 1273261377 8643 80.91.229.12 (7 May 2010 19:42:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 7 May 2010 19:42:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 07 21:42:56 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OATRm-0004UE-MD for geh-help-gnu-emacs@m.gmane.org; Fri, 07 May 2010 21:42:54 +0200 Original-Received: from localhost ([127.0.0.1]:43310 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OATRm-0005eQ-6P for geh-help-gnu-emacs@m.gmane.org; Fri, 07 May 2010 15:42:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OANix-0002Hq-5W for help-gnu-emacs@gnu.org; Fri, 07 May 2010 09:36:15 -0400 Original-Received: from [140.186.70.92] (port=42792 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OANir-0001ns-NB for help-gnu-emacs@gnu.org; Fri, 07 May 2010 09:36:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OANil-0001S3-MG for help-gnu-emacs@gnu.org; Fri, 07 May 2010 09:36:09 -0400 Original-Received: from mail.groll.co.za ([166.84.7.40]:58360) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OANil-0001Rl-IV for help-gnu-emacs@gnu.org; Fri, 07 May 2010 09:36:03 -0400 Original-Received: by mail.groll.co.za (Postfix, from userid 1004) id 551635F19E; Fri, 7 May 2010 15:36:01 +0200 (SAST) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (Linux mail 2.6.28-xen3-U-64 x86_64) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:73561 Archived-At: On Fri, May 07, 2010 at 03:08:22PM +0200, Lennart Borgman wrote: >On Fri, May 7, 2010 at 7:38 AM, Jonathan Groll wrote: >> >> I'm not sure why no-one has mentioned it but my Emacs (GNU Emacs >> 23.1.90.1) comes standard (I think!) with >> unfill-individual-paragraphs: >> >> unfill-individual-paragraphs is an interactive Lisp function in >> `ourcomments-util.el'. > > >That (ourcomments-util.el) is a part of nXhtml, not core Emacs. (It >comes however with the patched version of Emacs+EmacsW32.) > Yes, that is where I must have got it from. nXhtml comes with other goodies too, like the excellent: hfyview-buffer is an interactive Lisp function in 'hfyview.el'. It is bound to . (hfyview-buffer &optional REGION-ONLY) Convert buffer to html preserving faces and show in web browser. And, of course, it is great for XHTML! Thank you Lennart. Cheers, Jonathan