unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#7457: 23.2.90; htmlfontify doest not encode title string
@ 2010-11-21 10:35 Kazuhiro Ito
  2010-12-05  0:37 ` Chong Yidong
  2013-02-22  1:34 ` Glenn Morris
  0 siblings, 2 replies; 3+ messages in thread
From: Kazuhiro Ito @ 2010-11-21 10:35 UTC (permalink / raw)
  To: 7457

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-22  1:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-21 10:35 bug#7457: 23.2.90; htmlfontify doest not encode title string Kazuhiro Ito
2010-12-05  0:37 ` Chong Yidong
2013-02-22  1:34 ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).