| About 147 results (0.19 seconds) |
![]() Custom Search |
Apr 22, 2013... a string in the current search history ( 'search-ring' or 'regexp-search-ring' ). In Icicle mode, this feature is enhanced so that you can use all of ... www.emacswiki.org/emacs/Icicles_-_Isearch_Enhancements |
Mar 27, 2013... 'C-M-r' (regexp Isearch). Whenever a content search is successful the search pattern is added to 'regexp-search-ring' when you hit 'S-TAB' . www.emacswiki.org/emacs/Icicles_-_Searching_Named_Containers |
May 9, 2012... regexp search ring – ring of previously used regexp search strings; the value of variable 'regexp-search-ring' (see also search ring); region ... www.emacswiki.org/emacs/Glossary |
Dec 22, 2008 ... (interactive) (if isearch-regexp (setq regexp-search-ring (delete isearch-string regexp-search-ring)) (setq search-ring (delete isearch-string ... www.emacswiki.org/emacs/isearch-extension.el |
Dec 21, 2012 ... Icicles - Special Characters in Input Patterns, main; 'icicle-regexp-search-ring- max' – Icicles version of 'regexp-search-ring-max' – main ... www.emacswiki.org/emacs/Icicles_-_Options_Index |
Apr 23, 2013 ... (When you exit Icicle mode, 'regexp-search-ring-max' and 'search-ring-max' are restored.) The reason for having these options is that with ... www.emacswiki.org/.../Icicles_-_Customization_and_General_Tips |
Dec 28, 2012... `beginning-or-indentation', `chgrp', `chmod', `chown', ;; `clear-regexp-search- history', `clear-regexp-search-ring' ;; `clear-search-history', `clear-search-ring', ... www.emacswiki.org/emacs/misc-cmds.el |
Dec 15, 1995 ... (when (= 0 (length isearch-string)) (setq isearch-string (or (car (if isearch-regexp regexp-search-ring search-ring)) "") isearch-message ... www.emacswiki.org/emacs/isearch+.el |
Jan 30, 1996 ... (if query-replace-interactive (car (if regexp-flag regexp-search-ring search-ring)) ( let* ((default (search/replace-default (symbol-value ... www.emacswiki.org/emacs/replace%2B.el |
Feb 26, 2013 ... 'C-x C-f C-M-j C-M-pause'; Choose 'regexp-search-ring' (or 'search-ring' ) as the history to use. 'M-o S-TAB'; Choose a previous search string ... www.emacswiki.org/emacs/Icicles_-_History_Enhancements |
| |