Mercurial > hg > xemacs-beta
annotate lib-src/config.values.in @ 5862:5b799fa6d75e
Behave better with nil TERM for gnuclient, remove bitrotted TTY init code
lisp/ChangeLog addition:
2015-03-15 Aidan Kehoe <kehoea@parhasard.net>
* tty-init.el (make-frame-after-init-entry-point):
Behave better when TERM was not set; use
#'console-tty-terminal-type instead of (getenv "TERM") so we get
the value that reflects the current console. Thank you Uwe Brauer!
* mule/mule-tty-init.el (mule-tty-win-initted): Removed.
* mule/mule-tty-init.el (init-mule-tty-win): Removed.
* mule/mule-tty-init.el: Remove this file in its entirety.
* mule/mule-x-init.el (x-use-halfwidth-roman-font): Removed.
* mule/mule-x-init.el: Remove this file in its entirety.
* dumped-lisp.el (preloaded-file-list): Remove them from the
dumped file list. The functions within haven't been used since
they were imported from Mule in 1999, and the functionality of
init-mule-tty-win was already in tty-init.el. If someone wants to
automatically use a halfwidth roman font, they can go hunting for
the code, but there are no users on http://searchco.de/ as of
20150315. Leaving them around is confusing and distracting.
| author | Aidan Kehoe <kehoea@parhasard.net> |
|---|---|
| date | Sun, 15 Mar 2015 21:13:23 +0000 |
| parents | 772c80e0e180 |
| children |
| rev | line source |
|---|---|
| 428 | 1 ;;; Do not edit this file! |
| 2 ;;; This file was automatically generated, by the config.values.sh script, | |
| 3 ;;; from configure, which was itself automatically generated from configure.in. | |
| 4 ;;; | |
| 556 | 5 ;;; See lisp/config.el for details on how this file is used. |
| 428 | 6 ;;; |
| 7 ;;; You are trapped in a twisty maze of strange-looking files, all autogenerated... | |
| 8 | |
| 9 ;;; configure is created, from configure.in, by autoconf | |
| 10 ;;; config.values.in is created, from configure, by config.values.sh | |
| 11 ;;; config.values is created, from config.values.in, by configure | |
| 556 | 12 ;;; config.values is read by lisp/config.el, |
| 428 | 13 ;;; to create the (Lisp object) config-value-hash-table |
| 14 | |
| 15 ;;; Variables defined in configure by AC_SUBST follow: | |
| 16 ;;; (These are used in Makefiles) | |
| 17 | |
| 18 | |
| 19 ;;; Variables defined in configure by AC_DEFINE and AC_DEFINE_UNQUOTED follow: | |
| 20 ;;; (These are used in C code) | |
| 21 |
