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

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

bug#32842: sgml / html mode vs. <strong>, <em>


From: Noam Postavsky
Subject: bug#32842: sgml / html mode vs. <strong>, <em>
Date: Thu, 27 Sep 2018 07:56:43 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

> sgml-mode.el says
>
>    <p>Paragraphs only need an opening tag.  Line breaks and multiple spaces 
> are
>    ignored unless the text is <pre>preformatted.</pre>  Text can be marked as
>    <b>bold</b>, <i>italic</i> or <u>underlined</u> using the normal M-o or
>    Edit/Text Properties/Face commands.
>
> OK but what about newer <strong>, <em> ?

What about them?

(describe-face 'strong) ;=> "Face: strong   undefined face.

"
(describe-face 'em) ;=> "Face: em   undefined face.

"





reply via email to

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