- 28 Jun, 2004 3 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Richard M. Stallman authored
More changes to go with previous change.
-
- 27 Jun, 2004 1 commit
-
-
Jason Rumney authored
to directories only on CDN_INITDONE message. (Fx_file_dialog): Default to directories only when prompt starts with "Dired".
-
- 26 Jun, 2004 9 commits
-
-
David Kastrup authored
non-query mode if there is potential replace string editing.
-
Kai Großjohann authored
agree with new return value of `file-remote-p'. This syncs with Tramp 2.0.42.
-
Kai Großjohann authored
-
Kai Großjohann authored
according to new documentation of `file-remote-p'. * files.el (file-remote-p): Fix doc to say that return value is identification of remote system, if not nil. (file-relative-name): Use new return value of `file-remote-p'.
-
Nick Roberts authored
(gdb-goto-breakpoint): Fix breakage.
-
Nick Roberts authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
of systems where shell-file-name should be used instead of literal "sh".
-
Eli Zaretskii authored
-
- 25 Jun, 2004 5 commits
-
-
Richard M. Stallman authored
-
Sam Steingold authored
Common Lisp function names `(setf symbol)'.
-
David Kastrup authored
-
David Kastrup authored
-
David Kastrup authored
rearrangement.
-
- 24 Jun, 2004 18 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
(free_misc): New function. (safe_alloca_unwind, free_marker): Use it.
-
Richard M. Stallman authored
(font-lock-add-keywords): If font-lock-keywords is compiled, extract the uncompiled version, modify, then recompile. (font-lock-remove-keywords): Likewise. (font-lock-fontify-keywords-region): Handle changed format. (font-lock-compile-keywords): Handle changed format. (font-lock-set-defaults): Compile the keywords explicitly here.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(syms_of_emacs): Lisp variables deleted.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(Changing Key Bindings, Key Binding Commands): Use kbd in examples.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(Accessing Events): New functions posn-at-point and posn-at-x-y. Add example to posn-x-y.
-
Richard M. Stallman authored
-
David Kastrup authored
of query-replace in example. (Regexp Replace): Add explanations for `\,', `\#' and `\?' sequences. (Query Replace): Correct explanation of `^' which does not use the mark stack.
-
David Kastrup authored
indent-line-function defaults to general news instead of new packages. Same for query-replace-skip-read-only. Add description of new `\,' and `\?' replacement string features.
-
David Kastrup authored
replacements here. (query-replace-regexp): Doc string explaining this and the new `\?' replacement. Remove `\,' and `\#' implementation here, as it is better placed in `query-replace-read-args'. (replace-regexp): Explain `\,', `\#' and `\?'. (replace-match-data): New function for thorough reuse/destruction of old match-data. (replace-match-maybe-edit): Function for implementing `\?' editing. (perform-replace): Fix maintaining of the match stack including already matched regions, implement `\?', fix various problems with regions while editing and other stuff. (replace-highlight): Simplified.
-
- 23 Jun, 2004 4 commits
-
-
Daniel Pfeiffer authored
(grep-regexp-alist): Give it the full functionality of gnu style compilation messages with line and column ranges. Ask me for the perl script I'm working on, that uses these.
-
Jan Djärv authored
-
David Kastrup authored
thoroughly when replacing strings in the buffer. search.c (match-data): When INTEGERS is non-nil and the last match was in a buffer, add the buffer as last element to the match data. (Fset_match_data): If an additional element of the match-data is a buffer, restore it to last_thing_searched. (save_search_regs): Save last_thing_searched as part of the match data. (restore_match_data): Restore it again.
-
David Kastrup authored
* search.c (Freplace_match): Adjust the match-data more thoroughly when replacing strings in the buffer. search.c (match-data): When INTEGERS is non-nil and the last match was in a buffer, add the buffer as last element to the match data. (Fset_match_data): If an additional element of the match-data is a buffer, restore it to last_thing_searched. (save_search_regs): Save last_thing_searched as part of the match data. (restore_match_data): Restore it again.
-