1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

4769 Commits

Author SHA1 Message Date
Richard M. Stallman
efa2bb9cc8 (find-grep-options): Use -q on non-BSD systems.
(find-ls-option): Don't ask for inode numbers.
1994-12-15 12:16:29 +00:00
Richard M. Stallman
ec121badad (isearch-mode-map): Move the code to set up the meta submap earlier in
the expression.
1994-12-15 02:06:45 +00:00
Richard M. Stallman
1c6c6fde92 (buffer-quit-function): New variable.
(keyboard-escape-quit): Use it.

(delete-completion-window): New function.
(completion-list-mode-map): Bind that to ESC ESC ESC.

(keyboard-escape-quit): Bind this globally to ESC ESC ESC.
1994-12-15 02:02:04 +00:00
Richard M. Stallman
80f14e531f (PC-do-completion): If complete but not unique,
the second time in a row, give a list of completions.
(PC-do-complete-and-exit, PC-do-completion): Use [...] in messages.
1994-12-15 02:00:11 +00:00
Richard M. Stallman
487d5fb248 (apropos-match-keys): Handle menu bindings with cached equivalent keys.
(apropos-match-keys): Handle minor mode maps
and overriding-local-map.
1994-12-15 01:56:13 +00:00
Richard M. Stallman
b448bfa028 (rmail-ignored-headers): Delete junk from definition. 1994-12-14 19:59:12 +00:00
Richard M. Stallman
4d33492ad6 (perform-replace): Report number of replacements when done.
(query-replace, query-replace-regexp, replace-string)
(map-query-replace-regexp. replace-regexp): No message here.
1994-12-14 03:44:51 +00:00
Richard M. Stallman
a1a4d0bc34 (Info-split): Fix 1-off error in subfile position. 1994-12-14 03:38:52 +00:00
Richard M. Stallman
d10ad24f45 (occur): Escape newlines when printing regexp. 1994-12-13 22:13:40 +00:00
Richard M. Stallman
6b1e327109 (Info-tagify): Avoid 1-off error in position of a tag. 1994-12-13 18:53:37 +00:00
Richard M. Stallman
f0653de774 (insert-kbd-macro): Specially handle C-\, M-\ and C-M-\.
Only convert the character syntax if definition is a string.
1994-12-13 18:47:37 +00:00
Richard M. Stallman
fce47eeafe (ignored-local-variables): Mark it risky. 1994-12-13 13:44:20 +00:00
Richard M. Stallman
07f9b3e6a5 (rmail-summary-goto-msg): When highlighting,
don't skip 1st char on line if it isn't a space.
1994-12-11 09:16:23 +00:00
Richard M. Stallman
3b5e348ccc (vc-dir-all-files): New function.
(vc-directory): Show just one directory by default.
Read dir name in minibuffer.
(vc-directory-18): Deleted.
1994-12-10 09:15:58 +00:00
Karl Heuer
e29702dd6f Added ispell-offset for version consistency.
(ispell-dictionary-alist): updated dictionaries & better match defaults
(ispell-alternate-dictionary): added /usr/shar path
(ispell-menu-map-needed): redo changes that made this incompatible
with earlier versions of emacs19.
(ispell-required-version): changed to assure version 3.1.12 accessed.
(ispell-word): Correctly accept buffer-local information.
Does not try to modify read-only buffer on 'm' command.
(ispell-command-loop): fixed bug that corrupted buffers.
removed scrolling when *Choices* buffer shrinks.
(check-ispell-version): Correctly identifies new version requirements.
(ispell-region): Interaction updated for version 3.1.12+
Buffer read-only modification improvement.  Dictionary messages added.
(ispell-message-text-end): skips additional shell files.
(ispell-buffer-local-parsing): extended-char mode now matches text mode
1994-12-10 02:01:31 +00:00
Karl Heuer
33f54425db Add patterns for asm-mode. 1994-12-09 06:24:22 +00:00
Karl Heuer
6054fcc645 (set-auto-mode): Don't get confused by anything ending in "mode:" which isn't
a mode spec.
1994-12-09 06:14:44 +00:00
Edward M. Reingold
26b6f04083 Mention Hochleitner's correlation. 1994-12-08 18:51:35 +00:00
Richard M. Stallman
ce992678f7 (rlogin-initially-track-cwd): Now a 3-way flag.
(rlogin): Handle that.
1994-12-08 15:05:58 +00:00
Richard M. Stallman
f0ed29b2f0 (telnet): Don't make assumptions about process name.
(telnet-send-process-next-char): Renamed from send-...
1994-12-07 13:17:48 +00:00
Richard M. Stallman
884d69bd90 (nntp-buggy-select): Delete usg-unix-v from list. 1994-12-07 12:48:36 +00:00
Richard M. Stallman
9888aa65fd (dired-insert-directory): Quote certain chars with \.
(dired-get-filename): Always unquote \ quoting.
1994-12-07 10:57:12 +00:00
Richard M. Stallman
cf7c846398 (comint-mode-map): Treat C-up, C-down like M-p, M-n. 1994-12-07 10:25:44 +00:00
Karl Heuer
cf18c844a9 (ange-ftp-set-binary-mode): Ignore hash size if nil.
(ange-ftp-set-ascii-mode): Likewise.
1994-12-06 00:19:09 +00:00
Richard M. Stallman
19993c5484 (isearch-cancel): New function.
(isearch-mode-map): Bind that to ESC ESC ESC.
1994-12-05 19:34:52 +00:00
Simon Marshall
9e116f87ad Comment out Oct 18 change to font-lock-after-change-function 1994-12-05 13:38:11 +00:00
Richard M. Stallman
ef94699862 (electric-buffer-menu-mode-map):
Bind ESC ESC ESC to Electric-buffer-menu-quit.
1994-12-05 11:01:40 +00:00
Richard M. Stallman
c4b55ff15c (fill-region-as-paragraph): If region starts in mid-line,
don't fill the text before that, but count it for indentation.
(fill-region): If region starts in mid-line, keep whole line
in the region, but pass the region start to fill-region-as-paragraph.
1994-12-04 19:49:21 +00:00
Richard M. Stallman
39b3b754b5 At compile time, discard any defsubr definitions
in the Emacs doing the compilation.
1994-12-04 16:51:38 +00:00
Richard M. Stallman
e230790596 (bibtex-mode-map): Delete binding for ".
Don't load in tex-insert-quote.
1994-12-04 14:37:24 +00:00
Richard M. Stallman
feaad827a6 (face-name, face-id, face-foreground, face-background)
(face-font, face-stipple, face-underline-p): Change defsubst to defun.
(set-face-font, set-face-foreground, set-face-background)
(set-face-stipple, set-face-underline-p): Change defsubst to defun.
1994-12-04 14:18:45 +00:00
Richard M. Stallman
9b0bf2b6bd (replace-string, query-replace): Doc fixes. 1994-12-04 12:52:52 +00:00
Richard M. Stallman
bcddd52e8c (rmail-get-new-mail): Position on first unseen message.
Return t if actually got new mail.
(rmail): Show rmail-first-unseen-message if got no new mail.
1994-12-03 18:29:24 +00:00
Karl Heuer
c4613e62bd (rmail-output): Don't quote "From " lines unless the capitalization is exact. 1994-12-02 02:08:31 +00:00
Simon Marshall
0caef3e3b7 Added defaults for grayscale font-lock-reference-face. 1994-12-01 14:00:16 +00:00
Karl Heuer
ea9ceb343e (sendmail-send-it): Add `From:' header.
(mail-from-style): New variable.
1994-11-30 22:03:35 +00:00
Roland McGrath
2d325322c1 (compilation-next-error-locus): Finish last change. 1994-11-30 21:48:37 +00:00
Karl Heuer
4b8b296e5c (gud-basic-call): Detect error earlier. 1994-11-30 21:44:25 +00:00
Karl Heuer
48c454c716 (system-key-alist): Extra keys are F36 and F37. 1994-11-30 21:41:10 +00:00
Karl Heuer
615b306cf5 (imenu-generic-expression): New variable.
(imenu-example--generic-c++-expression): New variable.
(imenu-example--generic-texinfo-expression): New variable.
(imenu-example--generic-latex-expression): New variable.
(imenu-example--create-c++-index): Deleted.
(imenu-example--function-name-regexp-c++): Deleted.
(imenu--generic-function): New function.
(imenu--generic-extract-name): New function.
(imenu-default-create-index-function): Added the generic function calls for
the provided examples.
1994-11-30 20:50:33 +00:00
Roland McGrath
4ad26d84e1 (compilation-next-error-locus): Parsed column numbers are 1-origin. 1994-11-30 19:37:48 +00:00
Edward M. Reingold
bcbb4a0a25 Mention cal-x.el in comments. 1994-11-29 15:58:53 +00:00
Edward M. Reingold
38e3261c9f Initial revision 1994-11-29 15:53:55 +00:00
Richard M. Stallman
c66587feff (keyboard-escape-quit): New command.
(beginning-of-buffer, end-of-buffer):
With argument, calculate fraction wrt accessible portion of buffer.
1994-11-28 19:44:16 +00:00
Richard M. Stallman
3a0e84672c Handle pilcrow, paragraph and pound signs.
Use \aa, \AA for a-with-ring.
1994-11-28 18:45:55 +00:00
Richard M. Stallman
caeb79ef07 (calculate-c-indent): Handle a top-level decl with multiple paren groups. 1994-11-28 16:53:54 +00:00
Richard M. Stallman
d390e294f5 (gnus-default-nntp-server): Doc fix. 1994-11-28 13:55:57 +00:00
Richard M. Stallman
46e4828217 Many doc fixes. Fix progress message formats.
(gnus-article-prev-digest): Rename arg to n.
(gnus-summary-next-digest, gnus-summary-prev-digest): Likewise.
(file-newer-than-file-p): Definition deleted.
1994-11-28 13:54:27 +00:00
Richard M. Stallman
056ab24479 (imenu): Widen temporary before scan the file.
Widen if the user asks to move to an object
that is outside the current accessible region.
1994-11-24 11:26:41 +00:00
Richard M. Stallman
e6d63effab (occur): Put number of matches in the header line. 1994-11-24 08:39:41 +00:00
Richard M. Stallman
48a0ae63d2 (double-mode-name): Variable deleted.
(minor-mode-alist): Use a constant string to indicate Double mode.
1994-11-23 23:19:43 +00:00
Richard M. Stallman
3ffefa7935 (Info-follow-reference): Use regexp-quote. 1994-11-23 19:56:15 +00:00
Richard M. Stallman
59f4a401d6 (map-y-or-n-p): Handle exit-prefix as definition of char. 1994-11-23 09:11:05 +00:00
Richard M. Stallman
d9121bc0e6 (query-replace-map): Define \e and escape as exit-prefix.
(perform-replace): When exiting and rereading, set
this-command to mode-exit.
1994-11-23 09:10:36 +00:00
Richard M. Stallman
5b3dd5e8b8 (Calling menu-bar-enable-clipboard): Be less selective matching Suns. 1994-11-23 04:46:14 +00:00
Richard M. Stallman
3cdcc6111b (lpr-page-header-switches): Use -f by default.
(lpr-headers-switches): Make it a list.
1994-11-22 21:26:19 +00:00
Richard M. Stallman
5d771766ab (append-to-buffer): Don't use current buffer as default. 1994-11-22 19:19:42 +00:00
Roland McGrath
f797cb30c9 (vc-backend-checkout): Finish last change. 1994-11-22 12:23:40 +00:00
Roland McGrath
0fb16286c2 (vc-checkout-switches): New variable.
(vc-backend-checkout): Use it.
1994-11-22 11:43:54 +00:00
Richard M. Stallman
38550ee1d8 entered into RCS 1994-11-22 10:47:06 +00:00
Richard M. Stallman
bed6a98d6f (gud-gdb-marker-filter, gud-irixdbx-marker-filter)
(gud-perldb-marker-filter, gud-mipsdbx-marker-filter):
No need for save-match-data.
1994-11-22 04:42:56 +00:00
Richard M. Stallman
1f66361e08 (timer-process-filter): No need for save-match-data. 1994-11-22 04:38:30 +00:00
Richard M. Stallman
1d56cc39c1 (Man-bgproc-sentinel): No need for save-match-data. 1994-11-22 04:37:43 +00:00
Richard M. Stallman
713dca1ca4 (kill-region): Use = to compare positions. 1994-11-22 02:52:14 +00:00
Richard M. Stallman
8273423646 (compare-windows): Push mark in both buffers at start. 1994-11-20 21:55:55 +00:00
Richard M. Stallman
3753ab6f45 (rmail-summary-scroll-msg-up): If at end of message,
advance to the next message.
(rmail-summary-scroll-msg-down): If at beginning of message,
advance to the previous message.
1994-11-20 15:01:14 +00:00
Richard M. Stallman
3f53ddd000 (command-line-1): Handle long options --funcall, --load, --insert, --kill.
(command-line): Don't leave argval set if option not really a long one.
1994-11-19 20:42:26 +00:00
Richard M. Stallman
e491912f6b (x-option-alist): New variable now holds
list of short options.  Don't set command-switch-alist.
(x-long-option-alist): New variable.
(x-handle-args): Detect long options and convert to short.
1994-11-19 20:33:22 +00:00
Richard M. Stallman
65091471be (gomoku-click): New function.
(gomoku-mode-map): Put it on Mouse-2.
1994-11-19 14:52:57 +00:00
Richard M. Stallman
b59f6d7a68 (start-process-shell-command): Don't use `exec'--
run the command in a child process.
1994-11-19 14:06:09 +00:00
Richard M. Stallman
cc66b32b04 (start-process-shell-command): Function deleted. 1994-11-19 14:03:23 +00:00
Richard M. Stallman
4099a32dc9 (face-color-supported-p): New function.
(face-try-color-list): Use that.
1994-11-19 11:12:16 +00:00
Richard M. Stallman
547d70f520 Comment change. 1994-11-19 05:24:57 +00:00
Richard M. Stallman
0ad0f28fce (picture-self-insert): Use last-command-event,
not last-input-char.
(picture-mode-map): Make the keymap vector 256 chars long.
Fix typo `newline-andindent'.
1994-11-18 20:37:28 +00:00
Richard M. Stallman
af8eb50dd2 (batch-byte-compile-emacs): New function. 1994-11-18 17:50:37 +00:00
Richard M. Stallman
e85c9f90e8 Initial revision 1994-11-18 17:42:26 +00:00
Richard M. Stallman
58cabff051 (mail-setup): Make fill-column wide for the in-reply-to. 1994-11-18 16:41:07 +00:00
Karl Heuer
626a097ccf (kill-region): Set this-command unconditionally. 1994-11-18 07:47:19 +00:00
Edward M. Reingold
7c77d66546 Get rid of edit menu. 1994-11-17 21:49:27 +00:00
Edward M. Reingold
8f12817f58 Undefine kill-region and copy-region-as-kill. 1994-11-17 21:49:00 +00:00
Richard M. Stallman
dc554c3acc (backup-buffer): Use file-ownership-preserved-p. 1994-11-17 16:53:01 +00:00
Richard M. Stallman
91f1c349d4 (timer-process-filter): Use save-match-data. 1994-11-17 16:50:21 +00:00
Richard M. Stallman
ab041f09cb (rmail-fields-not-to-output): New variable.
(rmail-delete-unwanted-fields): New function.
(rmail-output, rmail-output-to-rmail-file): Call it.
1994-11-17 16:48:10 +00:00
Richard M. Stallman
7c7daa220d (set-keymap-parent): Fix bug in case of empty keymap.
(switch-to-other-buffer): Fix one-off error.
1994-11-17 16:01:49 +00:00
Richard M. Stallman
2f9a1ee283 (timezone-parse-date): Handle two new formats (6 and 7). 1994-11-16 22:21:39 +00:00
Richard M. Stallman
350b75679b (substitute-key-definition): Don't recursively scan
where OLDMAP has a submap but KEYMAP does not.
1994-11-16 20:35:34 +00:00
Richard M. Stallman
61c6f8734b (dired-collect-file-versions): Discard version #s from
arg; then do nothing if already in dired-file-version-alist.
1994-11-16 14:26:42 +00:00
Roland McGrath
9c833060e3 (tags-query-replace): Use query-replace-read-args in interactive spec. 1994-11-15 21:03:22 +00:00
Richard M. Stallman
0cabad136a (isearch-other-meta-char): Delete debugging code.
(isearch-char-to-string): Simplify--assume character is an integer.
1994-11-15 19:41:36 +00:00
Richard M. Stallman
cefaf3b60c (mouse-save-then-kill): Call mouse-show-mark
when we adjust an existing region.
1994-11-15 16:57:24 +00:00
Richard M. Stallman
58451992fb (isearch-gnu-emacs-events): Variable deleted.
(isearch-update): Always test unread-command-events.
(isearch-event-data-type): Variable deleted.
(isearch-pre-command-hook-exists): Variable deleted.
(isearch-last-command-char): Only use last-command-char.
1994-11-15 16:56:44 +00:00
Richard M. Stallman
bd1bd1252d (isearch-unread): Always use unread-command-events.
(isearch-other-meta-char): In the case of a mouse event with a dummy
prefix, recombine the two into a single event before unreading.
1994-11-15 16:53:29 +00:00
Richard M. Stallman
9f5c7ace45 (line): Add a beginning-op function. 1994-11-15 04:18:03 +00:00
Roland McGrath
82f75ccadb (tags-table-including): Don't gratuitously cons (what was I thinking?).
Properly skip t elements of tags-table-computed-list.
1994-11-15 02:38:03 +00:00
Richard M. Stallman
9dbfa8cfbb (comint-exec-1): Terminate TERMCAP with colon. 1994-11-15 00:06:26 +00:00
Karl Heuer
446e6a1462 (scheme-mode-variables): Set parse-sexp-ignore-comments to t. 1994-11-14 18:52:51 +00:00
Simon Marshall
5c06a8eb15 Add scheme-mode to font-lock-defaults-alist using lisp-font-lock-keywords. 1994-11-14 08:03:41 +00:00
Richard M. Stallman
633a305a22 (query-replace-map): Bind Y and N like y and n. 1994-11-14 01:35:08 +00:00
Richard M. Stallman
dd3240b7be For windows-nt, load mouse. 1994-11-14 01:30:43 +00:00
Richard M. Stallman
87b8e150eb (lpr-headers-switches): Base default on lpr-command value. 1994-11-13 12:15:29 +00:00
Richard M. Stallman
2545066897 (texinfo-format-node): Insert the node delimiter
that info is looking for unconditionally.
1994-11-11 13:34:04 +00:00
Roland McGrath
08b1edf49f (compile): With prefix arg, prompt even if (not compilation-read-command).
(compilation-error-regexp-alist): Make first regexp match column numbers too.
Remove regexp for "prog:file:line: error".
Replace GNAT 1.82 regexp with "prog: file:line\(:col\)?: error".
(compilation-parse-errors): If spec has a column subexpr, but it was
optional and didn't match, ignore it.
1994-11-10 23:01:15 +00:00
Richard M. Stallman
de98fcafe2 (find-change-log): If change-log-default-name
has no dir component, search through parent dirs for it.
1994-11-10 22:03:43 +00:00
Richard M. Stallman
71207de2b6 Comment change. 1994-11-10 16:13:30 +00:00
Richard M. Stallman
a9b44faf45 (ange-ftp-version): Var deleted. 1994-11-10 03:18:44 +00:00
Richard M. Stallman
b6c1b08c69 (string-rectangle): Don't set point. 1994-11-09 22:54:15 +00:00
Karl Heuer
a382890aab Comment reason for preceding change. 1994-11-09 22:10:55 +00:00
Richard M. Stallman
535d2617a0 (facemenu-update): Use C-down-mouse-2 for the menu.
Doc fixes.
1994-11-09 20:56:17 +00:00
Richard M. Stallman
1347899b3c (comint-exec-1): Make sure default-directory is a real dir. 1994-11-09 20:54:45 +00:00
Richard M. Stallman
b7a1e68a4e (copy-region-as-kill): Don't set this-command. 1994-11-09 20:18:34 +00:00
Roland McGrath
b662fbb8b8 Only define items in vc-menu-map if it is boundp. 1994-11-09 12:57:30 +00:00
Richard M. Stallman
4cd90f206f (compilation-error-regexp-alist): Add an element for Irix 5.2 warnings. 1994-11-09 12:46:54 +00:00
Francesco Potortì
f90531cc3f * man.el (Man-berkeley-sed-script, Man-sysv-sed-script,
Man-cleanup-manpage, Man-fontify-manpage): Handle the "+\bo" form
	(used by aix) in addition to the "o\b+" one (used by sun).
1994-11-09 12:38:31 +00:00
Karl Heuer
30fa657c28 (vi-kill-region): Pass args to kill-region.
(vi-mark-region): Don't pass unexpected args.
1994-11-09 06:10:46 +00:00
Karl Heuer
62f72ce03a (emerge-file-names): Set help-mode in *Help* buffer.
[commented out] (describe-mode): Likewise.
1994-11-09 05:52:20 +00:00
Karl Heuer
ca75b35835 (apropos-print-matches): Set help-mode in *Help* buffer. 1994-11-09 05:52:02 +00:00
Karl Heuer
ddbfcbde43 (describe-calendar-mode): Set help-mode in *Help* buffer. 1994-11-09 05:51:27 +00:00
Karl Heuer
383669afbb (describe-buffer-case-table): Set help-mode in *Help* buffer. 1994-11-09 05:51:20 +00:00
Karl Heuer
89961ff8c9 (debugger-list-functions): Set help-mode in *Help* buffer. 1994-11-09 05:50:58 +00:00
Karl Heuer
5d74f2a65c (describe-display-table): Set help-mode in *Help* buffer. 1994-11-09 05:50:35 +00:00
Karl Heuer
05d688cf62 (make-help-screen): Set help-mode in *Help* buffer. 1994-11-09 05:50:19 +00:00
Karl Heuer
c46bbd9262 (describe-key, describe-mode, view-lossage, describe-function, describe-variable): Set help-mode in *Help* buffer. 1994-11-09 05:50:09 +00:00
Karl Heuer
eab4afdca2 (Helper-describe-mode): Set help-mode in *Help* buffer. 1994-11-09 05:50:05 +00:00
Karl Heuer
9d29f94cfb (Info-summary): Set help-mode in *Help* buffer. 1994-11-09 05:49:52 +00:00
Karl Heuer
6ec1c571bb (kbd-macro-query): Set help-mode in *Help* buffer. 1994-11-09 05:49:07 +00:00
Karl Heuer
228899a5b2 (map-y-or-n-p): Set help-mode in *Help* buffer. 1994-11-09 05:48:55 +00:00
Karl Heuer
ea1650729f (disabled-command-hook): Set help-mode in *Help* buffer. 1994-11-09 05:48:50 +00:00
Karl Heuer
6d94c1b4cb (r2b-help): Set help-mode in *Help* buffer. 1994-11-09 05:48:21 +00:00
Karl Heuer
b905ac3333 (perform-replace): Set help-mode in *Help* buffer. 1994-11-09 05:48:05 +00:00
Karl Heuer
e6bcd1558f (set-variable): Set help-mode in *Help* buffer. 1994-11-09 05:47:20 +00:00
Karl Heuer
5312cce705 (sc-set-variable): Set help-mode in *Help* buffer. 1994-11-09 05:46:09 +00:00
Karl Heuer
c759701d76 (update-copyright): Set help-mode in *Help* buffer. 1994-11-09 05:46:01 +00:00
Karl Heuer
0dc07483ef (ask-user-about-lock-help, ask-user-about-supersession-help): Set help-mode in *Help* buffer. 1994-11-09 05:45:49 +00:00
Karl Heuer
519248ac15 (vi-switch-mode, vi-ex-cmd): Set help-mode in *Help* buffer. 1994-11-09 05:45:00 +00:00
Karl Heuer
d10d0394a0 (yow): Set help-mode in *Help* buffer. 1994-11-09 05:44:20 +00:00
Karl Heuer
2151a1cff8 (Man-follow-manual-reference): First arg deleted. Call
Man-getpage-in-background with one argument only.
[this entry was already in the ChangeLog, but not in the source.]
1994-11-08 22:34:06 +00:00
Edward M. Reingold
06f7e2c57a Don't supersede attributes for faces diary-face', calendar-display-face', or
`holiday-face' if they are already defined.
1994-11-08 16:23:32 +00:00
Karl Heuer
afaa65e4ea (help-mode): New function.
(help-mode-map): Local keymap for help-mode.  Empty for now.
(print-help-return-message): Fix misspelled var.
1994-11-08 05:09:01 +00:00
Edward M. Reingold
89719ce9c5 Check for nil time before trying to adjust it for dst. 1994-11-07 16:39:17 +00:00
Francesco Potortì
98fd70174f * man.el (Man-reuse-okay-flag): Deleted.
(man, Man-getpage-in-background): Second arg deleted.
	References to Man-reuse-okay-flag deleted.
	(Man-follow-manual-reference): First arg deleted.  Call
	Man-getpage-in-background with one argument only.
