Mercurial > emacs
annotate lisp/=term-nasty.el @ 870:1b3af6ad85be
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 24 Jul 1992 22:37:33 +0000 |
parents | 113281b361ec |
children | ca3af688a85d |
rev | line source |
---|---|
657
fec3f9a1e3e5
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
83
diff
changeset
|
1 ;;; term-nasty.el --- Damned Things from terminfo.el |
fec3f9a1e3e5
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
83
diff
changeset
|
2 |
775
1ca26ccad38e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
657
diff
changeset
|
3 ;;; Commentary: |
83 | 4 |
775
1ca26ccad38e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
657
diff
changeset
|
5 ;; Some people used to be bothered by the following comments that were |
1ca26ccad38e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
657
diff
changeset
|
6 ;; found in terminal.el. We decided they were distracting, and that it |
1ca26ccad38e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
657
diff
changeset
|
7 ;; was better not to have them there. On the other hand, we didn't want |
1ca26ccad38e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
657
diff
changeset
|
8 ;; to appear to be giving in to the pressure to censor obscenity that |
1ca26ccad38e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
657
diff
changeset
|
9 ;; currently threatens freedom of speech and of the press in the US. |
1ca26ccad38e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
657
diff
changeset
|
10 ;; So we decided to put the comments here. |
1ca26ccad38e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
657
diff
changeset
|
11 |
1ca26ccad38e
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
657
diff
changeset
|
12 ;;; Code: |
83 | 13 |
14 These comments were removed from te-losing-unix. | |
15 ;(what lossage) | |
16 ;(message "fucking-unix: %d" char) | |
17 | |
18 This was before te-process-output. | |
19 ;; fucking unix has -such- braindamaged lack of tty control... | |
20 | |
21 And about the need to handle output characters such as C-m, C-g, C-h | |
22 and C-i even though the termcap doesn't say they may be used: | |
23 ;fuck me harder | |
24 ;again and again! | |
25 ;wa12id!! | |
657
fec3f9a1e3e5
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
83
diff
changeset
|
26 ;(spiked) |
fec3f9a1e3e5
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
83
diff
changeset
|
27 |
fec3f9a1e3e5
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
83
diff
changeset
|
28 ;;; term-nasty.el ends here |