- 30 Oct, 2001 34 commits
-
-
Eli Zaretskii authored
-
Gerd Moellmann authored
(x_set_glyph_string_background_width): Set extends_to_end_of_line_p if the row's fill_line_p is set and drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
-
Gerd Moellmann authored
-
Eli Zaretskii authored
-
Gerd Moellmann authored
-
Eli Zaretskii authored
whose name begins with a space.
-
Eli Zaretskii authored
a file, _are_ mentioned by buffer-menu.
-
Eli Zaretskii authored
omitted from the list. (Several Buffers): Document buffer-menu-other-window.
-
Eli Zaretskii authored
starts with a blank, but it visits a file, do show it (for files whose names start with a blank).
-
Eli Zaretskii authored
-
Stefan Monnier authored
-
Stefan Monnier authored
(fill-indent-according-to-mode): Change default to t. (fill-context-prefix): Simplify control-flow and use a more sophisticated merge that unifies both previous checks. (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs. (fill-nobreak-predicate): Make it into a defcustom'd hook. (fill-nobreak-p): New fun. (fill-region-as-paragraph): Use it. Handle `fill-indent-according-to-mode' slightly differently. (fill-individual-paragraphs-prefix): Simplify the control-flow. (fill-individual-paragraphs-citation): Fix.
-
Stefan Monnier authored
(forward-paragraph): Use `parstart' and `parsep' for temp variables rather than rebinding `paragraph-start' and `paragraph-separate'.
-
Stefan Monnier authored
(text-mode): Simplify now that the default is more favorable. (paragraph-indent-text-mode): Fix last change.
-
Stefan Monnier authored
(paragraph-start): Change default to the `text-mode' value.
-
Stefan Monnier authored
(tab-always-indent): Add an `always' setting. (indent-according-to-mode): Handle `indent-relative' and `indent-relative-maybe' specially. (indent-for-tab-command): Rename `prefix-arg' to `arg'. Handle the `always; case for `tab-always-indent'. Don't call indent-according-to-mode for indent-relative' and `indent-relative-maybe'. (insert-tab): Rename `prefix-arg' to `arg'. (indent-region): Indent the first line as well. (indent-relative): Don't mark the buffer modified if the indentation is unchanged.
-
Stefan Monnier authored
Set paragraph-start more carefully. Set indent-line-function. (paragraph-indent-text-mode): Use it and define-derived-mode.
-
Stefan Monnier authored
If the regexp doesn't match, use a looser one. (find-variable-noselect): Add `file' argument.
-
Stefan Monnier authored
(cvs-mode-commit): Run it.
-
Stefan Monnier authored
-
Stefan Monnier authored
(Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT. (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part. (single_submenu, xmenu_show): Use ENCODE_SYSTEM. Explicitly set wv->help. Use `TRUE' rather than `True'. (menu_help_callback): Use empty_string.
-
Stefan Monnier authored
(Fx_popup_dialog): Explicitly init f. (w32_menu_display_help): Use empty_string.
-
Stefan Monnier authored
(edebug-instrument-function): Use `find-function-noselect'.
-
Richard M. Stallman authored
feature 3 or more levels deep, and get error. (require_unwind): New subroutine. (require_nesting_list): New variable. (syms_of_fns): Init and staticpro it.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Callers changed to use progn instead.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(edebug-set-conditional-breakpoint): Unconditionally use the former Emacs >=19 definition. (edebug-mark): Define unconditionally. (edebug-eval-expression): Always call read-from-minibuffer and specify history list. (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p, edebug-set-conditional-breakpoint. (edebug-emacs-version-specific): Function deleted; do the job at top level. (edebug-emacs-19-specific): Function deleted, this is the default.
-
Richard M. Stallman authored
-
- 29 Oct, 2001 6 commits
-
-
Eli Zaretskii authored
used for decoding input on X.
-
Eli Zaretskii authored
-
Sam Steingold authored
-
Eli Zaretskii authored
(make-face-bold, make-face-unbold, make-face-italic) (make-face-unitalic, make-face-bold-italic, invert-face): Remove trailing blank from the prompt passed to read-face-name.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
when testing whether face colors are not specified. From David.Kastrup@t-online.de (David Kastrup).
-