- 24 Aug, 2005 6 commits
-
-
Thien-Thi Nguyen authored
-
Juanma Barranquero authored
diff-vector, valid-diff): Defvar at compile time to silence the byte-compiler.
-
Juanma Barranquero authored
`with-no-warnings' to hide references to `ibuffer-elide-long-columns' (which is defined on ibuffer.el, so it's silly to get warnings for it). (ibuffer-auto-mode, ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats, ibuffer-filter-format-alist, ibuffer-filter-group-kill-ring, ibuffer-filter-groups, ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups, ibuffer-inline-columns, ibuffer-show-empty-filter-groups, ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps): Defvar at compile time. (ibuffer-compiled-formats, ibuffer-cached-eliding-string, ibuffer-cached-formats, ibuffer-cached-elide-long-columns), eclare them before use.
-
Thien-Thi Nguyen authored
-
Carsten Dominik authored
(bookmark-jump): Run `bookmark-after-jump-hook'.
-
Carsten Dominik authored
-
- 23 Aug, 2005 5 commits
-
-
Juri Linkov authored
-
Jan Djärv authored
-
Jan Djärv authored
;;; swedish.el --- miscellaneous functions for dealing with Swedish.
-
Juanma Barranquero authored
(xscheme-previous-mode, xscheme-previous-process-state): Add defvars. (xscheme-last-input-end, xscheme-process-command-line, xscheme-process-name, xscheme-buffer-name, xscheme-expressions-ring-max, xscheme-expressions-ring, xscheme-expressions-ring-yank-pointer, xscheme-running-p, xscheme-control-g-synchronization-p, xscheme-control-g-disabled-p, xscheme-string-receiver, default-xscheme-runlight, xscheme-runlight, xscheme-runlight-string, xscheme-process-filter-state, xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string): Move to beginning of file. (scheme-interaction-mode-commands-alist, scheme-interaction-mode-map, scheme-debugger-mode-map): Declare them before use. Note: the initialization code for the variables has not been moved because it uses functions that reference the variables. (xscheme-control-g-message-string, xscheme-process-filter-alist, xscheme-prompt-for-expression-map): Declare them before use. (scheme-debugger-mode-commands): "?\ " -> "?\s".
-
Masatake YAMATO authored
-
- 22 Aug, 2005 10 commits
-
-
Juri Linkov authored
-
Juri Linkov authored
-
Juri Linkov authored
-
Juri Linkov authored
(Faces): Add xref to `(emacs)Standard Faces'. (Displaying Faces): Fix xref to `Standard Faces'.
-
Juri Linkov authored
Fix invert-face. Fix args of face-background.
-
Juri Linkov authored
TS_set_background depending on standout_mode. Simplify.
-
Juri Linkov authored
(define-compilation-mode): Doc fix and refill. (kill-compilation): Use `mode-name' in the error message. (compilation-find-file): Use `compilation-error' in the read-file-name's prompt.
-
Juri Linkov authored
(Info-isearch-search): Use LITERAL arg of replace-regexp-in-string. (Info-escape-percent): Delete function. (Info-fontify-node): Replace Info-escape-percent by replace-regexp-in-string with REP arg set to lambda that duplicates `%' and preserves text properties.
-
Juri Linkov authored
and make an obsolete alias to set-face-underline-p. (set-face-underline-p): Use docstring of set-face-underline. (describe-face): Create hyperlink to parent face.
-
Stefan Monnier authored
(smerge-auto-leave): Make undo re-enable the mode. (debug-ignored-errors): Add the user-error of impossible resolution. (smerge-resolve): Move things around a bit, in preparation for later. (smerge-diff): Don't fail if the buffer has no associated file. (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler. (smerge-conflict-overlay): New function. (smerge-match-conflict): Don't add text properties here. (smerge-find-conflict): Instead, add an overlay here. Also check for the case where we're inside a conflict already, so as to obviate the need for font-lock-multiline, which is unbearably slow with large conflicts and ciomplex font-lock patterns. (smerge-remove-props): Remove overlay rather than text-properties. (smerge-mode): Don't set font-lock-multiline. Remove overlays when turned off.
-
- 21 Aug, 2005 6 commits
-
-
Kim F. Storm authored
bitmaps on fully visible rows.
-
Kim F. Storm authored
-
Kim F. Storm authored
Bind case-fold-search to ido-case-fold locally.
-
Kim F. Storm authored
KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
-
Kim F. Storm authored
if non-zero, don't update current row fringes, and return 0.
-
Kim F. Storm authored
-
- 20 Aug, 2005 12 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
(compilation-start): If compilation-disable-input is non-nil, send EOF to the compilation process.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
Run the argument of tex-shell-cd-command through convert-standard-filename, to get the correct style of slashes on Windows, and enclose the result in quotes, in case the file name includes whitespace or other special characters.
-
Richard M. Stallman authored
(resize_mini_window): Set w->start, and PT, so as to display the tail end of the buffer, if it doesn't all fit.
-
- 19 Aug, 2005 1 commit
-
-
Andreas Schwab authored
process.
-