- 21 Dec, 1995 40 commits
-
-
Karl Heuer authored
don't touch blink-paren-function.
-
Karl Heuer authored
for the "^\t+#" element. Add faces to menu only if window-system. (makefile-mode): Do not check if makefile-define-space-face is defined. Call it only if window-system.
-
Karl Heuer authored
-
Karl Heuer authored
Change how to recognize partial comment lines, how to find start of region to fill. Use fill-region. Use tabs when making comment-fill-prefix.
-
Karl Heuer authored
(iso-ascii-display): New function to implement that variable. Use it instead of using standard-display-ascii directly.
-
Karl Heuer authored
-
Karl Heuer authored
(isearch-just-started): New variable. (isearch-mode): Set it. (isearch-search): Clear it. (isearch-repeat): If isearch-just-started, don't test for empty match. (isearch-unread): Use store-kbd-macro-event. (isearch-search-and-update): Use isearch-case-fold-search around the looking-at call.
-
Karl Heuer authored
(imenu-add-to-menubar): Use an ordinary menu bar submenu. Add imenu-add-to-menubar to menu-bar-update-hook to update the submenu. (imenu--make-index-alist): Add noerror argument. (imenu--menubar-select): New function. (imenu--create-keymap-1, imenu--create-keymap-2): New arg COMMANDS. (imenu): Allow a string as arg.
-
Karl Heuer authored
take care of the asterisk prompt. Correctly set gud-marker-acc.
-
Karl Heuer authored
before trying to strip off words from the end.
-
Karl Heuer authored
and the user doesn't give it, don't do anything more. Explain a way to cancel the message. Include recent keys and recent *Messages* messages at end.
-
Karl Heuer authored
-
Karl Heuer authored
(symbol-under-or-before-point, symbol-before-point-for-complete): Use unwind-protect to restore syntax table. (symbol-before-point, symbol-before-point-for-complete): Start the backward scan-sexps from point, not (1+ (point)).
-
Karl Heuer authored
-
Karl Heuer authored
strings if byte-compile-compatibility.
-
Karl Heuer authored
-
Karl Heuer authored
tryfiles in `while' loop. (ange-ftp-start-process): Bind env var TERM to dumb.
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
Call signal_after_change.
-
Karl Heuer authored
(CHECK_IMPURE): Use PURE_P.
-
Karl Heuer authored
-
Karl Heuer authored
(syms_of_print): defsubr it. Doc fix. (print_error_message): New subroutine.
-
Karl Heuer authored
Let make_buffer_string handle the gap.
-
Karl Heuer authored
-
Karl Heuer authored
(syms_of_macros): defsubr it.
-
Karl Heuer authored
when dumping.
-
Karl Heuer authored
Include puresize.h. (store_in_keymap): Check PURE_P (def) and copy if nec.
-
Karl Heuer authored
(cmd_error_internal): Use print_error_message.
-
Karl Heuer authored
-
Karl Heuer authored
(find_handler_clause): Call skip_debugger. (Vdebug_ignored_errors): New variable. (syms_of_eval): Set up Lisp variable.
-
Karl Heuer authored
to top level. (syms_of_editfns): Initialize environbuf explicitly. (Vbuffer_access_fontified_property): New variable. (syms_of_editfns): Set up Lisp var. (make_buffer_string): Don't call the Vbuffer_access_fontify_functions if the text is already fontified. (Fbuffer_string): Pas 1 for PROPS arg. (update_buffer_properties): New subroutine. (Finsert_buffer_substring): Use update_buffer_properties. (make_buffer_string): New arg PROPS. (Fbuffer_string, Fbuffer_substring): Pass new arg. (Fbuffer_substring_no_properties): New function. (syms_of_editfns): defsubr it. (Vbuffer_access_fontify_functions): New variable. (Qbuffer_access_fontify_functions): New variable. (syms_of_editfns): Set up Lisp variable, initialize them. (make_buffer_string): Run this new hook.
-
Karl Heuer authored
-