-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beta Version 629 #350
Comments
For the first issue, you need to use the For the second, you should use the LESSKEYIN rather than LESSKEY environment variable to specify the lesskey source file. See the description of the |
Great. Thanks for the pointers. The --modelines option fixed that problem. One other problem with the lesskey source file; I have many definitions that work, but I have two keys that issue:
I have two lines in the lesskey file:
These worked in previous versions of less, but do not seem to be doing anything with version 629. I tried removing the --modelines option, but that didn't change anything. Has something changed regarding this command? And while it's not a serious problem, Is there anyway to make a single key toggle the tabstops between 4 and 8? Regards. |
Thanks, this is indeed a bug in less-629, triggered by the space after the "x". It is fixed in 6ad8ce0. |
Great. Will this automatically be in the source for 629 that gets pulled from the download page (greenwoodsoftware.com/less/download.html) or do I need to do a pull request directly from GitHub? I don't use GitHub much so if the latter, can you tell me the command to pull the latest source? Thanks. |
The fix won't be added to less-629 but it will be in the next version, which will be less-630. I'll probably release that in a week or so. In the meantime, you have three options:
I'd recommend option 3. |
I'll wait for the update and I did fix the lesskey file which solved the problem. Thanks again. The addition of the modelines option is awesome! |
I understood that support for vim tab settings was included in the latest version of less so I downloaded and tried it. I did not find that it obeyed the commands at the top of the file such as:
Also, this version was not acknowledging my lesskey settings. I see that this has changed so that it reads the source bindings directly rather than from a compiled file so I set LESSKEY to point to the source file but this didn't work.
Am I confused regarding both of these issues?
Thanks.
The text was updated successfully, but these errors were encountered: