unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: Vivek Dasmohapatra <vivek@etla.org>
Cc: Kazuhiro Ito <kzhr@d1.dion.ne.jp>, 7457@debbugs.gnu.org
Subject: bug#7457: 23.2.90; htmlfontify doest not encode title string
Date: Sat, 04 Dec 2010 19:37:12 -0500	[thread overview]
Message-ID: <87mxoljbrb.fsf@stupidchicken.com> (raw)
In-Reply-To: <8262vr2cd1.wl%kzhr@d1.dion.ne.jp> (Kazuhiro Ito's message of "Sun, 21 Nov 2010 19:35:22 +0900")

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	other threads:[~2010-12-05  0:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-21 10:35 bug#7457: 23.2.90; htmlfontify doest not encode title string Kazuhiro Ito
2010-12-05  0:37 ` Chong Yidong [this message]
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=87mxoljbrb.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=7457@debbugs.gnu.org \
    --cc=kzhr@d1.dion.ne.jp \
    --cc=vivek@etla.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).