1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 03:20:39 -08:00
Commit graph

51398 commits

Author SHA1 Message Date
Stefan Monnier
cc0aea1a20 (query-replace-regexp-eval): Fix last change. 2004-07-06 12:31:24 +00:00
John Paul Wallington
fa164e6ae7 (Fclear_string): Signal an error if STRING is not a string. 2004-07-06 05:08:57 +00:00
John Paul Wallington
8e975df9c8 (Fdefmacro): Signal an error if NAME is not a symbol. 2004-07-06 01:38:58 +00:00
Stefan Monnier
6f1df6d9d6 (query-replace-descr): New fun.
(query-replace-read-from, query-replace-read-args): Default to the last from&to.
(query-replace-read-to): Quote the `from' string when displaying it.
(query-replace-regexp-eval): Immediately check read-only status.
Use query-replace-read-from to get the \n checking.
Quote the `from' string when displaying it.
(map-query-replace-regexp, occur-read-primary-args):
Quote the `from' string when displaying it.
2004-07-06 00:06:05 +00:00
Thien-Thi Nguyen
fe3b7e35ad Update copyright.
(Session Management): Grammar fix.
Clarify which Emacs does the restarting.
Use @samp for *scratch* buffer.
2004-07-05 23:38:43 +00:00
Stefan Monnier
81e898ea68 (isearch-query-replace): Pass the regexp-ness and delimited-ness of
the search to query-replace.
2004-07-05 23:28:42 +00:00
Stefan Monnier
1606466a39 (query-replace-read-from, query-replace-read-to): New funs extracted
from query-replace-read-args.
(query-replace-read-args): Use them.
2004-07-05 23:12:28 +00:00
Stefan Monnier
5291cbca50 (query-replace-interactive, query-replace-read-args):
Remove the `initial' special value.
(query-replace-regexp-eval, map-query-replace-regexp): Simplify.
(occur-engine): Remove unused var `matchend'.
2004-07-05 22:50:46 +00:00
Stefan Monnier
00c8fbf6f6 (isearch-query-replace, isearch-query-replace-regexp):
Use the search string without prompting.
2004-07-05 22:41:44 +00:00
Jan Djärv
2bac9bb1c6 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
instead of CGMainDisplayID (only in OSX 10.2 and later).
2004-07-05 07:01:02 +00:00
Kenichi Handa
1f724d55e9 *** empty log message *** 2004-07-05 01:58:59 +00:00
Kenichi Handa
475344c331 *** empty log message *** 2004-07-04 23:41:41 +00:00
Kenichi Handa
b12e19b2c1 (decode-coding-inserted-region): Fix previous change. 2004-07-04 23:22:28 +00:00
Kenichi Handa
9957c5071b (decode-coding-inserted-region): Don't
set last-coding-system-used here.
2004-07-04 23:19:15 +00:00
Andreas Schwab
52b9b5ccb5 (install-arch-indep): Remove .arch-inventory files. 2004-07-04 22:45:31 +00:00
John Paul Wallington
316ef0dcf1 (read_file_name_completion_ignore_case): New variable.
(syms_of_fileio): Declare and initialise it.
(Fread_file_name): Bind `completion-ignore-case' to respect it.
2004-07-04 21:08:56 +00:00
Luc Teirlinck
59db7d6e7f (Input Focus): Add documentation for `select-frame-set-input-focus'.
Replace refs to non-existent `switch-frame' with `select-frame'.
Minor corrections and tidying up of text-only terminal stuff.

