bug-groff
[Top][All Lists]
Advanced

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

[bug #43239] broken interaction between line numbering and diversions


From: Werner LEMBERG
Subject: [bug #43239] broken interaction between line numbering and diversions
Date: Wed, 17 Sep 2014 04:35:02 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36

Update of bug #43239 (project groff):

                  Status:                    None => Invalid                
             Assigned to:                    None => wl                     
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Well, it's definitely not a bug.  In groff, a `diversion' really does what its
name says: It diverts *formatted* groff output from the normal output stream
to a macro.  Of course, this includes line numbering.

The proper way to solve this issue is to switch environments, e.g.

  ... before diversion ...
  .ev my-env
  .di my-div
  ... diversion text ...
  .br
  .di
  .ev
  ... after diversion ...
  .di my-div
  ... more text ...

(and don't forgot to end a diversion with `.br' to finish the current
partially collected line).

I'm closing this as invalid.  However, I invite you to discuss documentation
improvements on the groff mailing list, which is a better place than this
tracker issue.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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