Richard M. Stallman
3aff69e30f
(Visiting): Document large-file-warning-threshold.
...
Move paragraph on file-selection dialog.
Mention visiting files using X drag and drop.
(Reverting): Mention using Auto-Revert mode to tail files.
Document auto-revert-tail-mode.
(Version Systems): Minor correction.
(Comparing Files): Diff-mode is no longer based on Compilation mode.
Document compare-ignore-whitespace.
(Misc File Ops): Explain passing a directory to rename-file.
Likewise for copy-file and make-symbolic-link.
2005-03-21 18:14:33 +00:00
Richard M. Stallman
67bca9b20f
(Misc Dired Features): Rename node from Misc Dired Commands.
...
Mention effect of X drag and drop on Dired buffers.
2005-03-21 18:12:14 +00:00
Richard M. Stallman
9beff3e775
(Importing Diary): Rename node from iCalendar. Document diary-from-outlook.
2005-03-21 18:08:14 +00:00
Richard M. Stallman
ed4389afef
(Starting GUD): Add bashdb.
...
(Building): Put Grep Searching after Compilation Shell.
(Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
Document next-error-highlight.
(Grep Searching): Document grep-highlight-matches.
(Lisp Eval): Typing C-x C-e twice prints integers specially.
2005-03-21 18:06:58 +00:00
Richard M. Stallman
33e54c8713
(Moving Point): Add M-g M-g binding.
...
(Undo): Document undo-only.
(Position Info): Document M-g M-g and C-u M-g M-g.
2005-03-21 18:02:55 +00:00
Richard M. Stallman
4829cfc31b
Total rewrite.
2005-03-21 17:59:35 +00:00
Richard M. Stallman
a775dff462
*** empty log message ***
2005-03-21 17:54:51 +00:00
Richard M. Stallman
543bc1b084
(Skipping Characters): skip-chars-forward allows character classes.
2005-03-21 17:54:33 +00:00
Richard M. Stallman
3a05b1e422
(Other Font Lock Variables): Document font-lock-lines-before.
2005-03-21 17:52:30 +00:00
Richard M. Stallman
af300e6952
(Reading File Names): Document read-file-name-function.
2005-03-21 17:50:35 +00:00
Richard M. Stallman
a93cc2b5a8
(Invisible Text): State default value of line-move-ignore-invisible.
...
(Managing Overlays): Document remove-overlays.
(Standard Faces): Document escape-glyph face.
2005-03-21 17:47:42 +00:00
Richard M. Stallman
dd83d95af1
(jka-compr-really-do-compress): Make variable buffer-local.
2005-03-21 17:44:27 +00:00
Richard M. Stallman
837daa0d41
Handle .xpm files too.
...
(image-toggle-display): Preserve modification flag.
2005-03-21 17:42:36 +00:00
Richard M. Stallman
740b479c63
(where-is): Don't mention aliases with no key bindings.
2005-03-21 17:41:41 +00:00
Thien-Thi Nguyen
32b939ead5
(LD_SWITCH_SYSTEM_tmp): Define if undefined.
2005-03-21 17:36:01 +00:00
Lute Kamstra
077f708503
*** empty log message ***
2005-03-21 17:12:58 +00:00
Lute Kamstra
f665853a1a
(lisp-font-lock-keywords-1): Font lock a call to define-generic-mode
...
like a function declaration.
2005-03-21 17:12:01 +00:00
Lute Kamstra
d86771563f
Don't prevent compilation. Don't require generic.
...
Follow coding conventions. Minor code cleanup.
(etc-fstab-generic-mode): Add some keywords.
2005-03-21 17:10:57 +00:00
Lute Kamstra
ea67f0cee4
Fix commentary section. Don't require cl for compilation.
...
(generic-mode-list): Add autoload cookie.
(generic-use-find-file-hook, generic-lines-to-scan)
(generic-find-file-regexp, generic-ignore-files-regexp)
(generic-mode, generic-mode-find-file-hook)
(generic-mode-ini-file-find-file-hook): Fix docstrings.
(define-generic-mode): Make it a defmacro. Fix docstring.
(generic-mode-internal): Code cleanup. Add autoload cookie.
(generic-mode-set-comments): Code cleanup.
2005-03-21 17:10:06 +00:00
Lute Kamstra
af5a6df7b1
(Instrumenting Macro Calls): Fix another typo.
2005-03-21 16:45:24 +00:00
Jay Belanger
51d6d30054
calc-embed.el
...
(calc-do-embedded): Put data on stack before changing modes.
2005-03-21 15:49:02 +00:00
Sam Steingold
568ec09d60
(add-log-current-defun): Support more C DEFUN forms.
2005-03-21 14:37:36 +00:00
Thien-Thi Nguyen
7651545c10
(dcl-font-lock-keywords): Add underscore to "f$ lexicals" regexp.
2005-03-21 07:44:22 +00:00
J.D. Smith
10c8e594f6
Remove unnecessary `beginning-of-buffer'.
2005-03-21 02:10:48 +00:00
Juri Linkov
fe6b1dbdc6
(progress-reporter-do-update): When `min-value' is equal
...
to `max-value', set `percentage' to 0 and prevent division by zero.
2005-03-20 20:59:52 +00:00
Michael Albinus
340b8d4f63
Sync with Tramp 2.0.48.
2005-03-20 20:00:20 +00:00
Stefan Monnier
92aba9ab38
(perl-indent-new-calculate): New function.
...
(perl-indent-line): Use it.
2005-03-20 18:04:41 +00:00
Stefan Monnier
ca79c816e8
(perl-font-lock-syntactic-face-function): Properly handle the case where the
...
`m' or `s' command's argument is not yet terminated.
2005-03-20 17:06:13 +00:00
Miles Bader
e38b967ad7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-193
...
Use gdb-ui breakpoint faces on ttys too
2005-03-20 Miles Bader <miles@gnu.org>
* lisp/progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
in text-mode too. Change to new face names.
(breakpoint-enabled): Renamed from `breakpoint-enabled-bitmap-face'.
Add `:weight bold' attribute.
(breakpoint-disabled): Renamed from `breakpoint-disabled-bitmap-face'.
2005-03-20 01:49:32 +00:00
Miles Bader
a0747ee5f1
Changes from arch/CVS synchronization
2005-03-20 01:49:13 +00:00
Juri Linkov
0ee6e7b7c2
(auto-mode-alist): Add comment. Optimize jar/ear/war.
2005-03-19 20:00:36 +00:00
Juri Linkov
e3668698dc
(auto-coding-alist): Sync with
...
`auto-mode-alist' by adding upper case archive file extensions
and adding ear/war to jar extension.
2005-03-19 19:58:09 +00:00
Stefan Monnier
6027e473ed
(Fignore_event): Remove.
...
(syms_of_frame): Don't defsubr it.
2005-03-19 16:37:27 +00:00
Stefan Monnier
a18bf8979e
(keys_of_keyboard): Just use ignore' instead of the redundant ignore-event'.
2005-03-19 16:36:01 +00:00
Eli Zaretskii
dc2ab26eb7
(save-buffer): Fix last change.
2005-03-19 15:11:07 +00:00
Eli Zaretskii
864f69e9ca
*** empty log message ***
2005-03-19 15:07:32 +00:00
Eli Zaretskii
431e839637
(Acknowledgments): Update.
2005-03-19 15:07:04 +00:00
Eli Zaretskii
3356ce3b56
(tex-view): If tex-shell process is not running, restart it.
2005-03-19 14:45:20 +00:00
Eli Zaretskii
580a2a0205
(Man-follow-manual-reference): If current-word returns nil, use "".
2005-03-19 14:37:59 +00:00
Eli Zaretskii
62832105d7
(finder-current-item): Throw an error on an empty line.
2005-03-19 14:35:59 +00:00
Eli Zaretskii
09ad1a5b64
(goto-line): Doc fix.
2005-03-19 14:25:29 +00:00
Eli Zaretskii
9dce96b55a
(save-buffer): Doc fix.
2005-03-19 14:18:22 +00:00
Eli Zaretskii
068f123a5f
(recentf-cleanup-remote): New variable.
...
(recentf-cleanup): Use it to conditionally check availablity of
remote files.
2005-03-19 14:10:46 +00:00
Eli Zaretskii
1b1556b11a
(lisp-mode-variables): Recognize `@' in function names.
2005-03-19 14:01:52 +00:00
Eli Zaretskii
504f06a270
New file, from Werner Lemberg and Kenichi Handa.
2005-03-19 13:53:13 +00:00
Eli Zaretskii
4a3cb25227
(Antinews): Refer to Emacs 21.4, not 21.3. Update copyright years.
2005-03-19 13:40:50 +00:00
Eli Zaretskii
a139f6827a
Update copyright years.
2005-03-19 13:39:54 +00:00
Eli Zaretskii
79d2d2796a
(backup-buffer): If the file's directory is not writable,
...
use copy instead of move to backup the file.
2005-03-19 13:30:10 +00:00
Eli Zaretskii
f3b7338cc3
Moved keyswap.el from term/ to obsolete/.
2005-03-19 13:15:38 +00:00
Eli Zaretskii
730f4d722a
(write_segment, unexec): Move these functions to avoid forward
...
references (which cause errors with "gcc -gcoff").
2005-03-19 11:52:25 +00:00