From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.help Subject: Re: Formatting C (or other code) to HTML for blog posts Date: Thu, 30 Oct 2008 22:37:44 +0100 Message-ID: References: <0afeef4c-dc37-4b7a-946c-a947e9aed28a@z18g2000prn.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1225402695 9961 80.91.229.12 (30 Oct 2008 21:38:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Oct 2008 21:38:15 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Xah Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 30 22:39:17 2008 connect(): Connection refused 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.50) id 1KvfEZ-0006AU-J1 for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Oct 2008 22:39:15 +0100 Original-Received: from localhost ([127.0.0.1]:41269 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvfDT-0003lp-3e for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Oct 2008 17:38:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KvfDA-0003kf-CT for help-gnu-emacs@gnu.org; Thu, 30 Oct 2008 17:37:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KvfD8-0003jB-QM for help-gnu-emacs@gnu.org; Thu, 30 Oct 2008 17:37:48 -0400 Original-Received: from [199.232.76.173] (port=45998 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvfD8-0003it-Jz for help-gnu-emacs@gnu.org; Thu, 30 Oct 2008 17:37:46 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.188]:34448) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KvfD9-0000HO-63 for help-gnu-emacs@gnu.org; Thu, 30 Oct 2008 17:37:47 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so476949nfi.26 for ; Thu, 30 Oct 2008 14:37:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=DNM8eknfshZCpM1r/QqBMcObFJy3Ut3N5qD+BS3gz30=; b=ekvwxBlZLZtlVJv1deXQZFxs/1Uj22pAjxY4OPU753XmijvNvoBnQmpUgvlHQU+r/J bcyTxkZnA+dnOmSxI/zhZWt7obZIfUtBjuAO+h3LeoRBgequOWG5c86GqOlIpHwLpKz/ 3siV/Ue4TH/xZ+CMViDtbYsEfNkiVPdUiN/3c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=TUmGZrsIqVNnvyh8igvtO5f2fdd1Fl/UqXwttwZgjRujbV5DWFTd1jcjoSryQBDbcY k0wsA/F+9nY+7cRfKgTogTsPCDBytGD6dCTWmgubjhHrRXRIZRKeSsNOVG0a0kRgrg0/ VYtpMkN+WH+iITGgJ4y0bTE1hU67SbRDPofCM= Original-Received: by 10.86.53.8 with SMTP id b8mr2895553fga.58.1225402665055; Thu, 30 Oct 2008 14:37:45 -0700 (PDT) Original-Received: by 10.86.65.3 with HTTP; Thu, 30 Oct 2008 14:37:44 -0700 (PDT) In-Reply-To: <0afeef4c-dc37-4b7a-946c-a947e9aed28a@z18g2000prn.googlegroups.com> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:59270 Archived-At: On Thu, Oct 30, 2008 at 5:41 PM, Xah wrote: > anyhow, i use htmlize and am very happy about it. For detail, see: > > http://xahlee.org/emacs/elisp_htmlize.html If htmlize.el have not change lately it might be worth that htmlfontify.el can do a little bit more. I recognizes some more way to do the fontification. But htmlize.el is also very good.