bpt/emacs.git
22 years agoUpdate calls to openp.
Stefan Monnier [Fri, 12 Oct 2001 03:37:43 +0000 (03:37 +0000)]
Update calls to openp.

22 years ago(Vexec_suffixes): New var.
Stefan Monnier [Fri, 12 Oct 2001 03:23:25 +0000 (03:23 +0000)]
(Vexec_suffixes): New var.
(Fcall_process): Update call to openp.
(decode_suffixes): New function.
(syms_of_callproc): Init exec-suffixes.

22 years ago(Vload_suffixes, Vexec_suffixes): Declare.
Stefan Monnier [Fri, 12 Oct 2001 03:22:15 +0000 (03:22 +0000)]
(Vload_suffixes, Vexec_suffixes): Declare.
(openp): Update prototype.

22 years ago(syms_of_lread): Fix init of default_suffixes.
Stefan Monnier [Fri, 12 Oct 2001 03:22:02 +0000 (03:22 +0000)]
(syms_of_lread): Fix init of default_suffixes.

22 years ago(Vload_suffixes, default_suffixes): New vars.
Stefan Monnier [Fri, 12 Oct 2001 03:18:05 +0000 (03:18 +0000)]
(Vload_suffixes, default_suffixes): New vars.
(openp): Take a lisp list of suffixes.
Check for file-name-handlers even if the file was absolute already.
(syms_of_lread): Declare load-suffixes.
(Fload): Fix up call to openp.
Don't bother checking for file-name-handler at the very beginning.

22 years ago*** empty log message ***
Stefan Monnier [Fri, 12 Oct 2001 03:13:27 +0000 (03:13 +0000)]
*** empty log message ***

22 years ago(Fcopy_keymap): Don't export.
Stefan Monnier [Fri, 12 Oct 2001 02:26:06 +0000 (02:26 +0000)]
(Fcopy_keymap): Don't export.

22 years ago(wordify): Use empty_string.
Stefan Monnier [Fri, 12 Oct 2001 02:24:34 +0000 (02:24 +0000)]
(wordify): Use empty_string.

22 years ago(empty_string): Declare.
Stefan Monnier [Fri, 12 Oct 2001 02:12:28 +0000 (02:12 +0000)]
(empty_string): Declare.

22 years ago(empty_string): New var.
Stefan Monnier [Fri, 12 Oct 2001 02:10:29 +0000 (02:10 +0000)]
(empty_string): New var.
(syms_of_emacs): Initialize it.

22 years ago(Fbury_buffer): Don't try to remove the buffer from the
Stefan Monnier [Fri, 12 Oct 2001 02:01:23 +0000 (02:01 +0000)]
(Fbury_buffer): Don't try to remove the buffer from the
selected window if it's not displayed there.  Handle the case
when the window is dedicated.
(syms_of_buffer): Fix docstrings not to mention "buffer-local" anymore.

22 years ago(help-customize-face): New button-type.
Miles Bader [Fri, 12 Oct 2001 01:58:02 +0000 (01:58 +0000)]
(help-customize-face): New button-type.

22 years ago(list-faces-display, describe-face): Fix args to `help-xref-button'.
Miles Bader [Fri, 12 Oct 2001 01:53:58 +0000 (01:53 +0000)]
(list-faces-display, describe-face): Fix args to `help-xref-button'.
(describe-face): Don't switch to help-buffer around call to `help-setup-xref'.
Use `help-buffer' instead of hard-wired "*Help*".
Require `help-mode'.

22 years ago(Fprimitive_undo): Use XCAR/XCDR.
Stefan Monnier [Fri, 12 Oct 2001 01:43:29 +0000 (01:43 +0000)]
(Fprimitive_undo): Use XCAR/XCDR.

22 years ago*** empty log message ***
Stefan Monnier [Fri, 12 Oct 2001 01:38:00 +0000 (01:38 +0000)]
*** empty log message ***

22 years ago(update_syntax_table): Simplify.
Stefan Monnier [Fri, 12 Oct 2001 01:37:54 +0000 (01:37 +0000)]
(update_syntax_table): Simplify.
(Fforward_comment): Don't skip quoted chars when going backward.

22 years ago(struct gl_state_s): Change the meaning of b_property.
Stefan Monnier [Fri, 12 Oct 2001 01:37:49 +0000 (01:37 +0000)]
(struct gl_state_s): Change the meaning of b_property.
Remove left_ok and right_ok.
(UPDATE_SYNTAX_TABLE_BACKWARD, UPDATE_SYNTAX_TABLE)
(SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT): Update to the
new meaning of b_property.

