Conversation
21f389f to
2ce85fe
Compare
9be7239 to
f11795b
Compare
jonas
left a comment
There was a problem hiding this comment.
LGTM, I don't know if it would make sense to link to this page from the README's bug reporting section.
|
|
||
| See ESCDELAY environment variable in ncurses(3x) to reduce the one | ||
| second delay after pressing the escape key. Nowadays, | ||
| `export ESCDELAY=100` should be more than enough. |
There was a problem hiding this comment.
LGTM, I don't know if it would make sense to link to this page from the README's bug reporting section.
Good idea. Is this appropriate ?
Bugs and Feature Requests
-------------------------
+Please check out the
+https://github.com/jonas/tig/blob/master/TROUBLESHOOTING.adoc[troubleshooting guide]
+if you are experiencing issues with Tig.
+
Bugs and feature requests can be reported using theThere was a problem hiding this comment.
Yes, or we could also add it to book.md to make it part of the documentation site and link to it "relatively" using
link:TROUBLESHOOTING.{docext}[troubleshooting guide]I can do that if you prefer in a future PR.
There was a problem hiding this comment.
I have pushed my current state to the PR, I'll be happy if you want to take the lead on it. Edit at your convenience.
TROUBLESHOOTING.adoc
Outdated
| accented characters will be distorted. | ||
|
|
||
| To check that your locale is present in the list of available locales, | ||
| use `locale -a | grep "$LANG"`. |
There was a problem hiding this comment.
I get
$ locale -a
C
en_US.utf8
POSIX
$ echo $LANG
en_US.UTF-8
and I think it works fine, so I guess
| use `locale -a | grep "$LANG"`. | |
| use `locale -a | grep -i "$LANG"`. |
There was a problem hiding this comment.
Thanks for reporting, looks like utf8 is a Linux oddity. -i won't help because of the missing hyphen. So I'd rather reword to:
-To check that your locale is present in the list of available locales,
-use `locale -a | grep "$LANG"`.
+Use `locale -a` to check if your `LANG` variable is present in the
+list of available locales (on Linux, you may find that `UTF-8` has
+been substituted for `utf8` but they are equivalent).There was a problem hiding this comment.
Sounds good, thanks!
systemd's localectl list-locales uses en_US.UTF-8, but of course that's not available elsewhere.
2a52f67 to
250af2c
Compare
250af2c to
09c7ea3
Compare
09c7ea3 to
925c909
Compare
TROUBLESHOOTING.adoc
Outdated
| Note that the ability to set the `LANG` variable to values such as | ||
| `en_DE` with KDE does not infer their validity. |
There was a problem hiding this comment.
| Note that the ability to set the `LANG` variable to values such as | |
| `en_DE` with KDE does not infer their validity. | |
| Note that the ability to set the `LANG` variable to values such as | |
| `en_DE` with KDE does not imply their validity. |
TROUBLESHOOTING.adoc
Outdated
| Some OS (e.g. OS X 10.11) are shipping with an incomplete terminfo | ||
| description for screen resulting, for example, in diff-highlight option |
There was a problem hiding this comment.
| Some OS (e.g. OS X 10.11) are shipping with an incomplete terminfo | |
| description for screen resulting, for example, in diff-highlight option | |
| Some OS (e.g. OS X 10.11) are shipping with an incomplete terminfo | |
| description for screen resulting, for example, in the diff-highlight option |
e323d59 to
7d733d7
Compare
7d733d7 to
c5283e5
Compare
c5283e5 to
521815b
Compare
8dcd221 to
5a4f894
Compare
No description provided.