1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00
Commit graph

11724 commits

Author SHA1 Message Date
Richard M. Stallman
077fcb28fa (modify-face-read-string): Return (nil) for "none".
(modify-face): Don't get error if (nil) is the argument.
(face-try-color-list): Don't check whether nil is a valid color.
1998-10-19 18:25:59 +00:00
Kenichi Handa
df0415c50f Setup auto-fill-chars. 1998-10-19 00:40:10 +00:00
Kenichi Handa
11e60d924c (kinsoku): Check the variable enable-kinsoku. 1998-10-19 00:40:10 +00:00
Kenichi Handa
22c47bc5ff (do-auto-fill): Don't check kinsoku-enable here.
Don't call kinsoku directly, intead call fill-find-break-point.
1998-10-19 00:40:10 +00:00
Kenichi Handa
9732380494 Setup `fill-find-break-point-function'
property to character sets which require `kinsoku' processing for
filling.
(fill-find-break-point): New function.
(fill-region-as-paragraph): Don't check kinsoku-enable here.
Don't call kinsoku directly, intead call fill-find-break-point.
1998-10-19 00:40:10 +00:00
Richard M. Stallman
080434ef3e (byte-recompile-directory):
Print message about each directory, even in batch mode.
1998-10-17 20:20:46 +00:00
Richard M. Stallman
5cc7d37c6e Require `cl' before using nnoo-declare. 1998-10-17 20:17:09 +00:00
Richard M. Stallman
d59cd65786 (ps-mule-chars-in-string): No need to use sref.
(ps-mule-string-char): No need to use sref.
(ps-mule-next-index): No need to use sref.
1998-10-17 19:51:34 +00:00
Richard M. Stallman
68ccc91f99 (ange-ftp-waiting-flag): defvar moved. 1998-10-17 19:48:04 +00:00
Richard M. Stallman
b9ca3cdb31 (tar-mode): Locally set file-precious-flag. 1998-10-17 19:22:41 +00:00
Richard M. Stallman
938c647261 (archive-mode): Locally set file-precious-flag. 1998-10-17 19:21:37 +00:00
Richard M. Stallman
362ae0b3f8 (shell-input-autoexpand): Fix customization group. 1998-10-17 15:29:39 +00:00
Richard M. Stallman
62ef18ce5a (whois-server-list): Fix customization type. 1998-10-17 15:26:29 +00:00
Richard M. Stallman
83a03f4d38 (default-input-method): Fix custom type. 1998-10-17 15:25:27 +00:00
Richard M. Stallman
7540af8576 (repeat): Handle keyboard macros properly.
Handle new prefix arg after self-insert command.

Don't include cl even at compile time.
(repeat): Avoid using `loop'.
1998-10-16 19:40:12 +00:00
Richard M. Stallman
5de148a204 (find-file-wildcards): New option.
(find-file-noselect): Handle wild cards, if enabled.
(file-expand-wildcards): New function.
1998-10-16 19:20:55 +00:00
Richard M. Stallman
8109154312 (next-history-element): Special error message if no default. 1998-10-16 19:15:04 +00:00
Richard M. Stallman
8923a211e8 (shell-command-on-region): Doc fix. 1998-10-16 18:07:03 +00:00
Richard M. Stallman
79080fa086 (ps-print-buffer): Doc fix.
(ps-despool): Likewise.
1998-10-15 16:07:40 +00:00
Richard M. Stallman
0d0587b9a2 (arc-mode): Provide arc-mode. 1998-10-15 15:07:35 +00:00
Richard M. Stallman
5ac0cb14e9 (ps-print-buffer): Doc fix. 1998-10-14 20:10:01 +00:00
Richard M. Stallman
1c20c5890a (vhdl-add-index-menu): reverse order in imenu-generic-expression.
(vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
(vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
(vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
(vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
(vhdl-when): Fix indentation problem.
(vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
(vhdl-get-port, vhdl-get-generic): Bug fix in template.
(vhdl-hooked-abbrev): Bug fix in hooked abbrev.
1998-10-14 19:55:35 +00:00
Dave Love
7218b1d448 (ange-ftp-read-passwd): Function deleted.
(ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
(ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
1998-10-14 18:18:52 +00:00
Dave Love
46d4d7bffa 1998-10-14 Dave Love <fx@gnu.org>
* progmodes/fortran.el (fortran-mode-map): Change "Join
	Continuation Line" to "Join Line".
	(font-lock-keywords-1): Add "cycle", "exit".

1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>

	* progmodes/fortran.el (fortran-join-line): Use
	`delete-indentation' instead of issuing an error message if not on
	a continuation line.  Provide for joining several lines using
	prefix arg.
1998-10-14 18:09:05 +00:00
Eli Zaretskii
a0c712aea8 (msdos-color-values): New variable.
(x-color-values): New function, emulates its namesake from src/xfns.c.
(msdos-bg-mode): Add all dark colors to those which return "dark".
1998-10-14 15:11:12 +00:00
Richard M. Stallman
0a6f5134bd (uce-reply-to-uce): Bind case-fold-search. 1998-10-14 12:49:31 +00:00
Richard M. Stallman
d2a0ee8b79 (keep-lines, flush-lines, how-many):
Don't ignore case if arg has upper case letters.
1998-10-14 12:47:18 +00:00
Kenichi Handa
0513425723 (make-coding-system): Create -with-esc variant coding system. 1998-10-14 12:41:02 +00:00
Geoff Voelker
0cb0ba6c86 (ls-lisp-use-insert-directory-program): New variable.
(ls-lisp-insert-directory): Renamed from insert-directory.
(insert-directory): New function.
1998-10-14 03:43:20 +00:00
Richard M. Stallman
e323ab22c3 (lisp-complete-symbol): Don't bind completion-fixup-function. 1998-10-13 23:56:32 +00:00
Richard M. Stallman
7d22ed15b7 (completion-fixup-function): Variable deleted.
(completion-setup-function): Delete code for completion-fixup-function.
1998-10-13 23:55:45 +00:00
Richard M. Stallman
923efb99ce (set-fill-column): Doc fix. 1998-10-13 15:47:40 +00:00
Richard M. Stallman
fb035bbfe1 (smtpmail-send-data-1): Use encode-coding-string.
(smtpmail-address-buffer): Add defvar.
(smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
1998-10-13 15:32:12 +00:00
Richard M. Stallman
88b5c6b38e (ffap-machine-p-local): Fix editing error. 1998-10-13 15:31:30 +00:00
Andreas Schwab
4e391a67d1 (hide-ifdef-env, hif-outside-read-only):
Move declaration before first use.
(hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
hif-math, hif-factor): Rename token to hif-token and token-list to
hif-token-list.
(hif-token, hif-token-list): Declare them.
(hif-find-ifdef-block): Return cons of top and bottom point
instead of setting dynamically bound variables.
(hide-ifdef-block, show-ifdef-block): Use return value of
hif-find-ifdef-block.
1998-10-13 09:52:54 +00:00
Richard M. Stallman
2a56a3540b (telnet-initial-filter): Use clear-this-command-keys. 1998-10-13 03:45:04 +00:00
Richard M. Stallman
8723b7f3eb (read-passwd): Use clear-this-command-keys. 1998-10-13 03:44:06 +00:00
Richard M. Stallman
66bd5242de (nntp-possibly-change-group): Allow for unexpected
responses to GROUP command, since this may be called from a timer
with quit inhibited.
1998-10-13 03:24:50 +00:00
Richard M. Stallman
c03adfbdf1 (pop3-open-server): Bind coding-system-for-read and ...-for-write. 1998-10-12 23:15:16 +00:00
Kenichi Handa
1a30e04cf7 (ccl-compile-if): If there's no false-cmds,
set unconditional-jump to nil.
(ccl-compile-read-multibyte-character): Return nil.
(ccl-compile-write-multibyte-character): Likewise.
(ccl-compile-translate-character): Likewise
(ccl-compile-map-multiple): Likewise.
(ccl-compile-map-single): Likewise.
1998-10-12 12:00:44 +00:00
Kenichi Handa
4c0f64264f Add coding tag.
(kinsoku-bol): Remove superfluous TAB in a string.
1998-10-12 12:00:44 +00:00
Kenichi Handa
2a17b6388c (find-coding-systems-for-charsets):
Delete `composition' (if any) from CHARSETS.
1998-10-12 12:00:44 +00:00
Richard M. Stallman
b0648a0090 (setup-specified-language-environment): Add apropos-inhibit property.
(describe-specified-language-support): Likewise.
1998-10-12 06:13:42 +00:00
Richard M. Stallman
4fba3b2c06 (Info-insert-dir): Detect and report problems
in input files, such as "No Top node".  Return with point
at the beginning of the text.
(Info-find-node): Reinsert the code to handle files
with no tags table; it was deleted by mistake.
1998-10-11 22:44:46 +00:00
Richard M. Stallman
d5792fb2eb (tags-loop-revert-buffers): New variable.
(next-file): Optionally offer to revert a file's buffer,
if it has an existing buffer but the file has changed.
1998-10-11 22:17:03 +00:00
Richard M. Stallman
af58447241 (texinfo-make-menu): Don't let
texinfo-find-higher-level-node repeatedly find the same node.
(texinfo-find-higher-level-node): Doc fix.
1998-10-11 12:47:19 +00:00
Richard M. Stallman
7163b71c97 (feedmail-queue-runner-is-active): Definition moved. 1998-10-10 14:06:14 +00:00
Richard M. Stallman
49cd149a22 (frame-set-background-mode): Don't do anythung for text-only or MSDOS frame. 1998-10-10 12:10:30 +00:00
Richard M. Stallman
cebe85e9df (pop3-open-server): Set process-coding-system-alist around open-network-stream. 1998-10-08 09:58:00 +00:00
Kenichi Handa
7b5ebb0049 (quail-defrule): New optional arg APPEND.
(quail-defrule-internal): Fix bug of handling the argument APPEND.
1998-10-08 06:45:36 +00:00