comparison src/buffer.c @ 90789:c0409ee15cee

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 670-674) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 209-210) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-185
author Miles Bader <miles@gnu.org>
date Wed, 21 Mar 2007 13:33:07 +0000
parents 52a7f3f50b89 b99f6ff8775b
children 4ef881a120fe
comparison
equal deleted inserted replaced
90788:a12805fdabe8 90789:c0409ee15cee
5696 the character whose code is C. Each element should be a vector of 5696 the character whose code is C. Each element should be a vector of
5697 characters or nil. The value nil means display the character in the 5697 characters or nil. The value nil means display the character in the
5698 default fashion; otherwise, the characters from the vector are delivered 5698 default fashion; otherwise, the characters from the vector are delivered
5699 to the screen instead of the original character. 5699 to the screen instead of the original character.
5700 5700
5701 For example, (aset buffer-display-table ?X ?Y) will cause Emacs to display 5701 For example, (aset buffer-display-table ?X [?Y]) tells Emacs
5702 a capital Y instead of each X character. 5702 to display a capital Y instead of each X character.
5703 5703
5704 In addition, a char-table has six extra slots to control the display of: 5704 In addition, a char-table has six extra slots to control the display of:
5705 5705
5706 the end of a truncated screen line (extra-slot 0, a single character); 5706 the end of a truncated screen line (extra-slot 0, a single character);
5707 the end of a continued line (extra-slot 1, a single character); 5707 the end of a continued line (extra-slot 1, a single character);