all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: Kevin Brubeck Unhammer <unhammer@fsfe.org>
Cc: 37397@debbugs.gnu.org
Subject: bug#37397: 26.2; less-than-character cuts off end of pre tag in eww
Date: Fri, 13 Sep 2019 12:17:17 +0200	[thread overview]
Message-ID: <m2a7b87b6a.fsf@gmail.com> (raw)
In-Reply-To: <87pnk4o7hk.fsf@trigram.no> (Kevin Brubeck Unhammer's message of "Fri, 13 Sep 2019 11:44:55 +0200")

>>>>> On Fri, 13 Sep 2019 11:44:55 +0200, Kevin Brubeck Unhammer <unhammer@fsfe.org> said:

    Kevin> Doing
    Kevin> M-x eww http://www.haskellforall.com/2012/09/the-functor-design-pattern.html RET

    Kevin> I see

    Kevin>     idB   = return
    Kevin>     (._B) = (<=
    Kevin>     ... and our map function obeyed the functor laws:

    Kevin> where it should show

    Kevin>     idB   = return
    Kevin>     (._B) = (<=<)

    Kevin>     ... and our map function obeyed the functor laws:

    Kevin> The html for this fragment is

    Kevin>     <pre>
    Kevin>     idB   = return
    Kevin>     (._B) = (<=<)
    Kevin>     </pre>
    Kevin>     ... and our <tt>map</tt> function obeyed the functor laws:

The source html is incorrect: it should have written those '<' as
'&lt;'. <pre> does not mean 'anything goes'.

Robert





  reply	other threads:[~2019-09-13 10:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-13  9:44 bug#37397: 26.2; less-than-character cuts off end of pre tag in eww Kevin Brubeck Unhammer
2019-09-13 10:17 ` Robert Pluim [this message]
2019-09-13 11:25   ` Kevin Brubeck Unhammer
2019-09-13 12:12     ` Robert Pluim
2019-09-13 12:36       ` Noam Postavsky
2019-09-13 12:45         ` Kevin Brubeck Unhammer

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

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

  git send-email \
    --in-reply-to=m2a7b87b6a.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=37397@debbugs.gnu.org \
    --cc=unhammer@fsfe.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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.