unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Yuri Khan <yuri.v.khan@gmail.com>
To: "Colin Baxter 😺" <m43cap@yandex.com>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: terminal scrolling in help
Date: Tue, 14 Dec 2021 02:23:45 +0700	[thread overview]
Message-ID: <CAP_d_8X+k7w4p0GEmujCoDxHOGfe4M=pG98FV=wF_Q4a_6Ao7A@mail.gmail.com> (raw)
In-Reply-To: <877dc89vgj.fsf@yandex.com>

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])   ;; ~
             …)
         …)
     …)
 …)

Also, you don’t do anything funny like remapping ESC, do you?



  reply	other threads:[~2021-12-13 19:23 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-13  7:39 terminal scrolling in help Colin Baxter 😺
2021-12-13 12:58 ` Eli Zaretskii
2021-12-13 13:49   ` Stefan Kangas
2021-12-13 14:27     ` Alan Mackenzie
2021-12-13 14:49       ` Stefan Kangas
2021-12-13 15:10     ` Eli Zaretskii
2021-12-13 18:12       ` Stefan Kangas
2021-12-13 18:16         ` Eli Zaretskii
2021-12-13 21:26     ` James Cloos
2021-12-13 13:52   ` Eli Zaretskii
2021-12-13 16:24     ` Colin Baxter 😺
2021-12-13 17:00 ` Yuri Khan
2021-12-13 17:34   ` Colin Baxter 😺
2021-12-13 17:50     ` Yuri Khan
2021-12-13 19:05       ` Colin Baxter 😺
2021-12-13 19:23         ` Yuri Khan [this message]
2021-12-13 20:22           ` Colin Baxter 😺
2021-12-13 20:27           ` Andreas Schwab
2021-12-13 17:08 ` Andreas Schwab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAP_d_8X+k7w4p0GEmujCoDxHOGfe4M=pG98FV=wF_Q4a_6Ao7A@mail.gmail.com' \
    --to=yuri.v.khan@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=m43cap@yandex.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).