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: Chong Yidong
Subject: bug#7457: 23.2.90; htmlfontify doest not encode title string
Date: Sat, 04 Dec 2010 19:37:12 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Vivek, you you mind taking a look at this bug report and sending a
patch?  Thanks.

Kazuhiro Ito <kzhr@d1.dion.ne.jp> writes:

> 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>"))






reply via email to

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