annotate lisp/eterm/QUESTIONS @ 7:c153ca296910

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