* [ISSUE] LESSKEYIN instead of LESSKEY ?
@ 2021-09-28 6:53 stacyharper
2021-09-28 7:02 ` stacyharper
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: stacyharper @ 2021-09-28 6:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 368 bytes --]
New issue by stacyharper on mblaze repository
https://github.com/leahneukirchen/mblaze/issues/215
Description:
Hello there,
gnu less seems to be using LESSKEYIN and not LESSKEY. I'm just discovering this aspect of less so I might be wrong. Or maybe this behavior changed over time ? If I'm right, we have to export LESSKEYIN instead in `mless`.
Thanks a lot !
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: LESSKEYIN instead of LESSKEY ?
2021-09-28 6:53 [ISSUE] LESSKEYIN instead of LESSKEY ? stacyharper
@ 2021-09-28 7:02 ` stacyharper
2021-09-28 9:47 ` leahneukirchen
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: stacyharper @ 2021-09-28 7:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 318 bytes --]
New comment by stacyharper on mblaze repository
https://github.com/leahneukirchen/mblaze/issues/215#issuecomment-928912927
Comment:
Okay looks like you were relying on lesskey which is now deprecated cause less can read lesskey file directly. Maybe you could adapt this (and also add some documentation somewhere ?)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: LESSKEYIN instead of LESSKEY ?
2021-09-28 6:53 [ISSUE] LESSKEYIN instead of LESSKEY ? stacyharper
2021-09-28 7:02 ` stacyharper
@ 2021-09-28 9:47 ` leahneukirchen
2021-09-28 10:24 ` stacyharper
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2021-09-28 9:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 308 bytes --]
New comment by leahneukirchen on mblaze repository
https://github.com/leahneukirchen/mblaze/issues/215#issuecomment-929031758
Comment:
Well we can't go all-in on LESSKEYIN because it's only in the latest less releases... but I wonder why just setting LESSKEY doesn't work anymore? The manpage suggests so.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: LESSKEYIN instead of LESSKEY ?
2021-09-28 6:53 [ISSUE] LESSKEYIN instead of LESSKEY ? stacyharper
2021-09-28 7:02 ` stacyharper
2021-09-28 9:47 ` leahneukirchen
@ 2021-09-28 10:24 ` stacyharper
2021-09-28 14:05 ` leahneukirchen
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: stacyharper @ 2021-09-28 10:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 222 bytes --]
New comment by stacyharper on mblaze repository
https://github.com/leahneukirchen/mblaze/issues/215#issuecomment-929059106
Comment:
I dont know much. I just discovered setting up LESSKEY is not enough in
my context o_O
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: LESSKEYIN instead of LESSKEY ?
2021-09-28 6:53 [ISSUE] LESSKEYIN instead of LESSKEY ? stacyharper
` (2 preceding siblings ...)
2021-09-28 10:24 ` stacyharper
@ 2021-09-28 14:05 ` leahneukirchen
2021-09-28 16:18 ` stacyharper
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2021-09-28 14:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 186 bytes --]
New comment by leahneukirchen on mblaze repository
https://github.com/leahneukirchen/mblaze/issues/215#issuecomment-929262174
Comment:
Just to verify, do you have a `~/.lesskey` file?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: LESSKEYIN instead of LESSKEY ?
2021-09-28 6:53 [ISSUE] LESSKEYIN instead of LESSKEY ? stacyharper
` (3 preceding siblings ...)
2021-09-28 14:05 ` leahneukirchen
@ 2021-09-28 16:18 ` stacyharper
2021-09-28 16:24 ` [ISSUE] [CLOSED] " leahneukirchen
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: stacyharper @ 2021-09-28 16:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 198 bytes --]
New comment by stacyharper on mblaze repository
https://github.com/leahneukirchen/mblaze/issues/215#issuecomment-929379989
Comment:
> Just to verify, do you have a `~/.lesskey` file?
No I dont
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [ISSUE] [CLOSED] LESSKEYIN instead of LESSKEY ?
2021-09-28 6:53 [ISSUE] LESSKEYIN instead of LESSKEY ? stacyharper
` (4 preceding siblings ...)
2021-09-28 16:18 ` stacyharper
@ 2021-09-28 16:24 ` leahneukirchen
2021-09-28 16:25 ` leahneukirchen
2021-09-28 19:09 ` stacyharper
7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2021-09-28 16:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 371 bytes --]
Closed issue by stacyharper on mblaze repository
https://github.com/leahneukirchen/mblaze/issues/215
Description:
Hello there,
gnu less seems to be using LESSKEYIN and not LESSKEY. I'm just discovering this aspect of less so I might be wrong. Or maybe this behavior changed over time ? If I'm right, we have to export LESSKEYIN instead in `mless`.
Thanks a lot !
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: LESSKEYIN instead of LESSKEY ?
2021-09-28 6:53 [ISSUE] LESSKEYIN instead of LESSKEY ? stacyharper
` (5 preceding siblings ...)
2021-09-28 16:24 ` [ISSUE] [CLOSED] " leahneukirchen
@ 2021-09-28 16:25 ` leahneukirchen
2021-09-28 19:09 ` stacyharper
7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2021-09-28 16:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 220 bytes --]
New comment by leahneukirchen on mblaze repository
https://github.com/leahneukirchen/mblaze/issues/215#issuecomment-929384851
Comment:
I think this should fix it. Move the file to .mlesskey if your less is new enough.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: LESSKEYIN instead of LESSKEY ?
2021-09-28 6:53 [ISSUE] LESSKEYIN instead of LESSKEY ? stacyharper
` (6 preceding siblings ...)
2021-09-28 16:25 ` leahneukirchen
@ 2021-09-28 19:09 ` stacyharper
7 siblings, 0 replies; 9+ messages in thread
From: stacyharper @ 2021-09-28 19:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 370 bytes --]
New comment by stacyharper on mblaze repository
https://github.com/leahneukirchen/mblaze/issues/215#issuecomment-929545308
Comment:
Yes that will works. Thanks again for those fast fixes !
Btw, I added personal exit code handling with dedicated less quit
commands. I think we could find a way to give the hand to the user.
Without requiring to fork all the script.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-09-28 19:09 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 6:53 [ISSUE] LESSKEYIN instead of LESSKEY ? stacyharper
2021-09-28 7:02 ` stacyharper
2021-09-28 9:47 ` leahneukirchen
2021-09-28 10:24 ` stacyharper
2021-09-28 14:05 ` leahneukirchen
2021-09-28 16:18 ` stacyharper
2021-09-28 16:24 ` [ISSUE] [CLOSED] " leahneukirchen
2021-09-28 16:25 ` leahneukirchen
2021-09-28 19:09 ` stacyharper
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).