- 13 Dec, 2004 15 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Stefan Monnier authored
Reported by Ville Skytt�scop@xemacs.org>. (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev) (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line) (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
-
Juri Linkov authored
-
Juri Linkov authored
-
Juri Linkov authored
(Misc Dired Commands): Add @r{(Dired)} to w.
-
Juri Linkov authored
-
Juri Linkov authored
-
Juri Linkov authored
(ffap-directory-finder): New variable. (ffap-string-at-point-mode-alist): Add * and ? to `file'. (ffap-file-at-point): Add /* to immediately rejected names. Return absolute file names matching ffap-dired-wildcards. (ffap-read-file-or-url): Set default value for `completing-read' to `buffer-file-name'. (find-file-at-point): When filename matches ffap-dired-wildcards, call ffap-file-finder with t arg `wildcards', instead of dired. (ffap-other-window, ffap-other-frame): Return visited buffers. (ffap-read-only, ffap-read-only-other-window) (ffap-read-only-other-frame, ffap-alternate-file): New commands. (dired-at-point): Call ffap-directory-finder instead of dired. (ffap-dired-other-window, ffap-dired-other-frame) (ffap-list-directory): New commands. (ffap-bindings): New keybindings for new commands.
-
Juri Linkov authored
Add the first buffer to the returned value to return the complete list of all visited buffers. (find-file-read-only, find-file-read-only-other-window) (find-file-read-only-other-frame): Use nil for `mustmatch' arg of `find-file-read-args'. Signal an error about non-existent file only if file name doesn't contain wildcards. Toggle read-only in all visited buffers. (find-alternate-file, find-alternate-file-other-window): Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when called interactively. Pass arg `wildcards' to other functions. (find-file-noselect): Doc fix.
-
Juri Linkov authored
-
Juri Linkov authored
region when mark is active in Transient Mark mode.
-
Juri Linkov authored
Extend the region when mark is active in transient-mark-mode, regardless of the last command. Doc fix.
-
Juri Linkov authored
Do not push mark when mark is active in transient-mark-mode. * emacs-lisp/lisp.el (mark-sexp, mark-defun): Extend the region when mark is active in transient-mark-mode, regardless of the last command. Doc fix. * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for preserving direction, to mark forward instead of backward when mark is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
-
Juri Linkov authored
Do not push mark when mark is active in transient-mark-mode. * simple.el (mark-word): Extend the region when mark is active in transient-mark-mode, regardless of the last command. Doc fix. * simple.el (mark-word): Preserve direction when repeating. Make arg optional. Interactive "p" -> "P". (transient-mark-mode, inhibit-mark-movement): Doc fix.
-
- 12 Dec, 2004 9 commits
-
-
Juri Linkov authored
-
Juri Linkov authored
that allows query replacement to use isearch highlighting. Change type from `boolean' to `choice'. Doc fix. (replace-highlight, replace-dehighlight, perform-replace): Use isearch highlighting if query-replace-highlight eq `isearch'.
-
Juri Linkov authored
(perform-replace): Don't call `replace-highlight' when automatic replacement is requested in literal mode, since it is intended only to highlight words during entering a new replacement string for \? in non-literal mode.
-
Juri Linkov authored
Use `isearch-message' as initial input for `read-string' instead of adding it to the minibuffer prompt. After reading a string remove the initial value of `isearch-message' from the string.
-
Juri Linkov authored
`read-from-minibuffer' to `t' to inherit the current input method (whose name is indicated by [IM] in the minibuffer prompt) from the current buffer to the minibuffer. (isearch-lazy-highlight-update): Put body to `with-local-quit' to allow C-g quitting for lazy highlighting looping inside the search with nested repetition operators. Add overlay to the list before setting its face and other properties to avoid the case of code quitting after placing the new overlay but before it's recorded on the list. Select the window where isearch was activated, to highlight matches in the right window when isearch switches the current window to the minibuffer.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(Ftry_completion): Really use outer `zero'; eliminate inner one.
-
Kenichi Handa authored
-
- 11 Dec, 2004 16 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
(input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
-
Richard M. Stallman authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
Fix format messages for calls to `error'.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Jan Djärv authored
difference between inner and outer window. Don't subtract difference for left and top calculations.
-
Dan Nicolaescu authored
* e/eterm: Regenerate.
-
Dan Nicolaescu authored
(term-emulate-terminal): Handle reset. (term-reset-terminal): New function.
-
Jan Djärv authored
for left and top calculations. Remove call to x_real_positions. (x_check_expected_move): Do not set change_gravity to 1 when calling x_set_offset.
-
Thien-Thi Nguyen authored
(zone-fill-out-screen): New func. (zone-pgm-drip): Use `zone-fill-out-screen'. Also, no longer go to point-min on every cycle. (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode. (zone-pgm-random-life-wait): New user var. (zone-pgm-random-life): New func.
-
Kim F. Storm authored
-