Mercurial > hg > xemacs-beta
comparison lisp/eterm/QUESTIONS @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:376386a54a3c |
---|---|
1 - What should be the default escape key for char mode? | |
2 Currently; I'm using ^C. | |
3 | |
4 - What other keybindings should we have for char mode? | |
5 | |
6 - What terminal type should we use? | |
7 The old shell.el defined TERM=emacs. | |
8 To avoid confusion, we should use something different. (E.g. if TERM | |
9 is "emacs", bash turns off editing, which is not what we want.) | |
10 I'm currently using TERM=emacs-terminal. | |
11 This is somewhat verbose. | |
12 Other ideas: TERM=eterm TERM=emacsterm TERM=emacst. | |
13 | |
14 - How should buffer-local variables be defined and documented? | |
15 | |
16 ; Features in comint.el not supported: | |
17 ; comint-scroll-to-bottom-on-input | |
18 ; comint-process-echoes (would be always true) | |
19 ; comint-password-prompt-regexp (not useful) | |
20 ; comint-watch-for-password-prompt (not useful) | |
21 ; comint-eol-on-send | |
22 ; comint-run | |
23 ; comint-preinput-scroll-to-bottom | |
24 ; comint-postoutput-scroll-to-bottom (inlined into term-emulate-terminal). | |
25 | |
26 ; Should set EMACS env var to emacs-version? | |
27 ; Should set TERM to vt100 if using terminfo? | |
28 ; Should we set COLUMNS if using terminfo? | |
29 ; New C-c kodes? |