GNU bug report logs -
#33182
26.1; Support for Suckless st(simple terminal)
Previous Next
Reported by: "D. Ebling" <d.ebling8 <at> gmail.com>
Date: Sat, 27 Oct 2018 23:32:02 UTC
Severity: normal
Tags: patch
Found in version 26.1
Fixed in version 28.1
Done: Stefan Kangas <stefan <at> marxist.se>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 33182 <at> debbugs.gnu.org (full text, mbox):
> From: "D. Ebling" <d.ebling8 <at> gmail.com>
> Date: Sat, 27 Oct 2018 20:15:26 -0300
>
> Emacs on st detects 8 colors support, and st supports 256 and
> 24-bits colors. Opening a file with "TERM=xterm-256colors emacs -q -nw
> foo.bar" or using "(add-to-list 'term-file-aliases '("st-256color"
> . "xterm"))" resolves the colors issue but introduces a 5 seconds delay
> to load the file, if i open like this and after use only "emacs -q -nw
> foo.bar" the 256 colors work and there's no delay to load the file, but
> this only works if i used "TERM=xterm-256color" before. st version is 0.8.1.
I think this requires a new st.el file in the lisp/term/ directory,
which will tell Emacs that st handles 256 colors, but not the extended
xterm commands (whose queries I'm guessing are the reason for the
delay).
Patches welcome.
This bug report was last modified 4 years and 280 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.