- 02 Aug, 1993 10 commits
-
-
Richard M. Stallman authored
(c-indent-region): Rewrite to use indent-c-exp on one sexp at a time, then use c-indent-line on the next line, etc.
-
Richard M. Stallman authored
(mail-yank-original): If mail-yank-hooks is nil, call mail-indent-citation.
-
Richard M. Stallman authored
of Flength to an int.
-
Richard M. Stallman authored
(verify_overlay_modification): Declare ostart, oend as Lisp_Object.
-
Richard M. Stallman authored
Change a single function into a list.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
after the fill column, don't stop at period with just one space. When checking whether at beginning of line, if no fill prefix, ignore intervening whitespace.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
put back the "Checking DIR..." message.
-
Richard M. Stallman authored
(Info-fontify): New variable. (Info-mode): Initialize Info-related faces. (Info-select-node): Fontify the node if necessary. (Info-goto-node): Provide completion for node names. (Info-read-node-name, Info-build-node-completions): New functions. (Info-current-file-completions): New variable. (Info-find-node): Clear completions cache. (Info-next-reference, Info-prev-reference): New commands. (Info-mode-map): Bind these to TAB and M-TAB. (Info-next-preorder): Special case if sitting on "*Note" reference. (Info-standalone): New variable. (Info-exit): Exit Emacs if in standalone mode. (info-standalone): New function. (Info-summary): Added `bury-buffer' call. (Info-no-error): Renamed from `no-error'. (Info-suffix-list): Put ".info" before "" to deal with directory named "foo" next to file "foo.info".
-
- 01 Aug, 1993 22 commits
-
-
Roland McGrath authored
-
Jim Blandy authored
terminal-independent function-key facilities, we ought to use them. Remove hack which looks for all bindings for the simple motion keys and locally binds them to blackbox keys; add bindings for the [up], [down], [left], and [right] keys.
-
Roland McGrath authored
(etags-snarf-tag): Skip explicit tag name if present.
-
Roland McGrath authored
not vice versa.
-
Paul Eggert authored
All callers changed to use `random' instead.
-
Paul Eggert authored
-
Paul Eggert authored
Use (random N) instead of combination of %, abs and random.
-
Paul Eggert authored
All callers changed to use `random' instead.
-
Paul Eggert authored
to (random N).
-
Paul Eggert authored
All callers changed to use `random' instead.
-
Paul Eggert authored
(= (* (/ A B) B) A).
-
Roland McGrath authored
-
Richard M. Stallman authored
(last_mouse_x, last_mouse_y): Likewise. (button_down_time): Replaces button_up_time. (make_lispy_event): Set button_down_time. Detect and report double-down and double-drag events. (apply_modifiers_uncached): Put `double' or `triple' first. (read_key_sequence): Convert unbound double-drag/down to drag/down.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
if inserting zero characters.
-
Richard M. Stallman authored
Don't display it in mode line. (dired-sort-set-modeline): Set mode-name instead.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
visit-tags-table-buffer-cont copies cont. (tags-table-including): Set that, instead of cont.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 31 Jul, 1993 8 commits
-
-
Richard M. Stallman authored
Add menu bar items. (tar-subfile-mode): Set a local-write-file-hook rather than using key bindings. (tar-subfile-save-buffer): Return t.
-
Richard M. Stallman authored
(display_text_line): Don't display invisible text.
-
Richard M. Stallman authored
(vmotion): Take care of invisible newlines. (Fmove_to_column): After we split a tab, make sure to set last_known... consistently.
-
Richard M. Stallman authored
just inserted has text properties. (direct_ouput_forward_char): Fail if moving near invisible chars.
-
Richard M. Stallman authored
between two unlike intervals via merge_properties_sticky. (merge_properties_sticky): New function. (graft_intervals_into_buffer): Leave handling of `sticky'-ness to adjust_intervals_for_insertion, then merge properties of the inserted text onto the old ones. (textget_direct): New function. (set_point): Fix calculating of fromprev. (verify_interval_modification): Check for `read-only' property and take its `sticky'-ness into account. (set_point): Ignore `invisible' property unless property value is `hidden'.
-
Richard M. Stallman authored
(FRONT_STICKY): Add real definition. (END_NONSTICKY): New macro. (END_STICKY): Deleted. (textget_direct, Qfront_sticky, Qrear_nonsticky): Declared. (Qhidden): Declared.
-
Richard M. Stallman authored
(syms_of_textprop): Set them up. (Qhidden): New variable. (syms_of_textprop): Set up Qhidden. (property_change_between_p): New function.
-
Richard M. Stallman authored
-