22 years agoDescribe the meaning of a nil binding.
Stefan Monnier [Fri, 12 Oct 2001 01:33:41 +0000 (01:33 +0000)]
Describe the meaning of a nil binding.

22 years agoRecommend the use of define-derived-mode (and nil argument).
Stefan Monnier [Fri, 12 Oct 2001 01:32:51 +0000 (01:32 +0000)]
Recommend the use of define-derived-mode (and nil argument).

22 years agoMake a xref to `parsing' from forward-sexp.
Stefan Monnier [Fri, 12 Oct 2001 01:32:01 +0000 (01:32 +0000)]
Make a xref to `parsing' from forward-sexp.

22 years agoTry to explain syntax-tables a little bit more.
Stefan Monnier [Fri, 12 Oct 2001 01:31:01 +0000 (01:31 +0000)]
Try to explain syntax-tables a little bit more.

22 years ago(goto-address-mail-regexp): Allow + in username.
Stefan Monnier [Thu, 11 Oct 2001 23:40:35 +0000 (23:40 +0000)]
(goto-address-mail-regexp): Allow + in username.

22 years ago(view-lossage): Call help-setup-xref correctly and earlier.
Stefan Monnier [Thu, 11 Oct 2001 23:34:17 +0000 (23:34 +0000)]
(view-lossage): Call help-setup-xref correctly and earlier.
(describe-bindings): Call help-setup-xref earlier.
(describe-key): Call help-setup-xref.  Fix call to describe-function-1.
(describe-mode): Don't autoload.  Call help-setup-xref earlier.

22 years ago(describe-function-1): Remove unused `parens' arg.
Stefan Monnier [Thu, 11 Oct 2001 23:34:07 +0000 (23:34 +0000)]
(describe-function-1): Remove unused `parens' arg.
Don't call help-setup-xref anymore and remove its `interactive-p' arg.
Autoload and cleanup.
(describe-function): Call help-setup-xref.
(describe-variable): Call help-setup-xref earlier.

22 years ago(help-buffer): New function.
Stefan Monnier [Thu, 11 Oct 2001 23:33:52 +0000 (23:33 +0000)]
(help-buffer): New function.
Returns the buffer-name to use for help output.
Change all the code to use it instead of hard-coding *Help*.
(help-mode-map): Put back the mouse-2 binding.
(help-xref-stack): Change the format and make buffer-local.
(help-xref-stack-item): Make buffer-local.
(help-setup-xref): Do the `push' here rather than in help-do-xref.
(help-xref-interned): Display the face doc as well.
(help-follow-mouse): Re-introduce.
(help-xref-go-back): Adapt to the new use of help-xref-stack.
(help-do-xref): Don't `push' any more.
(help-follow): Also follow face names.

22 years ago(describe-bindings-internal): New fun moved from keymap.c.
Stefan Monnier [Thu, 11 Oct 2001 22:31:20 +0000 (22:31 +0000)]
(describe-bindings-internal): New fun moved from keymap.c.

22 years ago(calendar-mode-line-format): do not use #' on undefined functions
Sam Steingold [Thu, 11 Oct 2001 21:12:47 +0000 (21:12 +0000)]
(calendar-mode-line-format): do not use #' on undefined functions

22 years agoMaster-mode.
Gerd Moellmann [Thu, 11 Oct 2001 19:29:47 +0000 (19:29 +0000)]
Master-mode.

22 years agoUse the usual disclaimer.
Gerd Moellmann [Thu, 11 Oct 2001 19:26:38 +0000 (19:26 +0000)]
Use the usual disclaimer.

22 years ago(master-mode): Use define-minor-mode instead
Gerd Moellmann [Thu, 11 Oct 2001 19:25:47 +0000 (19:25 +0000)]
(master-mode): Use define-minor-mode instead
of easy-mmode-define-minor-mode.  Add autload cookie.
(Coomentary): Remove the line showing how to auload master-mode,
since it's always autoloaded.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 11 Oct 2001 19:21:26 +0000 (19:21 +0000)]
*** empty log message ***

22 years ago(FIXNUM_OVERFLOW_P): Cast I to EMACS_INT in comparisons
Gerd Moellmann [Thu, 11 Oct 2001 19:13:20 +0000 (19:13 +0000)]
(FIXNUM_OVERFLOW_P): Cast I to EMACS_INT in comparisons
in case I is of some unsigned type, in which case
MOST_NEGATIVE_FIXNUM will be converted to unsigned, and the
comparison becomes bogus.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 11 Oct 2001 17:26:04 +0000 (17:26 +0000)]
*** empty log message ***

