From: Patrick P. <pp...@fr...> - 2003-12-26 00:56:16
|
Hi, I have uncommented and modified those lines in xslide.el (they were nice for Lisp code, but not for XSL). ;; (make-local-variable 'comment-start) ;; (setq comment-start "; ") ;; (make-local-variable 'comment-end) ;; (setq comment-end "\n") (make-local-variable 'comment-start) (setq comment-start "<!-- ") (make-local-variable 'comment-end) (setq comment-end " -->") It enables quick commenting/uncommenting of portions of code using M-; (usually mapped to comment-dwim or comment-region). A+ PP -- Groupe Morbihannais d'Utilisateurs de Logiciels Libres http://www.tuxbihan.org Identifiant Jabber: pp...@am... GPG fingerprint = 1A4F E154 3D2C A20E E4CA A543 7951 C5C2 E44A A0B5 Patrick Percot. |