1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-20 04:50:55 -07:00
Commit graph

2004 commits

Author SHA1 Message Date
Richard M. Stallman
9d021db37b (dbx): For gud-break, send a file command and a stop command. 1993-07-27 05:51:39 +00:00
Richard M. Stallman
604ea1aaa3 Doc fixes. 1993-07-27 05:48:57 +00:00
Richard M. Stallman
0eb9fef353 (font-menu-add-default): New function. 1993-07-26 20:04:19 +00:00
Richard M. Stallman
efd19407f2 (normal-top-level): Call font-menu-add-default. 1993-07-26 20:03:00 +00:00
Richard M. Stallman
4c7f5b007a Comment fix. 1993-07-26 18:40:03 +00:00
Roland McGrath
8570b0ca3c (read-expression-history): New defvar.
(eval-expression): Use it has history var in interactive spec.
1993-07-26 18:32:07 +00:00
Richard M. Stallman
fcadf1c77d (kill-ring-save): Delete spurious `message' call.
(set-mark): If POS is nil, call deactivate-mark.
1993-07-26 07:31:11 +00:00
Richard M. Stallman
3bbf636395 (indent-c-exp): When previous line ends in comma,
use calculate-c-indent.  Fix the "inner loop" to properly detect
a line that ends outside of comments and strings.
1993-07-26 07:10:13 +00:00
Richard M. Stallman
83e37cb6e8 (c++-mode-syntax-table): Handle C-style comments. 1993-07-26 06:13:03 +00:00
Richard M. Stallman
cf39fa9b4e (dired-readin-insert): If we got a list of files,
pass nil for WILDCARD arg to dired-insert-directory.

(dired-readin-insert): Don't use the "whole directory"
case if DIR-OR-LIST is a list.
1993-07-26 05:56:43 +00:00
Richard M. Stallman
a9fa0bd5a6 (insert-directory): Make sure default-directory is absolute.
(set-auto-mode): Fix backwards test involving inhibit-local-variables-regexps.
1993-07-26 05:55:40 +00:00
Richard M. Stallman
af1b8606a7 (vc-backend-steal): Pass arg omitted in last change. 1993-07-25 22:36:03 +00:00
Richard M. Stallman
5c2867e055 (x-selection-timeout): Use 20000 as default. 1993-07-25 22:32:07 +00:00
Richard M. Stallman
fa21fdecc7 (x-fixed-font-alist): Give some fonts long patterns.
Delete 9x15 bold and 8x13 and 8x13 bold.  Add some fonts.
1993-07-25 20:46:18 +00:00
Richard M. Stallman
2666a6a5b9 (x-select-text): Never set the CLIPBOARD selection.
(x-cut-buffer-or-selection-value): Try PRIMARY before cut buffer.
(x-cut-buffer-max): Set based on x-server-max-request-size.
1993-07-25 20:30:04 +00:00
Richard M. Stallman
4eb5bf462d (unrmail): Total rewrite. 1993-07-25 02:19:59 +00:00
Richard M. Stallman
6e446ebbcc (rmail-output): New arg NOATTRIBUTE. 1993-07-25 02:19:47 +00:00
Richard M. Stallman
e76841099a (rmail-output-to-rmail-file): Set rmail-last-rmail-file
while reading the interactive args.
(rmail-output): Likewise, for rmail-last-file.
(rmail-output-to-rmail-file): Use default-file consistently.
1993-07-24 21:16:29 +00:00
Richard M. Stallman
b1d9bfa735 (rmail-last-rmail-file): Initialize to a file name.
(rmail): Don't set rmail-last-rmail-file.

(rmail-forward): Call rmail-start-mail for new frame
even if just one window.
(rmail-start-mail): Return what mail-other-frame returned.
1993-07-24 20:20:22 +00:00
Richard M. Stallman
166aaf6fb5 (occur): If no default, don't mention one. 1993-07-24 18:42:33 +00:00
Richard M. Stallman
f05f43e747 (Info-select-node): Run Info-selection-hook. 1993-07-24 17:35:02 +00:00
Richard M. Stallman
1c0b374342 (tar-parse-info, tar-header-offset, tar-superior-buffer)
(tar-superior-descriptor): Make them permanent locals.
(tar-mode): Call kill-all-local-variables.
Locally set enable-local-variables to nil.
1993-07-24 08:42:00 +00:00
Richard M. Stallman
e8608d6a08 (ispell-point): Do nothing if there's no word at START. 1993-07-24 05:33:38 +00:00
Richard M. Stallman
4ccadbc039 entered into RCS 1993-07-23 19:31:05 +00:00
Richard M. Stallman
9a5e9959b5 Initial revision 1993-07-23 19:28:14 +00:00
Richard M. Stallman
a198209040 (doctor-type-symbol): Win if auto-fill-function is nil. 1993-07-23 18:33:00 +00:00
Richard M. Stallman
f65069352a (advance-direction): Set kp-f3, not kp-f1. 1993-07-23 18:15:22 +00:00
Richard M. Stallman
8c3c073af8 Minor error in previous change. 1993-07-23 17:53:50 +00:00
Richard M. Stallman
14324c4d46 (x-select-text): Always set the cut buffer,
but sometimes set it to nothing.  Don't put large strings in clipboard.
1993-07-23 17:24:45 +00:00
Richard M. Stallman
60d38d308a entered into RCS 1993-07-23 16:57:24 +00:00
Richard M. Stallman
1ec9e15b44 (font-lock-after-change-function):
Scan for comments and strings from beg of line.
(c-font-lock-keywords-1): Recognize &, like *, before fn name.
(perl-font-lock-keywords): Put digit 1 into function-name-face items.
Allow whitespace before the open-brace.
1993-07-23 05:10:00 +00:00
Richard M. Stallman
220eb88b39 (sort-skip-fields): Really implement fields as runs
of nonwhitespace chars.
(sort-fields, sort-float-fields, sort-numeric-fields):
Don't subtract 1 when calling sort-skip-fields.
1993-07-23 04:44:06 +00:00
Richard M. Stallman
785080c58c (x-select-text): Limit size of text sent to cut buffer. 1993-07-23 01:43:39 +00:00
Richard M. Stallman
f4ebbdbe78 (keyboard-translate): Properly lengthen existing table. 1993-07-22 22:28:36 +00:00
Paul Eggert
d76b8d38bc > (vc-backend-revert): Use `co -f' instead of deleting the
working file ourselves; that way, if `co' fails, we won't have
deleted the working file.
(vc-backend-steal):  Don't delete the working file.  Use `rcs -u -l',
not `rcs -u ; rcs -l'; it's faster.  Use vc-backend-dispatch -- the
old code couldn't have possibly worked.
1993-07-22 10:57:46 +00:00
Richard M. Stallman
fba985162a (map-y-or-n-p): If LIST is nil, just return. 1993-07-22 07:17:28 +00:00
Richard M. Stallman
367ee8f4d0 (mouse-secondary-save-then-kill): When making the undo item,
use an integer, not a marker, for the position.
1993-07-22 07:15:49 +00:00
Richard M. Stallman
26d86f19f9 (mouse-set-font): Update faces bold, italic and bold-italic. 1993-07-22 06:20:40 +00:00
Richard M. Stallman
313d590c15 (perl-font-lock-keywords): Add a `(... . 1)' to the
first element of the list.
(font-lock-hack-keywords, font-lock-unfontify-region)
(font-lock-fontify-region): Bind buffer-read-only to nil,
and don't alter buffer-modified-p.
(font-lock-fontify-region): Use comment-start-skip, not comment-start.

