From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marek Kubica Newsgroups: gmane.emacs.help Subject: Re: htmlize.sh Date: Fri, 27 Mar 2009 23:30:56 +0100 Organization: news.visyn.net for http://www.open-news-network.org Message-ID: <20090327233056.3d90939f@halmanfloyd.lan.local> References: <018d3c1a-bf21-49f2-bc78-75562c7a36f6@e38g2000yqa.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1238211790 24487 80.91.229.12 (28 Mar 2009 03:43:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Mar 2009 03:43:10 +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 04:44:28 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 1LnPT6-0005jz-Kg for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Mar 2009 04:44:24 +0100 Original-Received: from localhost ([127.0.0.1]:60907 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnPRj-0000nF-IO for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Mar 2009 23:42:59 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.fjserv.net!oleane.net!oleane!news.ecp.fr!news2.arglkargh.de!news.visyn.net!open-news-network.org!visyn.net!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.lang.lisp,comp.lang.scheme Original-Lines: 29 Original-X-Trace: hoshi.visyn.net Vpr+mnYPA32M14q9A3/3LZVzZGKdyjQnu5cpYtrQHAM= Original-X-Complaints-To: abuse@open-news-network.org Original-NNTP-Posting-Date: Fri, 27 Mar 2009 22:30:57 +0000 (UTC) X-User-ID: 7v9ExjMW56egZByxHAO20iY5T3vUq3sufC+8Nncdi/iN5wEN10MBEPYgSMX6uiDp X-Newsreader: Claws Mail 3.5.0 (GTK+ 2.12.11; x86_64-pc-linux-gnu) Original-Xref: news.stanford.edu gnu.emacs.help:168056 comp.lang.lisp:263780 comp.lang.scheme:79825 X-Mailman-Approved-At: Fri, 27 Mar 2009 23:38:04 -0400 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:63347 Archived-At: On Fri, 27 Mar 2009 13:25:10 -0700 (PDT) Volkan YAZICI wrote: > Hi, > > I've been looking for a syntax highlighter to integrate into texinfo > to be able to colorize @lisp ... @end blocks. Actually, not just a > syntax highlighting tool, I also want to be able to supply links to > certain commands. (E.g. CLHS and MOP links to related Common Lisp > commands.) Below are some of my experiences during my research. > > - I first tried my luck with Syntax::Highlight::Engine::Kate module. > (Hey, texi2html is also written in Perl, should be easy to integrate.) > But it doesn't take long to figure out that it is quite broken for > Lisp family of programming languages. > > - You know that flashy http://paste.lisp.org/ pastebin, and it's code > is a F/OSS. Despite it took a half of a day to decouple lisppaste from > its unnecessary dependencies (e.g. araneida web server!), at the end > I'm disappointed by the fact that I need to implement my own parsing > routines for every other programming language. Well, you probably could've used Pygments. It has a (LaTeX) interface called Texments, maybe that would help you? It supports Common Lisp, Scheme (to some extent, some things are missing yet) and Clojure. regards, Marek