xref: /386bsd/usr/local/lib/emacs/19.25/lisp/term-nasty.el (revision a2142627)
1;;; term-nasty.el --- Damned Things from terminfo.el
2;;; This file is in the public domain, and was written by Stallman and Mlynarik
3
4;;; Commentary:
5
6;; Some people used to be bothered by the following comments that were
7;; found in terminal.el.  We decided they were distracting, and that it
8;; was better not to have them there.  On the other hand, we didn't want
9;; to appear to be giving in to the pressure to censor obscenity that
10;; currently threatens freedom of speech and of the press in the US.
11;; So we decided to put the comments here.
12
13;;; Code:
14
15These comments were removed from te-losing-unix.
16  ;(what lossage)
17  ;(message "fucking-unix: %d" char)
18
19This was before te-process-output.
20;; fucking unix has -such- braindamaged lack of tty control...
21
22And about the need to handle output characters such as C-m, C-g, C-h
23and C-i even though the termcap doesn't say they may be used:
24;fuck me harder
25;again and again!
26;wa12id!!
27;(spiked)
28
29;;; term-nasty.el ends here
30