1994-11-07 12:13:16 +00:00
Thien-Thi Nguyen
eceb584fa6 Update maintainer line. 1994-11-07 08:30:11 +00:00
Thien-Thi Nguyen
adc87157d8 Add maintainer line in header. 1994-11-07 08:29:06 +00:00
Karl Heuer
e1e9396710 (gnus-configure-windows): Make split-window-keep-point locally t so that focus
doesn't occasionally move to the wrong window on split-window-vertically.
1994-11-05 02:13:37 +00:00
Karl Heuer
a247bf214e (start-process-shell-command): Don't use exec on windows-nt. 1994-11-03 21:23:40 +00:00
Karl Heuer
c4e347be42 (tar-extract): Set default-directory to that of the superior buffer, not the
pseudo-dir formed from the archive name.
1994-11-03 20:37:28 +00:00
Karl Heuer
fd63b4f4d8 (gud-gdb-complete-command): Add a trailing single quote to partially quoted
unique completions.
1994-11-03 20:30:28 +00:00
Simon Marshall
2f12628e08 Wrap font-lock-fontify-region's string-match with save-match-data. 1994-11-03 15:30:39 +00:00
Richard M. Stallman
95ed00257a Initial revision 1994-11-01 10:27:02 +00:00
Richard M. Stallman
b0bfea296d (byte-compile-insert-header): Escape backslashes
in FILENAME when putting it inside a string constant.
1994-11-01 09:54:39 +00:00
Richard M. Stallman
b752147426 On windows-nt, load ls-lisp and winnt.
Treat windows-nt like ms-dos for DOC file name.
1994-11-01 05:56:55 +00:00
Richard M. Stallman
57f2b3e4f3 (Info-directory-list): Treat windows-nt like ms-dos. 1994-11-01 05:54:58 +00:00
Richard M. Stallman
2cd0169dc8 (byte-compile-file): Treat windows-nt like ms-dos. 1994-11-01 05:52:42 +00:00
Richard M. Stallman
23fa904007 (hexl-find-file): Treat windows-nt like ms-dos. 1994-11-01 05:51:58 +00:00
Richard M. Stallman
59fc41e547 (shell-command-switch): New variable.
(shell-command, shell-command-on-region): Use new variable.
1994-11-01 05:50:57 +00:00
Richard M. Stallman
7d1aa45da3 (command-line): Use ~/_emacs as init file in windows-nt. 1994-11-01 05:49:25 +00:00
Richard M. Stallman
c32d49e850 (abbreviate-file-name): Handle drive letters on windows-nt as on ms-dos. 1994-11-01 05:48:21 +00:00
Richard M. Stallman
4a091f2a34 (desktop-basefilename): Use emacs.dsk on windows-nt. 1994-11-01 05:46:57 +00:00
Richard M. Stallman
cfa8348f2b (bookmark-file): Use ~/emacs.bmk on windows-nt. 1994-11-01 05:45:47 +00:00
Richard M. Stallman
3912227e7e (change-log-name): Use changlo on windows-nt. 1994-11-01 05:45:04 +00:00
Richard M. Stallman
72dddf8ba8 (blink-matching-delay): New variable. 1994-11-01 04:22:00 +00:00
Richard M. Stallman
dbc6c26a56 (timezone-world-timezones): Add "UT" -> +000. 1994-11-01 04:21:32 +00:00
Richard M. Stallman
2a8160e652 (cl-macroexpand): keep documentation from `macroexpand'. 1994-11-01 04:21:03 +00:00
Richard M. Stallman
71e2ab547b (isearch-edit-string, isearch-toggle-case-fold):
Pass isearch-nonincremental to isearch-message-prefix.
1994-11-01 04:20:43 +00:00
Edward M. Reingold
43310354c5 New function to display an alternative diary file. 1994-11-01 02:18:56 +00:00
Edward M. Reingold
9543663083 Bind new function to mouse. 1994-11-01 02:17:53 +00:00
Edward M. Reingold
46e07c15d1 Bind new function to key. 1994-11-01 02:16:50 +00:00
Richard M. Stallman
af171fd0d4 (comint-read-noecho): Use read-char-exclusive' instead of read-char'. 1994-11-01 01:30:16 +00:00
Richard M. Stallman
dc7deb17a4 (texinfo-alias-list): New variable.
(texinfo-format-region, texinfo-format-buffer-1): Clear texinfo-alias-list.
(texinfo-format-scan): Implement @alias expansion.
1994-10-31 08:00:37 +00:00
Richard M. Stallman
308a286030 Changed almost every doc string.
(makefile-macroassign-regex): Don't include space and tab in macro names.

(makefile-backslash-column): New variable.
(makefile-backslash-region): New function.
(makefile-backslashify-current-line): New function.
(makefile-mode-map): Bind C-c C-\ to makefile-backslash-region.

(makefile-tab-face): New variable.
(makefile-font-lock-keywords): Use makefile-tab-face.
(makefile-font-lock-keywords): Use defvar, not defconst.
1994-10-30 21:20:42 +00:00
Edward M. Reingold
4dd1b83a5a Delete old reference to window configuration. 1994-10-30 21:06:34 +00:00
Richard M. Stallman
5ec5330e64 (texinfo-format-scan): Make @- vanish; don't insert -.
(texinfo-format-soft-hyphen): New function.
1994-10-30 20:05:58 +00:00
Richard M. Stallman
eef805d7ea Put mouse-set-font on C-down-mouse-1.
Don't bind C-down-mouse-2.
1994-10-30 10:41:03 +00:00
Richard M. Stallman
4d337390ed Load facemenu if have X.
After dumping, print number of pure bytes used.
1994-10-30 10:40:31 +00:00
Richard M. Stallman
da4871b308 (line-move): Use sign of arg to choose error condition. 1994-10-30 06:38:49 +00:00
Richard M. Stallman
7e1ddd4548 (blink-matching-open): Do blink if an even number of
quoting characters precede the close.
1994-10-30 02:19:14 +00:00
Edward M. Reingold
4612426413 Fix use of noday option for calendar-read-date. 1994-10-30 00:26:39 +00:00
Edward M. Reingold
ecd42d42f1 Redo the noday option for calendar-read-date. 1994-10-30 00:25:33 +00:00
Richard M. Stallman
0ec5b01db4 (gud-common-init): If file arg has no directory,
let the debugger search PATH, and don't set default-directory.
1994-10-29 11:14:05 +00:00
Richard M. Stallman
a4332c3f49 (iso-accents-mode): Variable renamed from iso-accents-minor-mode. 1994-10-28 19:03:03 +00:00
Richard M. Stallman
62642af94c (frame-initialize): Set special-display-function here,
not at top level.
1994-10-28 18:47:40 +00:00
Richard M. Stallman
d009603cbf (diff-command): New variable.
(diff): Use it.
1994-10-28 18:45:45 +00:00
Richard M. Stallman
5c51b72e45 (calendar-mode-map): Define c-down-mouse-3 like down-mouse-3. 1994-10-28 05:21:42 +00:00
Richard M. Stallman
1ba15fe60c (easy-menu-define): Call `easy-menu-do-define' to do
the real work.  Document XEmacs keyword arguments.
(easy-menu-do-define): New function.
(easy-menu-create-keymaps): Support XEmacs keyword arguments in
menu definition.
1994-10-28 04:31:05 +00:00
Karl Heuer
a2e12c0c4d (find-file-noselect): Call set-buffer-major-mode here. 1994-10-27 22:34:21 +00:00
Francesco Potortì
6e7e47f6e1 * man.el (Man-fontify-manpage-flag): defvar put at outer level.
(manual-program, Man-untabify-command, Man-untabify-command-args,
	Man-sed-command, Man-awk-command, Man-mode-line-format,
	Man-mode-map, Man-mode-hook, Man-cooked-hook, Man-name-regexp,
	Man-section-regexp, Man-page-header-regexp, Man-heading-regexp,
	Man-see-also-regexp, Man-first-heading-regexp,
	Man-reference-regexp, Man-switches, Man-specified-section-option):
	Make them normal defvars, no more user options.
	(Man-overstrike-face, Man-undeline-face): New user options.
	(Man-init-defvars): Man-fontify-manpage-flag removed from here.
	(man-fontify-manpage): Use the new user options above.
