Dan Nicolaescu
6d341a2a09
* textmodes/ispell.el (ispell-skip-region-alist):
...
* textmodes/css-mode.el (auto-mode-alist):
* progmodes/compile.el (auto-mode-alist):
* international/mule.el (ctext-non-standard-encodings-alist)
(ctext-non-standard-encodings-regexp):
* simple.el (shell-command-switch, text-read-only):
* replace.el (occur-mode-map):
* paths.el (rmail-file-name):
* jka-cmpr-hook.el (jka-compr-build-file-regexp):
* find-file.el (ff-special-constructs):
* files.el (file-name-handler-alist):
* composite.el: Purecopy strings.
2009-11-12 06:55:39 +00:00
Dan Nicolaescu
a3c20c832c
* subr.el (menu-bar-separator): New defconst.
...
* replace.el (occur-mode-map):
* menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
(menu-bar-edit-menu, menu-bar-goto-menu, menu-bar-edit-menu)
(menu-bar-custom-menu, menu-bar-showhide-menu)
(menu-bar-options-menu, menu-bar-tools-menu)
(menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
(menu-bar-search-documentation-menu, menu-bar-manuals-menu)
(menu-bar-help-menu):
* ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
* buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
2009-11-11 05:57:51 +00:00
Dan Nicolaescu
8f43cbf352
* puresize.h (BASE_PURESIZE): Increase to 1430000.
...
* term/tty-colors.el (msdos-color-values): Remove declaration, unused.
(color-name-rgb-alist, tty-standard-colors)
(tty-color-mode-alist): Change to defconst.
* simple.el (mark-inactive): Purecopy message.
* menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
(global-map, yank-menu):
* textmodes/ispell.el (ispell-menu-map):
* net/eudc.el (eudc-tools-menu):
* international/mule-cmds.el (describe-language-environment-map)
(setup-language-environment-map, set-coding-system-map)
(mule-menu-keymap):
* vc-hooks.el (vc-menu-entry, vc-menu-map):
* replace.el (occur-mode-map):
* pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
* bindings.el (propertized-buffer-identification): Purecopy
tooltip text.
2009-10-23 05:15:26 +00:00
Juri Linkov
99910cf46a
(read-regexp): Return empty string when `default-value' is nil.
...
(keep-lines-read-args): Don't use empty string as the
default value for `read-regexp'. (Bug#2495)
2009-08-12 20:56:25 +00:00
Chong Yidong
c4bf8039f5
(keep-lines-read-args): Use empty string as default (Bug#2495).
2009-02-27 15:31:36 +00:00
Glenn Morris
1e4bd40da2
Replace last-input-char with last-input-event.
2009-01-09 05:00:56 +00:00
Glenn Morris
ae940284fa
Add 2009 to copyright years.
2009-01-05 03:18:22 +00:00
Lute Kamstra
9201cc281b
* align.el:
...
* allout.el:
* apropos.el:
* arc-mode.el:
* autoinsert.el:
* avoid.el:
* battery.el:
* bookmark.el:
* buff-menu.el:
* calculator.el:
* chistory.el:
* cmuscheme.el:
* comint.el:
* compare-w.el:
* dabbrev.el:
* delim-col.el:
* desktop.el:
* diff-mode.el:
* diff.el:
* dired-aux.el:
* dired-x.el:
* dired.el:
* dos-vars.el:
* ediff-diff.el:
* ediff-help.el:
* ediff-init.el:
* ediff-merg.el:
* ediff-mult.el:
* ediff-ptch.el:
* ediff-vers.el:
* ediff-wind.el:
* ediff.el:
* emerge.el:
* facemenu.el:
* faces.el:
* ffap.el:
* filecache.el:
* find-dired.el:
* font-core.el:
* font-lock.el:
* forms.el:
* fringe.el:
* help-at-pt.el:
* hippie-exp.el:
* ido.el:
* image-file.el:
* imenu.el:
* indent.el:
* info.el:
* isearchb.el:
* iswitchb.el:
* jit-lock.el:
* jka-compr.el:
* log-edit.el:
* lpr.el:
* ls-lisp.el:
* man.el:
* menu-bar.el:
* midnight.el:
* mouse-sel.el:
* mouse.el:
* msb.el:
* outline.el:
* paren.el:
* pcmpl-cvs.el:
* pcmpl-gnu.el:
* pcomplete.el:
* pcvs-info.el:
* pcvs-parse.el:
* printing.el:
* ps-mule.el:
* ps-print.el:
* replace.el:
* ruler-mode.el:
* saveplace.el:
* sb-image.el:
* scroll-bar.el:
* sha1.el:
* shadowfile.el:
* shell.el:
* sort.el:
* speedbar.el:
* strokes.el:
* tempo.el:
* term.el:
* terminal.el:
* time-stamp.el:
* time.el:
* tree-widget.el:
* type-break.el:
* vc-cvs.el:
* vc-hg.el:
* vc-mcvs.el:
* vc-rcs.el:
* vc-sccs.el:
* vc.el:
* view.el:
* w32-vars.el:
* whitespace.el:
* wid-edit.el: Remove leading * from docstrings of defcustoms,
deffaces, defconsts and defuns.
2008-12-03 05:48:14 +00:00
Juanma Barranquero
3f2372cbcb
* replace.el (how-many): Fix typo in docstring.
...
Reported by Leo Liu <sdl.web@gmail.com>.
2008-10-22 11:11:01 +00:00
Juri Linkov
04ff2deeb3
(query-replace, query-replace-regexp)
...
(replace-string, replace-regexp, perform-replace): Add "word"
indicatiors to the prompt for word delimited replacements.
2008-10-19 22:34:35 +00:00
Juri Linkov
10965505b4
(read-regexp): Rename arg default' to
default-value'. Doc fix.
2008-10-19 22:04:59 +00:00
Chong Yidong
f2e7b9ef88
(perform-replace): Don't set inhibit-read-only using
...
query-replace-skip-read-only (bug#956).
2008-09-12 00:37:41 +00:00
Juri Linkov
714da75728
(read-regexp): Add second arg `default'. Doc fix.
...
(occur-read-primary-args): Use `(car regexp-history)'
as the second arg of `read-regexp'.
2008-07-29 14:44:35 +00:00
Juri Linkov
b591f3387a
(multi-query-replace-map): New variable.
...
(perform-replace): Add processing of new multi-buffer keys bound
to `automatic-all' and `exit-current'. Set `query-flag' to nil
if last input char was `automatic-all'. Set new local variable
`multi-buffer' to t when one of new two keys were typed. Return
non-nil value of `multi-buffer' that tells to calling functions
to continue replacement on the next file.
2008-07-23 01:18:39 +00:00
Juri Linkov
96f606c5e6
(read-regexp): New function.
...
(keep-lines-read-args, occur-read-primary-args):
Call `read-regexp' instead of code moved to new function.
(keep-lines, flush-lines, how-many): Remove parenthesis and colon
from the end of prompt.
(replace-re-search-function): Doc fix.
2008-06-29 16:10:11 +00:00
Chong Yidong
c35a09fc44
(replace-search-function, replace-re-search-function): New vars.
...
(perform-replace): Use them.
2008-06-06 20:32:11 +00:00
Glenn Morris
eb3fa2cfcf
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 08:06:51 +00:00
Juri Linkov
360289a661
(occur-read-primary-args): Set default to the car of
...
regexp-history and display it in the prompt, but don't add to the
list of minibuffer defaults. Bind history-add-new-input to nil to
not add automatically `default'. For empty input return `default'.
Otherwise, add `input' to regexp-history and return it.
(occur-1): Signal an error for the empty regexp.
2008-05-01 23:55:44 +00:00
Dan Nicolaescu
a22f42ace8
(occur-mode-map): Add :help.
2008-03-21 06:12:35 +00:00
Carsten Dominik
8e62d5e855
* replace.el (occur-mode-find-occurrence-hook): New hook that can
...
be used to reveal or highlight the location of a match.
(occur-mode-goto-occurrence)
(occur-mode-goto-occurrence-other-window)
(occur-mode-display-occurrence): Run
`occur-mode-find-occurrence-hook'.
2008-01-23 10:49:31 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
409cc4a3ea
Add 2008 to copyright years.
2008-01-07 02:45:14 +00:00
Richard M. Stallman
f8edc67ee2
(occur-context-lines): New subroutine, broken out of occur-engine.
...
(occur-engine): Call it.
2008-01-03 09:52:45 +00:00
Miles Bader
b17f53abc2
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
2007-12-28 22:26:14 +00:00
Eli Zaretskii
fae97ed8b8
(regexp-history): Add reference to `history-length' in the doc string.
2007-12-22 17:10:17 +00:00
Juri Linkov
3be42fcdfb
(keep-lines, flush-lines, how-many): Doc fix.
...
Check search-upper-case before calling isearch-no-upper-case-p
to set case-fold-search.
(occur): Doc fix.
(occur-1, perform-replace): Check search-upper-case before calling
isearch-no-upper-case-p to set case-fold-search.
2007-12-09 23:47:04 +00:00
Dan Nicolaescu
85ea5b19e4
(occur-mode-map): Add a major mode menu with entries
...
for all occur operations.
2007-11-22 03:01:36 +00:00
Juanma Barranquero
0ae03f1a09
(map-query-replace-regexp): Doc fix (revert part of 2000-05-21T17:04:47Z!fx@gnu.org
...
made with no ChangeLog entry).
2007-11-19 12:47:03 +00:00
Juanma Barranquero
d8f1d2f3a3
(map-query-replace-regexp): Doc fix (revert part of 2000-05-21T17:04:47Z!fx@gnu.org
...
made on 2000-05-21 with no ChangeLog entry).
2007-11-19 12:10:41 +00:00
Juri Linkov
7dc5b46da5
(keep-lines-read-args, occur-read-primary-args):
...
Use a list of default values for DEFAULT arg of read-from-minibuffer.
2007-11-16 01:20:20 +00:00
Juri Linkov
7abe68aa19
(query-replace-show-replacement): New defcustom.
...
(perform-replace): Use `match-substitute-replacement' if
`query-replace-show-replacement' is non-nil.
2007-11-10 21:49:19 +00:00
Miles Bader
9aecacd08a
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
2007-07-26 05:28:10 +00:00
Glenn Morris
b4aa60262c
Switch license to GPLv3 or later.
2007-07-25 04:50:21 +00:00
Stefan Monnier
26cc71affc
(perform-replace): Use isearch-no-upper-case-p.
2007-07-23 21:32:32 +00:00
Dan Nicolaescu
5183d4c9a9
* replace.el (match): Use yellow1 instead of yellow.
...
* progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
red.
* pcvs-info.el (cvs-unknown): Likewise.
2007-07-13 02:50:19 +00:00
David Kastrup
fc6a22502e
* NEWS: Mention `query-replace-regexp-eval' being deprecated.
...
* replace.el (query-replace-regexp-eval): Deprecate.
2007-04-17 23:24:13 +00:00
Stefan Monnier
084c41ca0a
(occur-next-error): *Occur* might not be displayed in the
...
selected frame. Reported by David Hansen <david.hansen@gmx.net>.
2007-03-26 15:09:52 +00:00
Richard M. Stallman
330167fce8
(match): Use yellow background on light-bg terminals.
2007-03-11 23:53:38 +00:00
Chong Yidong
8121414a6a
(occur-engine): buffer-undo-list binding moved...
...
(occur-1): ...to here.
2007-03-08 15:17:42 +00:00
Kim F. Storm
cde6fe5cd0
2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
...
* replace.el (perform-replace): Propertize message.
2007-03-01 13:43:48 +00:00
Chong Yidong
b3aad29e46
(perform-replace): Undo forward-char immediately if non-adjacent
...
search fails.
2007-02-28 18:54:43 +00:00
Chong Yidong
0b60cc0908
(replace-highlight): Bind search-whitespace-regexp to nil.
2007-02-15 16:54:24 +00:00
Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Juanma Barranquero
2f857176eb
(perform-replace): Remove leftover code.
2007-01-13 14:03:39 +00:00
Richard M. Stallman
fbea9ee830
(perform-replace): Don't clear NODENT when computing the replacement string.
2007-01-12 22:33:09 +00:00
Juanma Barranquero
107173cf00
(replace-regexp): Fix typo in docstring.
2007-01-07 18:45:28 +00:00
Juanma Barranquero
6a964bb153
(replace-match-data, replace-match-maybe-edit): Doc fix.
2006-12-10 23:47:52 +00:00
Richard M. Stallman
f72f9f1a58
(replace-match-string-symbols): Handle dotted lists.
2006-07-24 16:52:57 +00:00
Juri Linkov
2bf2b94705
(query-replace-read-from, query-replace-read-to):
...
Bind `history-add-new-input' to nil. Call `add-to-history'.
2006-05-31 22:48:31 +00:00
Chong Yidong
5dae4b1156
Fix last change.
2006-05-28 17:05:38 +00:00