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

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

[debbugs-tracker] bug#7457: closed (23.2.90; htmlfontify doest not encod


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#7457: closed (23.2.90; htmlfontify doest not encode title string)
Date: Fri, 22 Feb 2013 01:37:02 +0000

Your message dated Thu, 21 Feb 2013 20:34:48 -0500
with message-id <address@hidden>
and subject line Re: bug#7457: 23.2.90; htmlfontify doest not encode title 
string
has caused the debbugs.gnu.org bug report #7457,
regarding 23.2.90; htmlfontify doest not encode title string
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
7457: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7457
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 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



--- End Message ---
--- Begin Message --- Subject: Re: bug#7457: 23.2.90; htmlfontify doest not encode title string Date: Thu, 21 Feb 2013 20:34:48 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.4

Fixed.


--- End Message ---

reply via email to

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