Karl Heuer
6483e43f34
Add a comment to document the reason for the change in outline-level.
1994-03-10 23:57:21 +00:00
Karl Heuer
eb6692ed46
(outline-mode, outline-level): Doc fix.
...
(outline-on-heading-p): Use bolp, not bobp.
(outline-hide-other): Rename from hide-other.
(outline-hide-sublevels): Rename from hide-sublevels.
(outline-back-to-heading): Error if no previous heading.
(outline-next-visible-heading): Check for search failure.
(outline-hide-sublevels): Ignore text before first outline heading.
(outline-level): Count characters, not columns, so ^L is level 1.
1994-03-10 23:49:00 +00:00
Richard M. Stallman
a867a90a32
(shell-dynamic-complete-as-command): Make ignored-extensions
...
nil if comint-completion-fignore is nil.
1994-03-10 18:54:44 +00:00
Richard M. Stallman
181c830f75
(find-buffer-visiting): Don't compare NUMBER if it is nil.
1994-03-10 17:23:56 +00:00
Richard M. Stallman
d7846e0891
(byte-compile-track-mouse): Undo previous change,
...
but use byte-compile-top-level-body.
1994-03-10 17:22:59 +00:00
Richard M. Stallman
fcb8a0c510
(Man-filter-list): Don't insist on ...done' after wait'.
...
Match `Reformatting entry. Wait'.
1994-03-10 17:08:48 +00:00
Richard M. Stallman
432240423b
(rmail-ignored-headers): Add several x400 header types.
1994-03-10 15:50:26 +00:00
Richard M. Stallman
829b9e73ea
(ispell-pdict-save, ispell-kill-ispell, ispell-continue):
...
(ispell-help): Add autoloads.
1994-03-10 07:37:04 +00:00
Richard M. Stallman
cdff424e0b
(kill-emacs-hook): Don't autoload this hook.
...
(bookmark-menu-bar-delete, bookmark-menu-bar-rename)
(bookmark-menu-bar-locate, bookmark-menu-bar-jump)
(bookmark-menu-bar-insert): Add autoloads.
1994-03-10 07:32:24 +00:00
Richard M. Stallman
9343c8eea7
(emerge-revisions, emerge-revisions-with-ancestor)
...
(emerge-merge-directories): Add autoloads.
1994-03-10 07:27:32 +00:00
Richard M. Stallman
29bff36629
(ispell-dictionary-alist): Add autoload.
...
(ispell-menu-map): Don't redefine if already defined.
Don't test for menu-bar since this is now done before menu-bar.
1994-03-10 07:25:09 +00:00
Richard M. Stallman
7d687545ec
(ispell-menu-map): Autoload the whole setup.
1994-03-10 07:19:15 +00:00
Richard M. Stallman
5875fdac00
(menu-bar-bookmark-map): Autoload the whole setup.
1994-03-10 04:24:29 +00:00
Richard M. Stallman
09113ea2f1
(menu-bar-emerge-menu): Autoload the whole setup.
1994-03-10 04:23:52 +00:00
Richard M. Stallman
ad9c7f2b76
(generate-file-autoloads): Don't ignore the line
...
after the form marked by a ;;;###autoload\n.
1994-03-10 04:18:10 +00:00
Richard M. Stallman
966bcdddf1
Delete the `>' from various menu item strings.
1994-03-10 04:09:13 +00:00
Karl Heuer
9f9d894124
(outline-regexp): Initialize outside the defvar.
1994-03-09 06:52:12 +00:00
Karl Heuer
589479d190
(nroff-mode): Deleted garbage character.
1994-03-09 06:42:46 +00:00
Karl Heuer
0f933cf6b2
(find-buffer-visiting): Fix typo in previous change.
1994-03-09 06:20:32 +00:00
Karl Heuer
d65147f61d
(mouse-minibuffer-check): New function to disallow mouse events in an inactive
...
minibuffer. All relevant mouse functions changed to use it.
1994-03-09 04:00:12 +00:00
Karl Heuer
138c44f6a3
(find-buffer-visiting): New function to look for another buffer visiting the
...
same inode.
(find-file-noselect): Use it instead of inline code.
1994-03-09 00:23:30 +00:00
Karl Heuer
e6d25e1474
(apropos, super-apropos): Doc fix.
1994-03-08 23:53:06 +00:00
Karl Heuer
201cb91b51
(super-apropos-check-doc-file): Use doc-directory instead of data-directory.
1994-03-08 23:31:55 +00:00
Richard M. Stallman
b0fab82cb6
(indented-text-mode): Run indented-text-mode-hook.
1994-03-08 21:42:39 +00:00
Richard M. Stallman
06d35594f6
Renamed from mode-clone.el.
...
All functions renamed.
(define-derived-mode): Renamed from define-mode-clone.
1994-03-08 19:02:50 +00:00
Richard M. Stallman
497513adfb
(comint-completion-fignore): New variable.
...
(comint-dynamic-complete-as-filename): Use it.
1994-03-08 17:43:37 +00:00
Richard M. Stallman
e11284d5d2
(shell-completion-fignore): New variable.
...
(shell-mode): Use it to set comint-completion-fignore.
(shell-dynamic-complete-as-command): Use it.
1994-03-08 17:43:07 +00:00
Roland McGrath
b7277ac618
(etags-list-tags): Check for explicit tag names.
1994-03-08 05:58:50 +00:00
Roland McGrath
e1dec509bd
(etags-tags-completion-table): Let the line number or char pos be empty.
...
(etags-snarf-tag): Look for line number as well as char pos. Let either be
empty; return both.
(etags-goto-tag-location): Arg also contains line number.
If char pos is nil, use line number.
1994-03-08 05:49:24 +00:00
Richard M. Stallman
26d6bb604c
entered into RCS
1994-03-07 23:24:02 +00:00
Roland McGrath
eaa3cac5f4
(compile-reinitialize-errors): Rename first arg from ARGP to REPARSE.
...
Test only its nilness.
(compile-goto-error): Pass (consp ARGP) to compile-reinitialize-errors
instead of ARGP itself.
(next-error): Code broken out into two new functions; call them.
(compilation-next-error-locus): New function; bulk of code from next-error.
Silently skip errors whose source loci are markers in killed buffers.
(compilation-goto-locus): New function, final code from next-error.
1994-03-07 22:31:48 +00:00
Karl Heuer
acdf173af7
Comment fix.
1994-03-07 20:21:56 +00:00
Karl Heuer
e886137a18
(gdb): Use a minibuffer map with TAB to complete a filename.
1994-03-07 20:13:50 +00:00
Karl Heuer
b492f73b18
(comment-column): Doc fix.
1994-03-07 19:44:50 +00:00
Richard M. Stallman
73e2025fcd
(mouse-choose-completion): Bury the completion buffer.
1994-03-07 03:37:55 +00:00
Richard M. Stallman
0a688fd0fc
Initial revision
1994-03-07 03:00:30 +00:00
Richard M. Stallman
cd1f32a618
Doc fixes.
...
(mouse-sel-insert-at-point): New variable.
(mouse-insert-selection): Don't move point if
mouse-sel-insert-at-point is non-nil.
1994-03-07 02:29:26 +00:00
Richard M. Stallman
a1ed3ba654
(edebug-skip-whitespace): Only \n, not \r, ends a comment.
1994-03-06 21:05:30 +00:00
Richard M. Stallman
288f95bd03
(backquote-listify): Renamed from bq-listify.
...
(backquote-process): Renamed from bq-process.
(backquote-list*-function): Renamed from list*-function.
(backquote-list*-macro): Renamed from list*-macro.
(backquote-list*): Renamed from list*.
1994-03-06 19:43:23 +00:00
Richard M. Stallman
41ea659a7f
Complete rewrite by Sladkey.
1994-03-06 19:39:10 +00:00
Richard M. Stallman
0dba5606aa
Comment changes.
1994-03-06 19:00:21 +00:00
Richard M. Stallman
d6eac7d468
Initial revision
1994-03-06 03:27:00 +00:00
Richard M. Stallman
1bd5084056
(c++-font-lock-keywords-1, c++-font-lock-keywords-2): New variables.
...
(c++-font-lock-keywords): Use c++-font-lock-keywords-1.
1994-03-05 23:32:27 +00:00
Richard M. Stallman
54b2aa5c65
(jka-compr-insert-file-contents): Handle 5th arg.
1994-03-05 23:28:35 +00:00
Richard M. Stallman
b3bbaa663d
(byte-compile-track-mouse): Handle >1 body form.
...
Generate code that binds track-mouse.
1994-03-05 23:27:51 +00:00
Karl Heuer
c47fae76cd
(rmail-message-filter): Doc fix.
1994-03-04 23:08:31 +00:00
Roland McGrath
31efa7c9f6
(compile-goto-error): Push the mark before calling next-error.
1994-03-04 06:11:51 +00:00
Richard M. Stallman
acc8cdd212
(system-key-alist): Fix the code value for `remove'.
1994-03-04 04:38:06 +00:00
Richard M. Stallman
8a5dd08600
(byte-compile-insert-header): Take a filename argument.
...
(byte-compile-from-buffer): Change second argument to filename.
Always return outbuffer; never eval from it or kill it.
(byte-compile-file): Pass filename to byte-compile-from-buffer.
1994-03-04 04:03:46 +00:00
Richard M. Stallman
17b85a9b30
(ange-ftp-nslookup-host, ange-ftp-start-process):
...
Bind default-directory to some accessible directory, if necessary.
1994-03-04 01:33:43 +00:00