[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: terminal scrolling in help
From: |
Colin Baxter 😺 |
Subject: |
Re: terminal scrolling in help |
Date: |
Mon, 13 Dec 2021 20:22:12 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.90 (gnu/linux) |
>>>>> Yuri Khan <yuri.v.khan@gmail.com> writes:
> On Tue, 14 Dec 2021 at 02:05, Colin Baxter 😺 <m43cap@yandex.com> wrote:
>> Well TERM is xterm-256color in xterm and zsh, but st-256color in
>> stterm and screen-256color in tmux.
> Looks sane. (Except that zsh is not a terminal emulator.)
>> For the input-decode-map, do you mean the output from the emacs
>> variable "input-decode-map"? I'm using emacs -Q so the variable
>> value covers many lines - do you want all of that?
> Just see if it has these entries:
> (keymap (27 keymap ;; ESC (91 keymap ;; [ (53 keymap ;; 5 (126
> . [prior]) ;; ~ …) (54 keymap ;; 6 (126 . [next]) ;; ~ …) …) …)
> …)
Yes, there are there. I get
--8<---------------cut here---------------start------------->8---
Value:
(keymap
(27 keymap
(91 keymap
(53 keymap
(126 .
[prior])
(59 keymap
(50 keymap
(126 .
[S-prior]))))
(54 keymap
--8<---------------cut here---------------end--------------->8---
> Also, you don’t do anything funny like remapping ESC, do you?
Well I do have
--8<---------------cut here---------------start------------->8---
XTerm*metaSendsEscape: true
--8<---------------cut here---------------end--------------->8---
in ~/.Xdefaults. I did commented that out and it had no effect. Also I
had moved out the way my ~/.Xdefaults (and ~/.Xresources) but again
there was no difference.
I should point out that <PageUp> and <PageDown> do work in xterm (using
emacs-29.0.50) for other buffers (e.g. the buffer produced by C-h v for
the input-decode-map variable). It is in the mini-buffer produced by "C-h
?" where the keys don't work. I haven't checked all buffers.
Best wishes,
Re: terminal scrolling in help, Eli Zaretskii, 2021/12/13
Re: terminal scrolling in help, Yuri Khan, 2021/12/13
Re: terminal scrolling in help, Andreas Schwab, 2021/12/13