(font-lock-function-name-face): defvar renamed.
(font-lock-hack-keywords): Evaluate face specs from keyword list.
1993-07-22 06:12:37 +00:00
Richard M. Stallman
23b97eb96a (complete): Use sit-for, not cmpl19-sit-for. 1993-07-22 05:49:37 +00:00
Richard M. Stallman
ac29eb79ce (completion-list-mode): Renamed from completion-mode.
(completion-list-mode-map): Likewise.
1993-07-22 05:47:10 +00:00
Richard M. Stallman
c52e4104a1 (parse-colon-path): Really make nil, not ".", for empty path element. 1993-07-22 05:34:53 +00:00
Richard M. Stallman
0a933d4b4f (generate-file-autoloads): Bind float-output-format.
Bind print-escape-newlines.
1993-07-21 22:37:55 +00:00
Richard M. Stallman
8e0ed2de52 Try deleting version.el if it's not writable. 1993-07-21 22:16:11 +00:00
Richard M. Stallman
4b7802ed14 *** empty log message *** 1993-07-21 21:44:24 +00:00
Richard M. Stallman
d4029c897c (Man-set-fonts): Don't look for another char after
the backspace; instead look for a sequence CHAR BS CHAR BS CHAR BS...
Delete all the CHAR BS pairs found, after making the text property.
1993-07-21 09:05:18 +00:00
Richard M. Stallman
3746159f73 (indent-c-exp): Call calculate-c-indent-within-comment when appropriate. 1993-07-21 08:50:30 +00:00
Richard M. Stallman
9ce49c8d77 (indent-c-exp): If ENDPOS, always set OPOINT
to the function start.  And don'tindet a line which is past ENDPOS.
Don't indent a comment on the first line if it's the only
thing on that line.
1993-07-21 08:44:36 +00:00
Richard M. Stallman
f767385c90 (mouse-drag-region): Use deactivate-mark. 1993-07-21 07:40:12 +00:00
Richard M. Stallman
e33e80e4a1 (parse-colon-path): Turn empty substring into nil. 1993-07-20 22:04:53 +00:00