1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
Juri Linkov
4eb5945040 (describe-property-list): Add `font-lock-face'. 2004-04-03 04:19:53 +00:00
Juri Linkov
7235491062 (describe-property-list): Add a button for `face' property
that calls `describe-face'.
2004-03-25 10:36:55 +00:00
Juri Linkov
544cb6b0da (describe-char): Use window-width instead of frame-width. 2004-03-23 07:36:34 +00:00
Markus Rost
3ed9ee82db (describe-char): Fix typo. 2003-11-09 19:40:27 +00:00
Kenichi Handa
0a2df7fba2 (describe-char): Fix previous change. 2003-09-28 23:53:29 +00:00
Kenichi Handa
f15078e2b0 (describe-char-display): New function.
(describe-char): Pay attention to display table on describing how
a character is displayed.
2003-09-28 23:30:09 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Andreas Schwab
9b5e7a5ca9 (describe-char): Use `char' instead of
`(char-after)'.  Fix display of unicode.
2003-05-28 21:09:45 +00:00
Richard M. Stallman
d6c135fb4f (describe-char-unicode-data): New dummy definition.
Real definition commented out since we can't use UnicodeData.txt as is.
(describe-char-unicodedata-file): Variable commented out.
2003-05-28 11:14:07 +00:00
Dave Love
831ccfa6a2 (unicodedata-file): New.
(unicode-data): New (adapted from unicode branch).
(describe-char): Use it.  Print char's unicode differently.  Avoid
elements with null cadr when formatting list.  Clarify error
message when used in Help buffer.
(button): Require when compiling.
(describe-char-after): Alias for obsolete command.
2003-05-21 22:00:01 +00:00
Juanma Barranquero
71296446d3 Trailing whitespace deleted. 2003-02-04 11:26:42 +00:00
Markus Rost
d77a0b9b5a (describe-text-mode-hook): Add a group. 2003-01-23 05:46:35 +00:00
Stefan Monnier
ca9088e71e (describe-text-category): Use *Help*. Don't kill-buffer.
(describe-text-properties, describe-char):
Delay self-inspection test.  Use *Help*.
Use syntax-after.  Use `pos' rather than (point).
Distinguish the before/after part of a composition.
2002-09-24 21:11:25 +00:00
Richard M. Stallman
f0397cde4b (describe-text-mode): Add font-lock-defontify to change-major-mode-hook. 2002-09-10 16:45:42 +00:00
Stefan Monnier
c1a1535ae4 (describe-property-list): Make sure there's
a space between the property name and its value.
(describe-text-properties): Don't kill a pre-existing buffer.
2002-06-24 21:35:09 +00:00
Richard M. Stallman
4adb7c0968 (describe-char): Moved from mule-diag.el, renamed
from describe-char-after.  Now calls describe-text-properties.
(describe-property-list): Renamed from describe-text-properties.
(describe-text-properties): Renamed from describe-text-at.
New arg OUTPUT-BUFFER.
(describe-text-properties-1):
New subroutine, broken out from describe-text-properties.
Output a newline before each section of the output.
2002-06-17 16:12:47 +00:00
Colin Walters
288395a703 (toplevel): Provide `descr-text'. 2002-06-08 22:43:33 +00:00
Colin Walters
e2fa2f6e91 (describe-text-properties): Sort the output by the size of the values.
Put `font-lock-face' property on property names.
2002-06-08 22:12:14 +00:00
Pavel Janík
dcb90b5fec Follow coding conventions. 2002-05-01 09:45:59 +00:00
Richard M. Stallman
2a1e884e95 *** empty log message *** 2002-04-30 05:42:29 +00:00