| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
to by `describe-char-unicodedata-file'.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
button [Show] to distinguish it from the property value `show'.
(describe-property-list): Use `insert-text-button' with
`help-face' type instead of putting face in quotes, because button
is not created automatically for a list of faces.
(describe-text-properties-1): Put button-type value in quotes to
distinguish from plain text "button".
(describe-char): Display code point values in hex. Don't use
`symbol-name' for `current-input-method' because it is a string.
Use `insert-text-button' with `help-face' type instead of putting
hardcoded face in quotes, because button is not created automatically.
|
|
|
|
|
| |
explicitly after buffer has been generated. Revert previous
changes for optional buffer argument.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* descr-text.el (describe-char): Add optional argument for buffer.
Set buffer appropriately. Call help-setup-xref.
Suggested by Stefan Monnier.
2005-12-27 Juri Linkov <juri@jurta.org>
* descr-text.el (help-fns): Require. Don't require button for
byte compilation.
(describe-text-widget): Add help echo for first button. Use
'help-info for second.
(describe-property-list): Use 'help-argument-name instead of 'italic.
(describe-text-category): Prompt in minibuffer. Call help-setup-xref.
(describe-char): Use 'help-character-set. Add help echo. Use
'help-input-method. Remove superfluous insert.
|
|
|
|
|
|
|
|
|
|
|
| |
(describe-text-mode, describe-text-mode-map)
(describe-text-mode-hook, describe-text-done): Delete. Use normal
help-mode.
(describe-text-widget, describe-text-sexp)
(describe-property-list, describe-text-category)
(describe-text-properties, describe-text-properties-1)
(describe-char): Use help buttons instead of widgets.
(describe-char-unicodedata-file): Make URL link in doc string.
|
|
|
|
|
|
|
| |
(describe-char): Add functions print-help-return-message,
toggle-read-only. Use help-setup-xref with nil to not store
describe-char in help-xref-stack. Use help-make-xrefs to
make [back] button.
|
|
|
|
|
| |
is the same way it's solved for everything else in that function
(i.e. by extracting the info before setting up the *Help* buffer).
|
|
|
|
|
| |
current buffer is *Help*. Call describe-text-properties while
setting the original buffer.
|
|
|
|
|
| |
over the full char description instead of just the first character
of it.
|
|
|
|
|
| |
Reorder decimal, octal and hex values.
Remove excess whitespace in the output.
|
| |
|
| |
|
|
|
|
|
| |
chars is displayed in a separate frame.
Be a bit more discriminating when looking for the char.
|
|
|
|
|
|
|
|
|
|
|
|
| |
and `code point'. Add the current input method name with a link
button to `to input' field. Print face names of display table
characters in `The display table entry is displayed by' section
instead of printing face-id in the `display' field.
Guess hardcoded faces and create a link button for them.
Skip empty fields when calculating max-width.
Treat `widget-create' specially while inserting strings from the
collected field list.
(describe-char-after): Made obsolete in version 22.1, not 21.5.
|
| |
|
| |
|
|
|
|
| |
Change development version from 21.3.50 to 22.0.50.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
specially. Use describe-text-sexp which inserts [show] button
for large objects and handles printing errors. Sort properties
by names in alphabetical order instead of by value sizes.
Add `mouse-face' to list of properties for `describe-face' widget.
(describe-char): Mask out face-id from 19 bits of character.
Print face-id separately.
|
| |
|
|
|
|
| |
from its previous version.
|
|
|
|
| |
the *Help* buffer; output to *Help-2* buffer instead.
|
|
|
|
| |
fixed.
|
|
|
|
|
|
| |
`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.
|
|
|
|
|
|
|
| |
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'.
|
|
|
|
|
| |
(describe-char): If an input method is on and it supports the
character, show how to input it.
|
|
|
|
| |
a unibyte character to multibyte in the *Help* buffer.
|
|
|
|
|
| |
properties and overlays into the first line, and call
describe-text-properties on it.
|
| |
|
| |
|
|
|
|
| |
that calls `describe-face'.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(describe-char): Pay attention to display table on describing how
a character is displayed.
|
| |
|
|
|
|
| |
`(char-after)'. Fix display of unicode.
|
|
|
|
|
| |
Real definition commented out since we can't use UnicodeData.txt as is.
(describe-char-unicodedata-file): Variable commented out.
|
|
|
|
|
|
|
|
|
| |
(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.
|
| |
|
| |
|
|
|
|
|
|
|
| |
(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.
|
| |
|
|
|
|
|
| |
a space between the property name and its value.
(describe-text-properties): Don't kill a pre-existing buffer.
|