Commit graph

2494 commits

Author SHA1 Message Date
Stefan Monnier
cbee283dd7 Fix up comment convention on the arch-tag lines. 2008-04-10 14:10:46 +00:00
Alexandre Julliard
d533750604 (ewoc-collect): Return results in the correct order. 2008-04-09 18:50:34 +00:00
Chong Yidong
dbf3ef782e (regexp-opt): Reduce max-lisp-eval-depth and max-specpdl-size to
10000.
2008-04-09 15:38:32 +00:00
Chong Yidong
75407435b1 (regexp-opt-group): Use substring-no-properties for correct handling
of unibyte strings.
2008-04-09 04:29:43 +00:00
Juanma Barranquero
3d3d1efc2e Regenerate. 2008-04-08 14:03:46 +00:00
Juanma Barranquero
20e3d3f1ca (get-setf-method): Use `string-match-p'. 2008-04-08 11:50:24 +00:00
Juanma Barranquero
66e9f105e0 (checkdoc-this-string-valid-engine): Use `string-match-p'. 2008-04-08 11:47:48 +00:00
Juanma Barranquero
80817d7b5e (copyright-update-year): Fix braino. 2008-04-08 11:45:19 +00:00
Juanma Barranquero
68af6bd607 (copyright-update-year): Use `looking-at-p'. 2008-04-08 11:40:04 +00:00
Dan Nicolaescu
f6ec641572 *** empty log message *** 2008-04-07 01:20:06 +00:00
Miles Bader
5bc6ddff00 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1107
2008-04-05 23:01:26 +00:00
Glenn Morris
5ec993427a (autoload-ensure-default-file): Provide a feature. 2008-04-05 18:51:12 +00:00
Dan Nicolaescu
7cd25617fe * outline.el (outline-mode-menu-bar-map):
* term.el (terminal-signal-menu): Add :help.

* net/eudc.el (eudc-mode-map): Declare and define in one step.
(eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.

* emacs-lisp/re-builder.el (reb-mode-map):
* textmodes/nroff-mode.el (nroff-mode-map): Add menus.
2008-04-04 22:45:01 +00:00
Juanma Barranquero
b4af1db689 Regenerate. 2008-04-04 00:36:19 +00:00
Stefan Monnier
cb7d9531e7 (defsetf): Accept a lambda for the 2-arg form. 2008-04-03 13:42:25 +00:00
Stefan Monnier
e0f0f3efb4 (timer): Define as a defstruct, so we can name the fields, to make the
code clearer.  Rewrite all `aset' and `aref' using the defined accessors.
(timer--time): New pseudo-field.
(timer-set-time, timer-set-idle-time, timer-inc-time)
(timer-set-time-with-usecs, with-timeout-suspend): Use it.
(timer--time-less-p): New function.
(timer--activate): New function, extracted from timer-activate.
(timer-activate-when-idle, timer-activate): Use it.
(cancel-function-timers): Use dolist.
2008-04-03 03:43:18 +00:00
Juanma Barranquero
57f31575dd Regenerate. 2008-04-03 01:27:31 +00:00
Dan Nicolaescu
b23718189d * emacs-lisp/debug.el (debugger-mode-map):
* textmodes/conf-mode.el (conf-mode-map): Add a menu.
(conf-align-assignments): Only work on the region if it is active.
(conf-quote-normal): Use when instead of if.  Remove redundant test.
2008-04-02 06:35:21 +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
Johan Bockgård
a15b3f430c (frame-parameter) <defsetf>: Make it return the assigned value. 2008-04-01 09:20:42 +00:00
Chong Yidong
2966eaebc8 (find-function-search-for-symbol): Strip extension from .emacs.el to
make sure symbol is searched in .emacs too.
2008-03-31 22:12:22 +00:00
Juanma Barranquero
daedb19635 (byte-compile-warnings-safe-p): Use `byte-compile-warning-types'.
Add docstring.
2008-03-31 11:02:04 +00:00
Dan Nicolaescu
0bf12140f5 (emacs-lisp-mode-map): Fix predicate. 2008-03-27 22:15:54 +00:00
Johan Bockgård
d9dd743ee6 (lm-with-file): Use mode and syntax table for Emacs Lisp, not Lisp. 2008-03-26 14:13:06 +00:00
Juanma Barranquero
d87e5a2565 (byte-compile-obsolete): If no replacement is provided,
don't print "use nil instead".
2008-03-26 12:18:17 +00:00
Juanma Barranquero
9e60aa0b8c (side-effect-free-fns): Fix typo. 2008-03-25 23:27:11 +00:00
Juanma Barranquero
4361b6c29e (reb-mode-common): Remove reference to bogus variable `reb-kill-buffer';
don't make hooks buffer-local, use the LOCAL arg of `add-hook'.
(reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
Remove spurious * from defcustom docstrings.
(reb-next-match, reb-prev-match, reb-enter-subexp-mode): Fix typos in messages.
(reb-mode-buffer-p): New function.
(re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
(top, reb-show-subexp, reb-auto-update, reb-auto-update, reb-delete-overlays,
reb-cook-regexp, reb-update-regexp, reb-update-overlays): Use `unless', `when'.
(re-builder-unload-function): New function.
2008-03-25 16:49:22 +00:00
Dan Nicolaescu
935f7c5a64 (emacs-lisp-mode-map): Add ... where
appropriate.
2008-03-22 17:51:17 +00:00
Juri Linkov
ec800cf0a2 (lisp-complete-symbol):
Use `minibuffer-message' to display message "No completions of %s"
when this command is called in the minibuffer.
2008-03-22 00:11:53 +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
f31b125795 * faces.el (xw-defined-colors):
* simple.el (widget-convert, shell-mode): Declare as functions
instead of autoloading.

* abbrev.el:
* button.el:
* cus-face.el:
* ediff-hook.el:
* emacs-lisp/backquote.el:
* emacs-lisp/timer.el:
* facemenu.el:
* faces.el:
* menu-bar.el:
* simple.el:
* subr.el:
* textmodes/fill.el:
* textmodes/paragraphs.el: Remove autoloads, redundant when the
files are preloaded.
2008-03-14 17:42:18 +00:00
Dan Nicolaescu
f9a9491fbe (emacs-lisp-mode-map): Add menu entries
for checkdoc and profiling.
2008-03-14 16:09:39 +00:00
Richard M. Stallman
7aefbb0613 (defadvice): Add usage pattern. 2008-03-13 15:28:04 +00:00
Dan Nicolaescu
191a057dc0 (lisp-interaction-mode-map): Fix typo. 2008-03-11 08:04:35 +00:00
Stefan Monnier
812e2bd8e1 (autoload-find-destination): Don't force raw-text. 2008-03-10 21:11:32 +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
Chong Yidong
becc67882c (parens-require-spaces): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.
2008-03-05 20:54:56 +00:00
Chong Yidong
a0255b0827 (parens-require-spaces): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.
2008-03-05 20:53:40 +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
Stefan Monnier
20ce031c40 (byte-compile-trueconstp, byte-compile-nilconstp): No recursion in defsubst. 2008-03-03 21:07:12 +00:00
Stefan Monnier
86408b246c (byte-compile-maybe-guarded):
Remove optimization that was working around the form-code-walker bug.
2008-03-03 03:40:04 +00:00
Stefan Monnier
42521cd491 (byte-optimize-form-code-walker):
Walk into the body of lambdas after byte-compile-unfold-lambda.
2008-03-03 03:38:21 +00:00
Glenn Morris
1c3b663ff9 This is Dan's patch from
http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00134.html
changed to use a common `bytecomp' prefix.

(byte-recompile-directory, byte-compile-file, batch-byte-compile)
(batch-byte-compile-file): Give a `bytecomp-' prefix to local
variables with common names.
2008-03-01 21:11:37 +00:00
Glenn Morris
c01e3aa1dd (byte-compile-maybe-guarded): Restore code commented out 2007-11-10. 2008-03-01 20:07:28 +00:00
Glenn Morris
584dcd8f48 (make-obsolete): Doc fix. 2008-02-28 03:47:59 +00:00
Miles Bader
b03f96dc5a Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
2008-02-24 10:09:07 +00:00
Glenn Morris
ce12d620cf (copyright-update-year): Fix subexpression numbering for the case when
years are split over lines, and for the replace case.
2008-02-22 03:52:44 +00:00
Kenichi Handa
da9e269f68 (byte-compile-lapcode): Use
unibyte-string instead of string-make-unibyte.
2008-02-12 11:25:01 +00:00