1 Aug 2008 09:47
some problem with publishing of source code in muse
Alex Ott <alexott <at> gmail.com>
2008-08-01 07:47:12 GMT
2008-08-01 07:47:12 GMT
Hello all
After some of updates from repository (i haven't tracked which one), I
start to have some problems with publishing emacs-lisp code in muse.
The error is occur inside htmlize.el, and trace is looks like this one (but
i hadn't update htmlize.el for a long time).
internal-get-lisp-face-attribute(nil :height nil)
face-attribute(nil :height)
htmlize-face-size(default)
htmlize-face-to-fstruct(default)
htmlize-make-face-map((default font-lock-constant-face font-lock-keyword-face font-lock-string-face))
htmlize-buffer-1()
htmlize-region(1 178)
htmlize-region-for-paste(1 178)
muse-html-src-tag(743 #<marker at 743 in *muse-temp*<10>> (("lang" . "emacs-lisp")))
apply(muse-html-src-tag (743 #<marker at 743 in *muse-temp*<10>> (("lang" . "emacs-lisp"))))
muse-publish-markup-tag()
muse-publish-markup("EmacsErlang" ((1000 "\\(\\`\n+\\|\n+\\'\\)" 0 "") (1100 "[[:blank:]]+$" 0 "")
(1200 "\\`#\\([a-zA-Z-]+\\)\\s-+\\(.+\\)\n+" 0 directive) (1250
"^;\\(?:[[:blank:]]+\\(.+\\)\\|$\\|'\\)" 0 comment) (1300 muse-tag-regexp 0 tag) (1400
muse-explicit-link-regexp 0 muse-publish-mark-link) (1600
"\\(^\\|[-[[:blank:]<('`\"\n]\\)\\(=[^=[:blank:]\n]\\|_[^_[:blank:]\n]\\|\\*+[^*[:blank:]\n]\\)"
2 word) (1700 "^\\(\\*+\\)\\s-+" 0 heading) (1800 "\\.\\.\\.\\." 0 enddots) (1850 "\\.\\.\\." 0 dots)
(1900 "^----+" 0 rule) (1950 "~~" 0 no-break-space) (2000 "^Footnotes:?\\s-*" 0 fn-sep) (2100
"\\[\\([1-9][0-9]*\\)\\]" 0 footnote) (2200
"^[[:blank:]]*\\(\\([^\n[:blank:]].*?\\)?::\\(?:[[:blank:]]+\\|$\\)\\|[[:blank:]]-[[:blank:]]*\\|[[:blank:]][0-9]+\\.[[:blank:]]*\\)"
0 list) (2300 "^[[:
(Continue reading)
RSS Feed