From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Volkan YAZICI Newsgroups: gmane.emacs.help Subject: Re: htmlize.sh Date: Fri, 27 Mar 2009 23:49:42 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1e593458-40cf-4249-bddf-7b9266cfbf47@w34g2000yqm.googlegroups.com> References: <018d3c1a-bf21-49f2-bc78-75562c7a36f6@e38g2000yqa.googlegroups.com> <20090327233056.3d90939f@halmanfloyd.lan.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1238226041 15316 80.91.229.12 (28 Mar 2009 07:40:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Mar 2009 07:40:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 28 08:41:59 2009 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 1LnTB1-0001tv-3t for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Mar 2009 08:41:59 +0100 Original-Received: from localhost ([127.0.0.1]:55070 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnT9d-0004cf-9j for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Mar 2009 03:40:33 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!w34g2000yqm.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.lang.lisp,comp.lang.scheme Original-Lines: 19 Original-NNTP-Posting-Host: 85.235.85.86 Original-X-Trace: posting.google.com 1238222982 31063 127.0.0.1 (28 Mar 2009 06:49:42 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 28 Mar 2009 06:49:42 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w34g2000yqm.googlegroups.com; posting-host=85.235.85.86; posting-account=xozGQQoAAAD99EQH9srmwM1ajggyokYW User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.7) Gecko/2009021906 Firefox/3.0.7,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:168063 comp.lang.lisp:263790 comp.lang.scheme:79833 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:63351 Archived-At: On Mar 28, 12:30=A0am, Marek Kubica wrote: > Well, you probably could've used Pygments. It has a (LaTeX) interface > called Texments, maybe that would help you? (I didn't know about Texments, I'll check that.) I tried Pygments too, but I also needed to hack the sources to be able to introduce CLHS, MOP, etc. linking stuff. I found it easier to hack some elisp file on- the-fly via emacs, than hacking a piece of python code that I'm not familiar with. > It supports Common Lisp, Scheme (to some extent, some things are > missing yet) and Clojure. I like the *completeness* of emacs in such scenarios. (On the other hand, if I'm not mistaken, emacs supports much more languages than any other syntax highlighting tools in the wild.) Regards.