1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00
Commit Graph

63865 Commits

Author SHA1 Message Date
Miles Bader
1627b55f61 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-271
Rename "field-at-point" to "field-at-pos"
2006-05-10 01:58:37 +00:00
Richard M. Stallman
f12a0718b3 (File Local Variables): Document
safe-local-eval-forms and safe-local-eval-function.
2006-05-10 01:40:17 +00:00
Richard M. Stallman
7d3a082e89 Combine items about local variables lists. 2006-05-10 01:38:16 +00:00
Nick Roberts
8c74ff6983 (comint-insert-input): Make it work when comint-use-prompt-regexp is t.
Use field-at-point.
2006-05-10 00:34:02 +00:00
Nick Roberts
1ecaae6cc9 (field-at-point): New function. 2006-05-10 00:32:34 +00:00
Nick Roberts
e0c6ac6055 *** empty log message *** 2006-05-10 00:29:24 +00:00
Juri Linkov
fb9d59d8a7 *** empty log message *** 2006-05-09 23:24:20 +00:00
Juri Linkov
ab3050bc5d (archive-set-buffer-as-visiting-file): Bind buffer-undo-list
to t (undo-ask is reproducible by visiting nested archives).
2006-05-09 23:10:24 +00:00
Juri Linkov
757210d152 (fancy-splash-screens, normal-splash-screen): Use
face `mode-line-buffer-id' for mode-line buffer face instead of
hard-coded `(:weight bold)'.
2006-05-09 23:08:49 +00:00
Juri Linkov
a70b0ff8f2 (diff-context->unified): Use region-beginning' and region-end'
instead of `mark' and `point'.
(diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
Operate on region in Transient Mark mode when the mark is active.
Use `region-beginning' and `region-end' instead of `mark' and `point'.
(diff-hunk-text, diff-goto-source): Doc fix.
2006-05-09 23:06:14 +00:00
Juri Linkov
10b35c39d0 (change-log-default-name): Put `string-or-null-p'
instead of lambda on `safe-local-variable' property.
2006-05-09 22:58:54 +00:00
Juri Linkov
0a51c121e4 Remove eval' and let' binding for now unused lambda `string-or-null'. 2006-05-09 22:55:30 +00:00
Juri Linkov
9b46a12cd5 (battery-linux-proc-acpi): Also try `/proc/acpi/thermal_zone/THR2/temperature'. 2006-05-09 22:43:35 +00:00
Eli Zaretskii
f80a56a075 Fix spelling errors. 2006-05-09 19:48:03 +00:00
Kenichi Handa
5f2c7b2a65 (push_key_description): Fix previous change. 2006-05-09 13:20:25 +00:00
Kenichi Handa
f39a0b4301 (push_key_description): Handle invalid character key. 2006-05-09 13:17:24 +00:00
Kim F. Storm
c0b87c3fdb (rgrep): Set default directory of *grep*
buffer if we start M-x rgrep in the *grep* buffer and choose
a different base directory.
2006-05-09 12:47:12 +00:00
Kim F. Storm
8ebb843c15 *** empty log message *** 2006-05-09 12:46:42 +00:00
Michael Albinus
a60f87987f * tramp.texi (Filename completion): Improve wording. 2006-05-09 05:15:20 +00:00
Michael Albinus
b5bbf8f27d * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
completion also when ido is loaded.
2006-05-09 04:26:23 +00:00
Masatake YAMATO
8c8b116446 (cpp-font-lock-keywords-source-directives): Addded
"warning" and "import".
(cpp-font-lock-keywords): Added "warning".
2006-05-09 04:07:25 +00:00
Dan Nicolaescu
a07d147e75 (terminal-init-xterm): Add more key bindings. 2006-05-08 23:21:34 +00:00
Stefan Monnier
44a50ffdbf (mwheel-scroll): Make sure that when scrolling multiple
pages at a time, if we signal the end, we should indeed reach that end.
2006-05-08 15:14:26 +00:00
Stefan Monnier
8c87a72c22 (define-minor-mode): Only preserve messages output during execution of the body. 2006-05-08 15:12:25 +00:00
Kim F. Storm
6e7c574fd8 (lgrep, rgrep): Doc fixes. 2006-05-08 10:26:30 +00:00
Kim F. Storm
f615f3a642 *** empty log message *** 2006-05-08 10:26:13 +00:00
Thien-Thi Nguyen
b1c36c0fc7 (ewoc--set-buffer-bind-dll-let*): Use `with-current-buffer'. 2006-05-08 08:02:25 +00:00
Kenichi Handa
76a25e7936 (Fcall_process): Use system_eol_type for encoding
arguments if eol_type is not yet decided.
2006-05-08 07:56:14 +00:00
Kenichi Handa
3f0b133f76 (setup_coding_system): For invalid coding-system, set
coding->eol_type to CODING_EOL_UNDECIDED.
(encode_coding): Cancel previous change.
(shrink_encoding_region): Likewise.
(code_convert_region1): Likewise.
(code_convert_string1): Likewise.
(code_convert_string_norecord): Likewise.
2006-05-08 05:25:02 +00:00
Kenichi Handa
06ea6d57ca (system_eol_type): Extern it. 2006-05-08 05:24:53 +00:00
Kenichi Handa
452dd0bed5 (choose_write_coding_system): Use system_eol_type for
encoding if eol_type is not yet decided.
2006-05-08 05:20:16 +00:00
Kenichi Handa
6b62b48dbd (setup_process_coding_systems): Use system_eol_type
for encoding if eol_type is not yet decided.
(read_process_output): Likewise.
(send_process): Likewise.
2006-05-08 05:19:42 +00:00
Richard M. Stallman
a995a779fc (Disabling): Textual cleanups. 2006-05-08 05:16:29 +00:00
Kim F. Storm
ed7e6c32a8 *** empty log message *** 2006-05-07 20:57:58 +00:00
Kim F. Storm
8bcba30da6 (Minibuffer History): Remove keep-dups arg
from add-to-history.
2006-05-07 20:52:05 +00:00
Kim F. Storm
549b93ddac (kmacro-push-ring): Let-bind history-delete-duplicates
to nil around call to add-to-history.
2006-05-07 20:49:16 +00:00
Kim F. Storm
ae9d1ae3b8 (add-to-history): Remove keep-dups arg. 2006-05-07 20:49:01 +00:00
Jan Djärv
e2fa249f30 * xresmini.texi (GTK resources): Inserted GTK description. 2006-05-07 19:39:28 +00:00
Jan Djärv
ce64e507a6 Added GTK part 2006-05-07 19:38:49 +00:00
Jan Djärv
987678e31b * xresources.texi (GTK resources): metafont should be menufont. 2006-05-07 19:32:49 +00:00
Jan Djärv
35d3955b0e Minor fix. 2006-05-07 19:32:13 +00:00
Romain Francoise
99069bdb49 (Replacing text across multiple files): Expand node to explain how
to use `dired-do-query-replace-regexp' in more detail, based on
suggestion by Eric Hanchrow <offby1@blarg.net>.
2006-05-07 17:08:48 +00:00
Romain Francoise
5a36d8349d * commands.texi (Event Input Misc):
* compile.texi (Eval During Compile):
* internals.texi (Buffer Internals):
* minibuf.texi (Initial Input):
* nonascii.texi (Scanning Charsets):
* numbers.texi (Comparison of Numbers):
* windows.texi (Textual Scrolling, Vertical Scrolling):
Fix various typos.
2006-05-07 16:02:27 +00:00
Stefan Monnier
ad8a840d25 (syntax-ppss): Flush the cache before rather than after a buffer modification. 2006-05-07 14:11:05 +00:00
Nick Roberts
fa115ed725 (speedbar-timer-fn): Remove save-window-excursion.
Update localized contents for all buffers except ignored modes.
2006-05-07 12:09:42 +00:00
Nick Roberts
51158d6985 (gdb-var-create-handler): Move speedbar
call to...
(gud-watch): ...here so speedbar is raised for already watched
expressions.
(gdb-speedbar-refresh): Delete function.
(gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
Use speedbar-timer-fn instead of speedbar-refresh (reverting
earlier change).
(gdb-var-evaluate-expression-handler)
(gdb-var-list-children-handler-1, gdb-var-update-handler-1):
Use it.
2006-05-07 12:08:23 +00:00
Nick Roberts
86c4b9a1e7 *** empty log message *** 2006-05-07 12:07:38 +00:00
Romain Francoise
b865238d5b (Using regular expressions): Fix typo.
(Packages that do not come with Emacs, Right-to-left alphabets):
Fix capitalization.
2006-05-07 11:34:27 +00:00
Juanma Barranquero
f4b46bb9eb syms_of_minibuf) <history-length>: Fix typo in doc. 2006-05-07 11:17:06 +00:00
YAMAMOTO Mitsuharu
cc9945f2cd *** empty log message *** 2006-05-07 08:07:48 +00:00