22 years ago(byte-optimize-lapcode)
Gerd Moellmann [Thu, 11 Oct 2001 17:25:26 +0000 (17:25 +0000)]
(byte-optimize-lapcode)
<byte-constref-ops>: Consider byte-constant2 and clarify the code.
<const-C varset-X const-C>: Fix car/cdr typo.

22 years ago(Fstring_to_number): Use make_fixnum_or_float.
Gerd Moellmann [Thu, 11 Oct 2001 15:39:47 +0000 (15:39 +0000)]
(Fstring_to_number): Use make_fixnum_or_float.

22 years ago(Fuser_uid, Fuser_real_uid): Use make_fixnum_or_float.
Gerd Moellmann [Thu, 11 Oct 2001 15:37:39 +0000 (15:37 +0000)]
(Fuser_uid, Fuser_real_uid): Use make_fixnum_or_float.
(Fuser_full_name): Fix bug treating a float as a fixnum.

22 years ago(make_fixnum_or_float): New macro.
Gerd Moellmann [Thu, 11 Oct 2001 15:37:13 +0000 (15:37 +0000)]
(make_fixnum_or_float): New macro.

22 years agoByte compiler messages.
Gerd Moellmann [Thu, 11 Oct 2001 12:58:56 +0000 (12:58 +0000)]
Byte compiler messages.

22 years agoDowncase error messages.
Gerd Moellmann [Thu, 11 Oct 2001 12:57:53 +0000 (12:57 +0000)]
Downcase error messages.

22 years ago(byte-compile-display-log-head-p): New
Gerd Moellmann [Thu, 11 Oct 2001 12:57:18 +0000 (12:57 +0000)]
(byte-compile-display-log-head-p): New
function extracted from byte-compile-log-1.
(byte-compile-log-1): Change output to be more in line with
the output of other GNU tools.
(byte-compile-warn): Emit `warning' instead of `**' for warnings.
(byte-compile-report-error): Downcase error message.  Use
`error' instead of `!!' for error messages.
(byte-compile-print-syms): Treat non-interactive case specially.
(displaying-byte-compile-warnings): Use backquote.
(byte-compile-from-buffer): Bind byte-compile-last-line.
(batch-byte-compile): Remove `Done' message.

22 years ago(Qcircular_list): New variable.
Gerd Moellmann [Thu, 11 Oct 2001 09:04:09 +0000 (09:04 +0000)]
(Qcircular_list): New variable.
(circular_list_error): New function.
(syms_of_data): Initialize it Qcircular_list.

22 years ago(circular_list_error): Add prototype.
Gerd Moellmann [Thu, 11 Oct 2001 08:46:50 +0000 (08:46 +0000)]
(circular_list_error): Add prototype.

22 years ago*** empty log message ***
Stefan Monnier [Thu, 11 Oct 2001 02:08:21 +0000 (02:08 +0000)]
*** empty log message ***

22 years ago(copyright): Add final \n.
Stefan Monnier [Thu, 11 Oct 2001 01:50:43 +0000 (01:50 +0000)]
(copyright): Add final \n.

22 years ago(doc-string-elt): Remove.
Stefan Monnier [Thu, 11 Oct 2001 01:49:29 +0000 (01:49 +0000)]
(doc-string-elt): Remove.

22 years ago(comment-indent): Be a little more robust in case
Stefan Monnier [Thu, 11 Oct 2001 01:46:37 +0000 (01:46 +0000)]
(comment-indent): Be a little more robust in case
comment-indent-function does funny things.
(comment-normalize-vars): Autoload.
(comment-region-internal): Fiddle with the visibility spec.
(comment-valid-prefix): New function.
(comment-indent-new-line): Use it.  Ignore adaptive-fill-prefixes
that would turn comment-text into non-comment-text.

22 years agoRemove out-of-date detail.
Stefan Monnier [Thu, 11 Oct 2001 01:38:56 +0000 (01:38 +0000)]
Remove out-of-date detail.

22 years ago*** empty log message ***
Miles Bader [Thu, 11 Oct 2001 01:26:00 +0000 (01:26 +0000)]
*** empty log message ***

22 years ago(diff): Display default values in prompts as `(default ...)', not `(...)'.
Miles Bader [Thu, 11 Oct 2001 01:20:16 +0000 (01:20 +0000)]
(diff): Display default values in prompts as `(default ...)', not `(...)'.

