bpt/emacs.git
22 years ago(GCPRO6): New macro.
Kim F. Storm [Fri, 1 Mar 2002 20:59:55 +0000 (20:59 +0000)]
(GCPRO6): New macro.

22 years ago(HAVE_JPEG): Turn it off if libjpeg version < 6b.
Richard M. Stallman [Fri, 1 Mar 2002 16:24:37 +0000 (16:24 +0000)]
(HAVE_JPEG): Turn it off if libjpeg version < 6b.
(HAVE_GIF): Don't use old libungif versions that crash.

22 years ago(texinfo-start-menu-description): Remove extra paren in regexp.
Andreas Schwab [Fri, 1 Mar 2002 16:02:42 +0000 (16:02 +0000)]
(texinfo-start-menu-description): Remove extra paren in regexp.

22 years ago(mouse-show-mark): Use display-mouse-p, not display-graphic-p,
Eli Zaretskii [Fri, 1 Mar 2002 11:43:39 +0000 (11:43 +0000)]
(mouse-show-mark): Use display-mouse-p, not display-graphic-p,
to decide whether to move point or use the highlighting.

22 years ago(eshell-parse-variable-ref): Use `make-temp-file'.
Colin Walters [Fri, 1 Mar 2002 01:47:48 +0000 (01:47 +0000)]
(eshell-parse-variable-ref): Use `make-temp-file'.

22 years agoTypo.
Stefan Monnier [Fri, 1 Mar 2002 01:23:51 +0000 (01:23 +0000)]
Typo.

