1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00
Commit Graph

91616 Commits

Author SHA1 Message Date
Chong Yidong
6a5ca7c8b1 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419). 2009-09-13 19:41:52 +00:00
Chong Yidong
1f5c162635 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change. 2009-09-13 17:09:23 +00:00
Chong Yidong
42c3a9e31d * eshell/em-hist.el:
* eshell/em-dirs.el (eshell-complete-user-reference): Declare
pcomplete functions and variables to avoid compiler warnings.

* eshell/em-script.el (eshell-login-script, eshell-rc-script):
* eshell/em-dirs.el (eshell-last-dir-ring-file-name):
* eshell/em-alias.el (eshell-aliases-file):
* eshell/em-hist.el (eshell-history-file-name): Use
expand-file-name instead of concat to make file names (Bug#4308).
2009-09-13 02:16:25 +00:00
Glenn Morris
1e2b6acfd2 Replace empty let's with progn'. 2009-09-13 02:14:25 +00:00
Glenn Morris
4f0f48dfc1 (url-file): Avoid assignment to free variable `filename'. 2009-09-13 02:09:12 +00:00
Chong Yidong
5d6ab67259 * functions.texi (Anonymous Functions): Rearrange discussion,
giving usage of unquoted lambda forms first.  Mention that
`function' and `#'' are no longer required (Bug#4290).
2009-09-13 01:47:03 +00:00
Stefan Monnier
adba8116c3 * mail/sendmail.el (send-mail-function):
* tooltip.el (tooltip-mode):
* simple.el (transient-mark-mode):
* rfn-eshadow.el (file-name-shadow-mode):
* frame.el (blink-cursor-mode):
* font-core.el (global-font-lock-mode):
* files.el (temporary-file-directory)
(small-temporary-file-directory, auto-save-file-name-transforms):
* epa-hook.el (auto-encryption-mode):
* composite.el (global-auto-composition-mode):
Use custom-initialize-delay.
* startup.el (command-line): Don't explicitly call
custom-reevaluate-setting for all the above vars.
* custom.el (custom-initialize-safe-set)
(custom-initialize-safe-default): Delete.
2009-09-13 00:52:55 +00:00
Glenn Morris
afdceaec7d (elint-init-env): Skip non-list forms.
(elint-log): Handle unknown file positions.
2009-09-12 22:32:52 +00:00
Stefan Monnier
fd40bad45a (Custom-mode): Don't use advertised-widget-backward in the docstring. 2009-09-12 19:05:49 +00:00
Stefan Monnier
9f94990d7e * term/x-win.el (x-initialize-window-system):
* term/w32-win.el (w32-initialize-window-system):
* term/ns-win.el (ns-initialize-window-system): Don't call
mouse-wheel-mode since it's enabled globally by default already.
2009-09-12 19:04:24 +00:00
Stefan Monnier
0a4afea9b6 (mouse-wheel-mode): Make sure the new defvar doesn't
actually define the variable, but only silences the byte-compiler.
(mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
before looking it up.
(mouse-wheel-scroll-amount): Also reset the bindings if this value is changed.
2009-09-12 19:03:49 +00:00
Glenn Morris
bf01513fff (elint-file): Make max-lisp-eval-depth at least 1000.
(elint-add-required-env): Don't beep on error.
(elint-forms): In case of error, return ENV unchanged.
2009-09-12 18:48:22 +00:00
Daiki Ueno
d85889e4c0 (epg-make-context): Add autoload cookie.
(epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
(epg-decrypt-string, epg-start-verify, epg-verify-file)
(epg-verify-string, epg-start-sign, epg-sign-file)
(epg-sign-string, epg-start-encrypt, epg-encrypt-file)
(epg-encrypt-string, epg-start-export-keys)
(epg-export-keys-to-file, epg-export-keys-to-string)
(epg-start-import-keys, epg-import-keys-from-file)
(epg-import-keys-from-string, epg-start-receive-keys)
(epg-receive-keys, epg-import-keys-from-server)
(epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
(epg-sign-keys, epg-start-generate-key)
(epg-generate-key-from-file, epg-generate-key-from-string): Remove
autoload cookie.
2009-09-12 14:58:55 +00:00
Eli Zaretskii
36b434ee1a (dos-reevaluate-defcustoms): Comment out the reevaluation of trash-directory. 2009-09-12 09:45:57 +00:00
Eli Zaretskii
8f825ee6f5 Fix last change.
(mouse-wheel-mode): New defvar.
(mouse-wheel-mode): Remove autoload cookie.
2009-09-12 09:40:15 +00:00
Stefan Monnier
ab5c0fcd35 * mwheel.el (mwheel-installed-bindings): New var.
(mouse-wheel-mode): Use it, so as to make sure we really remove all
the bindings we set last time.  Use custom-initialize-delay.
* loadup.el: Load mwheel after term/*-win.el.
* startup.el (command-line): Don't reevaluate mouse-wheel-down-event
and mouse-wheel-up-event now that their first evaluation is done
sufficiently late to be correct.
2009-09-12 04:38:03 +00:00
Stefan Monnier
45448e641a * startup.el (tutorial-directory): Make it a defcustom.
Use custom-initialize-delay rather than eval-at-startup to set it.
* image.el (image-load-path): Make it a defcustom.
Use custom-initialize-delay rather than eval-at-startup to set it.
* subr.el (eval-at-startup): Remove.
* font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
2009-09-12 03:55:46 +00:00
Stefan Monnier
5766c380ee * lread.c (Fload): Don't output a message after loading an obsolete
package any more (done in Lisp now).
* subr.el (do-after-load-evaluation): Warn the user after loading an
obsolete package.
2009-09-12 03:35:40 +00:00
Glenn Morris
d6549da4bd (proced-mark-alt): Remove alias.
(proced-mode-map): Remove proced-mark-alt.
2009-09-12 02:42:22 +00:00
Glenn Morris
76314f2c03 (emacs-lisp-mode-map): Add menu entries to elint file and directory.
Remove initialization entry.
2009-09-12 02:42:03 +00:00
Glenn Morris
6974be68b6 (elint-file, elint-directory): New autoloaded commands.
(elint-current-buffer): Set mode-line-process.
(elint-init-env): Handle define-derived-mode.
Fix declare-function with unspecified arglist.  Guard against odd
defalias statements (eg iso-insert's 8859-1-map).
(elint-add-required-env): Use a temp buffer.
(elint-form): Just print the function/macro name, not the whole form.
Return env unchanged if we fail to parse a macro.
(elint-forms): Guard against parse errors.
(elint-output): New function, to handle batch mode.
(elint-log-message): Add optional argument.  Use elint-output.
(elint-set-mode-line): New function.
2009-09-12 02:41:39 +00:00
Chong Yidong
30194d4d1b * emacs-lisp/elp.el (elp-not-profilable): Add more functions (Bug#4233). 2009-09-12 01:40:11 +00:00
Chong Yidong
2fd0161b9d * fns.c (syms_of_fns): Doc fix (Bug#4227). 2009-09-12 01:30:51 +00:00
Stefan Monnier
bc5e75b616 (Fwhere_is_internal): Use nconc2. 2009-09-12 01:21:30 +00:00
Chong Yidong
63255710c1 * url-methods.el (url-scheme--registering-proxy): New variable.
(url-scheme-register-proxy, url-scheme-get-property): Avoid
calling url-scheme-register-proxy in an infloop (Bug#4191).
2009-09-12 00:47:13 +00:00
Chong Yidong
a035f9b0f9 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
(scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
2009-09-12 00:32:49 +00:00
Nick Roberts
51908af6af (gdb-var-list-children-regexp): Delete.
(gdb-var-list-children): Use json parsing.
2009-09-12 00:03:29 +00:00
Nick Roberts
dad61164c9 *** empty log message *** 2009-09-12 00:02:42 +00:00
Chong Yidong
34cab3d9c1 * progmodes/js.el (js--proper-indentation): Handle the case where
char-before is null.  Reported by Deniz Dogan.
2009-09-12 00:01:00 +00:00
Juanma Barranquero
b4587710d3 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare. 2009-09-11 22:59:36 +00:00
Daiki Ueno
97d4bdba7e Fix the last commit. 2009-09-11 22:48:03 +00:00
Daiki Ueno
b18508ddd0 (epg-context-set-passphrase-callback)
(epg-context-set-progress-callback): Add more description about
callback function.
2009-09-11 22:46:14 +00:00
Daiki Ueno
138907962d Add algorithm names.
(epg-cipher-algorithm-alist): Add CAMELLIA.
(epg-digest-algorithm-alist): Add SHA224.
2009-09-11 22:27:32 +00:00
Stefan Monnier
790d02708f * custom.el (custom-delayed-init-variables): New var.
(custom-initialize-delay): New function.
* startup.el (command-line): "Re"evaluate all vars in
custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
explicitly any more.
* abbrev.el (abbrev-file-name): Use custom-initialize-delay
to avoid creating a ~/.emacs.d at build-time (bug#4347).
2009-09-11 21:25:44 +00:00
Stefan Monnier
b9631bb22d (language-info-alist): Improve docstring. 2009-09-11 21:07:02 +00:00
Alan Mackenzie
f58a7c7e8e (Terminal Output): document `send-string-to-terminal' in batch mode. 2009-09-11 20:27:50 +00:00
Alan Mackenzie
59375eebc7 *** empty log message *** 2009-09-11 20:26:50 +00:00
Alan Mackenzie
558759e4b6 (Fsend_string_to_terminal): Amend doc string to cover batch mode. 2009-09-11 20:05:11 +00:00
Alan Mackenzie
c31c985eab *** empty log message *** 2009-09-11 20:04:12 +00:00
Stefan Monnier
24e9e99693 (main): Sort scores before trimming them,
reported by Jason Feng <jfeng@ozbert.com> (bug#4397).
2009-09-11 19:11:07 +00:00
Stefan Monnier
2efb64a86a (proced-mode-map): Prefer "m" for proced-mark. 2009-09-11 18:54:55 +00:00
Andreas Schwab
78012bd2ec (display_mode_element): Detect cycles. 2009-09-11 16:46:08 +00:00
Juanma Barranquero
7e0aa125bc Update. 2009-09-11 12:05:45 +00:00
Nick Roberts
df1bfa9d00 (gdb-var-update-regexp): Delete.
(gdb-var-update-handler): Use json parsing.
2009-09-11 11:55:11 +00:00
Nick Roberts
ac243a4090 *** empty log message *** 2009-09-11 11:54:30 +00:00
Juanma Barranquero
657bc6fcfd * vc-annotate.el (vc-annotate): Use the main file's coding-system to
decode annotated text, regardless of language environment.  (Bug#2741)
2009-09-11 10:58:54 +00:00
Eli Zaretskii
66205aea4b (bootstrap): Ensure enough environment space will be available
to run config.bat.
2009-09-11 10:01:21 +00:00
Glenn Morris
115f44b62d Add generated-autoload-file item. 2009-09-11 06:51:58 +00:00
Glenn Morris
5515c54ecd (autoloads): Make dired.el writable. 2009-09-11 06:51:06 +00:00
Glenn Morris
7d72f6f1c1 Regenerate with extracted autoloads. 2009-09-11 06:50:49 +00:00