- 17 Jan, 2006 3 commits
-
-
Juri Linkov authored
Buffer-menu-buffer. Doc fix. (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
-
Juri Linkov authored
instead of the file at the mark as default if the file at the mark is the same as the file at point or if dired-dwim-target-directory is not the same as the current directory and the mark is not active.
-
Juri Linkov authored
-
- 16 Jan, 2006 2 commits
-
-
Juri Linkov authored
-
Kenichi Handa authored
-
- 15 Jan, 2006 5 commits
-
-
Dan Nicolaescu authored
* term.el (term-raw-map): Add mapping for insert. (term-send-insert): New. (term-mode): Make variables local here instead of doing it in `term-emulate-terminal'. (term-emulate-terminal): Delete incorrect optimization for cr+lf. Scroll reverse needs to take into account the scroll region. Saving and restoring the cursor should save the color attributes too. (term-reset-terminal): Reset the scroll region. (term-handle-ansi-escape): Cursor up and down should take into account the scroll region. (term-set-scroll-region): Renamed from `term-scroll-region'. Move to 0,0 after setting the region. (term-handle-scroll): Handle scroll up. (term-down): Fix off by one error. (term-delete-lines): Do not delete outside the scroll region. (term-insert-lines): Take into account the scroll region.
-
Stefan Monnier authored
Undo most of last change of 2006-01-13. (start, end): Move declaration outside of eval-when-compile.
-
Stefan Monnier authored
(flyspell-mode-on): Use it.
-
Stefan Monnier authored
-
Luc Teirlinck authored
-
- 13 Jan, 2006 12 commits
-
-
Romain Francoise authored
Conditionally use `hard-newline'.
-
Eli Zaretskii authored
behave as if the overlay didn't exist.
-
Eli Zaretskii authored
the `custom-link' face.
-
Stefan Monnier authored
(ld-script-mode): Don't set indent-line-function since we don't have one.
-
Eli Zaretskii authored
-
Carsten Dominik authored
-
Eli Zaretskii authored
start message. (ispell-internal-change-dictionary): When flyspell-mode is active and dictionary is changed, make sure ispell process is restarted and flyspell word cache cleared out for the current buffer. (ispell-change-dictionary): Make sure flyspell word cache is cleared out in all buffers with active flyspell mode when dictionary is globally changed. Call ispell-internal-change-dictionary after dictionary change.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
(pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright years. Fix small differences wrt Makefile.in. (recompile): Use --eval '(batch-byte-recompile-directory 0)', like Makefile.in does.
-
Bill Wohler authored
-
Masatake YAMATO authored
-
Chong Yidong authored
Don't add widget if setting undefined.
-
- 12 Jan, 2006 4 commits
-
-
John Paul Wallington authored
-
Nick Roberts authored
-
Masatake YAMATO authored
-
Luc Teirlinck authored
-
- 11 Jan, 2006 4 commits
-
-
Stefan Monnier authored
dead windows rather than returning nil. (reveal-open-new-overlays): An overlay might die while we open others.
-
Bill Wohler authored
docstring.
-
Bill Wohler authored
* emacs/lisp/Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes can give some systems gas. Add new file mh-buffers.el. * emacs/lisp/mh-e/mh-buffers.el: New file. Contains constants and code from mh-index.el and mh-utils.el. * emacs/lisp/mh-e/mh-alias.el: * emacs/lisp/mh-e/mh-comp.el: * emacs/lisp/mh-e/mh-e.el: * emacs/lisp/mh-e/mh-funcs.el: * emacs/lisp/mh-e/mh-init.el: * emacs/lisp/mh-e/mh-junk.el: * emacs/lisp/mh-e/mh-mime.el: * emacs/lisp/mh-e/mh-print.el: * emacs/lisp/mh-e/mh-seq.el: Require new file mh-buffers.el. * emacs/lisp/mh-e/mh-index.el: Require new file mh-buffers.el. (mh-index-temp-buffer, mh-checksum-buffer): Move to new file mh-buffers.el. * emacs/lisp/mh-e/mh-utils.el: Require new file mh-buffers.el. (mh-temp-buffer, mh-temp-fetch-buffer) (mh-aliases-buffer, mh-folders-buffer, mh-help-buffer) (mh-info-buffer, mh-log-buffer, mh-mail-delivery-buffer) (mh-recipients-buffer, mh-sequences-buffer, mh-log-buffer-lines) (mh-truncate-log-buffer): Move to new file mh-buffers.el.
-
Masatake YAMATO authored
* font-lock.el (cpp-font-lock-keywords): Font lock keywords for C preprocessor forward ported from GNU Emacs 21.2. * progmodes/asm-mode.el (asm-font-lock-keywords): Use `cpp-font-lock-keywords'. * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto. * progmodes/ld-script.el (auto-mode-alist): Use \\> instead of $ for "\\.ld[s]?".
-
- 10 Jan, 2006 5 commits
-
-
Stefan Monnier authored
(tcl-indent-line): Return `noindent' if inside a string.
-
Stefan Monnier authored
(flymake-find-buildfile, flymake-find-possible-master-files): Use expand-file-name. (flymake-fix-file-name): Don't replace \ with / and don't remove ./ since expand-file-name does it for us. Use directory-file-name. (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line) (flymake-ler-get-type, flymake-ler-get-text) (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers. (flymake-current-line-no): Remove spurious interactive spec. (flymake-delete-temp-directory): Remove unused var `slash-pos'. (flymake-check-include): Remove arg inc-path merged into inc-name. (flymake-check-patch-master-file-buffer): Fit in 80 columns. Arg regexp-list replaced by a simple regexp. (flymake-master-make-header-init, flymake-master-tex-init): Correspondingly replace regexp-list with a regexp. Fix regexp.
-
Simon Josefsson authored
-
Thien-Thi Nguyen authored
(report-emacs-bug): Don't record initial prompt text. Instead, add text properties to prompting text. (report-emacs-bug-hook): Delete prompting text.
-
Stefan Monnier authored
-
- 09 Jan, 2006 4 commits
-
-
John Paul Wallington authored
-
Stefan Monnier authored
(reveal-close-old-overlays): Idem. Check overlays's liveness before using them. Simplify the code. (reveal-post-command): Use them. Fix up obsolete windows in reveal-open-spots.
-
Stefan Monnier authored
(flymake-get-common-file-prefix, flymake-build-relative-filename): Delete. Use file-relative-name instead. (flymake-get-syntax-check-program-args, flymake-perl-init): Simplify the resulting code.
-
Stefan Monnier authored
-
- 08 Jan, 2006 1 commit
-
-
Alex Schroeder authored
identifiers sometimes added in square brackets at the beginning of subject lines.
-