Richard M. Stallman
87cd38d6ef
(font-lock-mode): Set after-revert-hook
...
to refontify after revert.
1994-01-18 19:23:14 +00:00
Richard M. Stallman
fb6208a6aa
(revert-buffer): Run after-revert-hook.
1994-01-18 19:13:11 +00:00
Richard M. Stallman
e4b93bab48
(show-paren-command-hook): Do nothing when in kbd macro.
1994-01-17 22:43:40 +00:00
Roland McGrath
b6173caec2
(yow-file): Doc fix.
...
(yow): With non-nil arg (prefix arg), insert the chosen pinhead wisdom at
point. Use (interactive-p) instead of arg to decide if interactive.
(insert-zippyism): Yow! Am I INSERTED yet?
1994-01-17 21:44:35 +00:00
Roland McGrath
18cf95028f
Fix typo (extra paren).
1994-01-17 05:24:29 +00:00
Richard M. Stallman
c21a657e1a
Don't include stdio.h.
1994-01-17 01:40:01 +00:00
Richard M. Stallman
2396e3dabe
Include stdio.h before config.h.
1994-01-17 01:38:26 +00:00
Richard M. Stallman
05630743f9
(init_callproc): Use Vinstallation_directory.
1994-01-17 00:46:25 +00:00
Richard M. Stallman
74180aa4ea
(init_lread): Use Vinstallation_directory.
1994-01-17 00:44:38 +00:00
Richard M. Stallman
89de89c7d1
(Ffile_symlink_p): Doc fix.
1994-01-16 23:59:56 +00:00
Richard M. Stallman
849cfd72e1
(isearch-mode): Set overriding-local-map locally.
...
Don't set isearch-old-local-map and don't call use-local-map.
(isearch-done): Set overriding-local-map to nil.
Don't call use-local-map.
(isearch-old-local-map): Variable deleted.
1994-01-16 23:40:50 +00:00
Richard M. Stallman
9dd3131cef
(Voverriding_local_map): New variable.
...
(syms_of_keyboard): Set up Lisp variable.
(read_key_sequence, menu_bar_items): Handle Voverriding_local_map.
1994-01-16 23:40:22 +00:00
Richard M. Stallman
7d92e3291a
(Fkey_binding): Handle Voverriding_local_map.
...
(describe_buffer_bindings): Likewise.
1994-01-16 23:39:50 +00:00
Richard M. Stallman
661b05a712
(menu-bar-file-menu): Add rmail, gnus, calendar items.
1994-01-16 21:25:09 +00:00
Richard M. Stallman
934111d04f
(rmail-get-new-mail): Avoid error if file is empty.
...
Was done in 1994-01-14T18:35:09Z!rms@gnu.org:
(rmail-set-message-counters): Avoid errors moving backwd if new file.
1994-01-16 20:26:28 +00:00
Richard M. Stallman
6fdc9683de
Delete duplicate clauses for hp9k2... and hp9k31...
1994-01-16 19:31:08 +00:00
Richard M. Stallman
e65767dfd2
Alphabetize the list of machine-name aliases.
...
Add nh3000 and nh[45]000.
1994-01-16 19:30:01 +00:00
Richard M. Stallman
8a2a4ced7a
(forward-paragraph): If moving back we find nothing
...
but separator lines till buffer beg, just stay there.
Exit outer loop if at beg or end of buffer.
1994-01-16 19:05:39 +00:00
Roland McGrath
dace61c11f
(srcdir_undefs): Add g flag to sed substitution to remove -U[0-9]*.
1994-01-16 09:58:31 +00:00
Roland McGrath
533304f86f
(copmilation-error-list): Doc fix.
1994-01-16 09:34:46 +00:00
Roland McGrath
72244beaa0
(compilation-error-regexp-alist): Add regexp for Lucid lcc.
...
Element lists can now contain a 4th elt giving subexpr for the column.
(next-error): Handle error records with column numbers.
(compilation-parse-errors): Parse column numbers when the alist elt
specifies it. Use string-to-int instead of read for numbers from buffer
text.
1994-01-16 09:10:58 +00:00
Roland McGrath
069ad9ead4
Make the argument list output look more like the Lisp docstrings do.
...
(write_c_args): Take new arg FUNC. Make output look like lisp call
prototypes: (function ARG1 ARG2), upcasing arg names.
(scan_c_file): Pass BUF to write_c_args for FUNC arg.
1994-01-16 08:35:01 +00:00
Roland McGrath
a1d528953c
(update-copyright): Wrap final copyright-matching regexp in parens, so \1
...
gets all the year tokens, not just the last. (The old regexp won with
the pre-POSIX defn of subexpressions with +.)
1994-01-16 04:35:38 +00:00
Paul Reilly
86e7b62748
Comment change.
1994-01-15 21:10:50 +00:00
Richard M. Stallman
c5f6b35625
SPC is not special in regexp within brackets.
...
(isearch-within-brackets): New variable.
(isearch-mode): Set that.
(isearch-edit-string): Bind that.
(isearch-search-and-update): Set that.
(isearch-top-state): Set that.
(isearch-push-state): Use that.
(isearch-search): Set that.
1994-01-15 16:24:47 +00:00
Richard M. Stallman
81860e46eb
(set-auto-mode): Handle (REGEXP FUNCTION t) elements.
1994-01-15 15:55:59 +00:00
Richard M. Stallman
9ba43e124a
(do-install): Install the dired-x info files.
1994-01-15 15:20:34 +00:00
Richard M. Stallman
5b46c38300
Provide for variable LD_SWITCH_X_SITE_AUX. (See src/s/sol2.h.)
1994-01-15 15:18:19 +00:00
Richard M. Stallman
6a6d7d25a0
(LD_SWITCH_X_SITE_AUX): Add #undef.
1994-01-15 15:17:30 +00:00
Richard M. Stallman
238e473811
(LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX.
1994-01-15 15:17:15 +00:00
Richard M. Stallman
892ed7e0d3
(Fffloor, Ffceil, Ffround, Fftruncate): New functions.
...
(syms_of_floatfns): Turn them on.
1994-01-15 13:28:24 +00:00
Richard M. Stallman
25ab68afb8
(request_sigio, unrequest_sigio): Add new versions of
...
these routines for the CX/UX operating system.
(sys_signal) [SA_RESTART]: Set this flag.
1994-01-15 13:04:09 +00:00
Richard M. Stallman
815c1a208b
(comint-show-output): Leave point at start of output, but push the mark.
1994-01-15 13:02:16 +00:00
Richard M. Stallman
42255e7204
Doc fix.
1994-01-15 01:25:35 +00:00
Richard M. Stallman
c08f13bf4e
(rmail-default-file): Renamed from rmail-last-file.
...
(rmail-default-rmail-file): Renamed from rmail-last-...
1994-01-15 01:23:28 +00:00
Richard M. Stallman
fdc9edf239
Use new names rmail-default-file and rmail-default-rmail-file.
1994-01-15 01:22:53 +00:00
Richard M. Stallman
10e6ca88b1
Change defconsts to defvars. Doc fixes.
1994-01-14 20:54:08 +00:00
Richard M. Stallman
bb62bd918c
(command_loop_1): If there's an error in the
...
post(pre)-command-hook, leave that hook nil.
1994-01-14 20:09:37 +00:00
Richard M. Stallman
7d6031ba48
(BSTRING): Don't define it here.
1994-01-14 18:47:00 +00:00
Richard M. Stallman
cf805d5d1d
(rmail-bury): Rename local rmail-buffer to buffer-to-bury.
1994-01-14 18:35:09 +00:00
Richard M. Stallman
b2ecc630a3
(debug): Bind unread-command-char to -1, not nil.
1994-01-14 18:19:13 +00:00
Richard M. Stallman
d8e16cd273
(m68k-harris-cxux*, m88k-harris-cxux*): New configs.
1994-01-14 18:09:50 +00:00
Richard M. Stallman
b026af4914
(main) [USG5 and INTERRUPT_INPUT]: Call setpgrp.
1994-01-14 18:09:06 +00:00
Richard M. Stallman
ca33ccb548
(abbreviate-file-name): Don't convert / to ~/ when the home dir is /.
1994-01-14 18:06:40 +00:00
Richard M. Stallman
0dee8d9be9
(function-key-map): Change insertchar and deletechar to insert and delete.
1994-01-14 17:58:37 +00:00
Francesco Potortì
42680d3c7c
* etags.c (stab_entry, stab_create, stab_find, stab_search,
...
stab_type, add_keyword, C_reate_stab, C_create_stabs): deleted.
Use gperf generated hash table instead of linked list.
(C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): added.
Mostly code generated by gperf.
(consider_token): removed unused parameter `lp'.
(PF_funcs, getit): allow subroutine and similar declarations
to span multiple lines.
(C_entries): check for newline if inchar to avoid bus errors.
(process_file, find_entries): distinguish among nonexistent
and not regular file.
1994-01-14 17:02:11 +00:00
Richard M. Stallman
b97ad9eabe
(sigchld_handler, status_message): Handle a NULL in sys_siglist.
1994-01-14 14:17:12 +00:00
Richard M. Stallman
d0b81713e0
Comment change.
1994-01-14 14:16:29 +00:00
Richard M. Stallman
ad9549a934
entered into RCS
1994-01-14 14:08:11 +00:00
Richard Kenner
d699cb4769
Fix typo in -hiux* case.
1994-01-13 10:42:24 +00:00