1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00
Commit graph

11412 commits

Author SHA1 Message Date
Kenichi Handa
6e49aeecbf (setup-english-environment): Just call
reset-language-environment.
("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
the value to setup-XXX-environment-internal.  Add properties
nonascii-translation, input-method, features, unibyte-syntax, and
unibyte-display.
1998-08-10 06:29:02 +00:00
Kenichi Handa
bed5467804 (setup-8-bit-environment): Function deleted.
(setup-XXX-environment): Just call set-language-environment.  If
they used to do some other jobs than what done by
set-language-environment, those jobs are done in
setup-XXX-environment-internal now.
("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
the value to setup-XXX-environment-internal.  Add properties
nonascii-translation, input-method, features, unibyte-syntax, and
unibyte-display.
1998-08-10 06:29:02 +00:00
Richard M. Stallman
952cad8980 (sregex-replace-match): Don't call sregex--value-groups.
(sregex-match-end, sregex-match-beginning): Likewise.
(sregex-match-string-no-properties, sregex-match-string): Likewise.
1998-08-10 02:12:04 +00:00
Richard M. Stallman
3f8309db3c (describe-function-1): Handle macros properly.
Handle multiple levels of aliases.
1998-08-10 02:02:56 +00:00
Richard M. Stallman
b7f096eeea Whitespace change. 1998-08-10 01:44:59 +00:00
Richard M. Stallman
9cc077f663 (clean-buffer-list-kill-buffer-names): Add `*diff*'.
(clean-buffer-list): Check `buffer-modified-p' only when the
buffer is associated with a file.
(midnight-delay-set): Improve doc.

(midnight-find): Don't use `find'.
1998-08-10 00:01:12 +00:00
Richard M. Stallman
966c0a72c3 (next-error): Doc fix.
(grep): Doc fix.
1998-08-09 06:31:29 +00:00
Richard M. Stallman
8f89dc5682 Load byte-run and format a little earlier. 1998-08-09 06:20:51 +00:00
Richard M. Stallman
3527740ced Don't require font-lock. 1998-08-09 00:58:10 +00:00
Richard M. Stallman
2ed1f669bd (flyspell-command-hook): Option deleted.
(flyspell-mode-on): Delete code to handle flyspell-command-hook.
(flyspell-mode-off): Likewise.
(flyspell-mark-duplications-flag): Doc fix.
(flyspell-duplicate-distance): Doc fix.
(flyspell-duplicate-face): Doc fix.
1998-08-08 23:44:03 +00:00
Richard M. Stallman
1fa0de2c86 (add-hook): Use byte-code-function-p, not compiled-function-p. 1998-08-08 23:08:23 +00:00
Richard M. Stallman
8a288450ca (assoc-default): Rewrite not to use dolist. 1998-08-08 23:07:06 +00:00
Richard M. Stallman
fdbd749a3f Delete the undo-in-progress compatibility code. 1998-08-08 22:22:56 +00:00
Richard M. Stallman
e287d32889 Initial revision 1998-08-08 22:20:17 +00:00
Richard M. Stallman
349b1f3187 (set-rmail-inbox-list): Error if not in Rmail mode. 1998-08-08 21:48:45 +00:00
Richard M. Stallman
eeb0f32736 (forward-paragraph): Fix the logic for handling beginning of buffer
in the "no fill-prefix" case.
1998-08-08 21:31:12 +00:00
Richard M. Stallman
20cf0008ed Require sendmail.
(message-fill-yanked-message): Use mail-citation-prefix-regexp
as an arg to fill-individual-paragraphs.
1998-08-08 21:28:09 +00:00
Richard M. Stallman
1bcedb3b6b Bind case-fold-search to t in many functions. 1998-08-08 21:27:22 +00:00
Eric M. Ludlam
fd7bd989f8 (speedbar-edit-line, speedbar-buffer-kill-buffer,
speedbar-buffer-revert-buffer): Updated buffer finding regex to
handle the [?] tag.
(speedbar-find-selected-file): New function.
(speedbar-clear-current-file): Uses `speedbar-find-selected-file'
(speedbar-update-current-file): Uses `speedbar-find-selected-file',
and now `speedbar-last-selected-file' is defined as the path name
to the file, not just the file itself.
(speedbar-center-buffer-smartly): Fixed center error to handle
the whole buffer.
(speedbar-delete-subblock): Rewrote to be more robust, less clever.
(speedbar-timer-fn): Removed short display time for messages.
1998-08-08 21:20:51 +00:00
Richard M. Stallman
da427818a9 (mail-fetch-field): Doc fix. 1998-08-08 20:45:28 +00:00
Richard M. Stallman
39e643e20a (input-method-exit-on-first-char)
(input-method-use-echo-area): Doc fixes.
1998-08-08 07:20:44 +00:00
Richard M. Stallman
5f42a1d493 (vc-file-not-found-hook): Call vc-file-clearprops. 1998-08-08 07:11:40 +00:00
Richard M. Stallman
8477026148 (flyspell-persistent-highlight): Doc fix. 1998-08-08 06:17:03 +00:00
Richard M. Stallman
346e135fb3 (gnus-startup-file-coding-system): New variable.
(gnus-read-init-file, gnus-read-newsrc-el-file): Use that.
1998-08-08 02:37:58 +00:00
Richard M. Stallman
23c1c5525d (widget-beginning-of-line): Properly handle
multiline fields.  Don't use call-interactively.
(widget-end-of-line): Likewise.
1998-08-08 02:34:05 +00:00
Richard M. Stallman
cef7e1da5f (midnight-delay-set): Use run-hooks directly.
(midnight-timer-function): Function deleted.
1998-08-07 23:43:51 +00:00
Richard M. Stallman
08e77a49f7 (command-line): Require whitespace delimiter when
searching locale-translation-file-name.
1998-08-07 23:25:43 +00:00
Richard M. Stallman
cbb41490e9 (midnight-timer-function): No need to test midnight-mode. 1998-08-07 08:53:47 +00:00
Richard M. Stallman
748b5d1b3e (repeat): Make an undo boundary between repetitions. 1998-08-07 07:57:53 +00:00
Kenichi Handa
39d484ed79 (isearch-process-search-multibyte-characters): Fix previous change. 1998-08-07 05:04:36 +00:00
Kenichi Handa
df765be4fe (quail-update-translation): Delete the
code for handling the case that enable-multibyte-characters is
nil.
1998-08-07 05:04:36 +00:00
Richard M. Stallman
dd1455c208 (split-window-horizontally): Doc fix. 1998-08-06 05:50:47 +00:00
Kenichi Handa
0359db8251 (debugger-outer-unread-post-input-method-events): New variable.
(debug): Bind debugger-outer-unread-post-input-method-events.
Bind unread-post-input-method-events to nil.
(debugger-env-macro): Likewise.
1998-08-06 05:38:11 +00:00
Kenichi Handa
bbb398a13f (isearch-minibuffer-local-map): Bind
the key C-g to exit.
(isearch-minibuffer-self-insert): Use key-binding.  Always call
exit-minibuffer.
(isearch-process-search-multibyte-characters): Use
unread-command-events instead of unread-input-method-events.
Always call isearch-update.
1998-08-06 05:38:11 +00:00
Kenichi Handa
f12d44e5ae (kkc-region): Don't bind echo-keystrokes. 1998-08-06 05:38:11 +00:00
Kenichi Handa
dccca9804d (input-method-exit-on-first-char):
New variable.
(input-method-use-echo-area): New variable.
1998-08-06 05:38:11 +00:00
Kenichi Handa
d91eafdf6b (quail-translation-keymap): Declare it as
variable instead of constant.  Bind all keys less than 32 to
quail-other-command.  Don't bind the key meta-prefix-char and
escape.
(quail-simple-translation-keymap): Likewise.
(quail-conversion-keymap): Bind the key C-h to
quail-translation-keymap.
(quail-define-package): Fix typo in doc-string.
(quail-conversion-str): New variable.
(quail-input-method): Bind buffer-undo-list to t.  Show Quail
guidance buffer if necessary.
(quail-delete-region): Move the definintion before the first
calling place.
(quail-start-translation): Handle the case the arg KEY is nil.
Bind echo-keystrokes and help-char.  Initialize quail-current-str
to "".  If input-method-use-echo-area is non-nil, call
read-key-sequence with appropriate PROMPT arg.  Setup
last-command-event by local variable `keyseq'.  Generate an event
list form quail-current-str.  If input-methodd-exit-on-first-char
is non-nil, return only the first event.
(quail-start-conversion): Likewise.  Initialize
quail-conversion-str to "".  Generate an event list form
quail-conversion-str.
(quail-update-translation): Expect that the function given by
(quail-update-translation-function) returns a new control-flag.
Handle the case the length of quail-current-key is 1.  Use
string-as-unibyte if enable-multibyte-characters is nil.  Always
assures that quail-current-str is Lisp string.
(quail-self-insert-command): Use `or' instead of `unless'.
(quail-update-current-translations): Always assures that
quail-current-str is Lisp string.
(quail-next-translation-block): Update unread-command-events
correctly.
(quail-abort-translation): Set quail-current-str to nil.
(quail-conversion-delete-char): Update quail-conversion-str.
(quail-conversion-delete-tail): Likewise.
(quail-conversion-backward-delete-char): Likewise.
(quail-show-guidance-buf): Show Quail guidance buffer not in echo
area if input-method-use-echo-area is non-nil.
(quail-show-translations): Bind current-translations locally to
quail-current-translations to get this value across different
buffers.  Handle the case that the length quail-current-key is 0.
(quail-translation-help): If this command is invoked repeatedly,
scroll the already shown help window.  Handle the case that this
command is called while converting (not translating).
(quail-conversion-help):  This function deleted and the
functionality is merged to quail-translation-help.
1998-08-06 05:38:11 +00:00
Richard M. Stallman
ef96556f84 (top-level let): add defsubst. 1998-08-05 20:41:55 +00:00
Richard M. Stallman
90d56ed8b0 (rmail-encoded-pop-password): New variable. 1998-08-05 20:31:24 +00:00
Dave Love
575f522f3a (iso-spanish, iso-german, iso-iso2tex,
iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Add
optional (but ignored) arg `buffer' for format-{de,en}code.  Doc
fix.  Add * to interactive spec.  Add autoload cookie.
(iso-cvt-read-only, iso-cvt-write-only): Add doc, autoload cookie.
(iso-cvt-define-menu): Add autoload cookie.
1998-08-05 18:41:26 +00:00
Richard M. Stallman
08b59cd333 (byte-compile-from-buffer): Make the output buffer multibyte. 1998-08-05 17:59:36 +00:00
Richard M. Stallman
463deb6667 (scroll-bar-mode): Doc fix. 1998-08-05 07:09:48 +00:00
Eric M. Ludlam
61d7e1dc5b Updated refresh messages to clear themselves. 1998-08-04 13:58:39 +00:00
André Spiegel
b73820b00c (vc-backend-merge-news): Account for `already contains the
differences' state.
1998-08-04 13:14:41 +00:00
Eli Zaretskii
be02cd54b3 (find-new-buffer-file-coding-system): When
inhibit-eol-conversion is non-nil and the buffer didn't already
set a fully-qualified coding system, force -unix eol-type.
1998-08-04 10:27:45 +00:00
Richard M. Stallman
fabcd845a0 (Info-find-node): Once again, use byte-to-position. 1998-08-04 09:40:04 +00:00
Richard M. Stallman
949b810e82 (vcursor group): Move this to `editing' group. 1998-08-04 09:34:25 +00:00
Richard M. Stallman
c2705d61de (comint-bol-or-process-mark): Refer to this command's name correctly. 1998-08-04 09:30:02 +00:00
Richard M. Stallman
716184d455 (set-default-coding-systems):
In --unibyte mode, don't set default-file-name-coding-system.
1998-08-04 09:18:36 +00:00
Richard M. Stallman
b2f9ab3cf5 (clean-buffer-list-kill-regexps): Init to nil, as before.
(clean-buffer-list-kill-buffer-names): Add *vc* and *vc-diff*.
(clean-buffer-list-delay): Rename arg.
(clean-buffer-list): Doc fix.
(midnight-period): Doc fix.
1998-08-04 05:36:07 +00:00