summaryrefslogtreecommitdiff
path: root/lisp/descr-text.el
Commit message (Collapse)AuthorAgeFilesLines
* (describe-char): Use glyph-char and glyph-face.Kim F. Storm2007-02-141-15/+9
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (describe-char-unicode-data): Use a hidden buffer for Unicode data file pointedJuanma Barranquero2006-12-041-5/+4
| | | | to by `describe-char-unicodedata-file'.
* *** empty log message ***Juanma Barranquero2006-12-011-3/+3
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (describe-text-sexp): Use square brackets forJuri Linkov2005-12-281-9/+13
| | | | | | | | | | | | | 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.
* (describe-char): Set help-xref-stack-itemNick Roberts2005-12-271-10/+5
| | | | | explicitly after buffer has been generated. Revert previous changes for optional buffer argument.
* (describe-char): Bug fix for previous changes: Juggle current buffer.Nick Roberts2005-12-261-3/+5
|
* 2005-12-27 Nick Roberts <nickrob@snap.net.nz>Nick Roberts2005-12-261-54/+58
| | | | | | | | | | | | | | | | | * 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.
* Add FSF as maintainer.Nick Roberts2005-12-231-117/+73
| | | | | | | | | | | (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-text-properties): Replace buffer name "*Help-2*" with "*Help*<2>".Juri Linkov2005-12-141-2/+7
| | | | | | | (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.
* (describe-char): Rework last fix to solve the problemStefan Monnier2005-12-121-7/+9
| | | | | 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).
* (describe-char): Use *Help-2* buffer if theKenichi Handa2005-12-081-10/+14
| | | | | current buffer is *Help*. Call describe-text-properties while setting the original buffer.
* (describe-char): When copying overlays put themAndreas Schwab2005-11-201-13/+15
| | | | | over the full char description instead of just the first character of it.
* (describe-char): Use Lisp-readable syntax for octal and hex.Juri Linkov2005-11-201-5/+5
| | | | | Reorder decimal, octal and hex values. Remove excess whitespace in the output.
* (describe-property-list): Handle non-symbol prop names.Richard M. Stallman2005-09-091-1/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
|
* (describe-char): Handle the case where the list ofStefan Monnier2005-07-261-3/+5
| | | | | chars is displayed in a separate frame. Be a bit more discriminating when looking for the char.
* (describe-char): Create link buttons for `charset'Juri Linkov2005-07-191-20/+72
| | | | | | | | | | | | 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.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (describe-text-mode): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
|
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-1/+1
| | | | Change development version from 21.3.50 to 22.0.50.
* (describe-char-unicodedata-file): Docstring fix.Stefan Monnier2005-01-281-1/+1
|
* Add more keywords.Eli Zaretskii2005-01-281-2/+2
|
* (describe-property-list): Don't treat syntax-tableJuri Linkov2004-12-161-30/+16
| | | | | | | | | 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.
* (syntax-after): Undo last change.Stefan Monnier2004-11-221-6/+4
|
* (describe-char): Replace syntax-after with codeJuri Linkov2004-11-111-1/+4
| | | | from its previous version.
* (describe-text-properties): Don't err if called inKim F. Storm2004-11-011-4/+5
| | | | the *Help* buffer; output to *Help-2* buffer instead.
* (describe-char): Checking of quail activationKenichi Handa2004-09-211-1/+2
| | | | fixed.
* (describe-property-list): Add [show] button forJuri Linkov2004-05-231-4/+13
| | | | | | `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.
* (describe-char-unicode-data, describe-char-unicodedata-file):Stefan Monnier2004-05-141-217/+208
| | | | | | | 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'.
* Require quail at comile time.Kenichi Handa2004-05-121-1/+8
| | | | | (describe-char): If an input method is on and it supports the character, show how to input it.
* (describe-char): Fix previous change. Don't makeKenichi Handa2004-05-101-113/+113
| | | | a unibyte character to multibyte in the *Help* buffer.
* (describe-char): Copy the character with textKenichi Handa2004-05-021-24/+26
| | | | | properties and overlays into the first line, and call describe-text-properties on it.
* (describe-char): Make it work on *Help* buffer.Kenichi Handa2004-04-211-6/+11
|
* (describe-property-list): Add `font-lock-face'.Juri Linkov2004-04-031-4/+5
|
* (describe-property-list): Add a button for `face' propertyJuri Linkov2004-03-251-4/+9
| | | | that calls `describe-face'.
* (describe-char): Use window-width instead of frame-width.Juri Linkov2004-03-231-3/+3
|
* (describe-char): Fix typo.Markus Rost2003-11-091-1/+1
|
* (describe-char): Fix previous change.Kenichi Handa2003-09-281-1/+1
|
* (describe-char-display): New function.Kenichi Handa2003-09-281-35/+114
| | | | | (describe-char): Pay attention to display table on describing how a character is displayed.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (describe-char): Use `char' instead ofAndreas Schwab2003-05-281-2/+2
| | | | `(char-after)'. Fix display of unicode.
* (describe-char-unicode-data): New dummy definition.Richard M. Stallman2003-05-281-211/+218
| | | | | Real definition commented out since we can't use UnicodeData.txt as is. (describe-char-unicodedata-file): Variable commented out.
* (unicodedata-file): New.Dave Love2003-05-211-24/+244
| | | | | | | | | (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.
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-6/+6
|
* (describe-text-mode-hook): Add a group.Markus Rost2003-01-231-1/+2
|
* (describe-text-category): Use *Help*. Don't kill-buffer.Stefan Monnier2002-09-241-30/+31
| | | | | | | (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.
* (describe-text-mode): Add font-lock-defontify to change-major-mode-hook.Richard M. Stallman2002-09-101-0/+1
|
* (describe-property-list): Make sure there'sStefan Monnier2002-06-241-5/+3
| | | | | a space between the property name and its value. (describe-text-properties): Don't kill a pre-existing buffer.