[cffi-devel] make Texinfo @r and colorize play nice

http://csserver.evansville.edu/~sc87/cffi/atr-and-colorize.darcs.patch Thu Feb 9 21:50:38 CST 2006 Stephen Compall <scompall@nocandysw.com> * make Texinfo @r and colorize play nice - Comment out master menu entry for explain-foreign-slot-value so manual builds again. - Add @r to all Lisp comments in manual. - (Tutorial-easy_setopt): Revert previous @dots{}; it is literal `...', not an ellipsis. Oops. - In colorize-lisp-examples.lisp, remove the output generated by @r from Lisp blocks. Also shove around the process-file code some. -- Stephen Compall http://scompall.nocandysw.com/blog

Stephen Compall <s11@member.fsf.org> writes:
Thu Feb 9 21:50:38 CST 2006 Stephen Compall <scompall@nocandysw.com> * make Texinfo @r and colorize play nice
- Comment out master menu entry for explain-foreign-slot-value so manual builds again. - Add @r to all Lisp comments in manual. - (Tutorial-easy_setopt): Revert previous @dots{}; it is literal `...', not an ellipsis. Oops. - In colorize-lisp-examples.lisp, remove the output generated by @r from Lisp blocks. Also shove around the process-file code some.
Hmmm, to my eyes having variable width comments in otherwise fixed width source code looks a little strange. I think I'd prefer to have all the text in Lisp code example in a monospace font. James

On Thu, 2006-02-09 at 22:20 -0800, James Bielman wrote:
Hmmm, to my eyes having variable width comments in otherwise fixed width source code looks a little strange. I think I'd prefer to have all the text in Lisp code example in a monospace font.
Really? I found the effect rather nice in the printed glibc manual. Anyway, I added a new patch making it optional, defaulting to fixed-width of course. http://csserver.evansville.edu/~sc87/cffi/atr-and-colorize.darcs.patch Fri Feb 10 10:05:07 CST 2006 Stephen Compall <scompall@nocandysw.com> * use lispcmt for code comments instead of @r - Add ROMANCOMMENTS option to manual. - Change all instances of @r to @lispcmt. (also includes previous patch) -- Stephen Compall http://scompall.nocandysw.com/blog

Stephen Compall <s11@member.fsf.org> writes:
Fri Feb 10 10:05:07 CST 2006 Stephen Compall <scompall@nocandysw.com> * use lispcmt for code comments instead of @r
- Add ROMANCOMMENTS option to manual. - Change all instances of @r to @lispcmt.
(also includes previous patch)
Thanks, I've merged this. James
participants (2)
-
James Bielman
-
Stephen Compall