Richard M. Stallman
91b3bb19ac
(dired-read-shell-command): Pass `shell-command-history' to read-string.
1995-07-31 14:03:34 +00:00
Simon Marshall
ff936e5324
Add Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success, Frun_hook_with_args_until_failure in terms of run_hook_with_args.
1995-07-31 12:07:10 +00:00
Simon Marshall
f1b6e5fc82
Declare hook running functions.
1995-07-31 12:02:51 +00:00
Simon Marshall
ba1cc309d1
Remove the remaining hook running functions. They are in C now.
1995-07-31 09:52:45 +00:00
Richard M. Stallman
90c2bb0c68
(kbd_buffer_get_event, swallow_events): Fix prev change.
1995-07-31 05:34:55 +00:00
Richard M. Stallman
700be2bd13
Major additions by Gustavo Chaves.
...
(iso-languages): New variable.
(iso-accents-list): Now set by iso-customize-accents.
(iso-customize-accents): New function.
(iso-accentuate, iso-deaccentuate, iso-unaccentuate):
(iso-accent-rassoc-unit): New functions.
1995-07-31 01:28:39 +00:00
Richard M. Stallman
258b0b37ec
(rmail-unix-mail-delimiter): Allow two-letter timezone name.
1995-07-30 19:39:58 +00:00
Richard M. Stallman
484cd5b16c
(byte-compile-insert-header): If compiling for vers 18,
...
arrange to set current-load-list when loadingthe file.
1995-07-30 19:03:26 +00:00
Richard M. Stallman
21ef90eecf
(set-face-background): Don't treat nil as a color.
1995-07-30 10:10:35 +00:00
Richard M. Stallman
4209f47921
(dabbrev-expand): Save previous point for undo.
1995-07-30 07:08:49 +00:00
Richard M. Stallman
79dbff4772
(gettimeofday): New function, defined if necessary.
1995-07-30 07:07:39 +00:00
Richard M. Stallman
133c7a8ac2
(Fmake_terminal_frame): Copy face_alist from selected frame.
1995-07-30 07:06:08 +00:00
Richard M. Stallman
bbe2ecf64b
(with-electric-help): Doc fix.
1995-07-30 07:04:58 +00:00
Richard M. Stallman
639f52d858
(HAVE_XRMSETDATABASE): Define if not defined.
1995-07-30 07:04:03 +00:00
Richard M. Stallman
dac4ea74cc
(cd): When reading arg, use just directory as the default.
1995-07-30 07:02:13 +00:00
Richard M. Stallman
e47d38f615
(do-auto-fill): Handle adaptive-fill-function and adaptive-fill-regexp.
...
(scroll-other-window-down): Bind to S-C-M-v. Enhance documentation.
(next-line): Doc fix.
1995-07-30 00:46:23 +00:00
Richard M. Stallman
2be0173802
(forward-paragraph): Don't move back over a line
...
before the paragraph which doesn't start with fill-prefix unless
that is the only line we've moved over.
1995-07-29 23:56:17 +00:00
Richard M. Stallman
24b5caec34
(isearch-mode-map): Don't bind tab, return, kp-N, etc.
...
(isearch-other-meta-char): Special handling for keys like tab, etc.
1995-07-29 22:21:55 +00:00
Richard M. Stallman
b8313955da
(fortran-break-line): Fixed a bug that sometimes
...
deleted first character in statement field of continuation line.
1995-07-29 22:20:35 +00:00
Richard M. Stallman
503b5c8591
(vc-resynch-buffer): New function.
...
(vc-locked-example): Renamed to vc-snapshot-precondition. It now also
checks whether any of the files are visited.
(vc-retrieve-snapshot): If any files are visited, ask whether to
revert their buffers. Use vc-backend-checkout and vc-resynch-buffer
to do that, instead of vc-checkout.
(vc-backend-checkout): Adjust default-directory so that the
checked-out file goes to the right place.
1995-07-29 01:40:43 +00:00
Richard M. Stallman
848e24545c
Initial revision
1995-07-29 00:57:29 +00:00
Richard M. Stallman
e0301c07f0
(kbd_buffer_get_event): Update input_pending after
...
discarding one event from the queue, if we process the event here.
(swallow_events): Likewise.
(Vkey_translation_map): Just declare, don't define.
(syms_of_keyboard): Don't set up Lisp var.
1995-07-28 16:36:01 +00:00
Karl Heuer
53e2440448
(syms_of_eval): Add missing defsubr.
1995-07-28 08:16:47 +00:00
Richard M. Stallman
d7bf9bf5e4
(describe_buffer_bindings): Print bindings from
...
Vfunction_key_map and from Vkey_translation_map.
(describe_translation): New function.
(describe_command): Handle vector like string.
(describe_map_tree): New arg TRANSL. Callers changed.
1995-07-28 02:57:41 +00:00
Richard M. Stallman
4f875022f2
(GETTIMEOFDAY_ONE_ARGUMENT): Add #undef.
1995-07-28 02:54:28 +00:00
Richard M. Stallman
a0170800bb
(do-auto-fill): Handle adaptive-fill-regexp.
1995-07-28 02:38:16 +00:00
Karl Heuer
e064a4f982
(imenu-generic-lisp-expression)
...
(imenu-generic-c++-expression, imenu-generic-c-expression)
(imenu-generic-ada-expression, imenu-generic-texinfo-expression)
(imenu-generic-latex-expression): Vars deleted; now handled by the
major modes themselves.
(imenu--scanning-method-alist): Var deleted.
(imenu-default-create-index-function): Don't use that alist.
1995-07-28 00:36:18 +00:00
Karl Heuer
d6209f58ef
(c++-imenu-generic-expression): Var defined.
...
(c++-mode): Set imenu-generic-expression.
1995-07-28 00:30:18 +00:00
Karl Heuer
82af06af78
(c-imenu-generic-expression): Var defined.
...
(c-mode): Set imenu-generic-expression.
1995-07-28 00:28:28 +00:00
Karl Heuer
0fb4f2457b
(latex-imenu-generic-expression): Var defined.
...
(latex-mode): Set imenu-generic-expression.
1995-07-28 00:26:37 +00:00
Karl Heuer
e4cfb70d5c
(texinfo-imenu-generic-expression): Var defined.
...
(texinfo-mode): Set imenu-generic-expression.
1995-07-28 00:24:14 +00:00
Karl Heuer
74480345ab
(ada-imenu-generic-expression): Var defined.
...
(ada-mode): Set imenu-generic-expression.
1995-07-28 00:18:42 +00:00
Karl Heuer
6c2cf8668a
(lisp-imenu-generic-expression): Var defined.
...
(lisp-mode-variables): Set imenu-generic-expression.
1995-07-28 00:14:15 +00:00
Richard M. Stallman
5c69dbfc01
Add keywords and comments as per conventions.
...
Changed almost all occurences of buffer-substring to
buffer-substring-no-properties..
(bibtex-find-entry-location, bibtex-clean-entry):
Added support to handle invalidate buffers in a more friendly manner.
(bibtex-make-field): Changed to be called either interactively with a
string (field name) or from Lisp with a list of two strings (FIELDNAME
COMMENT).
1995-07-27 22:52:02 +00:00
Karl Heuer
cb26008f39
(record_overlay_string, overlay_strings): Handle zero-sized overlays better.
1995-07-27 22:44:41 +00:00
Richard M. Stallman
7007e1e370
(texinfo-specific-section-type): Use buffer-substring-no-properties.
1995-07-27 22:04:24 +00:00
Karl Heuer
e8185fa816
(struct sortstrlist): New type.
...
(overlay_heads, overlay_tails): Change to struct sortstrlist.
(overlay_heads_len, overlay_tails_len): Deleted; now part of struct.
(record_overlay_string): New function.
(overlay_strings): Simplify. Use record_overlay_string.
Check for window match in overlays_after loop, not just in
overlays_before.
1995-07-27 21:47:59 +00:00
Michael Kifer
73d449a27e
(vip-overriding-map): new variable.
1995-07-27 19:42:29 +00:00
Michael Kifer
eac96cf9b8
(vip-repeat-from-history-key): new default.
...
(vip-read-fast-keysequence,ex-unmap-read-args,ex-map-read-args):
changed to use vip-read-key.
1995-07-27 19:41:59 +00:00
Michael Kifer
61d0d2548f
(vip-multiclick-timeout): new default.
1995-07-27 19:41:08 +00:00
Michael Kifer
4702a42027
(vip-add-hook,vip-remove-hook): new functions.
1995-07-27 19:40:33 +00:00
Michael Kifer
6dce198413
*** empty log message ***
1995-07-27 19:39:47 +00:00
Michael Kifer
27571f905d
(vip-info-file-name): variable removed.
...
(vip-envelop-ESC-key,vip-start-replace,vip-finish-R-mode,vip-start-R-mode,
vip-insert-state-pre-command-sentinel,vip-R-state-post-command-sentinel,
vip-replace-char): functions modified.
1995-07-27 19:37:42 +00:00
Karl Heuer
c8787b81ef
(x-font-regexp): Add \\(\\) for substring extraction.
1995-07-27 19:10:36 +00:00
Richard M. Stallman
69b354ebc8
(pascal-mode): Added imenu support.
...
(pascal-imenu-generic-expression): New variable.
1995-07-27 18:50:02 +00:00
Richard M. Stallman
68621a8f13
(texinfo-environment-regexp): Allow whitespace at BOL.
1995-07-27 07:40:22 +00:00
Richard M. Stallman
8429908361
(tpu-backward-line): Only move to BOL if not already there.
1995-07-27 07:37:53 +00:00
Richard M. Stallman
1a4cec8510
(tpu-version): New version.
...
(tpu-help-keypad-map): New help text.
(tpu-backward-line): Only move to BOL if not already there.
1995-07-27 07:37:12 +00:00
Richard M. Stallman
b019da5306
Comment changes.
1995-07-27 07:35:25 +00:00
Richard M. Stallman
4c2eb2429b
(update_menu_bar): Pass new arg to set_frame_menubar.
...
(syms_of_xdisp): Doc fix.
1995-07-26 22:50:32 +00:00