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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 7457 in the body.
You can then email your comments to 7457 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#7457; Package emacs. (Sun, 21 Nov 2010 10:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 21 Nov 2010 10:31:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
To: bug-gnu-emacs <at> gnu.org
Subject: 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




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#7457; Package emacs. (Sun, 05 Dec 2010 00:32:01 GMT) Full text and rfc822 format available.

Message #8 received at 7457 <at> debbugs.gnu.org (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: Vivek Dasmohapatra <vivek <at> etla.org>
Cc: 7457 <at> debbugs.gnu.org, Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
Subject: Re: bug#7457: 23.2.90; htmlfontify doest not encode title string
Date: Sat, 04 Dec 2010 19:37:12 -0500
Hi Vivek, you you mind taking a look at this bug report and sending a
patch?  Thanks.

Kazuhiro Ito <kzhr <at> 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 sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Fri, 22 Feb 2013 01:37:02 GMT) Full text and rfc822 format available.

Notification sent to Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>:
bug acknowledged by developer. (Fri, 22 Feb 2013 01:37:02 GMT) Full text and rfc822 format available.

Message #13 received at 7457-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 7457-done <at> debbugs.gnu.org
Subject: Re: bug#7457: 23.2.90; htmlfontify doest not encode title string
Date: Thu, 21 Feb 2013 20:34:48 -0500
Version: 24.4

Fixed.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 22 Mar 2013 11:24:04 GMT) Full text and rfc822 format available.

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.