1994-10-27 19:08:03 +00:00
Karl Heuer
7bfcceabaa (tar-summarize-buffer): Improperly terminated archive now produces only a
warning.
1994-10-27 18:29:49 +00:00
Richard M. Stallman
c3054b518e (ispell-message-text-end): Match Postcript 3 like 2. 1994-10-26 22:51:08 +00:00
Richard M. Stallman
83d8b97d93 (enable-flow-control): Make message depend on customization variables. 1994-10-26 20:07:50 +00:00
Edward M. Reingold
6ff099c3c6 Allow vector form of latitude/longitude. Fix documentation. 1994-10-26 15:34:14 +00:00
Edward M. Reingold
cc4879d271 Give lunar phases buffer a symbolic name; use new form of calendar-read-date. 1994-10-26 15:32:51 +00:00
Edward M. Reingold
c99d4526f0 Use new form of calendar-read-date. 1994-10-26 15:31:27 +00:00
Edward M. Reingold
e77ed0d124 Fix regexps for diary marking to include TAB. 1994-10-26 15:30:34 +00:00
Edward M. Reingold
d960f2795a Put insertion of diary entry on daily menu. 1994-10-26 15:28:56 +00:00
Edward M. Reingold
cba0c2538d Lots of minor fixes and code polishing. Exit-calendar code rewritten. 1994-10-26 15:26:22 +00:00
Richard M. Stallman
0a44133e62 (dired-find-subdir): Doc fix. 1994-10-26 09:32:58 +00:00
Richard M. Stallman
a461b8e01e (fill-individual-paragraphs): Avoid infinite loop
if mailp is set and no message was yanked.
1994-10-26 09:32:04 +00:00
Karl Heuer
1b15043ec2 (tar-summarize-buffer): Check for end of buffer before extracting substring. 1994-10-26 01:40:21 +00:00
Richard M. Stallman
4bc7c5ab7b (gud-irixdbx-marker-filter): Cast $curline to int. 1994-10-25 20:29:03 +00:00
Boris Goldowsky
60d15bc7d0 (enriched-mode): Add autoload cookie.
(enriched-decode-foreground, -background): Create
faces even if no window system, to prevent multiple warnings.
1994-10-25 14:16:02 +00:00
Richard M. Stallman
6d73e33747 (make-frame-on-display): New function. 1994-10-25 09:49:53 +00:00