Commit graph

48493 commits

Author SHA1 Message Date
Stefan Monnier
8476cfaf3d (byte-compile-lapcode): Signal overflow. 2009-08-26 02:56:05 +00:00
Michael Albinus
0b35b48e66 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
daemon.  Replace ping by checking for running service for bluez
and zeroconf.  (Bug#4239)
2009-08-25 10:26:16 +00:00
Michael Albinus
93fb0645d6 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT. 2009-08-25 10:13:54 +00:00
Michael Albinus
458c8d31e4 * progmodes/grep.el (grep-probe): Let-bind `process-file-side-effects' with nil. 2009-08-25 10:11:08 +00:00
Michael Albinus
04473f6756 (vc-svn-dir-extra-headers, vc-svn-find-revision):
Let-bind `process-file-side-effects' with nil.
2009-08-25 09:05:07 +00:00
Michael Albinus
ba2318b74b * vc-hooks.el (vc-user-login-name):
Let-bind `process-file-side-effects' with nil.
2009-08-25 09:02:59 +00:00
Michael Albinus
20c76c553c * vc-git.el (vc-git-registered, vc-git-working-revision)
(vc-git-find-revision, vc-git-diff, vc-git-revision-table)
(vc-git--empty-db-p): Let-bind `process-file-side-effects' with nil.
2009-08-25 09:01:38 +00:00
Michael Albinus
4968879cda * vc.el (vc-diff-internal): Let-bind `process-file-side-effects' with nil. 2009-08-25 08:55:37 +00:00
Michael Albinus
66f3089ca8 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
Let-bind `process-file-side-effects' with nil.
2009-08-25 08:53:32 +00:00
Michael Albinus
e82b1099e1 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
Let-bind `process-file-side-effects' with nil.
2009-08-25 08:50:56 +00:00
Michael Albinus
9fb5c929d3 * vc-arch.el (vc-arch-diff): Let-bind `process-file-side-effects' with nil. 2009-08-25 08:49:24 +00:00
Michael Albinus
b967bd1914 * dired-aux.el (dired-show-file-type): Let-bind
`process-file-side-effects' with nil.
2009-08-25 08:47:39 +00:00
Michael Albinus
2c4f2562bb * simple.el (process-file-side-effects): New defvar. 2009-08-25 08:45:41 +00:00
Glenn Morris
d280e2c3f0 (byte-compile-file-form-require): Tweak previous change. 2009-08-25 07:36:49 +00:00
Glenn Morris
bac9c66cc7 (byte-compile-eval): Fix test for cl in load-history for absolute file-names.
(byte-compile-file-form-require): Warn about use of the cl package.
2009-08-25 07:28:16 +00:00
Glenn Morris
ec179403bd (top-level): Don't require cl at run-time.
(nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
Replace cl-function substitute with gnus-replace-in-string.
(nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
(nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
(nnir-run-find-grep): Replace cl-functions find-if and subseq with
simplified expansions.
2009-08-25 07:03:49 +00:00
Glenn Morris
9167757662 Unify local variables at end.
Don't warn about use of cl functions in this file.
2009-08-25 06:52:09 +00:00
Glenn Morris
af62aa887b (top-level): Don't require lucid (and hence run-time cl). 2009-08-25 03:26:40 +00:00
Glenn Morris
5ac1f9e050 (top-level): Don't require cl at run-time. 2009-08-25 03:24:42 +00:00
Glenn Morris
d54cc599f5 Kevin Ryde <user42 at zip.com.au>
(dig): Add autoload cookie.
2009-08-25 03:21:14 +00:00
Glenn Morris
fd0076292f Kevin Ryde <user42 at zip.com.au>
Add "languages" keywords: entry.
2009-08-25 03:14:22 +00:00
Glenn Morris
16bb1a63af Kevin Ryde <user42 at zip.com.au>
Add "games" keywords: entry.
2009-08-25 03:13:25 +00:00
Glenn Morris
bc3b785303 Kevin Ryde <user42 at zip.com.au>
Fix keywords: comment.
2009-08-25 03:12:27 +00:00
Glenn Morris
56866112bf Revert accidental commit. 2009-08-25 03:07:16 +00:00
Glenn Morris
7bfd055df9 (format-alist): Doc fix. 2009-08-25 03:03:27 +00:00
Dmitry Dzhus
71e036af39 (gdb-mapcar*): Replacement for `mapcar*'
from cl package.
(gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
2009-08-24 19:12:46 +00:00
Jay Belanger
42110eaf95 (math-trig-rewrite, math-hyperbolic-trig-rewrite): New functions.
(calc-simplify): Simplify trig functions when asked.
2009-08-24 18:43:50 +00:00
Stefan Monnier
88421f3e11 (diff-find-source-location): Avoid goto-line. 2009-08-24 17:11:20 +00:00
Kenichi Handa
dbd9624e5a (mapthread): Delete it.
(combinatorial): New function.
(indian--puthash-cv): Use combinatorial instead of mapthread.
2009-08-24 11:43:59 +00:00
Glenn Morris
2ddf2ea67c (auto-mode-alist): Remove code for defunct system-type next-mach. 2009-08-23 00:45:17 +00:00
Glenn Morris
9b89e3ee32 Kevin Ryde <user42 at zip.com.au>
(checkdoc-force-history-flag, checkdoc-arguments-in-order-flag):
Add safe-local-variable booleanp.
(checkdoc-symbol-words): Add safe-local-variable for list of strings.
Clarify docstring that the value is strings not symbols.
(checkdoc-list-of-strings-p): New function.
2009-08-22 23:02:14 +00:00
Glenn Morris
a337468045 Remove code for defunct system-types emx, macos, mswindows,
unisoft-unix, vax-vms, win32, w32.
2009-08-22 21:59:40 +00:00
Glenn Morris
3f12e3f4bf Remove code for defunct system-types Apple-Macintosh, emx, ms-windows,
next-mach.
2009-08-22 21:53:34 +00:00
Glenn Morris
9940702bcb Comment. 2009-08-22 21:46:56 +00:00
Glenn Morris
4b18bdb30d Re-fill. 2009-08-22 19:58:13 +00:00
Glenn Morris
977955fab7 (diary-mark-entries-1): Only mark all days of a given name if the
pattern is not more specific.
2009-08-22 19:47:42 +00:00
Glenn Morris
b4deec2e85 (lunar-phase-names): New option.
(lunar-phase): Doc fix.
(lunar-cycles-per-year): New constant.
(lunar-index): New function.
(lunar-phase-list, diary-lunar-phases): Use lunar-index.
(lunar-phase-name): Use lunar-phase-names.
(calendar-lunar-phases): Use format.
(lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
2009-08-22 19:45:30 +00:00
Glenn Morris
880be50e88 (vi-goto-line): Don't warn about non-interactive goto-line. 2009-08-22 19:42:58 +00:00
Glenn Morris
1c319e7797 Comment. 2009-08-22 19:41:49 +00:00
Glenn Morris
47e8396852 (cperl-imenu-name-and-position): Copy imenu-example--name-and-position
function here for own use.
(cperl-xsub-scan): Use cperl-imenu-name-and-position.
(cperl-time-fontification): Use forward-line rather than goto-line.
2009-08-22 19:39:54 +00:00
Glenn Morris
e6ce8c4239 Use forward-line rather than goto-line. 2009-08-22 19:29:18 +00:00
Glenn Morris
a569b48010 (compilation-error-regexp-alist, compilation-forget-errors): Declare. 2009-08-22 19:21:18 +00:00
Glenn Morris
df1c29a0a0 (makefile-browser-toggle): Use forward-line rather than goto-line.
(makefile-browser-insert-selection): Use goto-char rather than goto-line.
2009-08-22 19:20:27 +00:00
Glenn Morris
7537cf237a (nfd, decomposition-translation-alist, decomposition-char-recursively)
(alist-list-to-vector, quick-check-list, quick-check-list-to-regexp):
Declare.
2009-08-22 19:14:37 +00:00
Glenn Morris
5dcc825f21 (gnus-button-patch): Use forward-line rather than goto-line. 2009-08-22 19:13:34 +00:00
Juri Linkov
32a2cf25a7 (lgrep, rgrep): At the beginning
set `dir' to `default-directory' unless `dir' is a non-nil
readable directory.  (Bug#4052)
(lgrep, rgrep): Change a weird way to report an error
from using `read-string' to using `error'.
Instead of using interactive arguments in the function body,
add new argument `confirm'.
2009-08-22 00:17:56 +00:00
Stefan Monnier
cb5b40ee3b * textmodes/remember.el (remember-buffer):
* progmodes/cperl-mode.el (cperl-vc-header-alist):
* calendar/icalendar.el (icalendar-convert-diary-to-ical)
(icalendar-extract-ical-from-buffer): Add version of obsolescence.
2009-08-21 15:09:42 +00:00
Stefan Monnier
5443c9b759 * net/newst-treeview.el (newsticker-groups-filename):
* net/newst-backend.el (newsticker-cache-filename):
* speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
(speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
(speedbar-add-ignored-path-regexp, speedbar-line-path)
(speedbar-buffers-line-path, speedbar-path-line)
(speedbar-buffers-line-path):
* epg.el (epg-passphrase-callback-function, epg-start-sign-keys,epg-sign-keys):
* epa.el (epa-display-verify-result):
* progmodes/pascal.el (pascal-outline): Add version of obsolescence.
2009-08-21 14:59:49 +00:00
Glenn Morris
3e1ea34239 (inferior-moz-process): Fix declaration. 2009-08-21 07:44:58 +00:00
Glenn Morris
9b4c5ecd6a Use forward-line, not goto-line. 2009-08-21 07:40:24 +00:00