Commit graph

9694 commits

Author SHA1 Message Date
Richard M. Stallman
daeeeffc3f *** empty log message *** 2006-07-17 20:57:24 +00:00
Chong Yidong
b5f02314a0 * progmodes/compile.el (compilation-mode-font-lock-keywords):
Don't highlight "Compiling file" messages as error.
2006-07-17 04:07:49 +00:00
Chong Yidong
c8068734a7 * dired-aux.el (dired-compress-file): Confirm again if gzipped
file already exists.
2006-07-17 04:00:54 +00:00
Thien-Thi Nguyen
072cb54a86 (ada-mode): Rewrite ff-special-constructs init. 2006-07-16 21:12:46 +00:00
Mathias Dahl
9b9c0e5ad9 Fix in `tumme-get-comment'. 2006-07-16 08:14:01 +00:00
Stefan Monnier
ba83982b7f Remove spurious * in docstrings. 2006-07-16 04:28:10 +00:00
Nick Roberts
db28aa3c6e *** empty log message *** 2006-07-15 04:24:52 +00:00
Kim F. Storm
839929ba53 *** empty log message *** 2006-07-14 22:12:39 +00:00
Eli Zaretskii
01fc9422dd Require 'cl during byte-compilation/interactive load, for the `assert' macro.
(allout-mode-deactivate-hook): New hook, is run when allout mode deactivates.
(allout-developer): New allout customization subgroup.
(allout-run-unit-tests-on-load): New allout-developer
customization variable, when true allout unit tests are run towards end of file
load/eval.
(allout-inhibit-auto-fill): Disable auto-fill activity even during
auto-fill-mode.
(allout-resumptions): Removed, to be replaced by...
(allout-add-resumptions): Register variable settings to be reinstated by
`allout-do-resumptions'.  The settings are made buffer-local, but the
locality/globality of the suspended setting is restored on resumption.
(allout-do-resumptions): Reinstate all settings suspended using
`allout-add-resumptions'.
(allout-test-resumptions): Unit tests (and intermediate variables) for
resumptions.
(allout-tests-globally-unbound, allout-tests-globally-true)
(allout-tests-locally-true): Intermediate variables for resumptions unit tests.
(allout-overlay-preparations): Replaces `allout-set-overlay-category'.
(allout-exposure-category): Replaces 'allout-overlay-category variable.
(allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
instead of retired `allout-resumptions'.  For hook functions, use `local'
parameter so hook settings are created and removed as
buffer-local settings.  Revise (resumptions) setting auto-fill-function so it
is set only if already active.  (The related fill-function settings are all
made in either case, so that activating auto-fill-mode activity will have the
custom allout-mode behaviors (hanging indent on topics, if configured for it).
Also, remove all allout-exposure-category overlays on mode deactivation.
(allout-hotspot-key-handler): New function extracted from
`allout-pre-command-business', so the functionality can be used for other
purposes, eg as a binding in an overlay.
(allout-pre-command-business): Use new `allout-hotspot-key-handler'.
(allout-auto-fill): Respect new `allout-inhibit-auto-fill' customization
variable.
(allout-run-unit-tests): Run the (currently quite small) repertoire of unit
tests.  Called just before the provide iff user has customized
`allout-run-unit-tests-on-load' non-nil.
2006-07-14 11:26:36 +00:00
Kim F. Storm
8a8476f984 *** empty log message *** 2006-07-14 09:32:02 +00:00
Károly Lőrentey
7ad783eb3a Update. 2006-07-14 06:07:07 +00:00
Nick Roberts
02248b85c2 *** empty log message *** 2006-07-13 21:55:47 +00:00
Stefan Monnier
02dcdad34e (make-autoload): Remove special handling of
minor modes, redundant with the custom-autoload line above.
2006-07-13 18:13:06 +00:00
Chong Yidong
6991960bf7 * longlines.el (longlines-post-command-function): Handle open-line
too.
2006-07-12 23:52:18 +00:00
Romain Francoise
68ade564b2 Formatting fixes. 2006-07-12 17:25:38 +00:00
Richard M. Stallman
2c6e026af7 *** empty log message *** 2006-07-12 16:10:39 +00:00
Nick Roberts
78fc0ace98 *** empty log message *** 2006-07-12 00:23:48 +00:00
Kim F. Storm
2e42ee7bfb *** empty log message *** 2006-07-11 20:13:40 +00:00
Chong Yidong
1223933d59 * simple.el (undo-ask-before-discard): Set to nil. 2006-07-11 19:15:33 +00:00
Chong Yidong
0f7ea45318 * vc.el (vc-exec-after): Don't delete process manually.
(vc-print-log): Run log-view-mode in process sentinel inside
	inhibit-read-only.  Don't shrink window due to timing issues.
2006-07-11 18:39:32 +00:00
Chong Yidong
ce4746a36a * progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid
using with-output-to-temp-buffer, which clobbers local vars.
2006-07-11 16:39:50 +00:00
Stefan Monnier
b8fa0ffd0c (compilation-error-regexp-alist-alist): Fix ambiguity introduced by last change.
(compilation-find-file): Move save-excursion to where it may make sense.
Fix a left over `find-file'.
2006-07-11 15:08:33 +00:00
Robert J. Chassell
ed48e7e816 Re-attempt commit. 2006-07-11 10:36:42 +00:00
Nick Roberts
b05b996fe2 *** empty log message *** 2006-07-11 09:36:54 +00:00
Kim F. Storm
ff97f952e6 *** empty log message *** 2006-07-11 00:48:06 +00:00
Kim F. Storm
d81b041a22 *** empty log message *** 2006-07-11 00:15:23 +00:00
Chong Yidong
5ee03a180c fix typo 2006-07-10 18:55:01 +00:00
Chong Yidong
d157aaaaf8 * progmodes/cc-awk.el (defconst): Fix compilation error. 2006-07-10 18:54:07 +00:00
Chong Yidong
0369eb8545 * subr.el (sit-for): New function.
* play/hanoi.el (hanoi-sit-for): Check sit-for return value.
2006-07-10 18:52:13 +00:00
Richard M. Stallman
2946191dee (edebug): Update page. 2006-07-10 17:12:09 +00:00
Kim F. Storm
77034d43b9 *** empty log message *** 2006-07-10 15:03:10 +00:00
Romain Francoise
a8d3703121 (authors-aliases): Update. 2006-07-10 14:58:17 +00:00
Alan Mackenzie
3c0ab532f8 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el,
cc-mode.el: Changes to eradicate eval-after-load.
2006-07-10 13:19:14 +00:00
Chong Yidong
4b6b279f02 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
on non-char events.
2006-07-09 15:24:22 +00:00
Romain Francoise
47f9708416 (compilation-mode-font-lock-keywords): Don't highlight start/end markers
as compilation messages.
2006-07-09 15:17:05 +00:00
Romain Francoise
933f846719 (isearch-yank-line): Let-bind `inhibit-field-text-motion' to t. 2006-07-09 11:04:19 +00:00
Stefan Monnier
5fc5b7e842 (fill-region-as-paragraph): Refine last change. 2006-07-09 05:20:42 +00:00
Richard M. Stallman
3aa7c28e8e *** empty log message *** 2006-07-09 02:08:14 +00:00
Romain Francoise
366f174136 (x-display-name): Fix typo. 2006-07-08 16:31:42 +00:00
Eli Zaretskii
7f9da0f3c7 (hexl-find-file): Doc fix. 2006-07-08 15:53:01 +00:00
Eli Zaretskii
1094404231 (define-minor-mode): Doc fix. 2006-07-08 15:20:52 +00:00
Chong Yidong
6f6c5fb394 * term/x-win.el (x-display-name): Doc fix. 2006-07-08 01:45:46 +00:00
Stefan Monnier
55f6a28058 (fill-delete-prefix): Don't ignore excessively long prefixes.
(fill-region-as-paragraph): Don't round up to a whole line.
(fill-comment-paragraph): Don't include the code-before-the-comment
when calling fill-region-as-paragraph.
2006-07-07 19:04:49 +00:00
Stefan Monnier
2850984d60 (make-char): Remove redundancy. 2006-07-07 16:38:17 +00:00
Stefan Monnier
e0b4be6cc0 (byte-compile-form): The `byte-compile'
property may contain an anonymous function rather than a symbol.
2006-07-07 16:34:44 +00:00
Stefan Monnier
e5a099ecae (cvs-temp-buffer-name): Fix non-hiddenness. 2006-07-07 15:39:53 +00:00
Stefan Monnier
24a768a078 *** empty log message *** 2006-07-07 15:26:26 +00:00
Stefan Monnier
df8a0bfffe (dirtrack-default-directory-function): Remove.
(dirtrack-directory-function): Use file-name-as-directory.
(dirtrack-windows-directory-function): Simplify.
(dirtrack-forward-slash, dirtrack-backward-slash)
(dirtrack-replace-slash): Remove.
(dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
(dirtrack): Fix wrong parenthesizing; use match-string.
2006-07-07 15:14:47 +00:00
Stefan Monnier
e2536e57f9 Remove spurious * in docstrings.
(inferior-octave-mode): Only change the buffer-local value of
comint-dynamic-complete-functions.
(inferior-octave-mode-map, inferior-octave-mode-syntax-table):
Move the initialization to the declaration.
(inferior-octave-complete): Remove unused var `filter'.
2006-07-07 14:40:35 +00:00
Carsten Dominik
c725107664 *** empty log message *** 2006-07-07 06:33:03 +00:00