You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull request is the only way things will get changed. I am not longer
"maintaining" this package.
On Thu, May 26, 2016 at 05:02 Thomas de Beauchêne [email protected]
wrote:
Why is there a different display of version control in tty mode and gui
mode ?
The one on gui mode (using the variable vc-mode) is more compact and
bears more information than the tty version using vc-working-revision.
I modified it locally to use (format-mode-line '(vc-mode vc-mode)))
instead for my own convenience and it works just fine.
Are you interested in a pull request ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub #123
Just wondering if there was any particular reason.
Apparently vcs is handled a different way in tty or gui modes since Thu Mar 12 20:42:19 2015, when you added a UTF-8 char only in tty mode. In this commit (f4c831e) you also introduced a check for the presence of a backend.
I just want to make sure that I will not break anything if I submit a commit using the UTF-8 char and the vc-mode variable (which would display Git:f4c831e1) instead of vc-working-revision (which would display f4c831e1997e8fac2069e737d5d8d27201320067) the exact same way in gui and tty modes. Or that gui users won't be angry of seeing a new UTF-8 char in their powerline.
Why is there a different display of version control in tty mode and gui mode ?
The one on gui mode (using the variable
vc-mode
) is more compact and bears more information than the tty version usingvc-working-revision
.What was particularly annoying me was that
vc-working-revision
displayed the full SHA-1 and took way too much space.I modified it locally to use
(format-mode-line '(vc-mode vc-mode)))
instead for my own convenience and it works just fine.Are you interested in a pull request ?
The text was updated successfully, but these errors were encountered: