1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-30 11:09:23 +00:00
Commit Graph

81540 Commits

Author SHA1 Message Date
Juri Linkov
c35be7ec90 (shell-dynamic-complete-command)
(shell-dynamic-complete-environment-variable): Don't display
completion messages when command is called in the minibuffer.
2008-03-21 23:52:27 +00:00
Juri Linkov
4b0dc1de40 (comint-dynamic-complete-as-filename)
(comint-dynamic-list-filename-completions)
(comint-dynamic-simple-complete): Use `minibuffer-message'
to display message "No completions of %s" when a command
is called in the minibuffer.
(comint-dynamic-simple-complete): Don't display other
completion messages when a command is called in the minibuffer.
(comint-dynamic-list-completions): Use `minibuffer-message'
to display message " [Type space to flush ...]" when a command
is called in the minibuffer.
2008-03-21 23:51:40 +00:00
Michael Albinus
4a7c4c40fb * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout. 2008-03-21 20:47:48 +00:00
Michael Albinus
12aeeb576a * tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and "psftp". 2008-03-21 18:04:42 +00:00
Michael Albinus
e52196e09a Fix up encoding. 2008-03-21 17:58:33 +00:00
Stefan Monnier
45b24b4de6 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
* vc.el (vc-default-dired-state-info): Use just "modified".
* vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
(vc-cvs-mode-line-string): Make use of the better default.
(vc-cvs-parse-entry): Use the new `added'.
(vc-cvs-dired-state-info): Remove.
* vc-svn.el (vc-svn-dired-state-info): Remove.
* vc-hg.el (vc-hg-dired-state-info): Remove.
* vc-git.el (vc-git-dired-state-info): Remove.
2008-03-21 17:53:04 +00:00
Dan Nicolaescu
e345c46e56 (vc-git-status-result): New variable.
(vc-git-dir-status): Split out ...
(vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
... these new functions and work asynchronously.
2008-03-21 06:29:04 +00:00
Dan Nicolaescu
12cb746e0a (vc-git-after-dir-status): Remove.
(vc-git-dired-state-info): Reimplement.
2008-03-21 06:24:15 +00:00
Dan Nicolaescu
a22f42ace8 (occur-mode-map): Add :help. 2008-03-21 06:12:35 +00:00
Dan Nicolaescu
175e5186e2 (emacs-lisp-mode-map): Add menu entry for disassemble. 2008-03-21 06:08:21 +00:00
Dan Nicolaescu
21f3a27763 (vc-status-mark-buffer-changed): Better deal with files in
the 'added state.
(vc-status-remove-up-to-date): New function.
(vc-status-mode-map, vc-status-menu-map): Bind it.
(vc-status-printer): Use a different face up-to-date files.
(vc-resynch-buffer): Update the vc-status buffer if it exists.
(Todo): Remove solved entries.
2008-03-21 06:02:51 +00:00
Dan Nicolaescu
6a3f9bb72d * vc-hg.el (vc-hg-state):
* vc-git.el (vc-git-state):
* vc-cvs.el (vc-cvs-parse-status):
* vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
state.
2008-03-21 05:53:48 +00:00
Stefan Monnier
5371d722ec (enlarge_buffer_text): Fix int -> EMACS_INT. 2008-03-21 01:49:18 +00:00
Juanma Barranquero
1816387a04 *** empty log message *** 2008-03-21 00:32:13 +00:00
Stefan Monnier
29b465e1e3 (read-shell-command): Other typo. 2008-03-20 21:30:29 +00:00
Stefan Monnier
286d4b3b7d * progmodes/compile.el (compile):
* progmodes/grep.el (grep, grep-find): Use read-shell-command.
2008-03-20 19:56:58 +00:00
Stefan Monnier
7c6d20657f (read-shell-command): Typo. 2008-03-20 19:52:30 +00:00
Stefan Monnier
e5c4079cc4 (minibuffer-local-shell-command-map): New var.
(minibuffer-complete-shell-command, read-shell-command): New funs.
(shell-command, shell-command-on-region): Use them.
2008-03-20 19:48:07 +00:00
Stefan Monnier
6ba7f443e9 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
(set_point, set_point_both): Use EMACS_INT.  Remove `buffer' arg,
work on current_buffer only instead (that was already the case
for some of the code anyway).
* buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
(temp_set_point, temp_set_point_both): Use EMACS_INT.
(SET_PT, SET_PT_BOTH): Adjust.
* intervals.h (set_point, temp_set_point, set_point_both)
(temp_set_point_both): Remove redundant declarations.
2008-03-20 18:38:34 +00:00
Stefan Monnier
bf1c0f2730 * fileio.c (Finsert_file_contents):
* lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
* buffer.h (BUF_SET_PT): Remove.  set_point_both doesn't work right
when buffer != current_buffer anyway.
2008-03-20 18:13:12 +00:00
Andreas Schwab
acab783e7f (Fcall_interactively) [case 'B']: Use other-buffer
as default.
2008-03-20 17:21:16 +00:00
Dan Nicolaescu
9f7ddd67c0 (vc-status-mark-buffer-changed): New function to implement
updating of the *vc-status* buffer when a buffer is saved.
(vc-status-mode): Use it for after-change-hook.
(vc-add-to-vc-status-buffer): Rename to ...
(vc-status-add-entry): ... this.
(Todo): Add new entry.
2008-03-20 15:51:45 +00:00
Stefan Monnier
61dc89b03c (mm-copy-to-buffer): Use mm-set-buffer-multibyte. 2008-03-20 15:49:10 +00:00
Stefan Monnier
df06dd59a6 (mm-set-buffer-multibyte): New function. 2008-03-20 15:47:15 +00:00
Stefan Monnier
b813166ace (gnus-configure-frame, gnus-all-windows-visible-p):
Prefer fboundp to functionp so it works with macros as well.
2008-03-20 15:42:57 +00:00
Stefan Monnier
1fa85ea8cf (sort-reorder-buffer): Preserve the buffer's multibyteness. 2008-03-20 15:41:44 +00:00
Stefan Monnier
cdd44874a7 Fix up encoding. 2008-03-20 13:42:38 +00:00
Juanma Barranquero
7d94fb17ea (icomplete-completions): While collecting the list of prospective candidates,
don't overshoot `icomplete-prospects-length'.
2008-03-20 10:28:55 +00:00
Juanma Barranquero
077aec2788 (icomplete-prospects-length, icomplete-max-delay-chars,
icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
Remove spurious * from defcustom docstrings.
(icomplete-compute-delay): Fix docstring and remove spurious *.
(icomplete-delay-completions-threshold): Fix typo in docstring
and remove spurious *.
2008-03-20 09:17:22 +00:00
Dan Nicolaescu
0c86715d6c * textmodes/refbib.el:
* textmodes/reftex.el:
* textmodes/reftex-global.el:
* textmodes/reftex-vars.el:
* textmodes/reftex-toc.el: Don't use eval-and-compile for byte
compiler pacifying defvars.
(reftex-toc-mode): Only make zmacs-regions local on XEmacs.
* textmodes/reftex-index.el (zmacs-regions): Remove pacifier, not
needed.
2008-03-20 07:44:55 +00:00
Dan Nicolaescu
6bdc3dbb28 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including
genvars.
2008-03-20 06:38:35 +00:00
Dan Nicolaescu
495ab0d547 (verilog-easy-menu-filter): New function.
(verilog-stmt-menu, verilog-menu): Add :help and filter it.
(verilog-customize, verilog-font-customize)
(electric-verilog-backward-sexp, electric-verilog-forward-sexp)
(verilog-mode): Update documentation strings to match tool tips.
(verilog-auto-search-do, verilog-auto-re-search-do)
(verilog-skip-forward-comment-or-string): Fix verilog-auto
expansion when a .* appears inside a string.
(verilog-re-search-forward, verilog-re-search-backward): Add
comment to recall how this works.
2008-03-20 06:27:52 +00:00
Glenn Morris
7d17537fac (calendar-location-name, calendar-latitude)
(calendar-longitude, solar-arctan, sunrise-sunset)
(solar-mean-equinoxes/solstices): Use the appropriate equality test.
2008-03-20 04:52:19 +00:00
Glenn Morris
f328a783dc (calendar-other-dates): Declare it, and removes the declarations it replaces.
(calendar-mouse-print-dates): Use calendar-other-dates.
(calendar-mouse-holidays): Re-use the title.
(calendar-mouse-view-diary-entries): Use or.
(calendar-mouse-chinese-date): Remove unused command.
(cal-menu-load-hook): Mark as obsolete.
2008-03-20 04:46:51 +00:00
Glenn Morris
5968ae93e2 (calendar-other-dates): New function.
(calendar-print-other-dates): Use calendar-other-dates.
2008-03-20 04:41:47 +00:00
Glenn Morris
a8774f05b2 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
Make defcustoms.
2008-03-20 04:40:18 +00:00
Glenn Morris
06e9110e45 (calendar-bahai-leap-year-p)
(calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
(calendar-absolute-from-bahai): Fix the leap-year case.
(calendar-bahai-from-absolute): Store the month.
(calendar-bahai-date-string, calendar-bahai-print-date): Handle
pre-Bahai dates.
2008-03-20 04:38:27 +00:00
Jay Belanger
01633b01c6 Remove outdated comments.
(defcalcmodevar, calc-mode-var-list-restore-default-values)
(calc-mode-var-list-restore-saved-values, calc-autorange-units):
Add docstrings.
2008-03-20 03:08:51 +00:00
Jason Rumney
c56e37dd67 (x-alternatives-map): Add S-tab mapping. 2008-03-19 23:25:27 +00:00
Reiner Steib
ea666a77e1 (open-tls-stream): Reindent. 2008-03-19 21:32:23 +00:00
Michael Albinus
aff67808c1 * net/tramp.el (tramp-let-maybe): Removed.
(tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
It does not exist under XEmacs.
(tramp-handle-file-truename, tramp-handle-expand-file-name)
(tramp-completion-file-name-handler): Let-bind
`directory-sep-char'.
2008-03-19 21:06:37 +00:00
Michael Albinus
c9e646c2e2 * net/trampver.el: Move coding cookie at the end. 2008-03-19 21:03:49 +00:00
Michael Albinus
668efb3fde * net/tramp-uu.el: Move coding cookie at the end. 2008-03-19 21:03:07 +00:00
Michael Albinus
40f245a31b * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
`directory-sep-char'.
2008-03-19 21:02:03 +00:00
Juanma Barranquero
a5c5407715 Revert accidental deletion of an entry. 2008-03-19 18:26:51 +00:00
Stefan Monnier
55067594aa (describe-function-1): Don't signal "missing arglist" for autoloaded keymaps. 2008-03-19 18:21:52 +00:00
Jason Rumney
d148e14dc5 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
(syms_of_w32fns): Initialize them.
(HOURGLASS_ID): New constant.
(x_window_to_frame): Don't check hourglass_window.
(w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
(w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
(w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
(w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
Only change the cursor if hourglass is not active.
(Fx_create_frame): Initialize frame's current_cursor.
(hourglass_atimer): Remove.
(hourglass_started): New function.
(start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
(show_hourglass): Adapt to w32, changing argument to frame.

* w32term.h (struct w32_output): Remove hourglass_window.
Add current_cursor.

* eval.c (call_debugger, Fsignal):
* keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
(command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
(Fexecute_extended_command, cancel_hourglass_unwind):
* minibuf.c (read_minibuf):
* fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
2008-03-19 17:04:18 +00:00
Juanma Barranquero
cdf8b62f42 *** empty log message *** 2008-03-19 15:42:47 +00:00
Stefan Monnier
6a44ffb3b4 (run_funs): New fun.
(run_window_configuration_change_hook): Use it to run the buffer-local
and the global part of the hook.
2008-03-19 15:18:30 +00:00
Stefan Monnier
6355802033 (format_mode_line_unwind_data): Add window argument.
(unwind_format_mode_line): Restore selected window.
(x_consider_frame_title, Fformat_mode_line): Set selected window.
2008-03-19 15:02:00 +00:00