1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 11:33:09 -08:00
Commit graph

53648 commits

Author SHA1 Message Date
Richard M. Stallman
2dfa4c5767 (custom-face-selected): Handle `default' specs.
(custom-face-edit): Increase extra-offset.
2004-12-13 19:39:01 +00:00
Richard M. Stallman
5ed3235280 (xml-name-re, xml-entity-value-re): Add defvars. 2004-12-13 19:37:32 +00:00
Richard M. Stallman
8e2eba0979 (elint-standard-variables, elint-unknown-builtin-args): Move definitions up. 2004-12-13 19:34:46 +00:00
Richard M. Stallman
6be44fbf5d (browse-url-url-at-point): Add autoload. 2004-12-13 19:33:51 +00:00
Richard M. Stallman
6b3600ffb8 (info-xref-visited): Use `default' instead of t.
(Info-try-follow-nearest-node): Don't explicitly load browse-url.
2004-12-13 19:31:32 +00:00
Richard M. Stallman
cf459bb738 (header-line, mode-line-inactive, tool-bar):
Use `default' instead of t for setting the defaults.
(face-spec-choose): Separate `t' from `default'.
2004-12-13 19:29:33 +00:00
Richard M. Stallman
c2b53d7bd4 (while-no-input): New macro. 2004-12-13 19:26:42 +00:00
Richard M. Stallman
42ed718e49 (syms_of_eval) <quit-flag>: Doc fix. 2004-12-13 19:05:42 +00:00
Richard M. Stallman
08fdede613 (QUIT): Check for Vthrow_on_input.
(Vthrow_on_input): Declare it.
2004-12-13 18:56:52 +00:00
Kim F. Storm
913c5633d7 (set_iterator_to_next): Reset stop_charpos after display vector. 2004-12-13 14:27:56 +00:00
Kim F. Storm
a6495ed551 *** empty log message *** 2004-12-13 14:27:33 +00:00
Stefan Monnier
17a5a3014d (vc-svn-repository-hostname): Adjust to new format.
Reported by Ville Skytt�scop@xemacs.org>.
(vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
(vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
(vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
2004-12-13 06:30:40 +00:00
Juri Linkov
37ed0ee5e3 ffap-dired-at-point -> dired-at-point 2004-12-13 05:28:11 +00:00
Juri Linkov
3f11c6df1d *** empty log message *** 2004-12-13 05:21:11 +00:00
Juri Linkov
27437d8bdb (Dired Navigation): Add @r{(Dired)} to M-g.
(Misc Dired Commands): Add @r{(Dired)} to w.
2004-12-13 05:20:40 +00:00
Juri Linkov
b79529b72a (FFAP): Add C-x C-r, C-x C-v, C-x C-d, C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d. 2004-12-13 05:20:04 +00:00
Juri Linkov
8ab314f992 ffap and wildcards 2004-12-13 05:19:18 +00:00
Juri Linkov
c99310d548 (ffap-dired-wildcards): Set default to "[*?][^/]*\\'". Doc fix.
(ffap-directory-finder): New variable.
(ffap-string-at-point-mode-alist): Add * and ? to `file'.
(ffap-file-at-point): Add /* to immediately rejected names.
Return absolute file names matching ffap-dired-wildcards.
(ffap-read-file-or-url): Set default value for `completing-read'
to `buffer-file-name'.
(find-file-at-point): When filename matches ffap-dired-wildcards,
call ffap-file-finder with t arg `wildcards', instead of dired.
(ffap-other-window, ffap-other-frame): Return visited buffers.
(ffap-read-only, ffap-read-only-other-window)
(ffap-read-only-other-frame, ffap-alternate-file): New commands.
(dired-at-point): Call ffap-directory-finder instead of dired.
(ffap-dired-other-window, ffap-dired-other-frame)
(ffap-list-directory): New commands.
(ffap-bindings): New keybindings for new commands.
2004-12-13 05:16:25 +00:00
Juri Linkov
a9d6a617af (find-file-other-window, find-file-other-frame):
Add the first buffer to the returned value to return the complete
list of all visited buffers.
(find-file-read-only, find-file-read-only-other-window)
(find-file-read-only-other-frame): Use nil for `mustmatch' arg of
`find-file-read-args'.  Signal an error about non-existent file
only if file name doesn't contain wildcards.  Toggle read-only in
all visited buffers.
(find-alternate-file, find-alternate-file-other-window):
Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
called interactively.  Pass arg `wildcards' to other functions.
(find-file-noselect): Doc fix.
2004-12-13 05:08:00 +00:00
Juri Linkov
6a2067b247 *** empty log message *** 2004-12-13 03:26:21 +00:00
Juri Linkov
3634dfea41 (Marking Objects): Marking commands also extend the
region when mark is active in Transient Mark mode.
2004-12-13 03:25:37 +00:00
Juri Linkov
d9954576c9 * textmodes/paragraphs.el (mark-paragraph):
Extend the region when mark is active in transient-mark-mode,
regardless of the last command.  Doc fix.
2004-12-13 03:11:09 +00:00
Juri Linkov
967e1a52ad * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
Do not push mark when mark is active in transient-mark-mode.
* emacs-lisp/lisp.el (mark-sexp, mark-defun):
Extend the region when mark is active in transient-mark-mode,
regardless of the last command.  Doc fix.
* emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
preserving direction, to mark forward instead of backward when mark
is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
2004-12-13 03:09:59 +00:00
Juri Linkov
705a593394 * simple.el (beginning-of-buffer, end-of-buffer):
Do not push mark when mark is active in transient-mark-mode.
* simple.el (mark-word):
Extend the region when mark is active in transient-mark-mode,
regardless of the last command.  Doc fix.
* simple.el (mark-word): Preserve direction when repeating.
Make arg optional.  Interactive "p" -> "P".
(transient-mark-mode, inhibit-mark-movement): Doc fix.
2004-12-13 03:08:52 +00:00
Juri Linkov
836c086be0 query-replace-highlight eq isearch 2004-12-12 22:56:55 +00:00
Juri Linkov
35d59c0f52 * replace.el (query-replace-highlight): Add new value `isearch'
that allows query replacement to use isearch highlighting.
Change type from `boolean' to `choice'.  Doc fix.
(replace-highlight, replace-dehighlight, perform-replace):
Use isearch highlighting if query-replace-highlight eq `isearch'.
2004-12-12 22:33:28 +00:00
Juri Linkov
15fd7d5da5 (replace-match-maybe-edit): Doc fix.
(perform-replace): Don't call `replace-highlight' when automatic
replacement is requested in literal mode, since it is intended
only to highlight words during entering a new replacement string
for \? in non-literal mode.
2004-12-12 22:06:30 +00:00
Juri Linkov
98e008e989 (isearch-process-search-multibyte-characters):
Use `isearch-message' as initial input for `read-string' instead
of adding it to the minibuffer prompt.  After reading a string
remove the initial value of `isearch-message' from the string.
2004-12-12 21:57:28 +00:00
Juri Linkov
6ee8e6218d (isearch-edit-string): Set 7th arg of
`read-from-minibuffer' to `t' to inherit the current input
method (whose name is indicated by [IM] in the minibuffer prompt)
from the current buffer to the minibuffer.
(isearch-lazy-highlight-update): Put body to `with-local-quit'
to allow C-g quitting for lazy highlighting looping inside the
search with nested repetition operators.  Add overlay to the list
before setting its face and other properties to avoid the case of
code quitting after placing the new overlay but before it's
recorded on the list.  Select the window where isearch was
activated, to highlight matches in the right window when isearch
switches the current window to the minibuffer.
2004-12-12 21:53:14 +00:00
Richard M. Stallman
24a0e22f86 *** empty log message *** 2004-12-12 18:25:21 +00:00
Richard M. Stallman
5bf3adc151 (Fvertical_motion): Call move_it_by_lines even if LINES = 0. 2004-12-12 18:16:53 +00:00
Richard M. Stallman
c8ae863bab (Fall_completions): Add var `zero' and use it in loop.
(Ftry_completion): Really use outer `zero'; eliminate inner one.
2004-12-12 18:15:22 +00:00
Kenichi Handa
d6d31e570a (encode_terminal_code): Fix previous change. 2004-12-12 03:33:50 +00:00
Stefan Monnier
fb6f5cbf9d *** empty log message *** 2004-12-11 23:51:45 +00:00
Stefan Monnier
d7031edcfa (handle_async_input): Remove pthread mutex handling.
(input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
2004-12-11 23:43:21 +00:00
Richard M. Stallman
9eb8959aaa (Line Height): Rewrite text for clarity. 2004-12-11 23:18:15 +00:00
Stefan Monnier
6f8ffb8869 *** empty log message *** 2004-12-11 22:06:17 +00:00
Stefan Monnier
5007cdc96d Don't `require' everything eagerly. 2004-12-11 22:06:00 +00:00
Stefan Monnier
e8592238a1 (checkdoc-continue, checkdoc-comments, checkdoc-message-text, checkdoc-defun):
Fix format messages for calls to `error'.
2004-12-11 22:01:42 +00:00
Stefan Monnier
e67064e2c6 (latex-backward-sexp-1): Handle the special case of \end{verbatim}. 2004-12-11 22:00:38 +00:00
Stefan Monnier
c096ae4d4e (Fforward_word): Avoid non-idempotent side-effects in macro arguments. 2004-12-11 21:59:15 +00:00
Stefan Monnier
b28fc9ff5b (Ftry_completion, Fall_completions): Don't use XFASTINT blindly. 2004-12-11 21:57:50 +00:00
Stefan Monnier
06ca62eb64 (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT. 2004-12-11 21:53:33 +00:00
Jan Djärv
2f25767f5e * w32term.c (x_calc_absolute_position): Remove calculation of
difference between inner and outer window.  Don't subtract difference
for left and top calculations.
2004-12-11 21:12:45 +00:00
Dan Nicolaescu
09411f50cd * e/eterm.ti: Add rs1.
* e/eterm: Regenerate.
2004-12-11 21:09:12 +00:00
Dan Nicolaescu
d56bb1ab22 (term-termcap-format): Synchronyze with terminfo.
(term-emulate-terminal): Handle reset.
(term-reset-terminal): New function.
2004-12-11 21:05:19 +00:00
Jan Djärv
c83c9f9db7 * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
for left and top calculations.  Remove call to x_real_positions.
(x_check_expected_move): Do not set change_gravity to 1 when calling
x_set_offset.
2004-12-11 18:46:43 +00:00
Thien-Thi Nguyen
0ccb50fc8a (zone-programs): Add `zone-pgm-random-life'.
(zone-fill-out-screen): New func.
(zone-pgm-drip): Use `zone-fill-out-screen'.
Also, no longer go to point-min on every cycle.
(zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
(zone-pgm-random-life-wait): New user var.
(zone-pgm-random-life): New func.
2004-12-11 14:51:32 +00:00
Kim F. Storm
982f55b0a9 (info): Undo 2004-12-05 change. 2004-12-11 00:03:11 +00:00
Kim F. Storm
adf87c293f *** empty log message *** 2004-12-11 00:02:57 +00:00