1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
Commit Graph

22162 Commits

Author SHA1 Message Date
Richard M. Stallman
b8e2ae0580 (dired-at-point): Eliminate var dired-function; use `dired'.
(ffap-bindings): Include a binding for C-x d.
1998-05-24 17:12:16 +00:00
Richard M. Stallman
3d1b97838e (string-rectangle-string): New variable.
(string-rectangle): Bind it.
(string-rectangle-line): Use it.
(operate-on-rectangle-lines): New variable.
(extract-rectangle-line): Update it.
(delete-extract-rectangle, extract-rectangle): Bind and use it.
1998-05-24 17:04:55 +00:00
Richard M. Stallman
bf92b5a4d6 (lisp-indent-error-function): New variable.
(common-lisp-indent-function): Bind lisp-indent-error-function.
(lisp-indent-report-bad-format): Use lisp-indent-error-function.
1998-05-24 16:58:32 +00:00
Richard M. Stallman
20a6d217c3 (solitaire-possible-move): Use funcall to invoke movesymbol. 1998-05-24 16:49:00 +00:00
Richard M. Stallman
e81d27c2cf (find-compressed-version): Don't set `error' here. 1998-05-24 16:47:05 +00:00
Richard M. Stallman
e18a235e39 (message_dolog): Do set windows_or_buffers_changed,
if *Messages* is displayed in a window.
1998-05-24 07:30:16 +00:00
Richard M. Stallman
7cd960e6e0 (grep-tag-default): New function.
(grep): New default arg when prefix arg is specified.
1998-05-24 01:10:12 +00:00
Richard M. Stallman
3f51f129bc (toggle-case-fold-search): New command.
(menu-bar-options-menu): Put that in the menu.
1998-05-24 01:00:03 +00:00
Richard M. Stallman
e9b8e22d7e (dired-mark-files-containing-regexp): New command.
(dired-mode-map): Bind it to %g and in menu bar.
1998-05-24 00:55:39 +00:00
Richard M. Stallman
ecb079ed6d (close-rectangle): New command. 1998-05-24 00:52:38 +00:00
Richard M. Stallman
f68af055fb (ps-print-version): Doc fix.
(ps-print-prologue-1): Adjust doLineNumber PostScript function.
1998-05-23 20:20:48 +00:00
Richard M. Stallman
d5bafc5539 (rmail-summary-output-body): New function.
(rmail-summary-mode-map): Bind w to that.  Put it in menu bar.
Bind q to rmail-summary-wipe.
1998-05-23 20:10:11 +00:00
Richard M. Stallman
d1cad4080e (rmail-output-body-to-file): Avoid error if message has no subject.
Use and set rmail-default-body-file.
1998-05-23 20:08:57 +00:00
Richard M. Stallman
966fbd0042 (rmail-default-body-file): New variable. 1998-05-23 20:08:19 +00:00
Richard M. Stallman
f08adf276a (register-input-method): Rename arg ENV to LANG-ENV. Fix previous change.
(set-language-info):
Delete args describe-map and setup-map.  Don't set up menus at all.
(set-language-info-alist): Set up menus here.
(setup-specified-language-environment): Doc fix.
1998-05-23 20:05:36 +00:00
Richard M. Stallman
39a4c932b6 (Fchar_after): Make nil fully equivalent to (point) as arg.
(Fchar_before): Likewise.
1998-05-23 20:02:01 +00:00
Richard M. Stallman
78652ce8bd (fill-region-as-paragraph):
Don't add a newline at the end, when there is none.
1998-05-23 20:00:18 +00:00
Richard M. Stallman
2f4027021e (vhdl-customize-colors):
Renamed from vhdl-use-default-colors, and sense reversed.
(vhdl-customize-faces):
Renamed from vhdl-use-default-faces, and sense reversed.
(vhdl-font-lock-init, vhdl-ps-init): Implement those changes.
(vhdl-submit-bug-report): Use new variable names.
1998-05-23 19:59:27 +00:00
Richard M. Stallman
545128a805 (easy-menu-do-add-item): Small simplifications.
(easy-menu-precalculate-equivalent-keybindings): New customization variable.
(easy-menu-add): Precalculate key bindings if
`easy-menu-precalculate-equivalent-keybindings' is on.
1998-05-23 04:26:39 +00:00
Richard M. Stallman
5fecb21aeb Many doc fixes.
Put two spaces between sentences.
(checkdoc-this-string-valid-engine): Fix message.
(checkdoc-ispell-lisp-words): Add "emacs".
1998-05-23 00:51:44 +00:00
Richard M. Stallman
55319655c7 (jka-compr-compression-info-list): Add elts for bzip. 1998-05-23 00:50:04 +00:00
Richard M. Stallman
f7a7738f79 (uncompress-while-visiting): Leave point at beginning. 1998-05-22 23:54:21 +00:00
Richard M. Stallman
6e9aac7491 (ff-emacs-19, ff-xemacs): Functions deleted.
(ff-goto-click, ff-mouse-find-other-file)
(ff-mouse-find-other-file-other-window): Just one definition.
(locate-file): Definition deleted.
1998-05-22 23:36:06 +00:00
Richard M. Stallman
97c3c30c78 (Fother_buffer): Doc fix. 1998-05-22 20:09:01 +00:00
Richard M. Stallman
dbe7f1eff4 (frame_buffer_predicate, frame_buffer_list)
(set_frame_buffer_list, Fother_buffer): Decls changed.
1998-05-22 20:06:49 +00:00
Richard M. Stallman
773fbdb9c8 (Fother_buffer): New arg FRAME. Calls changed.
Pass it to frame_buffer_list, frame_buffer_predicate.
(record_buffer): Pass selected frame to them
and to set_frame_buffer_list.
1998-05-22 20:05:56 +00:00
Richard M. Stallman
98ce16221e (frame_buffer_predicate): New arg FRAME.
(frame_buffer_list, set_frame_buffer_list): Likewise.
(make_frame): Pass new arg to Fother_buffer.

(make_frame_visible_1): New function.
(Fmake_frame_visible): Use that.
1998-05-22 20:04:40 +00:00
Richard M. Stallman
b7354ddfcd (window_loop): Pass new arg to Fother_buffer.
(select_window_1): New subroutine, from Fselect_window.
(Fselect_window): Use select_window_1.
(temp_output_buffer_show): Use select_window_1.
1998-05-22 20:03:28 +00:00
Kenichi Handa
f967223b11 Change term "character translation table" to "translation table". 1998-05-22 09:45:34 +00:00
Kenichi Handa
537efd8df0 Change term "character translation table" to
"translation table".
(string_to_non_ascii_char): New arg EXCLUDE_TAIL_GARBAGE.  Caller
changed.
(Funibyte_char_to_multibyte): Doc-string fixed.
(syms_of_charset): Doc-string fixed.
1998-05-22 09:44:27 +00:00
Kenichi Handa
d74d0ca5a8 (STRING_CHAR_AND_CHAR_LENGTH): New macro.
(string_to_non_ascii_char): Adjusted for the new arg.
1998-05-22 09:44:27 +00:00
Kenichi Handa
872a36d2e6 (print_string): Don't ignore garbage bytes following a
multibyte characters.
(print): Likewise.
1998-05-22 09:44:27 +00:00
Richard M. Stallman
af57e0fa0d (apropos): Handle aliases for undefined functions. 1998-05-22 06:29:05 +00:00
Richard M. Stallman
47414bc1e2 (tar-mode): Position point on the name of the first file.
(tar-extract): Detect coding-system of the archive member and
decode it like insert-file-contents does.
(tar-alter-one-field): Reposition point on the file name of the
current tar entry.
(tar-subfile-save-buffer): Encode the file when updating it in the
archive, and use the size of encoded text to update the header
block.  Set last-coding-system-used to coding-system of the file.
Restore point of tar-superior-buffer after updating the descriptor line.
1998-05-22 05:00:25 +00:00
Richard M. Stallman
f0d527fcb7 Indent `with-standard-io-syntax' correctly. 1998-05-22 04:42:48 +00:00
Richard M. Stallman
6a97049b56 (insert-directory): When WILDCARD is nil, expand ~ if necessary. 1998-05-22 03:24:28 +00:00
Richard M. Stallman
6c01544a07 (news-inews): Fix typo in prev change. 1998-05-21 23:55:08 +00:00
Richard M. Stallman
fa8bacb6f5 (dired-guess-shell-alist-default): Handle .tgz files. Handle .pdf files. 1998-05-21 20:41:38 +00:00
Richard M. Stallman
537b6e4e55 Comment change. 1998-05-21 20:32:09 +00:00
Eli Zaretskii
3096684711 (file-name-invalid-regexp): New variable, moved here from arc-mode.el 1998-05-21 14:26:10 +00:00
Eli Zaretskii
4dbbd6a166 (archive-file-name-invalid-regexp): Remove.
Change all users to use file-name-invalid-regexp instead.
1998-05-21 14:22:38 +00:00
Richard M. Stallman
d2d23393cd Support pdb.
(pdb): New function.
(gud-pdb-command-name): New variable.
(pdb-minibuffer-local-map): Likewise.
(gud-pdb-find-file): New function.
(gud-pdb-marker-filter): New function.
(gud-pdb-marker-regexp*): New variables.
(gud-pdb-massage-args): New function.
(gud-pdb-history): New variable.
1998-05-21 03:34:21 +00:00
Richard M. Stallman
ba14e174a6 (Ffile_name_directory, Ffile_name_nondirectory)
[DOS_NT]: Handle the special construct "/:" when followed by d:foo.
1998-05-21 02:06:21 +00:00
Richard M. Stallman
309f2a6e70 (init_buffer): Support DOS_NT absolute file names. 1998-05-21 02:05:53 +00:00
Richard M. Stallman
3a6a40e55b Whitespace change. 1998-05-21 01:55:57 +00:00
Richard M. Stallman
a281b30421 (solitaire): Doc fix. 1998-05-21 01:54:43 +00:00
Kenichi Handa
1d67c29bf7 (find_charset_in_str): New arg CMPCHARP.
(Ffind_charset_region): Call find_charset_in_str with CMPCHARP 0.
(Ffind_charset_string): Likewise.
1998-05-21 01:48:52 +00:00
Kenichi Handa
3f639f8562 (find_charset_in_str): Number of arguments fixed. 1998-05-21 01:48:52 +00:00
Kenichi Handa
aa60dea617 (shrink_decoding_region): No short cut by
coding->heading_ascii if eol conversion is necessary.
1998-05-21 01:48:52 +00:00
Kenichi Handa
aabd38eca1 (Fstring_make_multibyte): Call CHECK_STRING.
(Fstring_make_unibyte, Fstring_as_unibyte, Fstring_as_multibyte):
Likewise.
1998-05-21 01:48:52 +00:00