bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7457: 23.2.90; htmlfontify doest not encode title string


From: Kazuhiro Ito
Subject: bug#7457: 23.2.90; htmlfontify doest not encode title string
Date: Sun, 21 Nov 2010 19:35:22 +0900
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.2.90 (i386-mingw-nt5.1.2600) MULE/6.0 (HANACHIRUSATO)

When I start emacs (emacs-23 brunch) with -Q and evaluate below code,
generated html contains title string as is.

(let ((buffer (generate-new-buffer "<"))
      (current (current-buffer))
      html)
  (switch-to-buffer buffer t)
  (insert "test")
  (setq html (htmlfontify-buffer))
  (kill-buffer buffer)
  (switch-to-buffer html)

  (goto-char (point-min))
  (search-forward "<title>"))

-- 
Kazuhiro Ito





reply via email to

[Prev in Thread] Current Thread [Next in Thread]