Richard M. Stallman
fb145562db
(file-truename): If name has no dir, use default-directory.
1994-10-02 20:10:39 +00:00
Richard M. Stallman
3f32dc86dc
(Info-scroll-down, Info-scroll-up): Doc fixes.
1994-10-02 08:36:08 +00:00
Richard M. Stallman
9f803d0d12
(dired-do-print): Put spaces between lpr switches.
1994-10-02 08:35:34 +00:00
Richard M. Stallman
99ac138a9c
(setenv-history): New history list.
...
(setenv): Use setenv-history.
Place the variable's current value at front of setenv-history
while reading the new value.
(setenv): Provide history, completion for envvar.
(read-envvar-name-history): New variable.
(read-envvar-name): New function.
1994-10-02 04:03:32 +00:00
Richard M. Stallman
a68ac8b57a
(indent-c++-exp): For public/private/protected,
...
don't do the case/label adjustment.
1994-10-02 03:44:59 +00:00
Richard M. Stallman
481c029557
(fill-region, fill-region-as-paragraph): Fix previous change.
1994-10-02 02:23:21 +00:00
Richard M. Stallman
e837a82fd7
(vc-register): Verify an old master file really still exists
...
before giving error. If it has disappeared, ask for confirmation.
1994-10-02 01:49:29 +00:00
Richard M. Stallman
75a768810d
(apropos-print-matches): Add newline after
...
Function: or Variable: if line doesn't fit with it.
New arg no-header inhibits them entirely.
(apropos): New arg no-header. Pass it to apropos-print-matches.
1994-10-01 21:10:38 +00:00
Richard M. Stallman
7a410cb5fb
(save-buffers-kill-emacs): Fix previous change.
1994-10-01 21:07:33 +00:00
Francesco Potortì
6024daef5f
* man.el (Man-init-defvars, Man-cleanup-manpage,
...
Man-fontify-manpage): fix previous fix.
1994-10-01 13:27:15 +00:00
Richard M. Stallman
fc35793099
(fill-region, fill-region-as-paragraph):
...
If specified region ends before a newline, include that newline.
1994-10-01 07:35:26 +00:00
Richard M. Stallman
a94c7fcc9c
(mouse-secondary-click-count): New variable.
...
(mouse-secondary-save-then-kill, mouse-drag-secondary):
Use mouse-secondary-click-count, not mouse-selection-click-count.
1994-10-01 07:30:18 +00:00
Richard M. Stallman
f4e5bca556
(add-hook, remove-hook): If the hook was made local
...
in the old way, always modify the local value.
1994-10-01 04:36:28 +00:00
Richard M. Stallman
a8928dd22f
(ispell-init-process): Add missing arg in error msg.
1994-10-01 04:30:14 +00:00
Richard M. Stallman
e141acb3f4
(finder-mode-map): Change key bindings:
...
RET or f to select, d to go back to directory.
(finder-summary): Fix the help summary.
1994-10-01 04:24:56 +00:00
Richard M. Stallman
7470b9b602
(edmacro-format-keys): Cope if local keymap is nil.
1994-10-01 03:53:40 +00:00
Richard M. Stallman
1c0a871059
(modify-face): New function.
1994-09-30 21:01:13 +00:00
Richard M. Stallman
a4f5efdcea
(save-buffers-kill-emacs): Use run-hook-with-args-until-failure.
...
(find-file-noselect): Use run-hook-with-args-until-success.
(after-find-file): Use run-hooks for find-file-hooks.
(basic-save-buffer): Use run-hook-with-args-until-success.
1994-09-30 20:47:37 +00:00
Richard M. Stallman
0e4d378b32
(add-hook): Initialize default value and local value.
...
(run-hook-with-args-until-success): New function.
(run-hook-with-args-until-failure): New function.
(run-hooks): t as hook list element means run the global
value of the variable as well as the local value.
(run-hook-with-args): Likewise.
(make-local-hook): New function.
(add-hook, remove-hook): New arg LOCAL means modify local value.
Test default-boundp as well as boundp.
1994-09-30 20:47:13 +00:00
Richard M. Stallman
48be3850d4
(isearch-mode): Don't set deactivate-mark here.
...
(isearch-done): In Transient Mark mode, don't set mark if is active.
1994-09-30 09:16:06 +00:00
Richard M. Stallman
c75e51a325
Really delete gud-overload-functions.
1994-09-30 09:12:09 +00:00
Richard M. Stallman
ee97eac30f
(gud-overload-functions): Function deleted.
...
(gud-massage-args, gud-marker-filter, gud-find-file): New vars.
Mark them as permanent locals.
(gud-massage-args, gud-marker-filter, gud-find-file):
In these functions, use those variables.
(gud-common-init): 3 new args give values for those variables.
(gdb, sdb, dbx, xdb, perldb): Pass new args to gud-common-init.
(gud-gdb-complete-command): Bind gud-marker-filter.
(gud-find-file): Condense multiple slashes to single slashes.
1994-09-30 09:11:36 +00:00
Richard M. Stallman
c820123b60
(print-region-1): Use them instead of just pr.
...
(lpr-page-header-program, lpr-page-header-switches): New variables.
1994-09-29 23:12:31 +00:00
Richard M. Stallman
a0f884641f
(add-abbrev, inverse-add-abbrev):
...
Clear text properties from NAME.
1994-09-29 19:07:45 +00:00
Richard M. Stallman
2441d53d8a
(scheme-mode-variables): Make parse-sexp-ignore-comments t.
1994-09-29 18:54:19 +00:00
Richard M. Stallman
214b69d9e9
(texinfo-format-region, texinfo-format-buffer-1):
...
Search back for the @include.
1994-09-29 18:51:54 +00:00
Francesco Potortì
d046c1832d
* man.el
...
(Man-init-defvars, Man-cleanup-manpage, Man-fontify-manpage):
added support for the big cross present in the ksh manpage.
1994-09-29 12:42:45 +00:00
Richard M. Stallman
7804cd2748
(imenu--cleanup): Changed 'mapc' to 'mapcar'.
1994-09-29 06:32:06 +00:00
Richard M. Stallman
924be53af1
(handle-delete-frame): New function.
1994-09-29 04:48:59 +00:00
Karl Heuer
a981e7fff1
(command-line): Fix bug in previous change.
1994-09-28 22:38:04 +00:00
Karl Heuer
096b7031fc
(command-line): Recognize --longopt synonyms for all options handled here.
1994-09-28 22:15:38 +00:00
Richard M. Stallman
b0e1e38fa9
(backward-kill-sentence): Work in read-only buffers.
...
(kill-sentence): Work in read-only buffers.
1994-09-28 04:46:02 +00:00
Richard M. Stallman
6672c42bd1
(hack-one-local-variable): Support safe-local-variable property.
...
(compile-command): Add safe-local-variable property.
1994-09-27 22:59:50 +00:00
Richard M. Stallman
cba9a9dcb1
(command-apropos): Pass t for no-header to apropos.
1994-09-27 21:43:37 +00:00
Richard M. Stallman
dfdac213aa
(mail): Doc fix.
1994-09-27 20:14:55 +00:00
Richard M. Stallman
1825bea106
(rmail-forward): Simplify insertion of forwarded msg.
...
Don't use exchange-point-and-mark.
(rmail-msg-number-after-expunge): New function.
(rmail-reply, rmail-forward): Use separate local variables
rmail-send-actions-rmail-msg-number, rmail-send-actions-rmail-buffer
to record which message to mark as answered or forwarded.
(rmail-only-expunge): Update msg numbers stored in those variables.
1994-09-27 19:32:35 +00:00
Roland McGrath
63af2693ce
(etags-tags-completion-table): Allow ? and : in guessed tag names.
1994-09-27 05:41:20 +00:00
Richard M. Stallman
7434015f91
(rmail-summary-delete-forward): Regexp for recognizing deleted message
...
should not require a space at the beginning of the line.
1994-09-27 05:37:06 +00:00
Richard M. Stallman
e6cecd2bb3
(dired-re-perms): Accept various file type letters.
1994-09-26 23:18:19 +00:00
Richard M. Stallman
bb48cfe81f
(enable-flow-control): Never make keyboard-translate-table shorter.
1994-09-25 18:28:22 +00:00
Richard M. Stallman
cff1bd9cff
Comment change.
1994-09-25 07:48:55 +00:00
Richard M. Stallman
560db176e2
(rmail-construct-io-menu): Don't print a message about no matching files.
1994-09-25 01:21:49 +00:00
Richard M. Stallman
a8fe806efa
(dired-re-perms): Accept directories and symbolic links
...
also, not only plain files.
1994-09-24 22:29:40 +00:00
Richard M. Stallman
deec9e7434
(ange-ftp-start-process): Add use-smart-ftp code.
...
(ange-ftp-get-process): Use ange-ftp-normal-login if
ange-ftp-gateway-host is nil.
1994-09-24 07:04:52 +00:00
Richard M. Stallman
b9952c2900
(auto-mode-alist): Handle ada-mode and icon-mode.
1994-09-24 05:02:49 +00:00
Richard M. Stallman
7df7d5b3fe
(comint-input-chunk-size): Variable deleted.
...
(comint-send-string): Make it an alias for process-send-string.
(comint-send-region): Make it an alias for process-send-region.
1994-09-24 04:58:15 +00:00
Richard M. Stallman
7084ad0446
(nntp-send-region-to-server): Call process-send-region
...
just once, for the whole string.
1994-09-24 04:57:53 +00:00
Richard M. Stallman
a9594ce3b1
(shell-command, shell-command-on-region):
...
Make "*Shell Command Output*" non-read-only.
1994-09-24 04:52:10 +00:00
Richard M. Stallman
77a43e011b
(Buffer-menu-delete): Handle prefix arg.
...
(Buffer-menu-delete-backwards): Handle prefix; use Buffer-menu-delete.
1994-09-24 04:32:08 +00:00
Richard M. Stallman
423c0dfa27
(rmail-reformat-message): Run mail-message-filter
...
before calling rmail-clear-headers.
1994-09-24 04:20:22 +00:00