GNU bug report logs - #7457
23.2.90; htmlfontify doest not encode title string

Previous Next

Package: emacs;

Reported by: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>

Date: Sun, 21 Nov 2010 10:31:02 UTC

Severity: normal

Found in version 23.2.90

Fixed in version 24.4

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
To: 7457 <at> debbugs.gnu.org
Subject: bug#7457: 23.2.90; htmlfontify doest not encode title string
Date: Sun, 21 Nov 2010 19:35:22 +0900
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




This bug report was last modified 12 years and 153 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.