From Alan Mackenzie.
2004-07-04 18:23:20 +00:00
John Paul Wallington
8430818aca Restore updated copyright info that was inadvertently removed. 2004-07-04 01:03:43 +00:00
Eli Zaretskii
2a1a35c60c *** empty log message *** 2004-07-03 11:01:32 +00:00
Eli Zaretskii
b568242644 (dos_rawgetc): Use make_number to produce Lisp objects
for event.x and event.y.
2004-07-03 11:00:36 +00:00
Eli Zaretskii
e5ab79ea19 Document that there's now a separate grep.el package. 2004-07-03 10:16:10 +00:00
Eli Zaretskii
9b19858ed7 (grep-compute-defaults, grep-command)
(grep-program, find-program, grep-find-use-xargs, grep-history)
(grep-find-history, grep-tag-default, grep-find-command)
(grep-regexp-alist, grep-process-setup, grep-compute-defaults):
Add autoload cookies, for unbundled packages that load `compile'
and expect all grep-related symbols to become defined.
2004-07-03 10:06:42 +00:00
Eli Zaretskii
610101de3e (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
(iimage-mode-image-search-path): New user option to search the
image file.
(iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
have locate-file.
(iimage-mode-buffer): Use it.
2004-07-03 09:54:20 +00:00
Nick Roberts
7731023b50 (gdb-goto-breakpoint): String match more
carefully.
(gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
2004-07-03 09:21:12 +00:00
Nick Roberts
e21badcdfb *** empty log message *** 2004-07-03 09:20:09 +00:00
Juri Linkov
f1f6079c82 (query-replace-read-args): Swallow space after 'foo,
not after (quote foo).  Match space only immediately after symbol,
not anywhere in the whole string.
2004-07-03 05:18:38 +00:00
Juri Linkov
5297945104 *** empty log message *** 2004-07-03 05:18:06 +00:00
Richard M. Stallman
e3ccf404ae *** empty log message *** 2004-07-02 23:53:56 +00:00
Richard M. Stallman
9e5d1b634e (query-replace-read-args): Swallow space after symbols, not after
closeparens.  But avoid error if string ends there.
2004-07-02 23:52:14 +00:00
Richard M. Stallman
b830b63b85 (python-beginning-of-statement): Exit the loop if backward-up-list gets error. 2004-07-02 23:49:50 +00:00
Richard M. Stallman
30f0bc330f (enriched-encode): Bind inhibit-read-only. 2004-07-02 23:47:44 +00:00
Richard M. Stallman
83f411a2d2 (Saving Buffers): Cleanup write-contents-function.
(Magic File Names): Cleanup file-remote-p.
2004-07-02 23:43:50 +00:00
Kai Großjohann
8addb6ebba (Magic File Names): `file-remote-p' returns an identifier of the
remote system, not just t.
2004-07-02 14:49:39 +00:00
Kai Großjohann
5fe536b81b ** file-remote-p now returns an identifier for the remote system,
if the file is indeed remote.  (Before, the return value was t in
this case.)
2004-07-02 14:49:00 +00:00
André Spiegel
1e118124a8 # 2004-07-02 07:32:44 +00:00
André Spiegel
8915c22048 (vc-rcs-checkout-model): Look at the version headers only if
vc-consult-headers is non-nil.
2004-07-02 07:26:21 +00:00
Juri Linkov
5dc0a68b42 *** empty log message *** 2004-07-02 04:38:51 +00:00
Juri Linkov
11e7734ae4 (Viewing differences): Add `d r'. 2004-07-02 04:36:27 +00:00
Juri Linkov
a4bdfaf962 (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository. 2004-07-02 04:34:50 +00:00
Juri Linkov
9ff78fedc8 (cvs-mode-diff-repository): New command. 2004-07-02 04:32:54 +00:00
David Kastrup
7a58d84d0a (Entire Match Data): Add explanation about new
match-data behavior when @var{integers} is non-nil.
2004-07-01 23:54:21 +00:00
Miles Bader
cfceee1ed3 Changes from arch/CVS synchronization 2004-07-01 21:03:14 +00:00
David Kastrup
d604e09b4f ("((") ("))"): add quotation mark shorthands. 2004-07-01 15:24:38 +00:00
Stefan Monnier
4dfde3dd1d *** empty log message *** 2004-07-01 13:02:50 +00:00
Stefan Monnier
10a6e6ba22 *** empty log message *** 2004-07-01 12:29:28 +00:00
Juri Linkov
59035302e7 *** empty log message *** 2004-07-01 11:56:39 +00:00
Juri Linkov
f98a8ffd7f (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
(Regexp Search): Add M-r.
2004-07-01 11:50:29 +00:00
Juri Linkov
0ec4febda2 (query-replace-interactive): Change type from boolean
to choice.  Add value `initial'.
(query-replace-read-args): Handle value `initial' of
query-replace-interactive.
2004-07-01 10:01:32 +00:00
Juri Linkov
74820eb521 (isearch-mode-map): Bind C-M-w to isearch-del-char,
C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
C-M-% to isearch-query-replace-regexp.
(minibuffer-local-isearch-map): Add arrow key bindings.
Bind C-f to isearch-yank-char-in-minibuffer.
(isearch-forward): Doc fix.
(isearch-edit-string): Doc fix.
(isearch-query-replace, isearch-query-replace-regexp): New funs.
(isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
(isearch-yank-char): Add optional arg.
(isearch-yank-char-in-minibuffer): New fun.
2004-07-01 09:54:51 +00:00
Luc Teirlinck
c5dea9580c (EMACSSOURCES): Remove emacs-xtra. 2004-07-01 02:23:34 +00:00