22 years ago(Info-follow-reference): Display default values in prompts as
Miles Bader [Thu, 11 Oct 2001 01:19:49 +0000 (01:19 +0000)]
(Info-follow-reference): Display default values in prompts as
`(default ...)', not `(...)'.

22 years agoNew file.
Stefan Monnier [Thu, 11 Oct 2001 00:50:53 +0000 (00:50 +0000)]
New file.

22 years agoChange maintainer to FSF and remove loads of compatibility cruft.
Stefan Monnier [Thu, 11 Oct 2001 00:26:48 +0000 (00:26 +0000)]
Change maintainer to FSF and remove loads of compatibility cruft.
(tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
(tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
(tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
tcl-submit-bug-report.
(tcl-mode-syntax-table): Leave \f alone.
(inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
tcl-end-of-defun, tcl-submit-bug-report.
(tcl-xemacs-menu): Fix up and pass it directly to easymenu.
(tcl-add-emacs-menu): Remove.
(tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
(tcl-keyword-list): Add `chain'.
(tcl-font-lock-syntactic-keywords): New variable.
(tcl-pps-has-arg-6): Remove.
(tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
(tcl-internal-mark-defun): Remove.
(tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
(tcl-mode): Use define-derived-mode.  Simplify.
Set comment-indent-function.
(tcl-indent-command): Use line-beginning-position and comment-indent.
(tcl-calculate-indent): Renamed from calculate-tcl-indent.
(tcl-indent-line): Use tcl-calculate-indent.
(tcl-indent-exp): Renamed from indent-tcl-exp.  Use new names.
(tcl-add-log-defun): Renamed from add-log-tcl-defun.  Use match-string.
(tcl-filter): Use with-current-buffer, simplify.
(inferior-tcl-mode): Use define-derived-mode.
(tcl-hairy-in-comment): Renamed tcl-in-comment.
(tcl-simple-in-comment, tcl-in-comment): Removed.
(tcl-files-alist): New function.
(tcl-help-snarf-commands): Use it and return the result directly
rather than through a global variable.
(tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
(tcl-help-on-word): Provide the default value to completing-read.
(tcl-hilit): Remove.
(tcl-hashify-buffer, tcl-popup-menu): Simplify.
(tcl-comment-indent): New function.
(tcl-submit-bug-report): Remove.
(tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
(indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
(tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.

22 years ago*** empty log message ***
Jason Rumney [Wed, 10 Oct 2001 21:17:12 +0000 (21:17 +0000)]
*** empty log message ***

22 years agoDon't install fakemail.
Jason Rumney [Wed, 10 Oct 2001 21:11:23 +0000 (21:11 +0000)]
Don't install fakemail.

22 years agoRemove fakemail from ALL
Jason Rumney [Wed, 10 Oct 2001 20:59:58 +0000 (20:59 +0000)]
Remove fakemail from ALL

22 years ago(iso-transl-e-caret)
Gerd Moellmann [Wed, 10 Oct 2001 16:37:12 +0000 (16:37 +0000)]
(iso-transl-e-caret)
(iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
Fix duplicates.  From Dave Love <d.love@dl.ac.uk>.

22 years agoInclude keymap.h.
Stefan Monnier [Wed, 10 Oct 2001 16:05:21 +0000 (16:05 +0000)]
Include keymap.h.

22 years ago(Info-insert-dir): Don't call `Info-fontify-menu-headers'.
Miles Bader [Wed, 10 Oct 2001 14:39:23 +0000 (14:39 +0000)]
(Info-insert-dir): Don't call `Info-fontify-menu-headers'.
(Info-fontify-node): Don't fontify the node if it's already been done.

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 10 Oct 2001 12:22:18 +0000 (12:22 +0000)]
*** empty log message ***

22 years ago(C_SWITCH_SYSTEM) [!__GNUC__]: Add `-nointrinsics'
Gerd Moellmann [Wed, 10 Oct 2001 12:21:58 +0000 (12:21 +0000)]
(C_SWITCH_SYSTEM) [!__GNUC__]: Add `-nointrinsics'
options.  From Dave Love <d.love@dl.ac.uk>.

22 years ago(end-of-buffer): Fix code scrolling specially
Gerd Moellmann [Wed, 10 Oct 2001 11:55:39 +0000 (11:55 +0000)]
(end-of-buffer): Fix code scrolling specially
for the buffer end.

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 10 Oct 2001 09:43:20 +0000 (09:43 +0000)]
*** empty log message ***

22 years ago(command-line-1): Bind tab-width to 8.
Gerd Moellmann [Wed, 10 Oct 2001 09:25:20 +0000 (09:25 +0000)]
(command-line-1): Bind tab-width to 8.

22 years agoAdd ruler-mode.
Gerd Moellmann [Wed, 10 Oct 2001 09:20:32 +0000 (09:20 +0000)]
Add ruler-mode.

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 10 Oct 2001 09:18:33 +0000 (09:18 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 10 Oct 2001 07:41:05 +0000 (07:41 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Pavel Janík [Wed, 10 Oct 2001 06:04:25 +0000 (06:04 +0000)]
*** empty log message ***

22 years agouse defalias instead of fset for user-visible commands.
Pavel Janík [Wed, 10 Oct 2001 05:57:24 +0000 (05:57 +0000)]
use defalias instead of fset for user-visible commands.

22 years agoChangeLog
Miles Bader [Tue, 9 Oct 2001 12:15:09 +0000 (12:15 +0000)]
ChangeLog

22 years ago*** empty log message ***
Miles Bader [Tue, 9 Oct 2001 12:11:50 +0000 (12:11 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 9 Oct 2001 12:10:17 +0000 (12:10 +0000)]
*** empty log message ***

22 years ago(button): New require.
Miles Bader [Tue, 9 Oct 2001 12:09:25 +0000 (12:09 +0000)]
(button): New require.

22 years ago("button"): Load removed.
Miles Bader [Tue, 9 Oct 2001 11:21:59 +0000 (11:21 +0000)]
("button"): Load removed.

22 years agoDon't require `view' when compiling.
Miles Bader [Tue, 9 Oct 2001 11:17:39 +0000 (11:17 +0000)]
Don't require `view' when compiling.
(help-with-tutorial, describe-function, describe-function-1)
(variable-at-point, describe-variable, locate-library):
Functions moved into `help-funs.el'.
(help-manyarg-func-alist): Variable moved into `help-funs.el'.
(help-mode, help-mode-setup, help-mode-finish, help-button-action)
(help-setup-xref, help-xref-following, help-make-xrefs)
(help-xref-button, help-insert-xref-button, help-xref-interned)
(help-xref-go-back, help-go-back, help-do-xref, help-follow)
(help-xref-on-pp): Functions moved into `help-mode.el'
(help-mode-map, help-xref-stack, help-xref-stack-item)
(help-highlight-p, help-highlight-face, help-back-label)
(help-xref-symbol-regexp, help-xref-mule-regexp)
(help-xref-info-regexp): Variables moved into `help-mode.el'.
(help-symbol, help-back, help-info, help-customize-variable)
(help-function-def, help-variable-def):
Button-types moved into `help-mode.el'.
(load-symbol-file-load-history, symbol-file):
Functions moved into `subr.el'.
(symbol-file-load-history-loaded): Variable moved into `subr.el'.
(view-lossage): Call `help-setup-xref' instead of doing it manually.

22 years agoNew file, contents mostly from `help.el'.
Miles Bader [Tue, 9 Oct 2001 11:16:25 +0000 (11:16 +0000)]
New file, contents mostly from `help.el'.

22 years agoNew file, contents mostly from `help.el'.
Miles Bader [Tue, 9 Oct 2001 11:15:19 +0000 (11:15 +0000)]
New file, contents mostly from `help.el'.
(describe-variable): Use `condition-case' instead of `ignore-errors'.

22 years ago(symbol-file-load-history-loaded)
Miles Bader [Tue, 9 Oct 2001 11:14:31 +0000 (11:14 +0000)]
(symbol-file-load-history-loaded)
(load-symbol-file-load-history, symbol-file): Moved from `help.el'.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 9 Oct 2001 10:18:43 +0000 (10:18 +0000)]
*** empty log message ***

22 years ago(main): Cast isdigit() argument to unsigned char.
Gerd Moellmann [Tue, 9 Oct 2001 10:18:30 +0000 (10:18 +0000)]
(main): Cast isdigit() argument to unsigned char.
From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.

22 years ago(main): Cast geteuid in sprintf to int.
Gerd Moellmann [Tue, 9 Oct 2001 10:16:26 +0000 (10:16 +0000)]
(main): Cast geteuid in sprintf to int.
From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.

22 years ago(xaw_create_scrollbar) [!0]: Return NULL.
Gerd Moellmann [Tue, 9 Oct 2001 10:13:44 +0000 (10:13 +0000)]
(xaw_create_scrollbar) [!0]: Return NULL.
From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.

22 years ago(Fcurrent_time_zone): Cast isalnum() argument to
Gerd Moellmann [Tue, 9 Oct 2001 10:08:13 +0000 (10:08 +0000)]
(Fcurrent_time_zone): Cast isalnum() argument to
unsigned char.
From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.

22 years ago(WIDE_CHAR_SUPPORT): Do not use defined() in macro.
Gerd Moellmann [Tue, 9 Oct 2001 10:05:32 +0000 (10:05 +0000)]
(WIDE_CHAR_SUPPORT): Do not use defined() in macro.
From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.

22 years ago(define-button-type): Respect any `supertype' property.
Miles Bader [Tue, 9 Oct 2001 05:57:35 +0000 (05:57 +0000)]
(define-button-type): Respect any `supertype' property.
(button-type-subtype-p, button-has-type-p): New functions.

22 years ago(rfn-eshadow-regexp): Deal correctly with escaped dollar-signs.
Miles Bader [Tue, 9 Oct 2001 02:53:51 +0000 (02:53 +0000)]
(rfn-eshadow-regexp): Deal correctly with escaped dollar-signs.

22 years ago(comint-insert-previous-argument): New function.
Miles Bader [Tue, 9 Oct 2001 02:26:00 +0000 (02:26 +0000)]
(comint-insert-previous-argument): New function.
(comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
(comint-insert-previous-argument-last-start-pos)
(comint-insert-previous-argument-last-index): New variables.

22 years agoDo not undef min and max.
Andrew Innes [Mon, 8 Oct 2001 22:41:09 +0000 (22:41 +0000)]
Do not undef min and max.

22 years ago[max]: Undef min and max before redefining them.
Andrew Innes [Mon, 8 Oct 2001 22:39:06 +0000 (22:39 +0000)]
[max]: Undef min and max before redefining them.

22 years ago(handle_fontified_prop): Don't bind after-change-functions.
Stefan Monnier [Mon, 8 Oct 2001 22:33:43 +0000 (22:33 +0000)]
(handle_fontified_prop): Don't bind after-change-functions.

22 years ago(apropos-next-label-button): Use the presence of a
Miles Bader [Mon, 8 Oct 2001 16:37:44 +0000 (16:37 +0000)]
(apropos-next-label-button): Use the presence of a
`apropos-label' property to detect label buttons.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 8 Oct 2001 15:47:47 +0000 (15:47 +0000)]
*** empty log message ***

22 years ago(button-nop): Function removed.
Miles Bader [Mon, 8 Oct 2001 14:18:11 +0000 (14:18 +0000)]
(button-nop): Function removed.
(default-button): Use `ignore' as default button action.

22 years agocurrent-active-maps: quote newlines
Sam Steingold [Mon, 8 Oct 2001 13:33:20 +0000 (13:33 +0000)]
current-active-maps: quote newlines

22 years ago*** empty log message ***
Stefan Monnier [Mon, 8 Oct 2001 11:46:44 +0000 (11:46 +0000)]
*** empty log message ***

22 years agoRemove the entries for keymap.c (moved to keymap.h).
Stefan Monnier [Mon, 8 Oct 2001 11:42:10 +0000 (11:42 +0000)]
Remove the entries for keymap.c (moved to keymap.h).

22 years ago(map_prompt): Remove.
Stefan Monnier [Mon, 8 Oct 2001 11:41:04 +0000 (11:41 +0000)]
(map_prompt): Remove.

22 years agoInclude keymap.h.
Stefan Monnier [Mon, 8 Oct 2001 11:39:52 +0000 (11:39 +0000)]
Include keymap.h.

22 years ago(Fx_popup_menu): Use Fkeymap_prompt.
Stefan Monnier [Mon, 8 Oct 2001 11:36:45 +0000 (11:36 +0000)]
(Fx_popup_menu): Use Fkeymap_prompt.

22 years agoInclude keymap.h.
Stefan Monnier [Mon, 8 Oct 2001 11:34:14 +0000 (11:34 +0000)]
Include keymap.h.
(note_mode_line_highlight): Use kEYMAPP.

22 years ago*** empty log message ***
Eli Zaretskii [Mon, 8 Oct 2001 11:32:24 +0000 (11:32 +0000)]
*** empty log message ***