bug-groff
[Top][All Lists]
Advanced

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

[bug #54210] [PATCH] Overhaul Underlining


From: Michael Witten
Subject: [bug #54210] [PATCH] Overhaul Underlining
Date: Sat, 30 Jun 2018 01:18:27 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux i686; rv:57.0) Gecko/20100101 Firefox/57.0

URL:
  <http://savannah.gnu.org/bugs/?54210>

                 Summary: [PATCH] Overhaul Underlining
                 Project: GNU troff
            Submitted by: mfwitten
            Submitted on: Sat 30 Jun 2018 05:18:25 AM UTC
                Category: Core
                Severity: 3 - Normal
              Item Group: Documentation
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:


A patch is attached. Download the patch to:

  /tmp/0000.patch

Check the patch:

  $ git checkout --detach master
  $ git am /tmp/0000.patch
  $ git log -1 -p
  $ makeinfo doc/groff.texi
  $ info -f ./groff.info
  $ man ./man/groff.7.man
  $ man ./man/groff_char.7.man

Update the master branch:

  $ head=$(git rev-parse HEAD)
  $ git checkout master
  $ git pull . "$head"

Here is the commit message:

  $ git log -1 --format=%B
  groff.texi, groff(7), groff_char(7): Overhaul underlining
  
  * Make the terminology a bit more consistent and precise; for
    example, "underlining" is used instead of "an underline".
  
  * Explain why it matters in which order 2 characters participate in
    overstriking.
  
  * Provide superior example macros for performing underlining via
    overstriking.
  
  * Document "\_", "\[ul]", "\[ru]", and "\[br]" more completely.
  
  * Note what happens when one "ul" request is made while another
    "ul" request is still in effect.
  
  * In the course of these edits:
  
    . Use the "nop" request to clarify the "box" macro example.
    . Re-write "zero width space" as "zero-width space".
    . Replace a couple uses of "See @ref" with "@xref".
    . Generally improve the surrounding prose.
    . Improve surrounding index terms.
 





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sat 30 Jun 2018 05:18:25 AM UTC  Name: 0000.patch  Size: 24KiB   By:
mfwitten
Download and apply this patch as described.
<http://savannah.gnu.org/bugs/download.php?file_id=44460>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54210>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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