Stefan Monnier
fbd798e27f
(standard-display-european):
...
Simplify since the function is not interactive any more.
Don't set the existing buffers to unibyte.
2001-12-02 07:51:49 +00:00
Pavel Janík
5553563924
Some fixes to follow coding conventions in files maintained by FSF.
2001-07-15 16:15:35 +00:00
Dave Love
1c2c3f160b
(standard-display-default): Make the test of `l'
...
useful.
2000-08-24 16:16:21 +00:00
Dave Love
b8fbaf52c5
(create-glyph): Doc fix.
2000-06-08 16:58:41 +00:00
Dave Love
30c5ceb4ff
(standard-display-underline): Don't use internal-find-face.
2000-05-26 14:09:44 +00:00
Eli Zaretskii
744bcf1127
(standard-display-g1, standard-display-graphic):
...
Only refuse to use string glyphs on X and MS-Windows.
2000-05-25 16:54:17 +00:00
Paul Eggert
951bc45f0d
* disp-table.el (standard-display-european): Remove undocumented
...
arg AUTO; no longer used by startup.el. Do not attempt to treat
all non-English language environments as coding system names.
Instead, use the downcased language environment name as a coding
system name if it is one; otherwise, use latin-1.
1999-10-21 06:30:07 +00:00
Karl Heuer
3fbd8622f2
(standard-display-european):
...
For an interactive call by the user,
don't set enable-multibyte-characters,
and don't set the terminal coding system.
1999-06-04 18:42:20 +00:00
Richard M. Stallman
3ea1bd5099
(standard-display-european): Make all existing
...
buffers unibyte. Fix doc.
1999-01-19 03:00:26 +00:00
Richard M. Stallman
828fac3a67
(standard-display-european): Doc fix.
1998-05-09 21:10:30 +00:00
Richard M. Stallman
58c817539d
(standard-display-european): Don't call
...
set-terminal-coding-system when window-system is w32.
1998-05-08 01:53:55 +00:00
Richard M. Stallman
eb72c1bded
(standard-display-european): Use set-language-environment
...
instead of loading a syntax definitions file.
Use standard-display-european-internal.
Let current-language-environment specify terminal coding system.
1998-04-30 03:18:48 +00:00
Karl Heuer
c40096a043
(standard-display-underline): Shift face id by 19 bits.
1998-03-23 00:12:14 +00:00
Richard M. Stallman
65c9d7855e
(standard-display-european): If AUTO is nil,
...
clear multibyte in *scratch*, and load latin-1.
1998-02-16 03:03:46 +00:00
Richard M. Stallman
6c95fd390b
(standard-display-european): Doc fix.
1997-12-21 01:45:08 +00:00
Richard M. Stallman
4e633bb8eb
(standard-display-european): Do something useful where AUTO is t or a symbol.
1997-09-13 19:05:54 +00:00
Richard M. Stallman
b2b5274783
(standard-display-european): Doc fix.
1997-09-09 19:07:56 +00:00
Richard M. Stallman
a998441284
(standard-display-european): If AUTO is non-nil, intern it.
...
Don't call set-terminal-coding-system if noninteractive.
1997-09-09 09:16:54 +00:00
Richard M. Stallman
3304a6c452
(standard-display-european): Arg AUTO
...
specifies coding system for terminal output (if needed).
1997-09-08 09:59:29 +00:00
Geoff Voelker
586a96b83f
(standard-display-european): Map \222 to apostrophe.
1997-09-02 19:38:11 +00:00
Richard M. Stallman
f5af76c296
(standard-display-european): Doc fix.
1997-08-29 05:22:39 +00:00
Richard M. Stallman
40e82ac184
(standard-display-european): New arg AUTO.
...
Normally, set enable-multibyte-characters to nil.
1997-08-01 01:22:16 +00:00
Erik Naggum
b578f267af
Update FSF's address.
1996-01-14 07:34:30 +00:00
Richard M. Stallman
55f5abaf64
(standard-display-european): Make 160 display as space.
1995-12-23 07:32:51 +00:00
Karl Heuer
e470e6f041
(standard-display-european): Test code 161, not 160.
1995-12-21 17:39:04 +00:00
Erik Naggum
12c9fbcc14
(display-table-slot,set-display-table-slot): Document the slot names.
1995-12-03 01:51:01 +00:00
Richard M. Stallman
963fd07004
(display-table-slot, set-display-table-slot):
...
Get slot number from a property of its name.
Eliminate the type-checking.
(make-display-table): Call make-char-table the new way.
(describe-display-table): Use slot names to access slots.
(display-table): Give it the char-table-extra-slots property.
(display-table-char-p, display-table-vector-p): Functions deleted.
(display-table-slot-name-alist): Variable deleted.
1995-10-12 19:16:20 +00:00
Erik Naggum
ef9c36a54b
New implementation with char-tables.
1995-10-09 17:45:47 +00:00
Karl Heuer
a171458a32
(standard-display-ascii): Doc fix. Allow use with X.
1995-01-16 22:57:31 +00:00
Karl Heuer
5d74f2a65c
(describe-display-table): Set help-mode in *Help* buffer.
1994-11-09 05:50:35 +00:00
Jim Blandy
dc5a82ea28
* disp-table.el: Add support for new window border display table
...
element.
(describe-display-table): Describe the window border glyph.
(display-table-len): New constant.
(make-display-table, standard-display-8bit,
standard-display-default, standard-display-ascii,
standard-display-g1, standard-display-graphic,
standard-display-underline): Use display-table-len, instead of
hard-coding the display table length.
1994-09-19 17:31:15 +00:00
Richard M. Stallman
c3a14a2bcf
(standard-display-european): Treat 0 arg like negative.
1994-06-07 18:02:08 +00:00
Karl Heuer
8f1204db34
Update copyright.
1994-05-03 23:47:06 +00:00
Karl Heuer
de7d5cb6a7
(standard-display-ascii): Error if using a windowing system.
...
(standard-display-g1, standard-display-graphic): Ditto.
(standard-display-underline): If window system, use underline font.
1994-03-19 03:48:55 +00:00
Karl Heuer
03fd83c58a
(create-glyph): Don't use slots that look like ASCII.
1994-03-19 03:00:25 +00:00
Richard M. Stallman
bb6066c863
(describe-current-display-table):
...
Don't get error if no display table now.
(describe-display-table): Put all the output in the temp buffer.
1993-11-08 15:06:59 +00:00
Jim Blandy
2eae72268f
* disp-table.el (standard-display-european): Doc fix. Make
...
this autoload. Make it respond to prefix arg like a minor mode.
1993-05-25 06:21:35 +00:00
Jim Blandy
798aa8d0a7
* disp-table.el (standard-display-default): New function.
...
(standard-display-european): New command.
1993-05-24 21:13:21 +00:00
Jim Blandy
a1d15b3e90
Change "i14n" keyword to "i18n".
1993-05-24 07:55:58 +00:00
Jim Blandy
afb1e4b480
* disp-table.el (describe-display-table): Don't use the term
...
"rope"; we're using vectors of characters now.
(standard-display-8bit, standard-display-ascii): Set the element
of the display table to a vector, not an integer; the latter
doesn't mean anything.
1993-05-03 03:35:53 +00:00
Richard M. Stallman
82093c705b
Use vector', not
make-rope'.
1993-04-12 07:54:04 +00:00
Richard M. Stallman
e31b61e614
Add autoload comments.
...
(rope-to-vector): Deleted.
(describe-display-table): Don't use rope-to-vector.
1993-03-08 08:11:01 +00:00
Eric S. Raymond
9750e079dd
entered into RCS
1992-07-22 04:22:30 +00:00
Eric S. Raymond
e516799970
*** empty log message ***
1992-07-16 21:47:34 +00:00
Richard M. Stallman
031317994b
*** empty log message ***
1992-06-07 04:20:03 +00:00
Eric S. Raymond
c0274f385f
*** empty log message ***
1992-05-30 23:54:21 +00:00
Jim Blandy
49116ac071
*** empty log message ***
1992-03-16 20:39:07 +00:00
Joseph Arceneaux
a2535589a9
Initial revision
1989-10-31 16:00:07 +00:00