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

30 Commits

Author SHA1 Message Date
Stefan Monnier
d8ac3d271c (syntax-after): Undo last change. 2004-11-22 06:00:51 +00:00
Juri Linkov
f46692199f (describe-char): Replace syntax-after with code
from its previous version.
2004-11-11 21:40:43 +00:00
Kim F. Storm
0911ac2657 (describe-text-properties): Don't err if called in
the *Help* buffer; output to *Help-2* buffer instead.
2004-11-01 23:06:51 +00:00
Kenichi Handa
22259c9379 (describe-char): Checking of quail activation
fixed.
2004-09-21 02:26:24 +00:00
Juri Linkov
f13cc97d68 (describe-property-list): Add [show] button for
`syntax-table' property with action to pp to a separate buffer.
(describe-char): Replace search-forward by re-search-forward with
whitespace regexp after "character:" to not fail in too narrow windows.
2004-05-23 20:59:28 +00:00
Stefan Monnier
49c2a2dc4f (describe-char-unicode-data, describe-char-unicodedata-file):
Re-enable the unicode code now that the licensing issues have been
cleared in the unicode-4 license.
(describe-text-properties-1): Remove unused `overlay' var.
(describe-char): Remove unused var `buffer'.
2004-05-14 05:02:18 +00:00
Kenichi Handa
309473d014 Require quail at comile time.
(describe-char): If an input method is on and it supports the
character, show how to input it.
2004-05-12 02:36:01 +00:00
Kenichi Handa
ed441285d5 (describe-char): Fix previous change. Don't make
a unibyte character to multibyte in the *Help* buffer.
2004-05-10 12:07:12 +00:00
Kenichi Handa
6482d09319 (describe-char): Copy the character with text
properties and overlays into the first line, and call
describe-text-properties on it.
2004-05-02 01:49:08 +00:00
Kenichi Handa
02f32cf00f (describe-char): Make it work on *Help* buffer. 2004-04-21 01:27:39 +00:00
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