bug-groff
[Top][All Lists]
Advanced

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

[bug #53773] [PATCH] macro files: Protect space and its visibility


From: G. Branden Robinson
Subject: [bug #53773] [PATCH] macro files: Protect space and its visibility
Date: Mon, 5 Nov 2018 08:23:36 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Update of bug #53773 (project groff):

                Severity:              3 - Normal => 1 - Wish               
                  Status:                    None => Wont Fix               
             Assigned to:                    None => gbranden               
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

I'm not crazy about this idea for two reasons:

1. Stripped macro files are write-only anyway.

2. People should be configuring their text editors to show them trailing
space.  It will make their lives better and their work cleaner in multifarious
ways.

For instance, from my .vimrc:


set list
if &encoding =~ "utf-8"
    set listchars=tab:»–,trail:·,extends:→,precedes:←,nbsp:␣
    if has("conceal")
        set listchars+=conceal:×
    endif
    " set listchars+=eol:¤
else
    set listchars=tab:>-,trail:.,extends:/,precedes:\\,nbsp:_
    if has("conceal")
        set listchars+=conceal:*
    endif
    " set listchars+=eol:$
endif


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?53773>

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




reply via email to

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