bug-groff
[Top][All Lists]
Advanced

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

[bug #62934] [gropdf] sometimes \(em becomes a different char when rende


From: G. Branden Robinson
Subject: [bug #62934] [gropdf] sometimes \(em becomes a different char when rendered
Date: Tue, 23 Aug 2022 11:44:52 -0400 (EDT)

Follow-up Comment #6, bug #62934 (project groff):

[comment #5 comment #5:]
> I'm not sure what happened, both of my last commits were one liners where I
used kompare to change the single line which was relevent from my working copy
of gropdf.

I wasn't really trying to complain; I was mainly curious what the fix _looked
like_.  :)

> Do you have any idea how I can stop this happening?

I tend to run two commands compulsively that do not appear to be in your work
flow.


git diff
git diff --cached


Because I run them so often, I have set up aliases for them in my
$HOME/.gitconfig.


[alias]                                                                       
                                         
        dc = diff --cached
        di = diff


"git diff --cached" shows you what you have "staged" for the next commit, and
"git diff" shows you the diff against what is staged if anything, and against
the currently checked out commit (often HEAD) otherwise.

Try running those at various points and see if that tells you where the crazy
formatting changes creep in.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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