22 years ago(calc-gnuplot-tempfile): Don't expand against
Colin Walters [Fri, 1 Mar 2002 01:18:37 +0000 (01:18 +0000)]
(calc-gnuplot-tempfile): Don't expand against
`temporary-file-directory'; we now do that in `calc-graph-file-cache'.
(calc-temp-file-name): Use `make-temp-file'.

22 years ago*** empty log message ***
Colin Walters [Fri, 1 Mar 2002 01:14:22 +0000 (01:14 +0000)]
*** empty log message ***

22 years ago(java-font-lock-extra-types): Match java.net.URL, etc.
Richard M. Stallman [Fri, 1 Mar 2002 00:31:26 +0000 (00:31 +0000)]
(java-font-lock-extra-types): Match java.net.URL, etc.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 1 Mar 2002 00:31:15 +0000 (00:31 +0000)]
*** empty log message ***

22 years agoDescribe non-blocking connect using open-network-stream.
Kim F. Storm [Fri, 1 Mar 2002 00:15:34 +0000 (00:15 +0000)]
Describe non-blocking connect using open-network-stream.

22 years ago(Fprocess_status): Document connect and failed return values.
Kim F. Storm [Fri, 1 Mar 2002 00:00:21 +0000 (00:00 +0000)]
(Fprocess_status): Document connect and failed return values.

22 years agoAdded support for non-blocking connect.
Kim F. Storm [Thu, 28 Feb 2002 23:55:18 +0000 (23:55 +0000)]
Added support for non-blocking connect.

22 years ago(Qconnect, Qfailed): New variables.
Kim F. Storm [Thu, 28 Feb 2002 23:53:59 +0000 (23:53 +0000)]
(Qconnect, Qfailed): New variables.
(syms_of_process): Intern and staticpro them.
[NON_BLOCKING_CONNECT]: New conditional.
(connect_wait_mask, num_pending_connects): New variables.
(status_message): Convert Qfailed status.
(Fopen_network_stream): Added support for non-blocking connect.
New optional args: filter, sentinel, non_blocking.  Doc updated.
[HAVE_GETADDRINFO, !HAVE_GETADDRINFO]:  Merged common code.
(deactivate_process): Handle pending non-blocking connect.
(wait_reading_process_input): Poll for status of non-blocking
connects.  Exec sentinel directly when connect succeeds.
(status_notify): Don't read process output if not yet connected.

22 years ago(syms_of_window): Initialize minibuf_selected_window.
Kim F. Storm [Thu, 28 Feb 2002 22:15:45 +0000 (22:15 +0000)]
(syms_of_window): Initialize minibuf_selected_window.

22 years ago(minibuf_selected_window): Renamed from Vminibuf_selected_window.
Kim F. Storm [Thu, 28 Feb 2002 22:11:49 +0000 (22:11 +0000)]
(minibuf_selected_window): Renamed from Vminibuf_selected_window.

22 years ago(minibuf_selected_window): Renamed from
Kim F. Storm [Thu, 28 Feb 2002 22:07:45 +0000 (22:07 +0000)]
(minibuf_selected_window): Renamed from
Vminibuf_selected_window.  Users changed.
(syms_of_window): Staticpro it.

22 years ago(hexl-options): Doc fix.
Pavel Janík [Thu, 28 Feb 2002 16:20:16 +0000 (16:20 +0000)]
(hexl-options): Doc fix.
Update Commentary section.

22 years agoFix typos.
Pavel Janík [Thu, 28 Feb 2002 16:16:52 +0000 (16:16 +0000)]
Fix typos.

22 years ago(sgml-specials, sgml-quick-keys): Doc fixes.
Pavel Janík [Thu, 28 Feb 2002 16:14:50 +0000 (16:14 +0000)]
(sgml-specials, sgml-quick-keys): Doc fixes.

22 years ago(vc-menu-map): New entry "Update to Latest Version", which calls
André Spiegel [Thu, 28 Feb 2002 13:11:11 +0000 (13:11 +0000)]
(vc-menu-map): New entry "Update to Latest Version", which calls
vc-update.  Use the term "Base Version" instead of "Last Version"
for the entries "Revert" and "Compare".

22 years ago(vc-update): New function.
André Spiegel [Thu, 28 Feb 2002 13:01:48 +0000 (13:01 +0000)]
(vc-update): New function.

22 years ago(vc-revert-buffer): If the buffer is not saved, prompt the user to do
André Spiegel [Thu, 28 Feb 2002 10:00:44 +0000 (10:00 +0000)]
(vc-revert-buffer): If the buffer is not saved, prompt the user to do
that first.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 28 Feb 2002 04:17:55 +0000 (04:17 +0000)]
*** empty log message ***

22 years ago(shell-command-on-region): Report non-zero exit
Kim F. Storm [Wed, 27 Feb 2002 23:03:34 +0000 (23:03 +0000)]
(shell-command-on-region): Report non-zero exit
status in mode line instead of buffer.

22 years ago(comint-preoutput-filter-functions): Doc fix.
Richard M. Stallman [Wed, 27 Feb 2002 19:32:12 +0000 (19:32 +0000)]
(comint-preoutput-filter-functions): Doc fix.
(comint-output-filter-functions, comint-input-filter-functions)
(comint-redirect-filter-functions): Likewise.

(comint-redirect-preoutput-filter): Do the local-hook
handling of t when running comint-redirect-filter-functions.
(comint-output-filter): Likewise for comint-preoutput-filter-functions.

22 years agoClarify gamma correction.
Richard M. Stallman [Wed, 27 Feb 2002 05:29:00 +0000 (05:29 +0000)]
Clarify gamma correction.

22 years ago<making srcdir absolute>: Verify that PWD is correct,
Richard M. Stallman [Wed, 27 Feb 2002 03:53:03 +0000 (03:53 +0000)]
<making srcdir absolute>: Verify that PWD is correct,
not just well-formed and valid.

22 years ago*** empty log message ***
Kim F. Storm [Tue, 26 Feb 2002 23:02:14 +0000 (23:02 +0000)]
*** empty log message ***

22 years ago(init_iterator): Compare with Vminibuf_selected_window
Kim F. Storm [Tue, 26 Feb 2002 22:55:08 +0000 (22:55 +0000)]
(init_iterator): Compare with Vminibuf_selected_window
instead of Vminibuf_scroll_window when deciding in which window
the region should be highlighted.  Consequently, the region remains
highlighted even when a completion buffer is also displayed.

22 years ago(CURRENT_MODE_LINE_FACE_ID_3): Compare with
Kim F. Storm [Tue, 26 Feb 2002 22:53:47 +0000 (22:53 +0000)]
(CURRENT_MODE_LINE_FACE_ID_3): Compare with
Vminibuf_selected_window instead of Vminibuf_scroll_window.

22 years ago(read_minibuf): Set Vminibuf_selected_window on first
Kim F. Storm [Tue, 26 Feb 2002 22:52:56 +0000 (22:52 +0000)]
(read_minibuf): Set Vminibuf_selected_window on first
entry to minibuffer or on entry from a non-minibuffer window.

22 years ago(Vminibuf_selected_window): Declare extern.
Kim F. Storm [Tue, 26 Feb 2002 22:52:07 +0000 (22:52 +0000)]
(Vminibuf_selected_window): Declare extern.

22 years ago(Vminibuf_selected_window): New variable.
Kim F. Storm [Tue, 26 Feb 2002 22:50:55 +0000 (22:50 +0000)]
(Vminibuf_selected_window): New variable.
(struct save_window_data): New member minibuf_selected_window.
(Fset_window_configuration): Restore Vminibuf_selected_window.
(Fcurrent_window_configuration): Save Vminibuf_selected_window.
Set minibuf_scroll_window member to nil if minibuf_level is 0.
(compare_window_configurations): Compare minibuf_selected_window.

22 years ago(remote-shell-program): Add doc string.
Richard M. Stallman [Tue, 26 Feb 2002 21:56:12 +0000 (21:56 +0000)]
(remote-shell-program): Add doc string.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 26 Feb 2002 21:56:03 +0000 (21:56 +0000)]
*** empty log message ***

22 years ago(calc-scroll-left): Call scroll-left interactively, so they do something.
Colin Walters [Tue, 26 Feb 2002 19:54:21 +0000 (19:54 +0000)]
(calc-scroll-left): Call scroll-left interactively, so they do something.
(calc-scroll-right): Ditto.

22 years ago(sorter mode-name): New.
Colin Walters [Tue, 26 Feb 2002 19:53:56 +0000 (19:53 +0000)]
(sorter mode-name): New.
(ibuffer-do-occur): Don't quote ibuffer-marked-char.

22 years ago*** empty log message ***
Colin Walters [Tue, 26 Feb 2002 19:53:41 +0000 (19:53 +0000)]
*** empty log message ***

22 years ago(Fsubstitute_in_file_name): Fix the change from 2002-02-08.
Eli Zaretskii [Tue, 26 Feb 2002 18:42:25 +0000 (18:42 +0000)]
(Fsubstitute_in_file_name): Fix the change from 2002-02-08.

22 years agoDocument the changes with compound-text and compound-text-with-extensions.
Eli Zaretskii [Tue, 26 Feb 2002 16:51:30 +0000 (16:51 +0000)]
Document the changes with compound-text and compound-text-with-extensions.

22 years ago(Window System Selections): The default encoding is now
Eli Zaretskii [Tue, 26 Feb 2002 16:48:59 +0000 (16:48 +0000)]
(Window System Selections): The default encoding is now
compound-text-with-extensions.

22 years ago(Mouse Commands): The default for selections encoding is
Eli Zaretskii [Tue, 26 Feb 2002 16:47:24 +0000 (16:47 +0000)]
(Mouse Commands): The default for selections encoding is
compound-text-with-extensions.

22 years ago*** empty log message ***
Eli Zaretskii [Tue, 26 Feb 2002 16:38:05 +0000 (16:38 +0000)]
*** empty log message ***

22 years ago(Qcompound_text_with_extensions): Renamed from Qcompound_text_no_extensions.
Eli Zaretskii [Tue, 26 Feb 2002 16:37:15 +0000 (16:37 +0000)]
(Qcompound_text_with_extensions): Renamed from Qcompound_text_no_extensions.
(lisp_data_to_selection_data, syms_of_xselect): Use the new name.

22 years ago(ctext-pre-write-conversion): Handle the
Eli Zaretskii [Tue, 26 Feb 2002 16:27:47 +0000 (16:27 +0000)]
(ctext-pre-write-conversion): Handle the
case when FROM is a string, and when we are called from
build_annotations_2.

22 years ago(winner-boring-buffers, winner-set): A window which
Richard M. Stallman [Tue, 26 Feb 2002 16:09:19 +0000 (16:09 +0000)]
(winner-boring-buffers, winner-set): A window which
displays a buffer whose name is in the list `winner-boring-buffers'
will no longer be restored by `winner-undo'.
(winner-sorted-window-list): Used to improve comparison between
window configurations.
(winner-win-data): Simplified and moved.
(winner-conf): Simplified (now uses `winner-win-data').
(winner-change-fun, winner-save-old-configurations)
(winner-save-(un)conditionally, winner-redo): Changes made while in
the minibuffer will be ignored.  (Such changes are undone upon
exit for the minibuffer, anyway.)
(winner-set-conf): Preserve selected window whenever possible.
(winner-make-point-alist): Simplified.
(winner-mode, winner-save-unconditionally): Save current window
configuration on entering minibuffer.
(minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
since it does not change the overall behavior of Emacs.

22 years ago(clear-rectangle-line): Reindent to the same column
Richard M. Stallman [Tue, 26 Feb 2002 16:05:48 +0000 (16:05 +0000)]
(clear-rectangle-line): Reindent to the same column
that move-to-column reached when it tried to go to endcol.

22 years ago(icomplete-exhibit): Use minibuffer-prompt-end.
Richard M. Stallman [Tue, 26 Feb 2002 16:05:35 +0000 (16:05 +0000)]
(icomplete-exhibit): Use minibuffer-prompt-end.

22 years ago(compound-text): Renamed back from compound-text-no-extensions.
Eli Zaretskii [Tue, 26 Feb 2002 15:58:43 +0000 (15:58 +0000)]
(compound-text): Renamed back from compound-text-no-extensions.
(ctext-no-compositions): Remove the mime-charset property.
(compound-text-with-extensions): Renamed from compound-text.
(x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.

22 years ago(list-faces-display): Fix typo.
Juanma Barranquero [Tue, 26 Feb 2002 12:13:35 +0000 (12:13 +0000)]
(list-faces-display): Fix typo.

22 years ago(syms_of_ntproc): Doc fix.
Juanma Barranquero [Tue, 26 Feb 2002 10:01:38 +0000 (10:01 +0000)]
(syms_of_ntproc): Doc fix.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 26 Feb 2002 03:23:12 +0000 (03:23 +0000)]
*** empty log message ***

22 years ago(focus-follows-mouse): Doc fix.
Richard M. Stallman [Tue, 26 Feb 2002 02:37:58 +0000 (02:37 +0000)]
(focus-follows-mouse): Doc fix.

22 years ago(mouse-wheel-mode): Pass vectors instead of symbols
Miles Bader [Mon, 25 Feb 2002 23:48:40 +0000 (23:48 +0000)]
(mouse-wheel-mode): Pass vectors instead of symbols
to `define-key', since it no longer accepts the latter.

22 years ago(mouse-wheel-scroll-line): Use car of
Jason Rumney [Mon, 25 Feb 2002 23:26:38 +0000 (23:26 +0000)]
(mouse-wheel-scroll-line): Use car of
mouse-wheel-scroll-amount.

22 years ago(mouse-wheel-scroll-amount): Use same definition as
Jason Rumney [Mon, 25 Feb 2002 23:21:01 +0000 (23:21 +0000)]
(mouse-wheel-scroll-amount): Use same definition as
mwheel.el.

22 years ago(iso-2022-jp-2): Add init-bol flag.
Jason Rumney [Mon, 25 Feb 2002 22:52:54 +0000 (22:52 +0000)]
(iso-2022-jp-2): Add init-bol flag.

22 years ago*** empty log message ***
Jason Rumney [Mon, 25 Feb 2002 22:51:03 +0000 (22:51 +0000)]
*** empty log message ***

22 years ago#
André Spiegel [Mon, 25 Feb 2002 22:12:37 +0000 (22:12 +0000)]
#

22 years ago(vc-sccs-diff): Use consistent parameter format for
André Spiegel [Mon, 25 Feb 2002 22:05:16 +0000 (22:05 +0000)]
(vc-sccs-diff): Use consistent parameter format for
vc-diff-switches-list.

22 years ago(vc-rcs-diff): Use consistent parameter format for
André Spiegel [Mon, 25 Feb 2002 22:04:29 +0000 (22:04 +0000)]
(vc-rcs-diff): Use consistent parameter format for
vc-diff-switches-list.

22 years ago(vc-cvs-diff, vc-cvs-diff-tree): Use consistent parameter format for
André Spiegel [Mon, 25 Feb 2002 22:03:24 +0000 (22:03 +0000)]
(vc-cvs-diff, vc-cvs-diff-tree): Use consistent parameter format for
vc-diff-switches-list.

22 years ago(vc-diff-switches-list): Fix prev change, making the function
André Spiegel [Mon, 25 Feb 2002 22:00:51 +0000 (22:00 +0000)]
(vc-diff-switches-list): Fix prev change, making the function
consistent with the others that take a backend name as a symbol.

22 years ago(comint-replace-by-expanded-filename): Do nothing if
Kim F. Storm [Mon, 25 Feb 2002 21:07:37 +0000 (21:07 +0000)]
(comint-replace-by-expanded-filename): Do nothing if
comint-match-partial-filename returns nil.

22 years ago(shell-pcomplete-setup-done): New variable.
Kim F. Storm [Mon, 25 Feb 2002 21:04:00 +0000 (21:04 +0000)]
(shell-pcomplete-setup-done): New variable.
(shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
(shell-pcomplete-reverse): Ditto.

22 years ago(save-match-data): Doc fix.
Juanma Barranquero [Mon, 25 Feb 2002 17:44:03 +0000 (17:44 +0000)]
(save-match-data): Doc fix.

22 years ago2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Mon, 25 Feb 2002 16:29:54 +0000 (16:29 +0000)]
2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>

* ps-print.el (ps-print-printer): Added `lpr' customize group
member.

22 years ago*** empty log message ***
Juanma Barranquero [Mon, 25 Feb 2002 16:07:54 +0000 (16:07 +0000)]
*** empty log message ***

22 years ago(ielm-prompt): Allow customization; make it read-only.
Juanma Barranquero [Mon, 25 Feb 2002 16:07:01 +0000 (16:07 +0000)]
(ielm-prompt): Allow customization; make it read-only.

22 years agoAdd missing backslash.
Juanma Barranquero [Mon, 25 Feb 2002 15:47:41 +0000 (15:47 +0000)]
Add missing backslash.

22 years ago(shell-mode-map): Add "Complete" header so completion
Kim F. Storm [Mon, 25 Feb 2002 10:50:29 +0000 (10:50 +0000)]
(shell-mode-map): Add "Complete" header so completion
menu is shown on the menu bar in shell mode.

22 years ago(ielm-match-data): New var.
Stefan Monnier [Mon, 25 Feb 2002 07:26:15 +0000 (07:26 +0000)]
(ielm-match-data): New var.
(inferior-emacs-lisp-mode): Make it buffer-local.
(ielm-eval-input): Use it to preserve match-data between inputs.

22 years agoInclude "dispextern.h" unconditionally.
Pavel Janík [Sun, 24 Feb 2002 20:37:24 +0000 (20:37 +0000)]
Include "dispextern.h" unconditionally.

22 years ago*** empty log message ***
Jason Rumney [Sun, 24 Feb 2002 18:40:25 +0000 (18:40 +0000)]
*** empty log message ***

22 years ago(WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to using .elc files.
Jason Rumney [Sun, 24 Feb 2002 18:39:16 +0000 (18:39 +0000)]
(WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to using .elc files.
(lisp): Sync with list in src/Makefile.in
(VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.

22 years ago(lisp): Add emacs-lisp/backquote.elc.
Jason Rumney [Sun, 24 Feb 2002 18:31:35 +0000 (18:31 +0000)]
(lisp): Add emacs-lisp/backquote.elc.

22 years ago(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc and disp-table.elc.
Jason Rumney [Sun, 24 Feb 2002 18:02:49 +0000 (18:02 +0000)]
(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc and disp-table.elc.

22 years ago(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc.
Jason Rumney [Sun, 24 Feb 2002 17:42:49 +0000 (17:42 +0000)]
(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc.

22 years ago*** empty log message ***
Jason Rumney [Sun, 24 Feb 2002 13:29:20 +0000 (13:29 +0000)]
*** empty log message ***

22 years ago(inferior-emacs-lisp-mode): Use hexl for the dummy process.
Jason Rumney [Sun, 24 Feb 2002 13:14:07 +0000 (13:14 +0000)]
(inferior-emacs-lisp-mode): Use hexl for the dummy process.

22 years ago2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Sun, 24 Feb 2002 09:14:41 +0000 (09:14 +0000)]
2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>

* cus-edit.el (custom-unlispify-remove-prefixes): Add to
`custom-buffer' customize group.

22 years ago*** empty log message ***
Colin Walters [Sun, 24 Feb 2002 01:21:32 +0000 (01:21 +0000)]
*** empty log message ***

22 years ago(math-solve-get-sign): Convert integer to string.
Colin Walters [Sun, 24 Feb 2002 01:14:55 +0000 (01:14 +0000)]
(math-solve-get-sign): Convert integer to string.

22 years ago(Flookup_key): Fixed problem in 2001-12-28 patch:
Kim F. Storm [Sun, 24 Feb 2002 00:24:37 +0000 (00:24 +0000)]
(Flookup_key): Fixed problem in 2001-12-28 patch:
The validation of the event type was too strict as it didn't
allow string events; buffer names are used in bindings for
menu-bar-select-buffer (see `menu-bar-update-buffers').

22 years agoModify description of command remapping which now uses a `remap'
Kim F. Storm [Sat, 23 Feb 2002 23:42:31 +0000 (23:42 +0000)]
Modify description of command remapping which now uses a `remap'
prefix-key.

22 years ago*** empty log message ***
Pavel Janík [Sat, 23 Feb 2002 22:54:05 +0000 (22:54 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Kim F. Storm [Sat, 23 Feb 2002 22:32:39 +0000 (22:32 +0000)]
*** empty log message ***

22 years ago(where-is): Use remap-command.
Kim F. Storm [Sat, 23 Feb 2002 22:31:02 +0000 (22:31 +0000)]
(where-is): Use remap-command.

22 years ago(describe-function-1): Use remap-command.
Kim F. Storm [Sat, 23 Feb 2002 22:27:39 +0000 (22:27 +0000)]
(describe-function-1): Use remap-command.

22 years ago(global-set-key, local-set-key): Undo 2002-02-06
Kim F. Storm [Sat, 23 Feb 2002 22:26:44 +0000 (22:26 +0000)]
(global-set-key, local-set-key): Undo 2002-02-06
change (no longer accept a symbol for the KEY argument).

22 years ago(command_loop_1): Use Fremap_command for command remapping;
Kim F. Storm [Sat, 23 Feb 2002 22:03:17 +0000 (22:03 +0000)]
(command_loop_1): Use Fremap_command for command remapping;
now try command remapping for all symbols.

22 years ago(Fremap_command): Declare extern.
Kim F. Storm [Sat, 23 Feb 2002 22:01:16 +0000 (22:01 +0000)]
(Fremap_command): Declare extern.
(is_command_symbol): Remove extern.

22 years agoThe following changes rework my patch of 2002-02-06 which
Kim F. Storm [Sat, 23 Feb 2002 22:00:37 +0000 (22:00 +0000)]
The following changes rework my patch of 2002-02-06 which
added command remapping by entering the commands directly into
the keymaps.  Now, command remapping uses an explicit `remap'
prefix in the keymaps, i.e. [remap COMMAND].

(Qremap, remap_command_vector): New variables.
(is_command_symbol): Removed function.
(Fdefine_key): No longer accept a symbol for KEY.  Added
validation of [remap COMMAND] argument for KEY.  The DEF is no
longer required to be a symbol when remapping a command.
(Fremap_command): New function to remap command through keymaps.
(Flookup_key): Perform command remapping initiated by
Fremap_command directly for speed.
(Fkey_binding): Use Fremap_command for command remapping.
(where_is_internal): Handle new command remapping representation.
(syms_of_keymap): Intern Qremap, initialize remap_command_vector,
staticpro them.  Defsubr Fremap_command.

22 years ago*** empty log message ***
Colin Walters [Sat, 23 Feb 2002 21:35:34 +0000 (21:35 +0000)]
*** empty log message ***

22 years agoDocument how use new pcomplete completion facility.
Colin Walters [Sat, 23 Feb 2002 21:34:25 +0000 (21:34 +0000)]
Document how use new pcomplete completion facility.

22 years ago(shell-pcomplete, shell-pcomplete-reverse): New functions.
Colin Walters [Sat, 23 Feb 2002 21:34:11 +0000 (21:34 +0000)]
(shell-pcomplete, shell-pcomplete-reverse): New functions.
(toplevel): Bind them.
(shell-mode): Don't set `comint-dynamic-complete-functions'; it is
not necessary now that we use pcomplete.

22 years ago(ibuffer-old-time): Change to hours.
Colin Walters [Sat, 23 Feb 2002 21:33:49 +0000 (21:33 +0000)]
(ibuffer-old-time): Change to hours.
(ibuffer-mark-old-buffers): Handle it.

22 years ago(ibuffer-compile-format): Don't uselessly bind `pt' in generated
Colin Walters [Sat, 23 Feb 2002 21:33:33 +0000 (21:33 +0000)]
(ibuffer-compile-format): Don't uselessly bind `pt' in generated
function.

22 years ago(calc-invent-variables): Convert integer to string.
Colin Walters [Sat, 23 Feb 2002 21:33:19 +0000 (21:33 +0000)]
(calc-invent-variables): Convert integer to string.