1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

241 Commits

Author SHA1 Message Date
Chong Yidong
05fcb8daf6 * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
property (Bug#2984).
2009-04-16 04:31:13 +00:00
Glenn Morris
16ac2e615c (eval-last-sexp): Mention truncation in doc. 2009-02-25 08:18:00 +00:00
Stephen Eglen
71f982e3ac (lisp-mode-variables): Doc fix. 2009-01-15 10:50:50 +00:00
Glenn Morris
ae940284fa Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
Juanma Barranquero
a3c40f60f7 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
Add a blank line in the docstring before the keymap listing.
2009-01-04 19:32:40 +00:00
Glenn Morris
be9b46cb09 (emacs-lisp-mode-map): Fix a/an typo.
Use the imperative for all help strings.
2008-11-19 04:32:35 +00:00
Dan Nicolaescu
9468617169 (lisp-mode-variables): Add new argument
to initialize font-lock keyword case sensitivity.
(lisp-mode): Use it.
2008-11-07 06:30:17 +00:00
Martin Rudalics
c81ca8d8cc (save-selected-window): Remove indent-function for
save-selected-window-norecord.
2008-11-04 12:35:03 +00:00
Chong Yidong
67765e7129 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
2000-12-08 (bug#1297) :-O
2008-11-03 02:52:45 +00:00
Martin Rudalics
22371c2a5c (save-selected-window-norecord): Put
indent-function for save-selected-window-norecord.
2008-11-02 11:03:29 +00:00
Martin Rudalics
d6a3febd83 *** empty log message *** 2008-09-23 17:59:28 +00:00
Martin Rudalics
be10dcf247 (calculate-lisp-indent): Fix indentation problem with keyword symbols
when a list starts with ,@ or spaces.  (Bug#1012)
2008-09-23 07:06:12 +00:00
Glenn Morris
f3681087a3 (lisp-indent-offset): Fix custom type. (Bug#1011) 2008-09-20 21:55:04 +00:00
Glenn Morris
d6cba7ae45 Switch to recommended form of GPLv3 permissions notice. 2008-05-06 03:21:21 +00:00
Dan Nicolaescu
458c4642c5 (lisp-mode-map): Add menu. 2008-04-30 16:10:05 +00:00
Stefan Monnier
e80591ba8d * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
* progmodes/scheme.el (scheme-mode-variables): Don't use it.
2008-04-19 19:35:09 +00:00
Juanma Barranquero
85744fc9b4 (lisp-comment-indent): Add WHEN to obsolescence declaration. 2008-04-18 10:32:16 +00:00
Dan Nicolaescu
f6ec641572 *** empty log message *** 2008-04-07 01:20:06 +00:00
Dan Nicolaescu
5e8bbcc4c9 (emacs-lisp-mode-map): Add menu entries
for tracing and re-builder.
2008-04-02 06:29:40 +00:00
Dan Nicolaescu
0bf12140f5 (emacs-lisp-mode-map): Fix predicate. 2008-03-27 22:15:54 +00:00
Dan Nicolaescu
935f7c5a64 (emacs-lisp-mode-map): Add ... where
appropriate.
2008-03-22 17:51:17 +00:00
Dan Nicolaescu
175e5186e2 (emacs-lisp-mode-map): Add menu entry for disassemble. 2008-03-21 06:08:21 +00:00
Dan Nicolaescu
7afdc39150 (emacs-lisp-mode-map): Add menu entries for eldoc and ielm. 2008-03-17 16:19:05 +00:00
Dan Nicolaescu
b0fb2dee9a Fix typos. 2008-03-16 17:02:40 +00:00
Dan Nicolaescu
f9a9491fbe (emacs-lisp-mode-map): Add menu entries
for checkdoc and profiling.
2008-03-14 16:09:39 +00:00
Dan Nicolaescu
191a057dc0 (lisp-interaction-mode-map): Fix typo. 2008-03-11 08:04:35 +00:00
Bastien Guerry
a218ab178b * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Bugfix: replaced
:enable (mark-active) with :enable mark-active.  Thanks to Lennart
Borgman.
2008-03-06 17:15:47 +00:00
Dan Nicolaescu
388059876a * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
(standard-mode-line-position): Add mouse-face.

* progmodes/compile.el (compilation-menu-map):
(compilation-mode-map):
* progmodes/grep.el (grep-mode-map):  Add :help.

* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
initialize in one step.  Add :help.  Use :enable to activate menu
items. Show the key binding for edebug-defun.
(lisp-interaction-mode-map): Add a menu.

* term.el (term-mode-map): Define and initialize in one step.

* ediff-init.el (ediff-color-display-p): Simplify.
(Xor): Remove unused function.
(ediff-with-syntax-table): Simplify for emacs.

* ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
menu-bar being loaded, it always is.
2008-03-05 04:09:24 +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
Miles Bader
1af74d06e5 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
2007-10-09 08:52:57 +00:00
Stefan Monnier
b608e3027e (lisp-mode-shared-map): Use the default TAB binding to obey tab-always-indent. 2007-09-19 13:44:43 +00:00
Richard M. Stallman
f2a92f2af5 (lisp-indent-offset): Make defcustom. Add `safe-local-variable' property.
(lisp-body-indent): Likewise.
2007-09-02 19:20:04 +00:00
Vinicius Jose Latorre
88b73bbf7e preceding-sexp 2007-08-20 15:53:09 +00:00
Vinicius Jose Latorre
30a718e6b7 preceding-sexp 2007-08-20 15:52:47 +00:00
Richard M. Stallman
ea2e3ef4a3 (emacs-lisp-mode-syntax-table): Treat non-break space as whitespace in Lisp. 2007-07-30 20:08:56 +00:00
Glenn Morris
e0085d62fa Switch license to GPLv3 or later. 2007-07-25 04:14:29 +00:00
Thien-Thi Nguyen
26716cc246 (calculate-lisp-indent): In the
case of alignment under a constant symbol, find and consider
the sexp actually at indentation to be the "last sexp".
2007-07-21 09:06:17 +00:00
Richard M. Stallman
c40e86ef0a (eval-defun): Explain special handling of `defface'. 2007-07-10 01:07:09 +00:00
Andreas Schwab
01d4effe81 (eval-last-sexp): Avoid introducing any
dynamic bindings around the evaluation of the expression.
2007-07-06 17:30:06 +00:00
Stefan Monnier
8ae799ba73 (lisp-fill-paragraph): Only obey emacs-lisp-docstring-fill-column in
emacs-lisp-mode.
2007-04-01 19:35:32 +00:00
Richard M. Stallman
4252132f9a (calculate-lisp-indent): Redo previous change. 2007-03-05 03:20:58 +00:00
Eli Zaretskii
8e1ac0634a (calculate-lisp-indent): Added indentation for the constants of Lisp. 2007-02-17 11:35:22 +00:00
Richard M. Stallman
9f25c0d219 (indent-sexp): Clean up termination condition -- don't fail to stop at endpos. 2007-02-11 11:12:20 +00:00
Chong Yidong
2b9170195b define-global-minor-mode changed to define-globalized-minor-mode. 2007-02-03 17:25:35 +00:00
Glenn Morris
f0fa15c5e5 Add 2007 to copyright years. 2007-01-21 02:48:43 +00:00
Eli Zaretskii
f56cd1335c (last-sexp-toggle-display): Fixed cursor position when toggle abbreviated
display.
2007-01-20 15:43:48 +00:00
Thien-Thi Nguyen
529eacf726 (emacs-lisp-mode-map): Use eval-buffer. 2006-07-05 07:47:41 +00:00
Richard M. Stallman
a8d78e0d70 (eval-print-last-sexp, eval-last-sexp, eval-defun): Doc fixes. 2006-04-07 23:30:23 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00