- 02 Dec, 2011 1 commit
-
-
Juri Linkov authored
* lisp/isearch.el (isearch-occur): Use `word-search-regexp' for `isearch-word'. (isearch-search-and-update): Add condition for `isearch-word' and call `word-search-regexp'. * src/search.c (Fword_search_regexp): New Lisp function created from `wordify'. Change type of arg `lax' from `int' to `Lisp_Object'. (Fword_search_backward, Fword_search_forward) (Fword_search_backward_lax, Fword_search_forward_lax): Use `Fword_search_regexp' instead of `wordify'. Doc fix. (syms_of_search): Define `Sword_search_regexp'. Fixes: debbugs:10145
-
- 29 Nov, 2011 1 commit
-
-
Stefan Monnier authored
Fixes: debbugs:10022
-
- 27 Nov, 2011 1 commit
-
-
Paul Eggert authored
-
- 19 Nov, 2011 2 commits
-
-
Juri Linkov authored
Remove condition `(not isearch-error)'. * lisp/misearch.el (multi-isearch-search-fun): Add condition `(not bound)' to ignore lazy-highlighting search. Add the search-failed message "end of multi" when the end of multi-sequence is reached. Uncapitalize the search-failed message "Repeat for next buffer". * lisp/info.el (Info-search): Add the search-failed message "end of the manual" when the end of the manual is reached in Isearch mode. Fixes: debbugs:9918
-
Juri Linkov authored
to nil instead of binding `search-ring' and `regexp-search-ring'. Fixes: debbugs:9185
-
- 15 Nov, 2011 1 commit
-
-
Juanma Barranquero authored
-
- 14 Nov, 2011 1 commit
-
-
Paul Eggert authored
-
- 30 Oct, 2011 1 commit
-
-
Chong Yidong authored
to split-window-below and split-window-right. * lisp/window.el (split-window-below, split-window-right): Rename from split-window-above-each-other and split-window-side-by-side respectively. All callers changed. (split-window-sensibly, split-window-sensibly): Use them. (split-window-keep-point): Doc fix. * lisp/isearch.el: Add isearch-scroll property to split-window-below and split-window-right. * lisp/follow.el (follow-mode): * lisp/vc/pcvs-util.el (cvs-pop-to-buffer-same-frame): * lisp/progmodes/ada-xref.el (ada-gdb-application): * lisp/emulation/vip.el (vip-buffer-in-two-windows): * lisp/image-dired.el (image-dired-dired-with-window-configuration): * lisp/dired-x.el (dired-do-find-marked-files): * lisp/dired.el (dired-pop-to-buffer): * lisp/bs.el (bs--show-with-configuration): * lisp/vc/emerge.el (emerge-setup-windows): * lisp/textmodes/two-column.el (2C-two-columns): * lisp/textmodes/reftex-toc.el (reftex-toc): * lisp/progmodes/gdb-mi.el (gdb-setup-windows): * lisp/progmodes/fortran.el (fortran-window-create): * lisp/net/newst-treeview.el (newsticker--treeview-window-init): * lisp/emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode): * lisp/emulation/tpu-edt.el (tpu-gold-map): * lisp/emulation/crisp.el (crisp-mode-map): * lisp/calendar/calendar.el (calendar-basic-setup): Callers changed.
-
- 24 Oct, 2011 1 commit
-
-
Juri Linkov authored
`search-whitespace-regexp' only when `isearch-regexp' is non-nil. Fixes: debbugs:9364
-
- 11 Oct, 2011 1 commit
-
-
Juri Linkov authored
(isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search): Use it. Fixes: debbugs:9727
-
- 18 Sep, 2011 1 commit
-
-
Juri Linkov authored
* lisp/isearch.el (isearch-edit-string): Bind `isearch-new-case-fold' to `isearch-case-fold-search' and restore its original value after the `isearch-mode' call.
-
- 14 Sep, 2011 1 commit
-
-
Juri Linkov authored
http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00169.html * lisp/isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix. (isearch-edit-string): Use length of `isearch-string' when `isearch-fail-pos' returns nil. (isearch-message): Remove duplicate code and call `isearch-fail-pos' with arg `t'.
-
- 10 Sep, 2011 1 commit
-
-
Juri Linkov authored
* lisp/isearch.el (isearch-edit-string): Remove obsolete mention of `C-w' (`isearch-yank-word-or-char') from docstring. (isearch-query-replace): Fix typo in docstring. Fixes: debbugs:9466
-
- 06 Sep, 2011 1 commit
-
-
Alan Mackenzie authored
"unread" the prefix arg, too. This fixes bug #8901.
-
- 29 Aug, 2011 1 commit
-
-
Juri Linkov authored
when arg `edit' is non-nil to prevent its flicker in the echo area.
-
- 25 Aug, 2011 2 commits
-
-
Juri Linkov authored
`search-whitespace-regexp'. Fixes: debbugs:9364
-
Juri Linkov authored
`regexp-search-ring' to their global values to protect from updating by `read-from-minibuffer'. Fixes: debbugs:9185
-
- 24 Aug, 2011 1 commit
-
-
Juri Linkov authored
* lisp/isearch.el (isearch-ring-adjust1): Start visiting previous search strings from the index 0 (-1 + 1) instead of 1 (0 + 1). (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1' for empty search string (when the last search string is reused automatically) to adjust the isearch ring to the last element and prepare the correct index for further M-p commands. Fixes: debbugs:9185
-
- 15 Jul, 2011 1 commit
-
-
Lars Magne Ingebrigtsen authored
* isearch.el (isearch-barrier): Add a doc string, since it's mentioned in a function doc string. Fixes: debbugs:8678
-
- 04 Jul, 2011 1 commit
-
-
Lars Magne Ingebrigtsen authored
meaning of the function returned.
-
- 03 Jul, 2011 1 commit
-
-
Lars Magne Ingebrigtsen authored
(bug#8101).
-
- 28 May, 2011 2 commits
-
-
Drew Adams authored
(isearch-fail-pos): New function. (isearch-edit-string): Use it.
-
Dmitry Kurochkin authored
Fixes: debbugs:8721
-
- 24 May, 2011 1 commit
-
-
Dmitry Kurochkin authored
Fixes: debbugs:8721
-
- 03 May, 2011 1 commit
-
-
Leo Liu authored
-
- 19 Apr, 2011 1 commit
-
-
Juanma Barranquero authored
-
- 06 Mar, 2011 1 commit
-
-
Chong Yidong authored
* lisp/isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill, and move isearch-yank-line to M-s C-e. * doc/emacs/search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
-
- 26 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 25 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 16 Jan, 2011 1 commit
-
-
Juri Linkov authored
an incomplete regexp (isearch-error is non-nil). (Bug#7534)
-
- 15 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 02 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 20 Dec, 2010 1 commit
-
-
Juri Linkov authored
(isearch-lazy-highlight-new-loop): Compare `isearch-error' and `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error' to the current value of `isearch-error' (Bug#7468).
-
- 02 Oct, 2010 1 commit
-
-
Glenn Morris authored
* doc/misc/misc.texi (Shell Mode): Remove reference to old function name. * src/character.c (Fchar_bytes): Remove obsolete function. (syms_of_character): Remove Schar_bytes. * lisp/subr.el (char-bytes): Remove obsolete function. * lisp/emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias. * lisp/isearch.el (isearch-return-char): Remove obsolete function. * lisp/mouse.el: No longer provide mldrag. (mldrag-drag-mode-line, mldrag-drag-vertical-line): Remove obsolete aliases. * lisp/comint.el (comint-kill-output): Remove obsolete alias. * lisp/shell.el: Comment fix. * lisp/composite.el (decompose-composite-char): Remove obsolete function. * lisp/ps-def.el (decompose-composite-char): Remove unused function. * lisp/iswitchb.el (iswitchb-default-keybindings): Remove obsolete function. * lisp/outline.el (outline-visible): Remove obsolete function. * lisp/term/pc-win.el (x-frob-font-slant, x-frob-font-weight): * lisp/faces.el (internal-find-face, internal-get-face) (frame-update-faces, frame-update-face-colors) (x-frob-font-weight, x-frob-font-slant) (internal-frob-font-weight, internal-frob-font-slant) (x-make-font-bold, x-make-font-demibold, x-make-font-unbold) (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic) (x-make-font-bold-italic): Remove functions and aliases, obsolete since Emacs 21.1. * lisp/emulation/viper-util.el (viper-get-face): * lisp/obsolete/lucid.el (find-face, get-face): Use facep. * lisp/vc/ediff-init.el (ediff-valid-color-p, ediff-get-face): Remove unused functions. * lisp/vc/ediff-util.el (ediff-submit-report): Doc fix. * etc/NEWS: Mention above changes.
-
- 23 Sep, 2010 1 commit
-
-
Glenn Morris authored
* isearch.el (isearch-lazy-highlight-cleanup) (isearch-lazy-highlight-initial-delay) (isearch-lazy-highlight-interval) (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face): * net/net-utils.el (ipconfig-program-options): Move aliases to options before the associated definitions.
-
- 17 Sep, 2010 1 commit
-
-
Stefan Monnier authored
(isearch-highlight): Use new name.
-
- 29 Aug, 2010 1 commit
-
-
Chong Yidong authored
-
- 08 Aug, 2010 1 commit
-
-
Johan Bockgård authored
* replace.el (replace-highlight): Bind isearch-forward and isearch-error, ensuring that highlighting is updated if the user switches the search direction (Bug#6808). * isearch.el (isearch-lazy-highlight-forward): New var. (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search): (isearch-lazy-highlight-update): Use it.
-
- 06 Jun, 2010 1 commit
-
-
Juri Linkov authored
by checking for empty match. This syncs this loop with the similar loop in `isearch-search'. (Bug#6362)
-
- 20 May, 2010 1 commit
-
-
Masatake YAMATO authored
when `subword-mode' is activated. (Bug#6220)
-