2013-01-04 09:38:18 +00:00
|
|
|
\input texinfo
|
2013-01-04 09:39:40 +00:00
|
|
|
@comment %**start of header
|
2014-06-10 02:20:31 +00:00
|
|
|
@setfilename ../../info/htmlfontify.info
|
2013-01-04 09:38:18 +00:00
|
|
|
@settitle Htmlfontify User Manual
|
Fix single-quoting style in PDF manuals
The PDF versions of the GNU manuals used curved single quotes to
represent grave accent and apostrophe, which made it a pain to cut
and paste code examples from them. Fix the PDF versions to use
grave accent and apostrophe for Lisp source code, keystrokes, etc.
This change does not affect the info files, nor does it affect
ordinary uses of curved single quotes in PDF.
* doc/emacs/docstyle.texi: New file, which specifies treatment for
grave accent and apostrophe, as well as the document encoding.
* doc/emacs/emacs-xtra.texi, doc/emacs/emacs.texi:
* doc/lispintro/emacs-lisp-intro.texi:
* doc/lispref/back.texi, doc/lispref/book-spine.texi:
* doc/lispref/elisp.texi, doc/lispref/lay-flat.texi:
* doc/misc/ada-mode.texi, doc/misc/auth.texi:
* doc/misc/autotype.texi, doc/misc/bovine.texi, doc/misc/calc.texi:
* doc/misc/cc-mode.texi, doc/misc/cl.texi, doc/misc/dbus.texi:
* doc/misc/dired-x.texi, doc/misc/ebrowse.texi, doc/misc/ede.texi:
* doc/misc/ediff.texi, doc/misc/edt.texi, doc/misc/efaq-w32.texi:
* doc/misc/efaq.texi, doc/misc/eieio.texi, doc/misc/emacs-gnutls.texi:
* doc/misc/emacs-mime.texi, doc/misc/epa.texi, doc/misc/erc.texi:
* doc/misc/ert.texi, doc/misc/eshell.texi, doc/misc/eudc.texi:
* doc/misc/eww.texi, doc/misc/flymake.texi, doc/misc/forms.texi:
* doc/misc/gnus-coding.texi, doc/misc/gnus-faq.texi:
* doc/misc/gnus.texi, doc/misc/htmlfontify.texi:
* doc/misc/idlwave.texi, doc/misc/ido.texi, doc/misc/info.texi:
* doc/misc/mairix-el.texi, doc/misc/message.texi, doc/misc/mh-e.texi:
* doc/misc/newsticker.texi, doc/misc/nxml-mode.texi:
* doc/misc/octave-mode.texi, doc/misc/org.texi, doc/misc/pcl-cvs.texi:
* doc/misc/pgg.texi, doc/misc/rcirc.texi, doc/misc/reftex.texi:
* doc/misc/remember.texi, doc/misc/sasl.texi, doc/misc/sc.texi:
* doc/misc/semantic.texi, doc/misc/ses.texi, doc/misc/sieve.texi:
* doc/misc/smtpmail.texi, doc/misc/speedbar.texi:
* doc/misc/srecode.texi, doc/misc/todo-mode.texi, doc/misc/tramp.texi:
* doc/misc/url.texi, doc/misc/vhdl-mode.texi, doc/misc/vip.texi:
* doc/misc/viper.texi, doc/misc/widget.texi, doc/misc/wisent.texi:
* doc/misc/woman.texi:
Use it instead of '@documentencoding UTF-8', to lessen the need for
global changes like this in the future.
* doc/emacs/Makefile.in (EMACS_XTRA):
* doc/lispintro/Makefile.in (srcs):
* doc/lispref/Makefile.in (srcs):
Add dependency on docstyle.texi.
* doc/misc/Makefile.in (style): New macro.
(${buildinfodir}/%.info, %.dvi, %.pdf, %.html)
(${buildinfodir}/ccmode.info, ${buildinfodir}/efaq%.info, gnus_deps):
Use it.
2015-05-01 19:05:53 +00:00
|
|
|
@include docstyle.texi
|
2013-01-04 09:38:18 +00:00
|
|
|
@exampleindent 2
|
2013-01-04 09:39:40 +00:00
|
|
|
@comment %**end of header
|
|
|
|
|
|
|
|
@copying
|
|
|
|
This manual documents Htmlfontify, a source code -> crosslinked +
|
2013-01-09 08:17:47 +00:00
|
|
|
formatted + syntax colorized html transformer.
|
2013-01-04 09:39:40 +00:00
|
|
|
|
2024-01-02 01:47:10 +00:00
|
|
|
Copyright @copyright{} 2002--2024 Free Software Foundation, Inc.
|
2013-01-04 09:39:40 +00:00
|
|
|
|
|
|
|
@quotation
|
|
|
|
Permission is granted to copy, distribute and/or modify this document
|
|
|
|
under the terms of the GNU Free Documentation License, Version 1.3 or
|
|
|
|
any later version published by the Free Software Foundation; with no
|
2014-05-07 17:34:53 +00:00
|
|
|
Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
|
2013-01-04 09:39:40 +00:00
|
|
|
and with the Back-Cover Texts as in (a) below. A copy of the license
|
|
|
|
is included in the section entitled ``GNU Free Documentation License''.
|
|
|
|
|
|
|
|
(a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
|
|
|
|
modify this GNU manual.''
|
|
|
|
@end quotation
|
|
|
|
@end copying
|
|
|
|
|
|
|
|
@dircategory Emacs misc features
|
|
|
|
@direntry
|
2013-12-12 03:37:38 +00:00
|
|
|
* Htmlfontify: (htmlfontify). Convert source code to html.
|
2013-01-04 09:39:40 +00:00
|
|
|
@end direntry
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@titlepage
|
|
|
|
@title Htmlfontify User Manual
|
|
|
|
@sp 4
|
2022-08-22 14:30:29 +00:00
|
|
|
@subtitle Htmlfontify version 0.21
|
2013-01-04 09:38:18 +00:00
|
|
|
@sp 1
|
|
|
|
@subtitle Jun 2002
|
|
|
|
@sp 5
|
|
|
|
@author Vivek Dasmohapatra
|
|
|
|
@page
|
|
|
|
|
|
|
|
@vskip 0pt plus 1filll
|
|
|
|
@noindent
|
2013-01-04 09:39:40 +00:00
|
|
|
@insertcopying
|
|
|
|
@end titlepage
|
2013-01-04 09:38:18 +00:00
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
@contents
|
2013-01-04 09:38:18 +00:00
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
@ifnottex
|
|
|
|
@node Top
|
|
|
|
@top Htmlfontify
|
2013-01-04 09:38:18 +00:00
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
@insertcopying
|
|
|
|
@end ifnottex
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@menu
|
|
|
|
* Introduction:: About Htmlfontify.
|
|
|
|
* Usage & Examples:: How to use Htmlfontify.
|
2014-01-05 02:56:08 +00:00
|
|
|
* Customization:: Fine-tuning Htmlfontify's behavior.
|
2013-01-04 09:38:18 +00:00
|
|
|
* Requirements:: External programs used by Htmlfontify.
|
2013-01-04 09:39:40 +00:00
|
|
|
* GNU Free Documentation License:: The license for this documentation.
|
|
|
|
* Index:: Index of contents.
|
2013-01-04 09:38:18 +00:00
|
|
|
@end menu
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
@node Introduction
|
2013-01-04 09:38:18 +00:00
|
|
|
@chapter Introduction
|
|
|
|
@cindex Introduction
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Htmlfontify provides a means of converting individual Emacs buffers,
|
|
|
|
source files, or entire source trees to html, preserving formatting
|
2013-01-09 08:17:47 +00:00
|
|
|
and Emacs colorization / syntax highlighting as much as possible
|
2013-01-04 09:38:18 +00:00
|
|
|
through careful application of CSS stylesheets and html tags.
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
It can also turn instances of functions, methods and (for some
|
|
|
|
languages) variables and other constructs and items into links
|
|
|
|
to their definitions, and create an index file (or files) of
|
2013-01-04 09:38:18 +00:00
|
|
|
all such symbols, also linked to their points of definition.
|
|
|
|
|
2013-01-09 08:17:47 +00:00
|
|
|
Htmlfontify also provides several customization items, which should
|
2013-01-04 09:39:40 +00:00
|
|
|
allow it to mesh more-or-less seamlessly with various templating or
|
|
|
|
publishing systems (in the event, for instance, that you don't want
|
|
|
|
to produce the html pages directly).
|
2013-01-04 09:38:18 +00:00
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
@node Usage & Examples
|
2013-01-04 09:38:18 +00:00
|
|
|
@chapter Usage & Examples
|
|
|
|
@cindex Usage & Examples
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Htmlfontify can be used both interactively and as part of another
|
|
|
|
elisp function. If you're running it in a modern Emacs, it will also
|
|
|
|
run when attached to a terminal (i.e., without X) or even when in
|
|
|
|
batch mode.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@menu
|
2013-01-04 09:39:40 +00:00
|
|
|
* Interactive:: Using Htmlfontify interactively.
|
|
|
|
* Non-interactive:: Using Htmlfontify from elisp.
|
2013-01-09 08:17:47 +00:00
|
|
|
* Variables:: Variables (other than customization entries).
|
2013-01-04 09:39:40 +00:00
|
|
|
* Data Structures:: Important data structures.
|
|
|
|
* Examples:: Example(s) of Htmlfontify in use.
|
2013-01-04 09:38:18 +00:00
|
|
|
@end menu
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
@node Interactive
|
2013-01-04 09:38:18 +00:00
|
|
|
@section Interactive
|
|
|
|
@cindex Interactive
|
|
|
|
@cindex functions (interactive)
|
|
|
|
|
|
|
|
Htmlfontify provides the following interactive functions:
|
|
|
|
|
|
|
|
@table @code
|
|
|
|
@item htmlfontify-buffer
|
|
|
|
@findex htmlfontify-buffer
|
|
|
|
@anchor{htmlfontify-buffer}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(htmlfontify-buffer &optional @var{srcdir} @var{file})
|
|
|
|
@end lisp
|
|
|
|
|
|
|
|
Create a new buffer, named for the current buffer + a .html extension,
|
2013-01-04 09:39:40 +00:00
|
|
|
containing an inline CSS-stylesheet and formatted CSS-markup html that
|
|
|
|
reproduces the look of the current Emacs buffer as closely as possible.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
``Dangerous'' characters in the existing buffer are turned into html
|
|
|
|
entities, so you should even be able to do html-within-html fontified
|
|
|
|
display.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
2013-03-04 08:45:03 +00:00
|
|
|
You should, however, note that random control or non-ASCII characters
|
2016-08-31 02:44:41 +00:00
|
|
|
such as ^L (U+000C FORM FEED (FF)) or ¤ (U+00A4 CURRENCY SIGN) won't
|
|
|
|
get mapped yet.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
If the @var{srcdir} and @var{file} arguments are set, lookup etags
|
|
|
|
derived entries in the @ref{hfy-tags-cache} and add html anchors
|
2013-01-04 09:38:18 +00:00
|
|
|
and hyperlinks as appropriate.
|
|
|
|
|
|
|
|
@item htmlfontify-run-etags
|
|
|
|
@findex htmlfontify-run-etags
|
|
|
|
@anchor{htmlfontify-run-etags}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(htmlfontify-run-etags @var{srcdir})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Load the etags cache for @var{srcdir}. See @ref{hfy-load-tags-cache}.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item htmlfontify-copy-and-link-dir
|
|
|
|
@findex htmlfontify-copy-and-link-dir
|
|
|
|
@anchor{htmlfontify-copy-and-link-dir}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(htmlfontify-copy-and-link-dir @var{srcdir} @var{dstdir} &optional @var{f-ext} @var{l-ext})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Trawl @var{srcdir} and write fontified-and-hyperlinked output in
|
|
|
|
@var{dstdir}. @var{f-ext} and @var{l-ext} specify values for
|
2013-01-04 09:38:18 +00:00
|
|
|
@ref{hfy-extn} and @ref{hfy-link-extn}.
|
|
|
|
|
|
|
|
You may also want to set @ref{hfy-page-header} and @ref{hfy-page-footer}.
|
|
|
|
|
|
|
|
@item htmlfontify-load-rgb-file
|
|
|
|
@findex htmlfontify-load-rgb-file
|
|
|
|
@anchor{htmlfontify-load-rgb-file}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(htmlfontify-load-rgb-file &optional @var{file})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Load an X11 style rgb.txt file (search @code{hfy-rgb-load-path} if
|
2013-01-04 09:38:18 +00:00
|
|
|
@var{file} is not specified).
|
|
|
|
|
|
|
|
Note that this is not necessary if all you want is the standard X11
|
2013-01-04 09:39:40 +00:00
|
|
|
(XFree86 4.1.0) color name -> rgb triplet mapping. Htmlfontify has
|
2013-01-04 09:38:18 +00:00
|
|
|
a copy built in, for use when it cannot contact an X server.
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Loads the variable @code{hfy-rgb-txt-color-map}, which is used by
|
|
|
|
@ref{hfy-fallback-color-values}.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item htmlfontify-unload-rgb-file
|
|
|
|
@findex htmlfontify-unload-rgb-file
|
|
|
|
@anchor{htmlfontify-unload-rgb-file}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(htmlfontify-unload-rgb-file)
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Unload the currently loaded X11 style rgb.txt file (if any).
|
2013-01-04 09:38:18 +00:00
|
|
|
@end table
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
@node Non-interactive
|
2013-01-04 09:38:18 +00:00
|
|
|
@section Non-interactive
|
|
|
|
@cindex Noninteractive
|
|
|
|
@cindex functions (noninteractive)
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
In addition to the aforementioned interactive methods, Htmlfontify
|
2013-01-04 09:38:18 +00:00
|
|
|
provides the following non-interactive ones:
|
|
|
|
|
|
|
|
@table @code
|
|
|
|
@comment AUTOGENERATED BLOCK
|
|
|
|
|
|
|
|
@item hfy-face-to-style
|
|
|
|
@findex hfy-face-to-style
|
|
|
|
@anchor{hfy-face-to-style}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-face-to-style @var{fn})
|
|
|
|
@end lisp
|
|
|
|
|
|
|
|
Take @var{fn}, a font or @code{defface} style font specification,
|
2013-01-04 09:39:40 +00:00
|
|
|
(as returned by @code{face-attr-construct} or @ref{hfy-face-attr-for-class})
|
2013-01-04 09:38:18 +00:00
|
|
|
and return a @ref{hfy-style-assoc}.
|
|
|
|
|
|
|
|
See also: @ref{hfy-face-to-style-i}, @ref{hfy-flatten-style}.
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
@item hfy-fallback-color-values
|
|
|
|
@findex hfy-fallback-color-values
|
|
|
|
@anchor{hfy-fallback-color-values}
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
(hfy-fallback-color-values @var{color-string})
|
2013-01-04 09:38:18 +00:00
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Use a fallback method for obtaining the rgb values for a color.
|
2013-01-04 09:38:18 +00:00
|
|
|
If @ref{htmlfontify-load-rgb-file} has been called, it uses the
|
2013-01-04 09:39:40 +00:00
|
|
|
color map specified, otherwise it uses Htmlfontify's built in map.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-combined-face-spec
|
|
|
|
@findex hfy-combined-face-spec
|
|
|
|
@anchor{hfy-combined-face-spec}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-combined-face-spec @var{face})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Return a @code{defface} style alist of possible specifications for
|
2013-01-09 08:17:47 +00:00
|
|
|
@var{face}, with any entries resulting from user customization
|
2013-01-04 09:38:18 +00:00
|
|
|
(@code{custom-set-faces}) taking precedence.
|
|
|
|
|
|
|
|
See also: @ref{hfy-default-face-def}
|
|
|
|
|
|
|
|
@item hfy-word-regex
|
|
|
|
@findex hfy-word-regex
|
|
|
|
@anchor{hfy-word-regex}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-word-regex @var{string})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Return a regex that matches @var{string} as the first @code{match-string},
|
|
|
|
with non word characters on either side (vaguely emulating the perl @code{\b}
|
2013-01-04 09:38:18 +00:00
|
|
|
regex atom).
|
|
|
|
|
|
|
|
@item hfy-force-fontification
|
|
|
|
@findex hfy-force-fontification
|
|
|
|
@anchor{hfy-force-fontification}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-force-fontification)
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Emacs's fontification is designed for interactive use. As such, it sometimes
|
|
|
|
does things like deferring fontification until a section of the buffer is
|
|
|
|
exposed and rendered, or until Emacs is idle for a while. Sometimes, in
|
|
|
|
non-interactive circumstances, or if it can't see X, it doesn't bother
|
|
|
|
with some of the harder stuff. While this is all great from the perspective
|
2013-01-09 08:17:47 +00:00
|
|
|
of a user waiting for Emacs to load a 20000 line file and colorize it,
|
2013-01-04 09:39:40 +00:00
|
|
|
it's a pain from the point of view from non-interactive code. This function
|
|
|
|
lies, cheats, steals and generally bullies Emacs into fontifying a buffer
|
2013-01-09 08:17:47 +00:00
|
|
|
from start to finish, with all the extra frills, whether it thinks it needs
|
2013-01-04 09:39:40 +00:00
|
|
|
to or not. Oh yes: it operates on the current buffer.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-link-style-string
|
|
|
|
@findex hfy-link-style-string
|
|
|
|
@anchor{hfy-link-style-string}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-link-style-string @var{style-string})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Replace the end of a CSS style declaration @var{style-string} with the contents
|
|
|
|
of the variable @ref{hfy-src-doc-link-style}, removing text matching the
|
2013-01-04 09:38:18 +00:00
|
|
|
regex @ref{hfy-src-doc-link-unstyle} first, if necessary.
|
|
|
|
|
|
|
|
|
|
|
|
@item hfy-prepare-index-i
|
|
|
|
@findex hfy-prepare-index-i
|
|
|
|
@anchor{hfy-prepare-index-i}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-prepare-index-i @var{srcdir} @var{dstdir} @var{filename} &optional @var{stub} @var{map})
|
|
|
|
@end lisp
|
|
|
|
|
|
|
|
Prepare a tags index buffer for @var{srcdir}.
|
2013-01-04 09:39:40 +00:00
|
|
|
@ref{hfy-tags-cache} must already have an entry for @var{srcdir} for
|
|
|
|
this to work. @ref{hfy-page-header}, @ref{hfy-page-footer},
|
2013-01-04 09:38:18 +00:00
|
|
|
@ref{hfy-link-extn} and @ref{hfy-extn} all play a part here.
|
|
|
|
|
|
|
|
If @var{stub} is set, prepare an (appropriately named) index buffer
|
|
|
|
specifically for entries beginning with @var{stub}.
|
|
|
|
|
|
|
|
If @var{map} is set, use that instead of @ref{hfy-tags-cache}.
|
|
|
|
|
|
|
|
@item hfy-compile-stylesheet
|
|
|
|
@findex hfy-compile-stylesheet
|
|
|
|
@anchor{hfy-compile-stylesheet}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-compile-stylesheet)
|
|
|
|
@end lisp
|
|
|
|
|
|
|
|
Trawl the current buffer, construct and return a @ref{hfy-sheet-assoc}.
|
|
|
|
|
|
|
|
@item hfy-css-name
|
|
|
|
@findex hfy-css-name
|
|
|
|
@anchor{hfy-css-name}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-css-name @var{fn})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Strip some of the boring bits from a font-name and return a CSS style
|
|
|
|
name. If @var{fn} is a @code{defface} attribute list, either construct
|
2013-01-04 09:38:18 +00:00
|
|
|
a name for it, store it in the cache, and return it, or just fetch it
|
|
|
|
from the cache if it's already there.
|
|
|
|
|
|
|
|
@item hfy-make-directory
|
|
|
|
@findex hfy-make-directory
|
|
|
|
@anchor{hfy-make-directory}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-make-directory @var{dir})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Approximate equivalent of @code{mkdir -p @var{dir}}.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-triplet
|
|
|
|
@findex hfy-triplet
|
|
|
|
@anchor{hfy-triplet}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
(hfy-triplet @var{color})
|
2013-01-04 09:38:18 +00:00
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Takes a color name (string) and return a CSS rgb(R, G, B) triplet string.
|
|
|
|
Uses the definition of ``white'' to map the numbers to the 0-255 range, so
|
|
|
|
if you've redefined white, (especially if you've redefined it to have
|
|
|
|
a triplet member lower than that of the color you are processing,
|
|
|
|
strange things may happen).
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-default-footer
|
|
|
|
@findex hfy-default-footer
|
|
|
|
@anchor{hfy-default-footer}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-default-footer @var{file})
|
|
|
|
@end lisp
|
|
|
|
|
|
|
|
Default value for @ref{hfy-page-footer}
|
|
|
|
|
|
|
|
@item hfy-list-files
|
|
|
|
@findex hfy-list-files
|
|
|
|
@anchor{hfy-list-files}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-list-files @var{directory})
|
|
|
|
@end lisp
|
|
|
|
|
|
|
|
Return a list of files under @var{directory}.
|
2013-01-04 09:39:40 +00:00
|
|
|
Strips any leading @samp{./} from each filename.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
@item hfy-color-vals
|
|
|
|
@findex hfy-color-vals
|
|
|
|
@anchor{hfy-color-vals}
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
(hfy-color-vals @var{color})
|
2013-01-04 09:38:18 +00:00
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Where @var{color} is a color name or #XXXXXX style triplet, return a list of
|
|
|
|
3 (16 bit) rgb values for said color. If a window system is unavailable,
|
|
|
|
calls @ref{hfy-fallback-color-values}.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-href-stub
|
|
|
|
@findex hfy-href-stub
|
|
|
|
@anchor{hfy-href-stub}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-href-stub @var{this-file} @var{def-files} @var{tag})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Return an href stub for a tag href: if @var{def-files} (list of files
|
2013-01-04 09:38:18 +00:00
|
|
|
containing definitions for the tag in question) contains only one entry,
|
2013-01-04 09:39:40 +00:00
|
|
|
the href should link straight to that file. Otherwise, the link should
|
2013-01-04 09:38:18 +00:00
|
|
|
be to the index file.
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
We are not yet concerned with the file extensions/tag line number and
|
2013-01-04 09:38:18 +00:00
|
|
|
so on at this point.
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
If @ref{hfy-split-index} is set, and the href will be to an index file
|
|
|
|
rather than a source file, append a @samp{.X} to @ref{hfy-index-file}, where
|
|
|
|
@samp{X} is the uppercased first character of @var{tag}.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
See also: @ref{hfy-relstub}, @ref{hfy-index-file}.
|
|
|
|
|
|
|
|
@item hfy-line-number
|
|
|
|
@findex hfy-line-number
|
|
|
|
@anchor{hfy-line-number}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-line-number)
|
|
|
|
@end lisp
|
|
|
|
|
|
|
|
Returns the line number of the point in the current buffer.
|
|
|
|
|
|
|
|
@item hfy-merge-adjacent-spans
|
|
|
|
@findex hfy-merge-adjacent-spans
|
|
|
|
@anchor{hfy-merge-adjacent-spans}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-merge-adjacent-spans @var{face-map})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Where @var{face-map} is a @ref{hfy-facemap-assoc} for the current buffer,
|
2013-01-04 09:38:18 +00:00
|
|
|
this function merges adjacent style blocks which are of the same value
|
|
|
|
and are separated by nothing more interesting than whitespace.
|
|
|
|
|
|
|
|
@code{<span class="foo">narf</span> <span class="foo">brain</span>}
|
|
|
|
|
|
|
|
(as interpreted from @var{face-map}) would become:
|
|
|
|
|
|
|
|
@code{<span class="foo">narf brain</span>}
|
|
|
|
|
|
|
|
Returns a modified copy of @var{face-map} (also a @ref{hfy-facemap-assoc}).
|
|
|
|
|
|
|
|
@item hfy-mark-tag-names
|
|
|
|
@findex hfy-mark-tag-names
|
|
|
|
@anchor{hfy-mark-tag-names}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-mark-tag-names @var{srcdir} @var{file})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Mark tags in @var{file} (lookup @var{srcdir} in @ref{hfy-tags-cache}) with the
|
|
|
|
@code{hfy-anchor} property, with a value of @samp{tag.line-number}.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-weight
|
|
|
|
@findex hfy-weight
|
|
|
|
@anchor{hfy-weight}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-weight @var{weight})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Derive a font-weight CSS specifier from an Emacs weight specification symbol.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-size
|
|
|
|
@findex hfy-size
|
|
|
|
@anchor{hfy-size}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-size @var{height})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Derive a CSS font-size specifier from an Emacs font @code{:height} attribute.
|
2013-01-04 09:38:18 +00:00
|
|
|
Does not cope with the case where height is a function to be applied to
|
|
|
|
the height of the underlying font.
|
|
|
|
|
|
|
|
@item hfy-default-header
|
|
|
|
@findex hfy-default-header
|
|
|
|
@anchor{hfy-default-header}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-default-header @var{file} @var{style})
|
|
|
|
@end lisp
|
|
|
|
|
|
|
|
Default value for @ref{hfy-page-header}
|
|
|
|
|
|
|
|
@item hfy-family
|
|
|
|
@findex hfy-family
|
|
|
|
@anchor{hfy-family}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-family @var{family})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Derives a CSS font-family specifier from an Emacs @code{:family} attribute.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-mark-tag-hrefs
|
|
|
|
@findex hfy-mark-tag-hrefs
|
|
|
|
@anchor{hfy-mark-tag-hrefs}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-mark-tag-hrefs @var{srcdir} @var{file})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Mark href start points with the @code{hfy-link} property (value: href string).
|
2013-01-04 09:38:18 +00:00
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Mark href end points with the @code{hfy-endl} property (value @code{t}).
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
Avoid overlapping links, and mark links in descending length of
|
2013-01-04 09:39:40 +00:00
|
|
|
tag name in order to prevent subtags from usurping supertags;
|
|
|
|
e.g., ``term'' for ``terminal'').
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-box
|
|
|
|
@findex hfy-box
|
|
|
|
@anchor{hfy-box}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-box @var{box})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Derive CSS border-* attributes from the Emacs @code{:box} attribute.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-box-to-style
|
|
|
|
@findex hfy-box-to-style
|
|
|
|
@anchor{hfy-box-to-style}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-box-to-style @var{spec})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Convert a complex @code{:box} Emacs font attribute set to a list of
|
|
|
|
CSS border-* attributes. Don't call this directly---it is called by
|
|
|
|
@ref{hfy-box} when necessary.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-html-enkludge-buffer
|
|
|
|
@findex hfy-html-enkludge-buffer
|
|
|
|
@anchor{hfy-html-enkludge-buffer}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-html-enkludge-buffer)
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Mark dangerous @samp{["<>]} characters with the @code{hfy-quoteme} property.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
See also @ref{hfy-html-dekludge-buffer}.
|
|
|
|
|
|
|
|
@item hfy-buffer
|
|
|
|
@findex hfy-buffer
|
|
|
|
@anchor{hfy-buffer}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-buffer)
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Generate and return an Htmlfontify html output buffer for the current
|
|
|
|
buffer. May trample an existing buffer.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-fontified-p
|
|
|
|
@findex hfy-fontified-p
|
|
|
|
@anchor{hfy-fontified-p}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-fontified-p)
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
@code{font-lock} doesn't like to say a buffer's been fontified when in
|
|
|
|
batch mode, but we want to know if we should fontify or raw copy, so in
|
|
|
|
batch mode we check for non-default face properties. Otherwise we test
|
2013-01-04 09:38:18 +00:00
|
|
|
@code{font-lock-mode} and @code{font-lock-fontified} for truth.
|
|
|
|
|
|
|
|
@item hfy-lookup
|
|
|
|
@findex hfy-lookup
|
|
|
|
@anchor{hfy-lookup}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-lookup @var{face} @var{style})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Where @var{style} is a @ref{hfy-sheet-assoc} and @var{face} is an Emacs face,
|
2013-01-04 09:38:18 +00:00
|
|
|
return the relevant @var{css} style name.
|
|
|
|
|
|
|
|
@item hfy-fontify-buffer
|
|
|
|
@findex hfy-fontify-buffer
|
|
|
|
@anchor{hfy-fontify-buffer}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-fontify-buffer &optional @var{srcdir} @var{file})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Implement the guts of @ref{htmlfontify-buffer}.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
@item hfy-color
|
|
|
|
@findex hfy-color
|
|
|
|
@anchor{hfy-color}
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
(hfy-color @var{color})
|
2013-01-04 09:38:18 +00:00
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Convert an Emacs :foreground property to a CSS color property.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-flatten-style
|
|
|
|
@findex hfy-flatten-style
|
|
|
|
@anchor{hfy-flatten-style}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-flatten-style @var{style})
|
|
|
|
@end lisp
|
|
|
|
|
2021-11-24 16:28:45 +00:00
|
|
|
Take @var{style} (@pxref{hfy-face-to-style-i}, @pxref{hfy-face-to-style})
|
2013-01-04 09:39:40 +00:00
|
|
|
and merge any multiple attributes appropriately. Currently only font-size is
|
|
|
|
merged down to a single occurrence---others may need special handling, but I
|
|
|
|
haven't encountered them yet. Returns a @ref{hfy-style-assoc}.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-size-to-int
|
|
|
|
@findex hfy-size-to-int
|
|
|
|
@anchor{hfy-size-to-int}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-size-to-int @var{spec})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Convert @var{spec}, a CSS font-size specifier, back to an Emacs
|
|
|
|
@code{:height} attribute value. Used while merging multiple font-size
|
|
|
|
attributes.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-sprintf-stylesheet
|
|
|
|
@findex hfy-sprintf-stylesheet
|
|
|
|
@anchor{hfy-sprintf-stylesheet}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-sprintf-stylesheet @var{css} @var{file})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Generates a header, via @ref{hfy-page-header}, for @var{file}, containing the
|
|
|
|
stylesheet derived from @var{css}, which is a @ref{hfy-sheet-assoc}. Returns a
|
2013-01-04 09:38:18 +00:00
|
|
|
string containing the same.
|
|
|
|
|
|
|
|
@item hfy-relstub
|
|
|
|
@findex hfy-relstub
|
|
|
|
@anchor{hfy-relstub}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-relstub @var{file} &optional @var{start})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Return a @samp{../} stub of the appropriate length for the current source
|
|
|
|
tree depth (as determined from @var{file}). @c iyswim.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-compile-face-map
|
|
|
|
@findex hfy-compile-face-map
|
|
|
|
@anchor{hfy-compile-face-map}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-compile-face-map)
|
|
|
|
@end lisp
|
|
|
|
|
|
|
|
Compile and return a @ref{hfy-facemap-assoc} for the current buffer.
|
|
|
|
|
|
|
|
@item hfy-prepare-index
|
|
|
|
@findex hfy-prepare-index
|
|
|
|
@anchor{hfy-prepare-index}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-prepare-index @var{srcdir} @var{dstdir})
|
|
|
|
@end lisp
|
|
|
|
|
|
|
|
Return as list of index buffer(s), as determined by @ref{hfy-split-index}.
|
|
|
|
Uses @ref{hfy-prepare-index-i} to do this.
|
|
|
|
|
|
|
|
@item hfy-prepare-tag-map
|
|
|
|
@findex hfy-prepare-tag-map
|
|
|
|
@anchor{hfy-prepare-tag-map}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-prepare-tag-map @var{srcdir} @var{dstdir})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Prepare the counterpart(s) to the index buffer(s)---a list of buffers with
|
|
|
|
the same structure, but listing (and linking to) instances of tags (as
|
|
|
|
opposed to their definitions).
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
See also: @ref{hfy-prepare-index}, @ref{hfy-split-index}
|
|
|
|
|
|
|
|
@item hfy-subtract-maps
|
|
|
|
@findex hfy-subtract-maps
|
|
|
|
@anchor{hfy-subtract-maps}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-subtract-maps @var{srcdir})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Internal function---strips definitions of tags from the instance map.
|
2013-01-04 09:38:18 +00:00
|
|
|
See: @ref{hfy-tags-cache} and @ref{hfy-tags-rmap}
|
|
|
|
|
|
|
|
@item hfy-face-to-style-i
|
|
|
|
@findex hfy-face-to-style-i
|
|
|
|
@anchor{hfy-face-to-style-i}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-face-to-style-i @var{fn})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
The guts of @ref{hfy-face-to-style}. @var{fn} should be a @code{defface}
|
|
|
|
font specification, as returned by @code{face-attr-construct} or
|
|
|
|
@ref{hfy-face-attr-for-class}. Note that this function does not get
|
|
|
|
font-sizes right if they are based on inherited modifiers (via the
|
|
|
|
:inherit) attribute, and any other modifiers that are cumulative if they
|
|
|
|
appear multiple times need to be merged by the user---@ref{hfy-flatten-style}
|
2013-01-04 09:38:18 +00:00
|
|
|
should do this.
|
|
|
|
|
|
|
|
@item hfy-face-to-css
|
|
|
|
@findex hfy-face-to-css
|
|
|
|
@anchor{hfy-face-to-css}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-face-to-css @var{fn})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Take @var{fn}, a font or @code{defface} specification (c.f.
|
2013-01-04 09:38:18 +00:00
|
|
|
@code{face-attr-construct}) and return a CSS style specification.
|
|
|
|
|
|
|
|
See also: @ref{hfy-face-to-style}
|
|
|
|
|
|
|
|
@item hfy-html-quote
|
|
|
|
@findex hfy-html-quote
|
|
|
|
@anchor{hfy-html-quote}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-html-quote @var{char-string})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Map a string (usually 1 character long) to an html safe string
|
|
|
|
(entity) if need be.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-link-style
|
|
|
|
@findex hfy-link-style
|
|
|
|
@anchor{hfy-link-style}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-link-style @var{style-string})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Convert the CSS style spec @var{style-string} to its equivalent
|
2013-01-04 09:38:18 +00:00
|
|
|
hyperlink style.
|
|
|
|
|
|
|
|
See: @ref{hfy-link-style-fun}.
|
|
|
|
|
|
|
|
@item hfy-p-to-face
|
|
|
|
@findex hfy-p-to-face
|
|
|
|
@anchor{hfy-p-to-face}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-p-to-face @var{props})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Given @var{props}, a list of text-properties, return the value of the
|
2014-06-08 23:39:23 +00:00
|
|
|
face property, or @code{nil}.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-box-to-border-assoc
|
|
|
|
@findex hfy-box-to-border-assoc
|
|
|
|
@anchor{hfy-box-to-border-assoc}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-box-to-border-assoc @var{spec})
|
|
|
|
@end lisp
|
|
|
|
|
|
|
|
Helper function for @ref{hfy-box-to-style}.
|
|
|
|
|
|
|
|
@item hfy-face-attr-for-class
|
|
|
|
@findex hfy-face-attr-for-class
|
|
|
|
@anchor{hfy-face-attr-for-class}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-face-attr-for-class @var{face} &optional @var{class})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Return the face attributes for @var{face}. If @var{class} is set, it
|
|
|
|
must be a @code{defface} alist key [see below]. Prior to version 0.18,
|
|
|
|
the first face specification returned by @ref{hfy-combined-face-spec}
|
|
|
|
which @emph{didn't} clash with @var{class} was returned. In versions
|
|
|
|
from 0.18 onwards, each font attribute list is scored, and the
|
|
|
|
non-conflicting list with the highest score is returned. (A specification
|
|
|
|
with a class of @code{t} is considered to match any class you specify.
|
2014-01-05 02:56:08 +00:00
|
|
|
This matches Emacs's behavior when deciding on which face attributes to
|
2013-01-04 09:38:18 +00:00
|
|
|
use, to the best of my understanding ).
|
|
|
|
|
2017-10-10 05:53:19 +00:00
|
|
|
If @var{class} is @code{nil}, then you just get whatever
|
2013-01-04 09:39:40 +00:00
|
|
|
@code{face-attr-construct} returns; i.e., the current specification in
|
2013-01-04 09:38:18 +00:00
|
|
|
effect for @var{face}.
|
|
|
|
|
|
|
|
See @ref{hfy-display-class} for details of valid values for @var{class}.
|
|
|
|
|
|
|
|
@item hfy-face-at
|
|
|
|
@findex hfy-face-at
|
|
|
|
@anchor{hfy-face-at}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-face-at P)
|
|
|
|
@end lisp
|
|
|
|
|
2015-03-17 23:55:02 +00:00
|
|
|
Find face in effect at point P@. If overlays are to be considered
|
2021-11-24 16:28:45 +00:00
|
|
|
(@pxref{hfy-optimizations}) then this may return a @code{defface} style
|
2013-01-04 09:38:18 +00:00
|
|
|
list of face properties instead of a face symbol.
|
|
|
|
|
|
|
|
@item hfy-bgcol
|
|
|
|
@findex hfy-bgcol
|
|
|
|
@anchor{hfy-bgcol}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
(hfy-bgcol @var{color})
|
2013-01-04 09:38:18 +00:00
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
As per @ref{hfy-color} but for background colors.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-kludge-cperl-mode
|
|
|
|
@findex hfy-kludge-cperl-mode
|
|
|
|
@anchor{hfy-kludge-cperl-mode}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-kludge-cperl-mode)
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-09 08:17:47 +00:00
|
|
|
cperl mode does its best to not do some of its fontification when not
|
2013-01-04 09:39:40 +00:00
|
|
|
in a windowing system---we try to trick it@dots{}
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-href
|
|
|
|
@findex hfy-href
|
|
|
|
@anchor{hfy-href}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-href @var{this-file} @var{def-files} @var{tag} @var{tag-map})
|
|
|
|
@end lisp
|
|
|
|
|
|
|
|
Return a relative href to the tag in question, based on
|
|
|
|
|
|
|
|
@var{this-file} @ref{hfy-link-extn} @ref{hfy-extn} @var{def-files} @var{tag} and @var{tag-map}
|
|
|
|
|
|
|
|
@var{this-file} is the current source file
|
|
|
|
@var{def-files} is a list of file containing possible link endpoints for @var{tag}
|
|
|
|
@var{tag} is the @var{tag} in question
|
|
|
|
@var{tag-map} is the entry in @ref{hfy-tags-cache}.
|
|
|
|
|
|
|
|
@item hfy-shell
|
|
|
|
@findex hfy-shell
|
|
|
|
@anchor{hfy-shell}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-shell)
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Returns a best guess at a Bourne compatible shell to use: If the current
|
2013-01-04 09:38:18 +00:00
|
|
|
shell doesn't look promising, fall back to @ref{hfy-shell-file-name}.
|
|
|
|
|
|
|
|
@item hfy-load-tags-cache
|
|
|
|
@findex hfy-load-tags-cache
|
|
|
|
@anchor{hfy-load-tags-cache}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-load-tags-cache @var{srcdir})
|
|
|
|
@end lisp
|
|
|
|
|
|
|
|
Run @ref{hfy-etags-cmd} on @var{srcdir}: load @ref{hfy-tags-cache} and @ref{hfy-tags-sortl}.
|
|
|
|
|
|
|
|
@item hfy-parse-tags-buffer
|
|
|
|
@findex hfy-parse-tags-buffer
|
|
|
|
@anchor{hfy-parse-tags-buffer}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-parse-tags-buffer @var{srcdir} @var{buffer})
|
|
|
|
@end lisp
|
|
|
|
|
|
|
|
Parse a @var{buffer} containing etags formatted output, loading the
|
|
|
|
@ref{hfy-tags-cache} and @ref{hfy-tags-sortl} entries for @var{srcdir}.
|
|
|
|
|
|
|
|
@item hfy-interq
|
|
|
|
@findex hfy-interq
|
|
|
|
@anchor{hfy-interq}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-interq @var{set-a} @var{set-b})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Return the intersection (using @code{eq}) of 2 lists.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-text-p
|
|
|
|
@findex hfy-text-p
|
|
|
|
@anchor{hfy-text-p}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-text-p @var{srcdir} @var{file})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Is @var{srcdir}/@var{file} text? Uses @ref{hfy-istext-command} to determine this.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-opt
|
|
|
|
@findex hfy-opt
|
|
|
|
@anchor{hfy-opt}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-opt @var{symbol})
|
|
|
|
@end lisp
|
|
|
|
|
2015-04-06 06:40:54 +00:00
|
|
|
Is @ref{hfy-optimizations} member @var{symbol} set or not?
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-dirname
|
|
|
|
@findex hfy-dirname
|
|
|
|
@anchor{hfy-dirname}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-dirname @var{file})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Return everything preceding the last @samp{/} from a relative filename,
|
2017-09-09 20:39:22 +00:00
|
|
|
on the assumption that this will produce the name of a relative
|
|
|
|
directory. Hardly bombproof, but good enough in the context in which
|
|
|
|
it is being used.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-html-dekludge-buffer
|
|
|
|
@findex hfy-html-dekludge-buffer
|
|
|
|
@anchor{hfy-html-dekludge-buffer}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-html-dekludge-buffer)
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Transform all dangerous characters marked with the @code{hfy-quoteme} property
|
2013-01-04 09:38:18 +00:00
|
|
|
using @ref{hfy-html-quote}
|
|
|
|
|
|
|
|
See also @ref{hfy-html-enkludge-buffer}.
|
|
|
|
|
|
|
|
@item hfy-copy-and-fontify-file
|
|
|
|
@findex hfy-copy-and-fontify-file
|
|
|
|
@anchor{hfy-copy-and-fontify-file}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-copy-and-fontify-file @var{srcdir} @var{dstdir} @var{file})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Open @var{file} in @var{srcdir}---if fontified, write a fontified copy to @var{dstdir}
|
|
|
|
adding an extension of @ref{hfy-extn}. Fontification is actually done by
|
|
|
|
@ref{htmlfontify-buffer}. If the buffer is not fontified, just copy it.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-decor
|
|
|
|
@findex hfy-decor
|
|
|
|
@anchor{hfy-decor}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-decor @var{tag} @var{val})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Derive CSS text-decoration specifiers from various Emacs font attributes.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-slant
|
|
|
|
@findex hfy-slant
|
|
|
|
@anchor{hfy-slant}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-slant @var{slant})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Derive a font-style CSS specifier from the Emacs :slant
|
|
|
|
attribute---CSS does not define the reverse-* styles, so just maps
|
|
|
|
those to the regular specifiers.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-tags-for-file
|
|
|
|
@findex hfy-tags-for-file
|
|
|
|
@anchor{hfy-tags-for-file}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-tags-for-file @var{srcdir} @var{file})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
List of etags tags that have definitions in this @var{file}. Looks up
|
2013-01-04 09:38:18 +00:00
|
|
|
the tags cache in @ref{hfy-tags-cache} using @var{srcdir} as the key.
|
|
|
|
|
|
|
|
@item hfy-width
|
|
|
|
@findex hfy-width
|
|
|
|
@anchor{hfy-width}
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
|
|
|
(hfy-width @var{width})
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Convert an Emacs @code{:width} attribute to a CSS font-stretch attribute.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@comment /AUTOGENERATED BLOCK
|
|
|
|
@end table
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
@node Variables
|
2013-01-04 09:38:18 +00:00
|
|
|
@section Variables
|
|
|
|
@cindex variables
|
|
|
|
|
2013-01-09 08:17:47 +00:00
|
|
|
Important variables that are not customization items:
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@table @code
|
|
|
|
|
|
|
|
@item hfy-tags-cache
|
|
|
|
@vindex hfy-tags-cache
|
|
|
|
@anchor{hfy-tags-cache}
|
|
|
|
|
|
|
|
This is an alist of the form:
|
|
|
|
|
|
|
|
@example
|
2013-01-04 09:39:40 +00:00
|
|
|
(("/src/dir/0" . tag-hash0) ("/src/dir/1" tag-hash1) @dots{} )
|
2013-01-04 09:38:18 +00:00
|
|
|
@end example
|
|
|
|
|
|
|
|
Each tag hash entry then contains entries of the form:
|
|
|
|
|
|
|
|
@example
|
2013-01-04 09:39:40 +00:00
|
|
|
"tag_string" => (("file/name.ext" line char) @dots{} )
|
2013-01-04 09:38:18 +00:00
|
|
|
@end example
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
i.e., an alist mapping (relative) file paths to line and character offsets.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
See @ref{hfy-load-tags-cache}.
|
|
|
|
|
|
|
|
@item hfy-tags-rmap
|
|
|
|
@vindex hfy-tags-rmap
|
|
|
|
@anchor{hfy-tags-rmap}
|
|
|
|
|
|
|
|
@code{hfy-tags-rmap} is an alist of the form:
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
(("/src/dir" . tag-rmap-hash))
|
|
|
|
@end lisp
|
|
|
|
|
|
|
|
Where tag-rmap-hash has entries of the form:
|
|
|
|
|
|
|
|
@example
|
|
|
|
"tag_string" => ( "file/name.ext" line char )
|
|
|
|
@end example
|
|
|
|
|
|
|
|
Unlike @ref{hfy-tags-cache} these are the locations of occurrences of
|
|
|
|
tagged items, not the locations of their definitions.
|
|
|
|
|
|
|
|
@item hfy-tags-sortl
|
|
|
|
@vindex hfy-tags-sortl
|
|
|
|
@anchor{hfy-tags-sortl}
|
|
|
|
|
|
|
|
@code{hfy-tags-sortl} is an alist of the form:
|
|
|
|
|
|
|
|
@example
|
2013-01-04 09:39:40 +00:00
|
|
|
(("/src/dir" . (tag0 tag1 tag2)) @dots{} )
|
2013-01-04 09:38:18 +00:00
|
|
|
@end example
|
|
|
|
|
|
|
|
Where the tags are stored in descending order of length.
|
|
|
|
|
|
|
|
See: @ref{hfy-load-tags-cache}.
|
|
|
|
|
|
|
|
@end table
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
@node Data Structures
|
2013-01-04 09:38:18 +00:00
|
|
|
@section Data Structures
|
|
|
|
@cindex Data Structures
|
|
|
|
|
|
|
|
Some of the (informal) data structures used in Htmlfontify are detailed here:
|
|
|
|
|
|
|
|
@table @code
|
|
|
|
|
|
|
|
@item hfy-style-assoc
|
2018-02-24 19:52:21 +00:00
|
|
|
@cindex @code{hfy-style-assoc}
|
2013-01-04 09:38:18 +00:00
|
|
|
@anchor{hfy-style-assoc}
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
An assoc representing/describing an Emacs face. Properties may be repeated,
|
|
|
|
in which case later properties should be treated as if they were inherited
|
|
|
|
from a ``parent'' font. (For some properties, only the first encountered value
|
2013-01-04 09:38:18 +00:00
|
|
|
is of any importance, for others the values might be cumulative, and for
|
2013-01-04 09:39:40 +00:00
|
|
|
others they might be cumulative in a complex way.)
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
Some examples:
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
(hfy-face-to-style 'default) =>
|
|
|
|
|
|
|
|
(("background" . "rgb(0, 0, 0)" )
|
|
|
|
("color" . "rgb(255, 255, 255)")
|
|
|
|
("font-style" . "normal" )
|
|
|
|
("font-weight" . "500" )
|
|
|
|
("font-stretch" . "normal" )
|
|
|
|
("font-family" . "misc-fixed" )
|
|
|
|
("font-size" . "13pt" )
|
|
|
|
("text-decoration" . "none" ))
|
|
|
|
|
|
|
|
(hfy-face-to-style 'Info-title-3-face) =>
|
|
|
|
|
|
|
|
(("font-weight" . "700" )
|
|
|
|
("font-family" . "helv" )
|
|
|
|
("font-size" . "120%" )
|
|
|
|
("text-decoration" . "none") )
|
|
|
|
@end lisp
|
|
|
|
|
|
|
|
@item hfy-sheet-assoc
|
2018-02-24 19:52:21 +00:00
|
|
|
@cindex @code{hfy-sheet-assoc}
|
2013-01-04 09:38:18 +00:00
|
|
|
@anchor{hfy-sheet-assoc}
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
An assoc with elements of the form @samp{(face-name style-name . style-string)}.
|
2013-01-04 09:38:18 +00:00
|
|
|
The actual stylesheet for each page is derived from one of these.
|
|
|
|
|
|
|
|
@lisp
|
2015-10-17 02:01:36 +00:00
|
|
|
((default "default" . "@{ background: black; color: white@}")
|
|
|
|
(font-lock-string-face "string" . "@{ color: rgb(64,224,208) @}"))
|
2013-01-04 09:38:18 +00:00
|
|
|
@end lisp
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
@item hfy-facemap-assoc
|
2018-02-24 19:52:21 +00:00
|
|
|
@cindex @code{hfy-facemap-assoc}
|
2013-01-04 09:38:18 +00:00
|
|
|
@anchor{hfy-facemap-assoc}
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
An assoc of @code{(point . @var{face-symbol})} or
|
|
|
|
@code{(point . @code{defface} attribute list)} and @code{(point
|
|
|
|
. end)} elements, in descending order of point value (i.e., from the
|
|
|
|
file's end to its beginning). The map is in reverse order because
|
|
|
|
inserting a @samp{<style>} tag (or any other string) at @var{point}
|
|
|
|
invalidates the map for all entries with a greater value of point. By
|
|
|
|
traversing the map from greatest to least @var{point}, we still
|
|
|
|
invalidate the map as we go, but only those points we have already
|
|
|
|
dealt with (and therefore no longer care about) will be invalid at any
|
2013-01-04 09:38:18 +00:00
|
|
|
time.
|
|
|
|
|
|
|
|
@lisp
|
2015-10-17 02:01:36 +00:00
|
|
|
((64820 . end)
|
|
|
|
(64744 . font-lock-comment-face)
|
|
|
|
(64736 . end)
|
|
|
|
(64722 . font-lock-string-face)
|
|
|
|
(64630 . end)
|
|
|
|
(64623 . font-lock-string-face)
|
|
|
|
(64449 . end)
|
|
|
|
;; Big similar section elided. You get the idea.
|
|
|
|
(5459 . end)
|
|
|
|
(5431 . (:inherit font-lock-keyword-face :background "7e7e7e"))
|
|
|
|
(5431 . end)
|
|
|
|
(4285 . font-lock-constant-face)
|
|
|
|
(4285 . end)
|
|
|
|
(4221 . font-lock-comment-face)
|
|
|
|
(4221 . end)
|
|
|
|
(4197 . font-lock-constant-face)
|
|
|
|
(4197 . end)
|
|
|
|
(1 . font-lock-comment-face))
|
2013-01-04 09:38:18 +00:00
|
|
|
@end lisp
|
|
|
|
|
|
|
|
@end table
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
@node Examples
|
2013-01-04 09:38:18 +00:00
|
|
|
@section Examples
|
|
|
|
@cindex Examples
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
The following is a lump of code I use to fontify source code on my
|
|
|
|
site, @url{http://rtfm.etla.org/} (which was the reason, incidentally,
|
|
|
|
that Htmlfontify was written in the first place).
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@lisp
|
|
|
|
(defvar rtfm-section nil)
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
;; Constructs an appropriate header string to fit in with rtfm's
|
2013-01-04 09:38:18 +00:00
|
|
|
;; templating system, based on the file and the stylesheet string
|
|
|
|
(defun rtfm-build-page-header (file style)
|
|
|
|
(format "#define TEMPLATE red+black.html
|
|
|
|
#define DEBUG 1
|
|
|
|
#include <build/menu-dirlist|>\n
|
|
|
|
html-css-url := /css/red+black.css
|
|
|
|
title := rtfm.etla.org ( %s / src/%s )
|
2013-01-04 09:39:40 +00:00
|
|
|
bodytag :=
|
2013-01-04 09:38:18 +00:00
|
|
|
head <=STYLESHEET;\n
|
|
|
|
%s
|
|
|
|
STYLESHEET
|
|
|
|
main-title := rtfm / %s / src/%s\n
|
|
|
|
main-content <=MAIN_CONTENT;\n" rtfm-section file style rtfm-section file))
|
|
|
|
|
|
|
|
;; the footer:
|
|
|
|
(defun rtfm-build-page-footer (file) "\nMAIN_CONTENT\n")
|
|
|
|
|
|
|
|
(defun rtfm-fontify-buffer (section)
|
|
|
|
(interactive "s section[eg- emacs / p4-blame]: ")
|
|
|
|
(require 'htmlfontify)
|
|
|
|
(let ((hfy-page-header 'rtfm-build-page-header)
|
|
|
|
(hfy-page-footer 'rtfm-build-page-footer)
|
|
|
|
(rtfm-section section))
|
|
|
|
(htmlfontify-buffer)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
;; Here's the function I actually call---it asks me for a section label,
|
2013-01-04 09:38:18 +00:00
|
|
|
;; and source and destination directories, and then binds a couple of
|
2013-01-09 08:17:47 +00:00
|
|
|
;; customization variable in a let before calling htmlfontify:
|
2013-01-04 09:38:18 +00:00
|
|
|
(defun rtfm-build-source-docs (section srcdir destdir)
|
|
|
|
(interactive
|
|
|
|
"s section[eg- emacs / p4-blame]:\nD source-dir: \nD output-dir: ")
|
|
|
|
(require 'htmlfontify)
|
|
|
|
(hfy-load-tags-cache srcdir)
|
|
|
|
(let ((hfy-page-header 'rtfm-build-page-header)
|
|
|
|
(hfy-page-footer 'rtfm-build-page-footer)
|
|
|
|
(rtfm-section section)
|
|
|
|
(hfy-index-file "index")
|
|
|
|
(auto-mode-alist (append auto-mode-alist
|
|
|
|
'(("dbi\\(shell\\|gtk\\)$" . cperl-mode)
|
|
|
|
("\\.xpm$" . c-mode ))))
|
|
|
|
)
|
|
|
|
(htmlfontify-run-etags srcdir)
|
|
|
|
(htmlfontify-copy-and-link-dir srcdir destdir ".src" ".html")))
|
|
|
|
@end lisp
|
|
|
|
|
2013-01-09 08:17:47 +00:00
|
|
|
@node Customization
|
|
|
|
@chapter Customization
|
|
|
|
@cindex variables (customization)
|
2013-01-04 09:38:18 +00:00
|
|
|
|
2013-01-09 08:17:47 +00:00
|
|
|
Htmlfontify provides the following variable and customization entries:
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@table @code
|
|
|
|
@comment AUTOGENERATED BLOCK
|
|
|
|
|
|
|
|
@item hfy-link-style-fun
|
|
|
|
@vindex hfy-link-style-fun
|
|
|
|
@anchor{hfy-link-style-fun}
|
|
|
|
|
|
|
|
Set this to a function, which will be called with one argument
|
2013-01-04 09:39:40 +00:00
|
|
|
(a @samp{@{ foo: bar; @dots{}@}} CSS style-string)---it should return a copy of
|
2013-01-04 09:38:18 +00:00
|
|
|
its argument, altered so as to make any changes you want made for text which
|
|
|
|
is a hyperlink, in addition to being in the class to which that style would
|
|
|
|
normally be applied.
|
|
|
|
|
|
|
|
@item hfy-html-quote-regex
|
|
|
|
@vindex hfy-html-quote-regex
|
|
|
|
@anchor{hfy-html-quote-regex}
|
|
|
|
|
2013-08-09 00:46:25 +00:00
|
|
|
@c FIXME: the cross-reference below looks ugly
|
2013-01-04 09:38:18 +00:00
|
|
|
Regex to match (with a single back-reference per match) strings in HTML
|
2013-01-04 09:39:40 +00:00
|
|
|
which should be quoted with @ref{hfy-html-quote}
|
2013-01-04 09:38:18 +00:00
|
|
|
(and @pxref{hfy-html-quote-map}) to make them safe.
|
|
|
|
|
|
|
|
@item hfy-page-footer
|
|
|
|
@vindex hfy-page-footer
|
|
|
|
@anchor{hfy-page-footer}
|
|
|
|
|
|
|
|
As @ref{hfy-page-header}, but generates the output footer
|
|
|
|
(and takes only 1 argument, the filename).
|
|
|
|
|
|
|
|
@item hfy-display-class
|
|
|
|
@vindex hfy-display-class
|
|
|
|
@anchor{hfy-display-class}
|
|
|
|
|
|
|
|
Display class to use to determine which display class to use when
|
2013-01-04 09:39:40 +00:00
|
|
|
calculating a face's attributes. This is useful when, for example, you
|
|
|
|
are running Emacs on a tty or in batch mode, and want Htmlfontify to have
|
2013-01-04 09:38:18 +00:00
|
|
|
access to the face spec you would use if you were connected to an X display.
|
|
|
|
|
|
|
|
Some valid class specification elements are:
|
|
|
|
|
|
|
|
@lisp
|
2015-10-17 02:01:36 +00:00
|
|
|
(class color)
|
|
|
|
(class grayscale)
|
|
|
|
(background dark)
|
|
|
|
(background light)
|
|
|
|
(type x-toolkit)
|
|
|
|
(type tty)
|
|
|
|
(type motif)
|
|
|
|
(type lucid)
|
2013-01-04 09:38:18 +00:00
|
|
|
@end lisp
|
|
|
|
|
|
|
|
Multiple values for a tag may be combined, to indicate that any one or more
|
2015-10-17 02:01:36 +00:00
|
|
|
of these values in the specification key constitutes a match. For
|
|
|
|
example, @code{((class color grayscale) (type tty))} would match any of:
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@lisp
|
2015-10-17 02:01:36 +00:00
|
|
|
((class color))
|
|
|
|
((class grayscale))
|
|
|
|
((class color grayscale)))
|
|
|
|
((class color foo))
|
|
|
|
((type tty))
|
|
|
|
((type tty) (class color))
|
2013-01-04 09:38:18 +00:00
|
|
|
@end lisp
|
|
|
|
|
|
|
|
@item hfy-page-header
|
|
|
|
@vindex hfy-page-header
|
|
|
|
@anchor{hfy-page-header}
|
|
|
|
|
|
|
|
Function called with two arguments (the filename relative to the top
|
2015-10-17 02:01:36 +00:00
|
|
|
level source directory being etagged and fontified), and a string containing
|
2013-01-04 09:39:40 +00:00
|
|
|
the @samp{<style>@dots{}</style>} text to embed in the document---the string
|
|
|
|
returned will be used as the header for the htmlfontified version of
|
|
|
|
the source file.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
See also: @ref{hfy-page-footer}
|
|
|
|
|
|
|
|
@item hfy-src-doc-link-style
|
|
|
|
@vindex hfy-src-doc-link-style
|
|
|
|
@anchor{hfy-src-doc-link-style}
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
String to add to the @samp{<style> a} variant of an Htmlfontify CSS class.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-split-index
|
|
|
|
@vindex hfy-split-index
|
|
|
|
@anchor{hfy-split-index}
|
|
|
|
|
|
|
|
Whether or not to split the index @ref{hfy-index-file} alphabetically
|
2013-01-04 09:39:40 +00:00
|
|
|
on the first letter of each tag. Useful when the index would otherwise
|
2013-01-04 09:38:18 +00:00
|
|
|
be large and take a long time to render or be difficult to navigate.
|
|
|
|
|
2023-01-15 09:49:45 +00:00
|
|
|
@item hfy-exclude-file-rules
|
|
|
|
@vindex hfy-exclude-file-rules
|
2013-01-04 09:38:18 +00:00
|
|
|
|
2023-01-15 09:49:45 +00:00
|
|
|
Regular expressions to exclude files which shouldn't be fontified.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-extn
|
|
|
|
@vindex hfy-extn
|
|
|
|
@anchor{hfy-extn}
|
|
|
|
|
2013-08-09 00:51:03 +00:00
|
|
|
File extension used for output files.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-default-face-def
|
|
|
|
@vindex hfy-default-face-def
|
|
|
|
@anchor{hfy-default-face-def}
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Fallback @code{defface} specification for the face @code{default}, used
|
|
|
|
when @ref{hfy-display-class} has been set (the normal Htmlfontify way of
|
|
|
|
extracting potentially non-current face information doesn't necessarily
|
|
|
|
work for @code{default}).
|
2013-01-04 09:38:18 +00:00
|
|
|
|
2013-01-09 08:17:47 +00:00
|
|
|
For example, I customize this to:
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@lisp
|
|
|
|
((t :background "black" :foreground "white" :family "misc-fixed"))
|
|
|
|
@end lisp
|
|
|
|
|
2018-03-13 18:47:41 +00:00
|
|
|
@item hfy-init-kludge-hook
|
|
|
|
@vindex hfy-init-kludge-hook
|
|
|
|
@anchor{hfy-init-kludge-hook}
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
List of functions to call when starting htmlfontify-buffer to do any
|
2013-01-09 08:17:47 +00:00
|
|
|
kludging necessary to get highlighting modes to behave as you want, even
|
2013-01-04 09:38:18 +00:00
|
|
|
when not running under a window system.
|
|
|
|
|
|
|
|
@item hfy-shell-file-name
|
|
|
|
@vindex hfy-shell-file-name
|
|
|
|
@anchor{hfy-shell-file-name}
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Should be set to a Bourne compatible shell, which will be invoked
|
|
|
|
for the more complex shell interactions needed by Htmlfontify.
|
|
|
|
Currently this is only required/used when using GNU etags, see
|
2013-01-04 09:38:18 +00:00
|
|
|
@ref{hfy-etags-cmd-alist} for details.
|
|
|
|
|
2015-04-06 06:40:54 +00:00
|
|
|
@item hfy-optimizations
|
|
|
|
@vindex hfy-optimizations
|
|
|
|
@anchor{hfy-optimizations}
|
2013-01-04 09:38:18 +00:00
|
|
|
|
2013-01-09 08:17:47 +00:00
|
|
|
Optimizations to turn on. So far, the following have been implemented:
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@table @option
|
|
|
|
@item merge-adjacent-tags
|
2013-01-04 09:39:40 +00:00
|
|
|
If two (or more) span tags are adjacent, identical and separated by nothing
|
2013-01-04 09:38:18 +00:00
|
|
|
more than whitespace, they will be merged into one span.
|
|
|
|
|
|
|
|
@item zap-comment-links
|
|
|
|
Suppress hyperlinking of tags found in comments.
|
|
|
|
|
|
|
|
@item zap-string-links
|
|
|
|
Suppress hyperlinking of tags found in strings.
|
|
|
|
|
|
|
|
@item div-wrapper
|
2013-01-04 09:39:40 +00:00
|
|
|
Add @samp{<div class="default"> </div>} tags around the fontified body.
|
|
|
|
(Some people like this because they cut and paste the html into
|
|
|
|
a page with different colors than the fontified code.)
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item keep-overlays
|
2015-03-17 23:55:02 +00:00
|
|
|
Preserve overlay highlighting (cf.@: @code{ediff} or @code{goo-font-lock})
|
2013-01-04 09:39:40 +00:00
|
|
|
as well as basic faces. Can result in extremely verbose highlighting
|
2013-01-04 09:38:18 +00:00
|
|
|
if there are many overlays (as is the case with @code{goo-font-lock}).
|
|
|
|
|
|
|
|
@end table
|
|
|
|
|
|
|
|
And the following are planned but not yet available:
|
|
|
|
|
|
|
|
@table @option
|
|
|
|
@item kill-context-leak
|
|
|
|
Suppress hyperlinking between files highlighted by different modes.
|
|
|
|
|
|
|
|
@end table
|
|
|
|
|
2013-01-09 08:17:47 +00:00
|
|
|
Note: like compiler optimizations, these optimize the @emph{output} of
|
|
|
|
the code,
|
2013-01-04 09:38:18 +00:00
|
|
|
not the processing of the source itself, and are therefore likely to slow
|
2013-01-04 09:39:40 +00:00
|
|
|
Htmlfontify down, at least a little. Except for skip-refontification,
|
2013-01-04 09:38:18 +00:00
|
|
|
which can never slow you down, but may result in incomplete fontification.
|
|
|
|
|
|
|
|
@item hfy-src-doc-link-unstyle
|
|
|
|
@vindex hfy-src-doc-link-unstyle
|
|
|
|
@anchor{hfy-src-doc-link-unstyle}
|
|
|
|
|
2013-08-09 00:51:03 +00:00
|
|
|
Regex to remove from the @samp{<style> a} variant of an Htmlfontify CSS class.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-link-extn
|
|
|
|
@vindex hfy-link-extn
|
|
|
|
@anchor{hfy-link-extn}
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
File extension used for href links---useful where the Htmlfontify
|
2013-01-09 08:17:47 +00:00
|
|
|
output files are going to be processed again, with a resulting change
|
2013-01-04 09:39:40 +00:00
|
|
|
in file extension. If @code{nil}, then any code using this should fall back
|
2013-01-04 09:38:18 +00:00
|
|
|
to @ref{hfy-extn}.
|
|
|
|
|
|
|
|
@item hfy-istext-command
|
|
|
|
@vindex hfy-istext-command
|
|
|
|
@anchor{hfy-istext-command}
|
|
|
|
|
|
|
|
Command to run with the name of a file, to see whether it is a text file
|
2013-01-04 09:39:40 +00:00
|
|
|
or not. The command should emit a string containing the word @samp{text} if
|
|
|
|
the file is a text file, and a string not containing @samp{text} otherwise.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-etags-cmd-alist
|
|
|
|
@vindex hfy-etags-cmd-alist
|
|
|
|
@anchor{hfy-etags-cmd-alist}
|
|
|
|
|
|
|
|
An alist of possible shell commands that will generate etags output that
|
2013-01-04 09:39:40 +00:00
|
|
|
Htmlfontify can use. @samp{%s} will be replaced by @ref{hfy-etags-bin}.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-etags-bin
|
|
|
|
@vindex hfy-etags-bin
|
|
|
|
@anchor{hfy-etags-bin}
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
The location of the etags binary (we begin by assuming it's in your path).
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
Note that if etags is not in your path, you will need to alter the shell
|
|
|
|
commands in @ref{hfy-etags-cmd-alist}.
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
[As of version 0.17, this requirement has been removed: it should
|
|
|
|
all just work(tm).]
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-etags-cmd
|
|
|
|
@vindex hfy-etags-cmd
|
|
|
|
@anchor{hfy-etags-cmd}
|
|
|
|
|
|
|
|
An etags shell command to run in the source directory to generate a tags
|
2013-01-04 09:39:40 +00:00
|
|
|
file for the whole source tree from there on down. The command should emit
|
2013-01-04 09:38:18 +00:00
|
|
|
the etags output on standard output.
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Two canned commands are provided---they drive Emacs's etags and
|
|
|
|
exuberant-ctags's etags respectively.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item hfy-etag-regex
|
|
|
|
@vindex hfy-etag-regex
|
|
|
|
@anchor{hfy-etag-regex}
|
|
|
|
|
|
|
|
Regex used to parse an etags entry: must have 3 subexps, corresponding,
|
|
|
|
in order, to:
|
|
|
|
|
|
|
|
@enumerate
|
2013-01-05 16:19:53 +00:00
|
|
|
@item
|
|
|
|
The tag
|
|
|
|
@item
|
|
|
|
The line
|
|
|
|
@item
|
|
|
|
The character (point) at which the tag occurs
|
2013-01-04 09:38:18 +00:00
|
|
|
@end enumerate
|
|
|
|
|
|
|
|
@item hfy-index-file
|
|
|
|
@vindex hfy-index-file
|
|
|
|
@anchor{hfy-index-file}
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
Name (sans extension) of the index file produced during
|
2013-01-04 09:38:18 +00:00
|
|
|
fontification-and-hyperlinking.
|
|
|
|
|
|
|
|
@item hfy-instance-file
|
|
|
|
@vindex hfy-instance-file
|
|
|
|
@anchor{hfy-instance-file}
|
|
|
|
|
|
|
|
Name (sans extension) of the tag usage index file produced during
|
|
|
|
fontification-and-hyperlinking.
|
|
|
|
|
|
|
|
@item hfy-html-quote-map
|
|
|
|
@vindex hfy-html-quote-map
|
|
|
|
@anchor{hfy-html-quote-map}
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
An alist of character -> entity mappings used to make the text html-safe.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@comment /AUTOGENERATED BLOCK
|
|
|
|
@end table
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
@node Requirements
|
2013-01-04 09:38:18 +00:00
|
|
|
@chapter Requirements
|
|
|
|
@cindex Requirements, Prerequisites
|
|
|
|
|
|
|
|
Htmlfontify has a couple of external requirements:
|
|
|
|
|
|
|
|
@itemize @bullet
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
@item
|
|
|
|
A copy of etags (exuberant-ctags or GNU etags). Htmlfontify attempts
|
2013-01-09 08:17:47 +00:00
|
|
|
to autodetect the version you have and customize itself accordingly,
|
2013-01-04 09:39:40 +00:00
|
|
|
but you should be able to override this.
|
2013-01-04 09:38:18 +00:00
|
|
|
|
2013-01-09 08:17:47 +00:00
|
|
|
See: @ref{Customization}
|
2013-01-04 09:38:18 +00:00
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
@item
|
|
|
|
A copy of sed (e.g., GNU sed).
|
2013-01-04 09:38:18 +00:00
|
|
|
|
|
|
|
@item
|
|
|
|
A copy of the @code{file} command.
|
|
|
|
|
|
|
|
@end itemize
|
|
|
|
|
2013-01-04 09:39:40 +00:00
|
|
|
@node GNU Free Documentation License
|
|
|
|
@appendix GNU Free Documentation License
|
|
|
|
@include doclicense.texi
|
|
|
|
|
|
|
|
@node Index
|
2013-01-04 09:38:18 +00:00
|
|
|
@unnumbered Index
|
|
|
|
|
|
|
|
@table @var
|
|
|
|
@item Concepts
|
|
|
|
@printindex cp
|
|
|
|
|
|
|
|
@item Functions
|
|
|
|
@printindex fn
|
|
|
|
|
2013-01-09 08:17:47 +00:00
|
|
|
@item Variables & Customization
|
2013-01-04 09:38:18 +00:00
|
|
|
@printindex vr
|
|
|
|
|
|
|
|
@end table
|
|
|
|
|
|
|
|
@setchapternewpage odd
|
|
|
|
@bye
|
2014-05-24 22:23:47 +00:00
|
|
|
|
|
|
|
@c Local Variables:
|
|
|
|
@c coding: utf-8
|
|
|
|
@c End:
|