1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00
Commit Graph

6104 Commits

Author SHA1 Message Date
Juri Linkov
637b9d739b *** empty log message *** 2004-06-28 23:15:42 +00:00
David Kastrup
cb05ca25df (perform-replace): Highlight the match even in
non-query mode if there is potential replace string editing.
2004-06-26 18:35:18 +00:00
Kai Großjohann
15cc764cd1 (tramp-handle-file-remote-p): New implementation to
agree with new return value of `file-remote-p'.
This syncs with Tramp 2.0.42.
2004-06-26 15:28:33 +00:00
Kai Großjohann
3f78877397 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
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'.
2004-06-26 14:41:13 +00:00
Nick Roberts
817819c202 *** empty log message *** 2004-06-26 13:11:44 +00:00
Eli Zaretskii
00170b0d63 (Man-getpage-in-background): Add windows-nt to the list
of systems where shell-file-name should be used instead of
literal "sh".
2004-06-26 09:46:19 +00:00
Sam Steingold
bc071f64e5 (change-log-font-lock-keywords): Support
Common Lisp function names `(setf symbol)'.
2004-06-25 14:45:00 +00:00
Richard M. Stallman
b4a4b0ae66 *** empty log message *** 2004-06-24 23:34:10 +00:00
David Kastrup
7c1c02ac6e (query-replace-read-args): Implement \,' and \#'
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.
2004-06-24 10:26:24 +00:00
Daniel Pfeiffer
bb72b9d0b5 (grep-error-screen-columns): New variable.
(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.
2004-06-23 23:11:23 +00:00
Nick Roberts
7b19911443 *** empty log message *** 2004-06-23 18:06:31 +00:00
Luc Teirlinck
21ae22ff7b *** empty log message *** 2004-06-23 14:50:13 +00:00
Lars Hansen
255d07dc33 *** empty log message *** 2004-06-23 14:38:40 +00:00
Juanma Barranquero
4e9691e9fa *** empty log message *** 2004-06-21 21:53:41 +00:00
Richard M. Stallman
376de73927 *** empty log message *** 2004-06-21 03:26:53 +00:00
Luc Teirlinck
e6c45c2987 (show-trailing-whitespace): Doc fix. 2004-06-19 16:11:02 +00:00
Nick Roberts
6871c35fd6 *** empty log message *** 2004-06-19 00:48:23 +00:00
Luc Teirlinck
9ae0d84f5a (global-auto-revert-non-file-buffers): Update docstring. 2004-06-19 00:36:39 +00:00
Daniel Pfeiffer
fed0b1ee23 *** empty log message *** 2004-06-18 22:59:05 +00:00
Jason Rumney
f34bdfdc49 *** empty log message *** 2004-06-18 21:12:16 +00:00
David Kastrup
2f57bf8593 (query-replace-read-args): Only warn about use of \n
and \t when we are doing a regexp replacement and the actual
escaped character is n or t.
(query-replace-regexp): Add \, and \# interpretation to
interactive call and document it.
(query-replace-regexp-eval, replace-match-string-symbols): add \#
as shortkey for replace-count.
(replace-quote): New function for doubling backslashes.
2004-06-17 14:44:02 +00:00
Juanma Barranquero
f4af98d88f *** empty log message *** 2004-06-17 00:03:06 +00:00
Juanma Barranquero
0111ab41ec (ewoc-create, ewoc-map, ewoc-locate, ewoc-invalidate, ewoc-collect):
Doc fixes.
(ewoc--create-node, ewoc--delete-node-internal):
Fix typos in docstring.
2004-06-16 23:50:03 +00:00
Luc Teirlinck
c90dcdd560 (buffer-stale-function): Add hyperlink to emacs-xtra manual to docstring. 2004-06-16 01:34:15 +00:00
Vinicius Jose Latorre
3a50445455 Comment doc string of defalias 2004-06-16 00:03:26 +00:00
Luc Teirlinck
1f94377f71 *** empty log message *** 2004-06-15 22:12:14 +00:00
Juanma Barranquero
1ebd4f78e4 *** empty log message *** 2004-06-14 21:17:25 +00:00
Juanma Barranquero
fe34703418 (image-library-alist): Initialize to a known set of probable library names. 2004-06-14 21:01:37 +00:00
Kenichi Handa
4060d762b6 *** empty log message *** 2004-06-14 01:20:46 +00:00
Kenichi Handa
c1136bda63 (ccl-encode-mule-utf-8): Fix previous change. 2004-06-13 22:57:46 +00:00
Richard M. Stallman
092de21d0b *** empty log message *** 2004-06-13 22:39:41 +00:00
Luc Teirlinck
25f6295eb3 (before-save-hook): Add `time-stamp' to the options. 2004-06-13 21:32:14 +00:00
Kai Großjohann
6393ab2a79 (diff-current-defun): If at start of hunk, use
position of first change.
2004-06-13 16:48:44 +00:00
Lars Hansen
c04ebd1d5e *** empty log message *** 2004-06-13 13:39:59 +00:00
Karl Fogel
037b0a8797 * bookmark.el (bookmark-bmenu-relocate): New function, as
suggested by David J. Biesack <David.Biesack@sas.com>.
  (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
  (bookmark-bmenu-mode): Describe binding in doc string.
  (bookmark-set-filename): Save the bookmark list if it's time.
2004-06-13 01:59:21 +00:00
Kenichi Handa
6fb41b5b77 *** empty log message *** 2004-06-13 00:25:18 +00:00
Eli Zaretskii
95e4a189b4 Fix formatting of last entry. 2004-06-12 10:34:54 +00:00
Eli Zaretskii
fc3095ced1 *** empty log message *** 2004-06-12 10:33:57 +00:00
Eli Zaretskii
7c226e4010 (completion-ignored-extensions): Add file extensions
of Python byte-compiled files.
2004-06-12 10:16:10 +00:00
Juri Linkov
1c492b8722 *** empty log message *** 2004-06-12 06:03:28 +00:00
Kenichi Handa
66189a403f *** empty log message *** 2004-06-12 02:36:47 +00:00
Luc Teirlinck
7805cdbd4f (dired-revert): If buffer is marked unmodified before
reverting, keep it marked unmodified.
Adapt to new conventions for commenting out code.
(dired-make-relative): Adapt to new conventions for commenting out code.
2004-06-11 22:38:52 +00:00
Miles Bader
0c2222fafb Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-397
Work around vc-arch problems when building eshell

2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>

   * lisp/eshell/esh-module.el (eshell-load-defgroups): Bind
   `vc-handled-backends' to nil when opening files.
2004-06-11 03:52:53 +00:00
Juanma Barranquero
e9efcef4e9 *** empty log message *** 2004-06-11 01:04:28 +00:00
Juanma Barranquero
9fc2be4c21 *** empty log message *** 2004-06-10 20:59:26 +00:00
Luc Teirlinck
d39e545fab *** empty log message *** 2004-06-10 19:19:08 +00:00
Kim F. Storm
d82baff9bd *** empty log message *** 2004-06-10 08:41:13 +00:00
Juri Linkov
4545a37c0f *** empty log message *** 2004-06-10 04:23:52 +00:00
Jan Djärv
2736c90501 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item): Use
lc-*.xpm as prefix instead of *-locol.xpm.
2004-06-09 22:05:15 +00:00
Rajesh Vaidheeswarran
067eac9b58 Fix for url mode alist to recognize patterns such as &<str>; as valid 2004-06-09 18:32:06 +00:00