unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Kazuhiro Ito <kzhr@d1.dion.ne.jp>
To: 7457@debbugs.gnu.org
Subject: bug#7457: 23.2.90; htmlfontify doest not encode title string
Date: Sun, 21 Nov 2010 19:35:22 +0900	[thread overview]
Message-ID: <8262vr2cd1.wl%kzhr@d1.dion.ne.jp> (raw)

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	other threads:[~2010-11-21 10:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-21 10:35 Kazuhiro Ito [this message]
2010-12-05  0:37 ` bug#7457: 23.2.90; htmlfontify doest not encode title string Chong Yidong
2013-02-22  1:34 ` Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8262vr2cd1.wl%kzhr@d1.dion.ne.jp \
    --to=kzhr@d1.dion.ne.jp \
    --cc=7457@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).