Files
emacs/lisp
Jambunathan K f02ff80d33 * htmlfontify.el: Add support for code block fontification
for ODT export.
(hfy-optimisations): Define new option
`body-text-only'
(hfy-fontify-buffer): Honor above setting.
(hfy-begin-span, hfy-end-span): New routines factored out form
`hfy-fontify-buffer'.
(hfy-begin-span-handler, hfy-end-span-handler): New variables
that permit insertion of custom tags.
(hfy-fontify-buffer): Use above handlers.
(hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
(hfy-face-to-css): Re-defined to be a variable.
(hfy-compile-stylesheet): Modified.  Allow stylesheet to be built
over multiple runs. This is made possible by having the caller let
bind a special variable `hfy-user-sheet-assoc'.
(htmlfontify-string): New defun.
(hfy-compile-face-map): Make sure that the last char in the
buffer is correctly fontified.
(hfy-face-resolve-face): Whitespace only change.

Fixes: debbugs:9914
2012-03-17 22:03:54 +08:00
..
2012-03-12 21:51:17 +01:00
2012-03-14 22:15:04 +00:00
2012-03-12 15:35:55 -07:00
2012-03-06 14:48:46 -05:00
2012-03-03 18:45:04 -08:00
2012-03-11 19:02:48 +01:00
2012-02-24 14:32:46 -05:00
2012-02-24 14:32:46 -05:00
2012-02-24 14:32:46 -05:00
2012-02-24 14:32:46 -05:00
2012-02-24 14:32:46 -05:00
2012-02-24 14:32:46 -05:00
2012-02-02 18:07:29 +09:00
2012-02-08 21:40:41 -05:00
2012-03-12 15:35:55 -07:00
2012-03-08 22:21:49 -05:00
2012-03-05 22:02:44 -05:00
2012-03-01 06:18:19 -05:00
2012-02-11 15:06:46 -08:00
2012-03-10 15:58:54 +08:00
2012-03-15 21:27:23 -04:00
2012-03-16 00:21:23 -07:00
2012-01-15 11:12:31 +08:00
2012-02-11 15:06:46 -08:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
`term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.