Commit graph

44 commits

Author SHA1 Message Date
Glenn Morris
cb71155600 Remove leading * from defcustom docs. 2009-07-22 02:45:34 +00:00
Glenn Morris
ae940284fa Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
Glenn Morris
d6cba7ae45 Switch to recommended form of GPLv3 permissions notice. 2008-05-06 03:21:21 +00:00
Glenn Morris
497a66ae0a Johannes Weiner <hannes at saeurebad.de>
(pp-display-expression): New function, extracted from pp-eval-expression.
(pp-eval-expression): Use pp-display-expression.
(pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
(pp-last-sexp): New function, extracted from pp-eval-last-sexp.
(pp-eval-last-sexp): Use pp-last-sexp.
2008-04-26 02:32:33 +00:00
Stefan Monnier
cbee283dd7 Fix up comment convention on the arch-tag lines. 2008-04-10 14:10:46 +00:00
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
8b72699e88 Add 2008 to copyright years. 2008-01-07 01:14:52 +00:00
Glenn Morris
501d63d62d Revert previous change, which was only supposed to be in trunk. 2007-08-03 03:19:07 +00:00
Glenn Morris
52f55ab02b Drew Adams <drew.adams at oracle.com>
(pp-eval-expression): Add progress message.  Make buffer writable.
2007-08-03 03:15:33 +00:00
Glenn Morris
fd2a7b94b3 Drew Adams <drew.adams at oracle.com>
(pp-eval-expression): Add progress message.  Make buffer writable.
2007-08-03 03:14:34 +00:00
Glenn Morris
e0085d62fa Switch license to GPLv3 or later. 2007-07-25 04:14:29 +00:00
Richard M. Stallman
f61eed1d1a (pp-eval-last-sexp): Don't eval here. 2007-01-28 07:11:24 +00:00
Glenn Morris
f0fa15c5e5 Add 2007 to copyright years. 2007-01-21 02:48:43 +00:00
Richard M. Stallman
247bc2725b (pp-eval-expression): Once again eval the argument, but read it as `X' does. 2007-01-10 01:14:26 +00:00
Ramprasad B
030d1efecb Installed [sa2c@sa2c.net: pp-eval-last-sexp() does not eval last sexp] patch 2006-11-03 13:54:32 +00:00
Richard M. Stallman
6d44694e8c (pp-eval-expression): Use `X' to read value.
Non-interactive arg is the value, not the expression.
2006-10-18 11:02:31 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Juanma Barranquero
f96b52a36b (font-lock-verbose): Add defvar. 2005-08-29 10:44:49 +00:00
Thien-Thi Nguyen
3731a85096 Update years in copyright notice; nfc. 2005-08-06 17:48:15 +00:00
Lute Kamstra
3a35cf56e7 Update FSF's address. 2005-07-04 17:55:18 +00:00
Juanma Barranquero
1bcb666b44 (pp-buffer): Change space constants followed by a sexp to "?\s ". 2005-06-29 13:52:29 +00:00
Juri Linkov
c47e847f4d (pp-buffer): Add autoload. 2004-06-28 23:08:31 +00:00
Juri Linkov
575c3bca4c (pp-buffer): New fun created from the code in
`pp-to-string' modified to be able to format text with newlines.
(pp-to-string): Move the buffer-formatting part of the code to
`pp-buffer'.  Call `pp-buffer'.
2004-05-28 21:05:17 +00:00
Stefan Monnier
eaf33a1780 (pp-eval-expression): Simplify. 2004-03-22 15:32:24 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
a1506d2977 Trailing whitepace deleted. 2003-02-04 13:24:35 +00:00
Per Abrahamsen
0e520006a8 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
* 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.
2002-02-14 16:47:11 +00:00
Gerd Moellmann
284b3043c0 Add Keywords header. 2001-09-04 12:54:14 +00:00
Pavel Janík
e8af40eed4 Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
Karl Heuer
e189df5073 Doc fixes. 1998-09-13 03:37:24 +00:00
Stephen Eglen
666b94132b Customized. 1998-04-05 18:26:32 +00:00
Andreas Schwab
3d98a37401 (pp-to-string): Greatly simplify by letting the
Emacs printer do the (quote x) to 'x conversion.  Better handle
the # print syntax in all its forms.
1998-01-07 10:40:25 +00:00
Richard M. Stallman
15b605aea8 (pp-to-string): Use emacs-lisp-mode-sytax-table. 1997-08-04 19:06:02 +00:00
Richard M. Stallman
9614b740ac (pp-eval-expression): Set font-lock-default locally to nil. 1996-09-12 17:28:54 +00:00
Richard M. Stallman
f0d2137931 (pp-to-string): Treat #( like (. 1996-06-18 16:22:55 +00:00
Erik Naggum
06115f9d41 (pp-eval-expression): Use frame-width' instead of screen-width'. 1996-01-19 11:24:34 +00:00
Erik Naggum
df07294210 Comment change. 1996-01-19 11:10:56 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
be01074898 Comment change. 1995-10-30 17:35:01 +00:00
Richard M. Stallman
bf464fada9 (pp-eval-expression): Update use of temp-buffer-show-function. 1995-05-07 00:38:42 +00:00
Richard M. Stallman
e5cd8a87da (pp-to-string): Fix previous change. 1995-02-13 18:05:23 +00:00
Richard M. Stallman
9796f12dfd (pp-to-string): Don't use emacs-lisp-mode.
Just do the parts of it we actually want.
1995-02-13 03:01:16 +00:00
Noah Friedman
ccba0a208c Add autoload cookies. 1995-01-03 23:44:44 +00:00
Richard M. Stallman
258544f890 Initial revision 1994-08-14 09:22:39 +00:00