From: Mauro Aranda <maurooaranda@gmail.com>
To: 46181@debbugs.gnu.org
Subject: bug#46181: 28.0.50; html-mode wrong indentation when using source element
Date: Fri, 29 Jan 2021 18:28:45 -0300 [thread overview]
Message-ID: <60147e10.1c69fb81.ff8c0.b67c@mx.google.com> (raw)
In-Reply-To: <60147ce2.1c69fb81.cbb0a.c113@mx.google.com> (Mauro Aranda's message of "Fri, 29 Jan 2021 18:23:43 -0300")
[-- Attachment #1: Type: text/plain, Size: 82 bytes --]
tags 46181 patch
quit
Looks like "source" needs to be added to sgml-empty-tags.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Patch --]
[-- Type: text/x-patch, Size: 1222 bytes --]
From da4659abc3b4622d74f36adfd4803e60c48b5203 Mon Sep 17 00:00:00 2001
From: Mauro Aranda <maurooaranda@gmail.com>
Date: Fri, 29 Jan 2021 10:28:10 -0300
Subject: [PATCH] Add source to sgml-empty-tags
* lisp/textmodes/sgml-mode.el (html-mode): Add "source" as an empty
tag to fix indentation when this element is present. (Bug#46181)
---
lisp/textmodes/sgml-mode.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el
index 8465e82b02..c50c544cb5 100644
--- a/lisp/textmodes/sgml-mode.el
+++ b/lisp/textmodes/sgml-mode.el
@@ -2402,9 +2402,9 @@ html-mode
(setq-local sgml-empty-tags
;; From HTML-4.01's loose.dtd, parsed with
- ;; `sgml-parse-dtd', plus manual addition of "wbr".
+ ;; `sgml-parse-dtd', plus manual additions of "source" and "wbr".
'("area" "base" "basefont" "br" "col" "frame" "hr" "img" "input"
- "isindex" "link" "meta" "param" "wbr"))
+ "isindex" "link" "meta" "source" "param" "wbr"))
(setq-local sgml-unclosed-tags
;; From HTML-4.01's loose.dtd, parsed with `sgml-parse-dtd'.
'("body" "colgroup" "dd" "dt" "head" "html" "li" "option"
--
2.29.2
next prev parent reply other threads:[~2021-01-29 21:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-29 21:23 bug#46181: 28.0.50; html-mode wrong indentation when using source element Mauro Aranda
2021-01-29 21:28 ` Mauro Aranda [this message]
2021-01-30 6:48 ` Lars Ingebrigtsen
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=60147e10.1c69fb81.ff8c0.b67c@mx.google.com \
--to=maurooaranda@gmail.com \
--cc=46181@debbugs.gnu.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).