summaryrefslogtreecommitdiff
path: root/lisp/descr-text.el
Commit message (Collapse)AuthorAgeFilesLines
* Close bug#6422.Glenn Morris2010-06-181-1/+1
| | | | | * lisp/descr-text.el (describe-char-unicode-data): Insert separating space when needed.
* Fix typos.Juanma Barranquero2010-06-031-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* (describe-char-unidata-list): Use lowercase nameJuri Linkov2009-11-291-1/+1
| | | | for "Unicode name" like in other tags.
* Handle the [back] button properly (bug#4979).Stefan Monnier2009-11-241-386/+399
| | | | | | | | | * descr-text.el (describe-text-properties): Add a `buffer' argument. Use help-setup-xref, help-buffer, and with-help-window. (describe-char): Add `buffer' argument. Pass proper command to help-setup-xref. Don't meddle with help-xref-stack-item directly. (describe-text-category): Use with-help-window and help-buffer.
* (describe-char-padded-string): Compose with TABKenichi Handa2009-11-191-2/+5
| | | | | | only if there's a font for CH. (describe-char): Fix the condition for detecting a trivial composition.
* Require help-mode rather than help-fns (bug#4861).Stefan Monnier2009-11-041-1/+1
|
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-2/+3
|
* * descr-text.el (describe-property-list, describe-char): AddChong Yidong2009-04-071-1/+4
| | | | follow-link properties to buttons that need them.
* (describe-char-display): On terminal, if terminalKenichi Handa2009-02-101-42/+85
| | | | | | coding system is nil, assume us-ascii. (describe-char): Don't show the composition informaiton if it is trivial.
* (describe-char): Check font-object by fontp.Kenichi Handa2009-02-041-1/+1
|
* (describe-char): Improve description of eight-bitKenichi Handa2009-01-201-51/+63
| | | | char in a unibyte buffer.
* * descr-text.el (describe-char-categories): New defsubst.Juanma Barranquero2009-01-191-5/+18
| | | | (describe-char): Use it.
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* (describe-char-unidata-list): Move `old-name' to be immediately after `name'.Juri Linkov2008-11-221-2/+2
|
* (describe-char): Fix terminal case (where font is nil).Kenichi Handa2008-10-271-9/+17
|
* (describe-char): Fix handling of automatic composition.Kenichi Handa2008-09-051-3/+9
|
* * descr-text.el (describe-char-display): Fix last change:Juanma Barranquero2008-08-041-1/+1
| | | | don't pass CHARSET to `encoded-string-description'.
* (describe-char-display): Call encode-coding-charKenichi Handa2008-08-011-6/+9
| | | | | with the arg CHARSET. (describe-char): Pay attention to the text-property `charset'.
* * descr-text.el (describe-char): Don't overwrite local variable charJuanma Barranquero2008-07-251-13/+12
| | | | | | when describing characters with display-table entries. Display font backend when describing composed characters. Simplify: use `let' instead of `let*', and `or x y' instead of `if x x y'.
* (describe-char-unidata-list): Initialize to theKenichi Handa2008-07-171-1/+2
| | | | list of name, general-category, decomposition, and old-name.
* (describe-char-display): Always return a string.Kenichi Handa2008-06-291-33/+47
| | | | | | (describe-char-padded-string): New function. (describe-char): Adjusted for the change of describe-char-display. Use describe-char-padded-string.
* Add some compiler declarations, for builds without X.Glenn Morris2008-06-121-0/+3
|
* (describe-text-sexp): Use `string-match-p'. Simplify.Juanma Barranquero2008-06-011-11/+9
| | | | (describe-char): Use `looking-at-p', `string-match-p' when possible.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (describe-char-after): Use `define-obsolete-function-alias'.Juanma Barranquero2008-04-181-9/+1
|
* (describe-char): When specifying all properties,Juanma Barranquero2008-03-191-2/+2
| | | | list them in the right order.
* (describe-char-unidata-list): Allow specifying just all properties.Stefan Monnier2008-03-191-23/+26
| | | | (describe-char): Handle that new value.
* (describe-char-display): Fix previous change.Kenichi Handa2008-01-111-5/+6
|
* (describe-char-display): Convert a GLYPH-CODE to aKenichi Handa2008-01-091-6/+13
| | | | | hexadigit string. (describe-char): Adjusted for the above change.
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| |\ | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| | * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| | |
* | | (describe-char): Improve the previous change (showKenichi Handa2007-12-091-1/+4
| | | | | | | | | | | | font name).
* | | (describe-char): Handle a composition of the newKenichi Handa2007-12-041-26/+32
| | | | | | | | | | | | format.
* | | Merge from emacs--devo--0Miles Bader2007-11-111-3/+2
|\| | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283
| * | (describe-char): Use with-help-window instead of with-output-to-temp-buffer.Martin Rudalics2007-11-101-3/+2
| |/
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 824-831) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 70-74) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | (describe-char): Fix for the case that a component character is TAB.Kenichi Handa2007-06-201-7/+11
| |
* | Merge from emacs--devo--0Miles Bader2007-02-261-15/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 638-652) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 202) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-177
| * (describe-char): Use glyph-char and glyph-face.Kim F. Storm2007-02-141-15/+9
| |
* | Merge from emacs--devo--0Miles Bader2007-01-261-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 586-614) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - Merge from erc--main--0 - Make byte compiler correctly write circular constants * gnus--rel--5.10 (patch 186-196) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2006-12-071-8/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 523-544) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 168-171) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-150
| * (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
| |
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 43-57) - Update from CVS - Merge from erc--emacs--0 - Make constrain-to-field notice overlays - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 18-21) - Update from CVS - Merge from emacs--devo--0
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
| |
* | (describe-char): Use insert-text-button instead ofKenichi Handa2006-01-241-5/+5
| | | | | | | | widget-create for "customize what to show" button.