Glenn Morris
aa360da10d
Add some compiler declarations, for builds without X.
2008-06-12 03:56:20 +00:00
Stefan Monnier
9b106871a4
* emacs-lisp/map-ynp.el (map-y-or-n-p): Add support for other-window-scroll.
...
* files.el (save-some-buffers-action-alist): Only use recursive-edit
if the user enabled recursive-minibuffers.
2008-06-11 01:47:48 +00:00
Stefan Monnier
a1562258dc
* window.c (Vwindow_point_insertion_type): New var.
...
(set_window_buffer): Use it.
(syms_of_window): Init and export it to Lisp.
* progmodes/compile.el (compilation-mode):
Set window-point-insertion-type.
(compilation-filter): Don't use insert-before-markers any more.
* emacs-lisp/trace.el (trace-make-advice):
Set window-point-insertion-type in the trace buffer.
* startup.el (normal-top-level): Set window-point-insertion-type in
*Messages*.
* net/telnet.el (telnet-mode): Set window-point-insertion-type.
(telnet-filter): Don't use insert-before-markers any more.
* comint.el (comint-mode): Set window-point-insertion-type.
(comint-output-filter): Don't use insert-before-markers any more.
* button.el (make-text-button): Allow `start' to be a string.
2008-06-10 16:08:48 +00:00
Juanma Barranquero
e542c60089
(autoload-rubric): Fix coding cookie not to force Unix EOL.
2008-06-10 09:03:38 +00:00
Glenn Morris
69a343cc18
(autoload-rubric): Add coding cookie.
2008-06-10 03:07:15 +00:00
Stefan Monnier
ab5111e3df
(byte-compile-current-group): New var.
...
(byte-compile-file): Initialize it.
(byte-compile-nogroup-warn): Keep track of the current group.
2008-06-08 02:07:25 +00:00
Glenn Morris
531fdf02d6
Commentary fixes.
...
Remove unnecessary eval-when-compile.
2008-06-07 02:41:46 +00:00
Stefan Monnier
b1d6575d63
(trace-entry-message, trace-exit-message): Use print-circle.
2008-06-05 05:46:11 +00:00
Glenn Morris
a98f63d48d
(autoload-rubric): New function, extracted from autoload-ensure-default-file.
...
(autoload-ensure-default-file): Use autoload-rubric.
2008-06-05 02:37:06 +00:00
Glenn Morris
07e810660a
Trent W. Buck <trentbuck at gmail.com> (tiny change)
...
(rx): Doc fix.
2008-06-04 07:12:44 +00:00
Stefan Monnier
145b63776b
(checkdoc-this-string-valid-engine):
...
Don't encourage naming variables with "-flag".
2008-05-30 14:51:48 +00:00
Stefan Monnier
d338d019e4
(easy-menu-convert-item, easy-menu-convert-item-1):
...
Move the duplicate-generation outside of the caching so it also works
for identical entries.
2008-05-28 18:56:08 +00:00
Juanma Barranquero
242b1f684a
(edebug-setup-hook, edebug-all-defs, edebug-all-forms, edebug-eval-macro-args,
...
edebug-save-windows, edebug-save-displayed-buffer-points, edebug-initial-mode,
edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro,
edebug-print-length, edebug-print-level, edebug-print-circle,
edebug-unwrap-results, edebug-on-error, edebug-on-quit,
edebug-global-break-condition, edebug-sit-for-seconds):
Remove spurious * from defcustom docstrings.
(edebug-unwrap*, edebug-signal, edebug-eval-display):
Improve argument/docstring consistency.
(edebug-test-coverage, edebug-gensym, edebug-read, edebug-top-level-nonstop,
edebug-eval-result-list, edebug-eval-redisplay, edebug-trace):
Fix typos in docstring.
(edebug-eval-defun, edebug-eval-top-level-form, edebug,
edebug-display-freq-count): Reflow docstrings.
(edebug-restore-status): Doc fix.
2008-05-24 22:56:41 +00:00
Stefan Monnier
9cc236e006
(regexp-opt): Always return a properly-grouped regexp.
2008-05-23 17:19:22 +00:00
Stefan Monnier
046f24aad3
(destructuring-bind): Fix spec.
2008-05-19 11:58:43 +00:00
Stefan Monnier
4ded1ddb22
(cl-set-nthcdr): Make it a defsubst so that
...
(setf (nthcdr ..) ..) doesn't require CL at runtime.
2008-05-12 01:45:41 +00:00
Eric S. Raymond
83370e6bab
Note that vc.el now uses this.
2008-05-09 22:31:03 +00:00
Juanma Barranquero
1603d855dc
(autoload-generate-file-autoloads): Don't use `iff' in docstring.
2008-05-08 03:38:53 +00:00
Juanma Barranquero
ec0159f045
(ad-special-form-p): Don't use `iff' in docstring.
2008-05-08 03:38:21 +00:00
Glenn Morris
8566b37501
Regenerate.
2008-05-07 03:07:22 +00:00
Glenn Morris
93fd3b3010
(ignore-errors): Move to subr.el.
2008-05-07 02:58:25 +00:00
Juanma Barranquero
a12a9e4527
Update autoloads.
2008-05-06 23:44:24 +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
Glenn Morris
51d16e07bb
(check-declare-errmsg): Fix counting in the `full' case.
2008-04-29 03:40:00 +00:00
Glenn Morris
f279aaab80
(byte-compile-file): Doc fix.
2008-04-27 01:41:46 +00:00
Glenn Morris
212df36327
Johan Bockg� <bojohan at gnu.org>
...
(byte-compile-find-cl-functions): Simplify. Collect `defun' and
`autoload' entries. Avoid modifying load-history.
2008-04-27 01:17:03 +00:00
Glenn Morris
5791bedf99
(byte-compile-warn-obsolete): New function.
...
(byte-compile-obsolete, byte-compile-variable-ref): Use it.
2008-04-26 02:32:51 +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
Glenn Morris
38a48ab7a8
Tom Tromey <tromey at redhat.com>
...
(easy-mmode-define-keymap): Document keywords. Add :suppress.
2008-04-24 05:47:18 +00:00
Stefan Monnier
b7b49316c5
(easy-menu-make-symbol): Don't wrap keyboard macros within lambdas.
2008-04-24 02:02:40 +00:00
Miles Bader
a113b3ca32
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
2008-04-23 05:55:42 +00:00
Glenn Morris
b2c7c56d57
(copyright-at-end-flag): New option.
...
(copyright-limit): Respect copyright-at-end-flag.
(copyright-re-search, copyright-start-point)
(copyright-offset-too-large-p): New functions.
(copyright-update-year): Use copyright-re-search.
(copyright-update, copyright-fix-years): Use copyright-start-point,
and copyright-re-search.
(copyright): Use copyright-offset-too-large-p.
2008-04-22 02:54:32 +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
Stefan Monnier
e8dab97599
* files.el (locate-file-completion-table): Rename from
...
locate-file-completion and make it use `pred' in the normal way.
(locate-file-completion): New compatibility wrapper.
(load-library): Use locate-file-completion-table.
* emacs-lisp/find-func.el (find-library): Likewise.
* info.el: Use with-current-buffer and inhibit-read-only.
(Info-read-node-name-2): Change to use `predicate' in the normal way.
(Info-read-node-name-1): Adjust uses accordingly.
2008-04-19 03:33:13 +00:00
Stefan Monnier
a5c2e9ebe8
(trace-make-advice): Don't change selected-window.
2008-04-19 03:10:31 +00:00
Juanma Barranquero
85744fc9b4
(lisp-comment-indent): Add WHEN to obsolescence declaration.
2008-04-18 10:32:16 +00:00
Juanma Barranquero
182f620587
(checkdoc-minor-keymap): Use `define-obsolete-variable-alias'.
2008-04-18 10:06:06 +00:00
Stefan Monnier
1cb64239e7
(debug): Revert to bury-buffer since quit-window is not better anyway.
2008-04-18 01:29:23 +00:00
Juanma Barranquero
e499351ad2
(crm-completion-help, crm-complete, crm-complete-word, crm-complete-and-exit):
...
Fix typo in previous change.
2008-04-17 09:50:05 +00:00
Stefan Monnier
66787d5102
Complete rewrite.
2008-04-14 19:54:30 +00:00
Reiner Steib
470fc3548e
(copyright-update-directory): New command.
2008-04-12 10:06:28 +00:00
Glenn Morris
f8754ca2de
(define-obsolete-variable-alias): Doc fix.
2008-04-12 03:13:27 +00:00
Stefan Monnier
37eb1eeae5
(autoload-generate-file-autoloads):
...
Bind print-level to ensure output forms aren't truncated if
print-level is set to eval-expression-print-level when going via
eval-defun and friends, or has been otherwise fiddled with.
2008-04-11 01:59:14 +00:00
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