diff options
| author | Chong Yidong | 2011-04-18 19:21:31 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-04-18 19:21:31 -0400 |
| commit | 16a43933e891bae502efbe367e32608fcfffdec3 (patch) | |
| tree | ddb3c0de0625e8d5880828006d9b66aae9ec97d2 /etc | |
| parent | 8d6d9c8f8de3841257c0b74448a824583bbf2c01 (diff) | |
| download | emacs-16a43933e891bae502efbe367e32608fcfffdec3.tar.gz emacs-16a43933e891bae502efbe367e32608fcfffdec3.zip | |
Allow glyphless-char-display to distinguish between X and text terminals.
Use this for Tabulated List mode.
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
glyphless-char-display table.
(tabulated-list-glyphless-char-display): New var.
* src/term.c (produce_glyphless_glyph): Handle cons cell entry in
glyphless-char-display.
* src/xdisp.c (lookup_glyphless_char_display)
(produce_glyphless_glyph): Handle cons cell entry in
glyphless-char-display.
(Vglyphless_char_display): Document it.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -779,6 +779,9 @@ sc.el, x-menu.el, rnews.el, rnewspost.el | |||
| 779 | 779 | ||
| 780 | * Lisp changes in Emacs 24.1 | 780 | * Lisp changes in Emacs 24.1 |
| 781 | 781 | ||
| 782 | ** `glyphless-char-table' can now distinguish between graphical and | ||
| 783 | text terminal display, via a char-table entry that is a cons cell. | ||
| 784 | |||
| 782 | ** `open-network-stream' can now be used to open an encrypted stream. | 785 | ** `open-network-stream' can now be used to open an encrypted stream. |
| 783 | It now accepts an optional `:type' parameter for initiating a TLS | 786 | It now accepts an optional `:type' parameter for initiating a TLS |
| 784 | connection, directly or via STARTTLS. To do STARTTLS, additional | 787 | connection, directly or via STARTTLS. To do STARTTLS, additional |