aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/pp.el
Commit message (Collapse)AuthorAgeFilesLines
* 2002-02-14 Per Abrahamsen <[email protected]>Per Abrahamsen2002-02-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | * facemenu.el (describe-text-done): New function. (describe-text-mode-map): New variable. (describe-text-mode-hook): New option. (describe-text-mode): New function. (describe-text-widget): New function. (describe-text-sexp): New function. (describe-text-properties): New function. (describe-text-category): New command. (describe-text-at): New command. (facemenu-menu): Replace `list-text-properties-at' with `describe-text-at' in the menu. * wid-edit.el (widgetp): New function. * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoloaded. * emacs-lisp/pp.el (pp-to-string): Autoloaded. * wid-browse.el: Removed version and x-url keywords.
* Add Keywords header.Gerd Moellmann2001-09-041-1/+2
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+4
|
* Doc fixes.Karl Heuer1998-09-131-6/+6
|
* Customized.Stephen Eglen1998-04-051-2/+8
|
* (pp-to-string): Greatly simplify by letting theAndreas Schwab1998-01-071-32/+9
| | | | | Emacs printer do the (quote x) to 'x conversion. Better handle the # print syntax in all its forms.
* (pp-to-string): Use emacs-lisp-mode-sytax-table.Richard M. Stallman1997-08-041-1/+2
|
* (pp-eval-expression): Set font-lock-default locally to nil.Richard M. Stallman1996-09-121-1/+3
|
* (pp-to-string): Treat #( like (.Richard M. Stallman1996-06-181-2/+2
|
* (pp-eval-expression): Use `frame-width' instead of `screen-width'.Erik Naggum1996-01-191-1/+1
|
* Comment change.Erik Naggum1996-01-191-1/+1
|
* Update FSF's address.Erik Naggum1996-01-141-2/+4
|
* Comment change.Richard M. Stallman1995-10-301-1/+1
|
* (pp-eval-expression): Update use of temp-buffer-show-function.Richard M. Stallman1995-05-071-12/+15
|
* (pp-to-string): Fix previous change.Richard M. Stallman1995-02-131-2/+1
|
* (pp-to-string): Don't use emacs-lisp-mode.Richard M. Stallman1995-02-131-1/+2
| | | | Just do the parts of it we actually want.
* Add autoload cookies.Noah Friedman1995-01-031-0/+3
|
* Initial revisionRichard M. Stallman1994-08-141-0/+171