1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 14:01:43 -08:00
Commit graph

13440 commits

Author SHA1 Message Date
Richard M. Stallman
5bc3ed3e8f (ange-ftp-send-cmd): When listing a directory that
contains space(s), cd to the directory first to avoid problems
with (some) ftp servers.
1998-06-29 17:29:15 +00:00
Richard M. Stallman
2cd6a032aa Require `loadhist'. Variable
(find-function-function) variable removed.
(find-function-regexp): New variable, taken from former constant
in `find-function-noselect'.  Can now find function definitions
with parameters on a new line.
(find-variable-regexp): New variable.
(find-function-recenter-line): New variable.
(find-function-after-hook): New variable.
(find-function-search-for-symbol): subroutine, from
of `find-function-noselect'
(find-function-search-for-symbol): `regexp-quote' the symbol name:
needed to find-function `mapcar*' for example.
(find-function-noselect): Improved docstring.  Don't include
`library' in let.
Use `symbol-file' instead of `describe-symbol-find-file'
(find-function-read): Renamed from `find-function-read-function'.
With optional arg now read a variable.
(find-function-read): Separate `completing-read' calls for
variables and functions.
(find-function-do-it): If buffer found was already current push
mark. Added parameter to indicate if a variable is being searched for.
(find-function-do-it): Mention new `find-function-recenter-line'
and `find-function-after-hook' in docstring.  Use them.
(find-function): Remove optional arg.  Use `find-function-do-it'
and `find-function-read'.
(find-function-other-window): ditto.
(find-function-other-frame): ditto.
(find-function): Mention `find-function-recenter-line' and
`find-function-after-hook' in docstring.
(find-function-other-window): Remove most of docstring and add
reference to `find-function' instead.
(find-function-other-frame): Ditto.
(find-variable-noselect): New function for finding the point of
definition of variables, modeled on `find-function-noselect'.
(find-variable-noselect): Use `symbol-file' instead of
`describe-symbol-find-file'.
(find-variable): New function.
(find-variable-other-window): Ditto.
(find-variable-other-frame): Ditto.
(find-variable): Mention `find-function-recenter-line' and
`find-function-after-hook' in docstring.
(find-variable-other-window): Remove most of docstring and add
reference to `find-variable' instead.
(find-variable-other-frame): Ditto.
(find-function-on-key): Simplified.  Removed stuff now taken care
of by interactive "k".
(find-function-at-point): New function.
(find-variable-at-point): Ditto.
1998-06-29 17:23:25 +00:00
Stephen Eglen
9c2ae13ad0 diary-mail-entries calls exit-calendar when finished. 1998-06-29 09:51:39 +00:00
Richard M. Stallman
fba78e50eb (mh-find-progs): Avoid WTA error
when mh-progs is nil.  Give a clear specific error message instead.
1998-06-28 22:52:49 +00:00
Richard M. Stallman
a9e73449bf (shell-copy-environment-variable): Fix doc typo. 1998-06-28 22:43:25 +00:00
Richard M. Stallman
2e78575e5c (mail): Avoid changing auto-save file name. 1998-06-28 18:57:51 +00:00
Dan Nicolaescu
781f7ac281 *** empty log message *** 1998-06-28 02:15:12 +00:00
Richard M. Stallman
7e766510d2 (command-line) <handling LANG>: Change 9 to 5, not 5 to 9.
(command-line-1): Fix mouse startup message.
1998-06-27 23:11:51 +00:00
Richard M. Stallman
857615335f (text-mode): Locally set indent-line-function. 1998-06-27 22:23:43 +00:00
Richard M. Stallman
0322a154b7 (find-dired): Bind dired-buffers so it can't change. Use abbreviate-file-name. 1998-06-27 21:59:11 +00:00
Richard M. Stallman
3bf0b72768 (html-imenu-regexp): New defvar.
(html-imenu-index): New function.
(html-mode): Set up local vars to use html-imenu-index.
Don't sort the menu.
1998-06-27 19:46:22 +00:00
Richard M. Stallman
a742f6ccb5 (imenu-space-replacement): Use `.'. 1998-06-27 19:45:22 +00:00
Richard M. Stallman
26471f0600 (set-keyboard-coding-system): Doc typo. 1998-06-27 17:48:27 +00:00
Richard M. Stallman
d25f052025 (set-face-font): For now, don't call
resolve-fontset-name on Windows.
(set-face-font-auto): Likewise.
1998-06-27 04:42:03 +00:00
Kenichi Handa
5f29fdb2c9 Add coding-priority. 1998-06-26 07:32:11 +00:00
Richard M. Stallman
baaddce7c0 (mail-complete): Fix the test of (mail-heder-end). 1998-06-26 06:04:56 +00:00
Kenichi Handa
8f90191767 (create-fontset-from-fontset-spec):
Generate ASCII font names of style variants fontsets from a
resolved ASCII font name of a base fontset.
1998-06-26 03:29:58 +00:00
Kenichi Handa
fd28674852 (isearch-toggle-korean-input-method,
isearch-hangul-switch-symbol-ksc, isearch-hangul-switch-hanja):
New functions.
(korean-key-bindings): Renamed from exit-korean-environment-data.
Initialized apropriately.
(setup-korean-environment): Setup key bindings according to
korean-key-bindings.
(exit-korean-environment): Revert key bindings only if the current
key bindings is the same as what set by setup-korean-environment.
1998-06-26 03:29:58 +00:00
Richard M. Stallman
1d8a80f0bd Delete defcustom definition.
(flyspell-auto-correct-binding): Fix custom type.
(mail-mode-flyspell-verify): Check for `Subject:'.
(flyspell-mouse-map): Use cond, not if.
(flyspell-region): Update message only every 100 actions.
1998-06-26 01:27:40 +00:00
Richard M. Stallman
60371a2e3d Initial revision 1998-06-26 01:24:05 +00:00
Richard M. Stallman
0599b92511 (mail-unsent-separator): Add new alternative. 1998-06-25 18:52:18 +00:00
Karl Heuer
0bb37c1a18 Style and doc fixes. 1998-06-25 17:14:47 +00:00
Richard M. Stallman
9648a1e6e0 (dabbrev-ignored-buffer-names): Fix typo. Add *Buffer List*. 1998-06-25 01:16:56 +00:00
Andrew Innes
bfba21fc34 (null-device): Renamed from grep-null-device. 1998-06-24 20:32:19 +00:00
Richard M. Stallman
7ddd603126 (custom-set-default): New function.
(custom-set-variables): Use custom-set-default.
(custom-local-buffer): New variable.
(defcustom): Doc fix.
1998-06-24 18:35:06 +00:00
Richard M. Stallman
01bc2c19ba (fontset-default-styles): Fix custom type. 1998-06-24 18:10:16 +00:00
Andreas Schwab
c992338c72 (custom-magic-show): Use `other' widget type. 1998-06-24 09:36:08 +00:00
Andreas Schwab
ed737bf113 (bibtex-include-OPTkey): Use `other' widget
type.
1998-06-24 09:25:09 +00:00
Andreas Schwab
a62e9680f7 (shadow-noquery): Use `other' widget type. 1998-06-24 09:23:52 +00:00
Andreas Schwab
79b96ef4fb (rlogin-process-connection-type,
rlogin-directory-tracking-mode): Use `other' widget type.
1998-06-24 09:23:00 +00:00
Andreas Schwab
ab2739aa47 (ps-print-control-characters): Use `other' widget
type.
1998-06-24 09:22:18 +00:00
Andreas Schwab
0c3ba9b27c (executable-query): Use `other' widget
type.
1998-06-24 09:21:03 +00:00
Andreas Schwab
add3e8b368 (tags-add-tables): Use `other' widget type. 1998-06-24 09:20:18 +00:00
Andreas Schwab
21cabb0f7f (mouse-sel-default-bindings): Use `other' widget
type.
1998-06-24 09:19:00 +00:00
Andreas Schwab
1af2036131 (sc-cite-region-limit): Use `other' widget
type.
1998-06-24 09:18:11 +00:00
Andreas Schwab
16c53cdb99 (rmail-enable-mime): Use `other' widget type. 1998-06-24 09:17:20 +00:00
Andreas Schwab
a6639a1637 (mh-yank-from-start-of-msg): Use `other' widget
type.
1998-06-24 09:16:26 +00:00
Andreas Schwab
13eacf8808 (lazy-lock-defer-on-scrolling,
lazy-lock-defer-contextually): Use `other' widget type.
1998-06-24 09:15:11 +00:00
Andreas Schwab
a47de72938 (ispell-highlight-p, ispell-check-comments,
ispell-help-in-bufferp, ispell-skip-sgml): Use `other' widget
type.
1998-06-24 09:14:31 +00:00
Andreas Schwab
5786b3ed4c (search-upper-case): Use `other' widget type. 1998-06-24 09:13:36 +00:00
Andreas Schwab
8a3e08a6ee (imenu-always-use-completion-buffer-p): Use `other'
widget type.
1998-06-24 09:12:33 +00:00
Andreas Schwab
a994a6db03 (gnus-use-article-prefetch): Use `other'
widget type.
1998-06-24 09:11:55 +00:00
Andreas Schwab
e04c9f73cf (gnus-prompt-before-saving): Use `other' widget
type.
1998-06-24 09:11:10 +00:00
Andreas Schwab
b4a38363e6 (font-lock-verbose): Use `other' widget type. 1998-06-24 09:09:56 +00:00
Andreas Schwab
e48807d140 (version-control, delete-old-versions,
require-final-newline, enable-local-variables, enable-local-eval):
Use `other' widget type.
1998-06-24 09:08:57 +00:00
Andreas Schwab
3c1fb96c0f (fast-lock-verbose): Use `other' widget type. 1998-06-24 09:07:36 +00:00
Andreas Schwab
e4f0bdfa23 (copyright-query): Use `other' widget
type.
1998-06-24 09:06:56 +00:00
Andreas Schwab
59c9da9d0a (checkdoc-autofix-flag): Use `other'
widget type.
1998-06-24 09:05:39 +00:00
Andreas Schwab
778c757617 (byte-compile-generate-call-tree):
Use `other' widget type.
1998-06-24 09:02:58 +00:00
Andreas Schwab
db352ce60e (ad-redefinition-action,
ad-default-compilation-action): Use `other' widget type.
1998-06-24 08:58:39 +00:00