1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00
Commit graph

22234 commits

Author SHA1 Message Date
Karl Heuer
3ec8facdd3 (ediff-mark-for-hiding-at-pos)
(ediff-mark-for-operation-at-pos): Renamed from
ediff-mark-for-hiding, ediff-mark-for-operation.
(ediff-mark-session-for-hiding, ediff-mark-session-for-operation)
(ediff-unmark-all-for-operation, ediff-unmark-all-for-hiding): New
functions.
(ediff-setup-meta-map): Changed bindings.
1998-05-30 14:41:00 +00:00
Karl Heuer
22b630585d (viper-surrounding-word): Added '_' to alpha modifiers. 1998-05-30 14:29:44 +00:00
Karl Heuer
63b98362a9 (viper-skip-syntax): Bug fix for eob/bob cases. 1998-05-30 14:29:25 +00:00
Karl Heuer
6d459c4d91 (viper-backward-Word, viper-skip-separators): Bug fixes.
(viper-switch-to-buffer, viper-switch-to-buffer-other-window): Bug fixes.
1998-05-30 14:28:56 +00:00
Karl Heuer
3d729a9a75 (ffap-bindings): Fix the dired-at-point binding. 1998-05-30 13:27:52 +00:00
Karl Heuer
9d37318d1c Added support for Scheme.
Removed Info-lookup minor mode.
(info-lookup-file-name-alist): New variable.
(info-lookup-select-mode): New function.  Select help mode
according to info-lookup-file-name-alist or fall back to the
buffer's major mode.
(info-lookup): Use info-lookup-select-mode.
(info-lookup-interactive-arguments): Likewise.
(info-complete-symbol): Likewise.
(info-complete-file): Likewise.
(info-complete): Likewise.
1998-05-30 13:25:57 +00:00
Karl Heuer
17cea80917 (Fnext_property_change): Properly offset interval
position for string when comparing with LIMIT.
(property_change_between_p): Likewise.
(Fnext_single_property_change, Fprevious_property_change): Likewise.
(Fprevious_single_property_change): Likewise.
1998-05-29 22:26:22 +00:00
Richard M. Stallman
aaf3523422 (command_loop_1): In shortcuts for forward-char etc,,
use FETCH_CHAR not FETCH_BYTE.
1998-05-28 18:10:20 +00:00
Richard M. Stallman
b3b670cd86 (ange-ftp-expand-file-name): Set default to
default-directory if nil.  Check whether default starts with a
drive specifier on windows-nt, as well as name, and call real
function if so.  Remove code to strip prefix before // or /~ since
`expand-file-name' itself no longer does that.
(ange-ftp-expand-dir): Use `grep-null-device' instead of
"/dev/null", which is incorrect on windows-nt.
(ange-ftp-file-name-all-completions): Fix root directory regexp for windows-nt.
(ange-ftp-start-process): On windows-nt, always send a "help foo"
command to ensure the ftp process produces some output, and force
the process to use raw-text-dos decoding.
(ange-ftp-canonize-filename): On windows-nt, strip drive specifier
from expanded remote name.
(ange-ftp-write-region): Allow binary transfer on windows-nt if
remote host type is unix.  Ensure `last-coding-system-used' is
given an appropriate value, so that basic-save-buffer isn't
confused by the coding used with the ftp process.
(ange-ftp-insert-file-contents): Ditto.
(ange-ftp-copy-file-internal): Ditto.
(ange-ftp-real-expand-file-name): Use standard definition on windows-nt.
(ange-ftp-real-expand-file-name-actual): Remove obsolete function.
(ange-ftp-disable-netrc-security-check): Make default value be t on windows-nt.

(ange-ftp-start-process): Undo previous change.
1998-05-28 05:14:17 +00:00
Richard M. Stallman
9a97e0735f (mail-from-style): Rename new alternative to `system-default'. 1998-05-28 04:08:24 +00:00
Richard M. Stallman
2a42d1606c (mail-from-style): Fix prev change. 1998-05-28 04:07:14 +00:00
Richard M. Stallman
cc674186b6 (mail-from-style): New alternative, `default'. 1998-05-28 04:06:52 +00:00
Richard M. Stallman
7dd3d99f7e *** empty log message *** 1998-05-28 04:01:48 +00:00
Richard M. Stallman
13da0554f6 (sendmail-send-it):
If mail-from-style isn't angles, parens or nil, don't use -f option.
1998-05-28 03:49:04 +00:00
Richard M. Stallman
fb597fe85a (comint-mode-map): Move bindings of
comint-next-matching-input-from-input to C-c M-r, and
comint-previous-matching-input-from-input to C-c M-s.
Move comint-get-next-from-history to C-c C-x.
1998-05-28 01:16:21 +00:00
Richard M. Stallman
f1e2c45e9a *** empty log message *** 1998-05-28 01:15:58 +00:00
Edward M. Reingold
9c73a356b0 Minor fixes of earlier updates. 1998-05-28 01:12:18 +00:00
Richard M. Stallman
15c1f6fe16 Add prototype for get_doc_string. 1998-05-28 00:46:54 +00:00
Richard M. Stallman
0c3debbc6f (get_doc_string): Make non-static. 1998-05-28 00:46:38 +00:00
Richard M. Stallman
ebc6903b29 *** empty log message *** 1998-05-27 23:47:15 +00:00
Dave Love
40f406674a Add an entry for Scheme mode. 1998-05-27 21:32:17 +00:00
Richard M. Stallman
361ecbf2ee (comint-get-next-from-history): New command.
(comint-accumulate, comint-goto-process-mark): Likewise.
(comint-set-process-mark, comint-bol-or-process-mark): Likewise.
(comint-save-input-ring-index): New permanent local var.
(comint-accum-marker): Likewise.
(comint-send-input): Clear comint-input-ring-index
and comint-accum-marker.
(comint-previous-matching-input-from-input):
Use comint-accum-marker if set.
(comint-previous-matching-input): Likewise.
(comint-mode): Make those vars buffer-local and initialize.
(comint-mode-map): Make C-c C-a run comint-bol-or-process-mark.
Bind C-c SPC to comint-accumulate.  Bind C-c C-q to
comint-get-next-from-history.
1998-05-27 21:06:56 +00:00
Richard M. Stallman
77fb89636c (rmail-old-pruned): New permanent local.
(rmail-edit-current-message): Set rmail-old-pruned, then display full headers.
(rmail-cease-edit): rmail-old-pruned controls whether to prune headers.
1998-05-27 21:06:10 +00:00
Richard M. Stallman
903e09b79c (rmail-msg-is-pruned): Delete junk from definition. 1998-05-27 21:05:02 +00:00
Edward M. Reingold
32eb9671dd Fix list of "special" buffers. 1998-05-27 20:19:07 +00:00
Edward M. Reingold
726669d82c Add function to show equivalent date on all available calendars (in parallel
to what's available with popup menus).
1998-05-27 20:18:40 +00:00
Dave Love
90806abcfc (imenu-syntax-alist): Doc fix. 1998-05-27 13:37:11 +00:00
Richard M. Stallman
839ab81f10 (rmail-output-to-rmail-file): Specify the coding system for writing. 1998-05-27 06:20:15 +00:00
Richard M. Stallman
838d57f616 (loaddefs.el): Load it earlier, and GC before and after
and a few more times later on.
1998-05-26 20:56:22 +00:00
Richard M. Stallman
6e30a99a10 (minibuffer-history-case-insensitive-variables): New var.
(previous-matching-history-element): Implement it.
1998-05-26 20:55:22 +00:00
Richard M. Stallman
fdc4f7a08a (minibuffer-history-case-insensitive-variables):
Add file-name-history to it.
1998-05-26 20:52:06 +00:00
Richard M. Stallman
e4e772f1cf Clarify about omitting CONFIGURATION-NAME with configure. 1998-05-26 20:50:52 +00:00
Richard M. Stallman
65059037ab (detect_coding_system): Treat CODING_EOL_INCONSISTENT
like CODING_EOL_UNDECIDED.
1998-05-26 20:46:31 +00:00
Richard M. Stallman
74490e55da *** empty log message *** 1998-05-26 20:36:22 +00:00
Richard M. Stallman
1911e6e52c *** empty log message *** 1998-05-26 18:56:56 +00:00
Richard M. Stallman
e197b151df Changes so bookmark list mode works with Info:
(bookmark-jump-noselect): Use an inner save-window-excursion.
(bookmark-bmenu-switch-other-window): Temporarily set
pop-up-windows, same-window-buffer-names, and same-window-regexps,
to override Info's special display behaviors.
1998-05-26 18:27:47 +00:00
Dan Nicolaescu
f5f727f8ff *** empty log message *** 1998-05-26 09:23:23 +00:00
Richard M. Stallman
18baef8fa9 (make-autoload): Doc fix. 1998-05-26 05:17:02 +00:00
Richard M. Stallman
dc8b845066 (zone-mode): Don't require zone-mode.
Use make-local-hook on a hook, not make-variable-buffer-local.
1998-05-26 05:16:17 +00:00
Richard M. Stallman
fc89daeeaf (make-autoload): Add support for define-derived-mode. Update the
doc-string accordingly.
1998-05-26 05:14:52 +00:00
Richard M. Stallman
2d75b39535 (eval-defun): Pass proper beg to eval-region. 1998-05-25 22:40:45 +00:00
Richard M. Stallman
f9ba10b011 (compute_motion): Check for past vpos/hpos target
before skipping invisible chars.
1998-05-25 22:33:38 +00:00
Richard M. Stallman
34c5d0ed52 (Fcall_interactively): Pass new arg to Fother_buffer. 1998-05-25 22:32:58 +00:00
Richard M. Stallman
96aab770c2 (sms_of_print): Doc fix in prev change. 1998-05-25 20:35:28 +00:00
Richard M. Stallman
3eb6864cde (generate-file-autoloads): Set
print-escape-nonascii when printing autoload form.
1998-05-25 20:32:19 +00:00
Richard M. Stallman
f10f694856 (byte-boolean-vars): Add print-escape-nonascii. 1998-05-25 20:31:58 +00:00
Richard M. Stallman
38940e93ef (print_escape_nonascii): New variable.
(print) <Lisp_String>: Use it to force printing single-byte
non-ASCII characters as octal escapes.
(syms_of_print): Define print-escape-nonascii.
1998-05-25 20:29:54 +00:00
Richard M. Stallman
29b7163fa9 (CHAR_TABLE_TRANSLATE): New macro. 1998-05-25 20:28:28 +00:00
Richard M. Stallman
44eba967fc (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE. 1998-05-25 20:15:45 +00:00
Richard M. Stallman
33c4693956 (re_search_2): Don't use ++ inside RE_TRANSLATE.
(re_match_2_internal): Likewise.
1998-05-25 20:14:54 +00:00