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

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

bug#61306: closed ([PATCH 0/5] Modernize the html engine)


From: GNU bug Tracking System
Subject: bug#61306: closed ([PATCH 0/5] Modernize the html engine)
Date: Tue, 28 Feb 2023 00:00:02 +0000

Your message dated Mon, 27 Feb 2023 23:59:41 +0000
with message-id <87o7pe1wya.fsf@systemreboot.net>
and subject line Re: bug#61306: Acknowledgement ([PATCH 0/5] Modernize the html 
engine)
has caused the debbugs.gnu.org bug report #61306,
regarding [PATCH 0/5] Modernize the html engine
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61306: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61306
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/5] Modernize the html engine Date: Mon, 6 Feb 2023 00:06:26 +0000
This patchset adds a bunch of modernization fixes to the html
engine. Mainly:

- It removes br tags from various places. There is no need for br
  tags. Presentation should be handled in CSS. br tags insert unneeded
  unremovable space.

- Modernize code to use match and for-each.

Arun Isaac (5):
  html: Do not add br tag after chapter.
  html: Do not add br tag after section.
  html: Do not add br tags before footnotes.
  html: Use match instead of car and cdr.
  html: Use for-each instead of explicit loop.

 src/guile/skribilo/engine/html.scm | 99 +++++++++++++++---------------
 1 file changed, 48 insertions(+), 51 deletions(-)

-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#61306: Acknowledgement ([PATCH 0/5] Modernize the html engine) Date: Mon, 27 Feb 2023 23:59:41 +0000
Pushed!


--- End Message ---

reply via email to

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