- 21 Oct, 1995 6 commits
-
-
Richard M. Stallman authored
limit = t; don't return t.
-
Richard M. Stallman authored
Also extra1, extra2, extra3.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(init_buffer_once): Mark redisplay_end_trigger always local. Also fix previous change. (syms_of_buffer): Set up Lisp var buffer-redisplay-end-trigger.
-
Richard M. Stallman authored
(electric-help-mode): Use mouse-leave-buffer-hook. (electric-help-retain): Remove mouse-leave-buffer-hook. (with-electric-help): New argument minheight. (electric-help-execute-extended): New function. (electric-help-ctrl-x-prefix): New function. (electric-help-command-loop): Make messages more consistent. Include strategic sit-for 0, so that pos-visible-in-window-p will return the right thing. Make 2nd arg of Electric-command-loop return 'noprompt if we are in isearch-mode. Eval to-be-executed at the very end. (ehelp-map): Electrify apropos too.
-
Richard M. Stallman authored
if 2nd arg equals or returns 'noprompt.
-
- 20 Oct, 1995 5 commits
-
-
Richard M. Stallman authored
(outline-flag-region): Run the hook.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
to the front of the list to be searched.
-
Richard M. Stallman authored
Put back the original abbrev with its original case pattern.
-
Richard M. Stallman authored
-
- 19 Oct, 1995 16 commits
-
-
Richard M. Stallman authored
Change "wrapped" to "overwrapped" when past original start point.
-
Richard M. Stallman authored
when looking back to determine context of a top-level line. Don't treat a line starting with } as a continuation.
-
Erik Naggum authored
-
Richard M. Stallman authored
system-configuration-options if it is empty. Make it clearer what that text is.
-
Richard M. Stallman authored
Don't define if already defined. (regex_compile): Use RE_TRANSLATE_TYPE for `translate'. (compile_range, re_search_2, re_match_2_internal, bcmp_translate) (regcomp): Use RE_TRANSLATE_TYPE for `translate'.
-
Richard M. Stallman authored
(struct re_pattern_buffer): Use RE_TRANSLATE_TYPE.
-
Richard M. Stallman authored
(tex-end-of-header): Likewise. (plain-tex-mode, latex-mode, slitex-mode, tex-region): Changed accordingly.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(syms_of_keyboard): Doc fix.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
and the case table is stored in the downcase_table slot only. (Fcurrent_case_table, Fstandard_case_table, set_case_table) (compute_trt_inverse, init_casetab_once): Use new data format.
-
Richard M. Stallman authored
(UPPERCASEP, LOWERCASEP, NOCASEP, UPCASE, UPCASE1, DOWNCASE) (DOWNCASE_TABLE): Case tables are now char-tables. (Vascii_upcase_table, Vascii_canon_table, Vascii_eqv_table): Declarations deleted.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 18 Oct, 1995 4 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Case tables are char-tables now.
-
Richard M. Stallman authored
(syms_of_fns): defsube it. (map_char_table): When possible, use a number to describe the range. (Fchar_table_range): New function. (syms_of_fns): defsubr it.
-
Richard M. Stallman authored
(Qfunction): New variable. (syms_of_lread): Set up Qfunction.
-
- 17 Oct, 1995 4 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(ada-mode): Support new font-lock-mode. (ada-format-paramlist): Changed all `accept' to `access'. (ada-insert-paramlist): Changed all `accept' to `access'. (ada-in-comment-p): Use standard Emacs way `parse-partial-sexp'. (ada-font-lock-keywords-1): Change order of some alternatives.
-
- 16 Oct, 1995 3 commits
-
-
Jeff Law authored
a PA 1.1 processor.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 15 Oct, 1995 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Maybe include Xlocale.h. (struct x_output): New field xic. (FRAME_XIC): New macro.
-