Commit graph

39044 commits

Author SHA1 Message Date
Michael Albinus
1834b39f16 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also
host.
(tramp-maybe-send-script): Apply `member' but `memq'.
(tramp-advice-file-expand-wildcards): Simplify implementation.
2007-10-08 20:07:16 +00:00
Juanma Barranquero
8ea4c22f84 *** empty log message *** 2007-10-08 16:14:23 +00:00
Juanma Barranquero
0a957b2f77 (follow-mode): Don't run hooks twice. Use `when'. 2007-10-08 16:06:15 +00:00
Juanma Barranquero
3d0910ae25 (minibuf-depth-indicator-function): New variable.
(minibuf-depth-setup-minibuffer): Use it.
2007-10-08 14:48:39 +00:00
Glenn Morris
72d595b5f1 (bad-packages-alist): Clarify Semantic and CEDET version numbers. 2007-10-07 00:31:20 +00:00
Juri Linkov
3220ac7f5e (cua-paste): Check if mouse-region-match is fbound
to not fail on mouseless tty.
2007-10-06 22:20:41 +00:00
Juri Linkov
614a773aa3 (delete-selection-pre-hook): Check if mouse-region-match is fbound
to not fail on mouseless tty.
2007-10-06 22:19:12 +00:00
Juri Linkov
28681e350c (image-type): Check if image-types is bound to not fail on tty. 2007-10-06 22:17:49 +00:00
Juri Linkov
7017d784e7 (tutorial--default-keys): Replace fill-paragraph
with fill-paragraph-or-region.  Suspend command is now the same
`suspend-frame' on window systems and on tty.
2007-10-06 22:17:16 +00:00
Juri Linkov
51ad13dccf (esc-map): Bind M-q to fill-paragraph-or-region instead of fill-paragraph. 2007-10-06 22:15:43 +00:00
Juri Linkov
e65f7c9677 (fill-paragraph-or-region): New function. 2007-10-06 22:15:10 +00:00
Eric S. Raymond
d6ba9c398e Typo and whitespace fixes to reduce the diff with new VC. 2007-10-06 14:36:09 +00:00
Michael Albinus
a6e9632782 * net/tramp.el (top): Move loading of tramp-util.el and
tramp-vc.el to tramp-compat.el.
(tramp-make-tramp-temp-file): Complete rewrite.  Create remote
temporary file if possible, in order to avoid a security hole.
(tramp-do-copy-or-rename-file-out-of-band)
(tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
with DONT-CREATE, because the connection is not setup yet.
(tramp-handle-process-file): Rewrite temporary file handling.
(tramp-completion-mode): New defvar.
(tramp-completion-mode-p): Use it.

* net/tramp-compat.el (top):  Load tramp-util.el and tramp-vc.el.

* net/tramp-fish.el (tramp-fish-handle-process-file): Rewrite
temporary file handling.
2007-10-06 12:00:42 +00:00
Eric S. Raymond
61de26cb85 Port various comments from new VC to reduce the noise in the diff.
Rename vc-revert-buffer1 to vc-revert-buffer-internal.
Patch in the new vc-create-repo function to go with the
header comment about it already present.
No changes to existing logic.
2007-10-06 11:14:32 +00:00
Eric S. Raymond
0d0e935627 Terminology sync, workfile version -> focus version. 2007-10-06 08:56:58 +00:00
Glenn Morris
1caf5f96e2 Aaron Hawley <aaronh at garden.org>
(auto-insert-alist): Add a Texinfo entry.
2007-10-06 01:49:53 +00:00
Glenn Morris
490a8abe37 John W. Eaton <jwe at octave.org>
(octave-abbrev-table): Add "until".
(octave-begin-keywords): Add "do".
(octave-end-keywords): Remove "end".
(octave-reserved-words): Add "end".  Remove "all_va_args",
"gplot", and 'gsplot".
(octave-text-functions): Remove "gset", "gshow", "set", and "show".
(octave-variables): Remove "IMAGEPATH", "INFO_FILE",
"INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
"default_return_value", "define_all_return_values",
"do_fortran_indexing", "empty_list_elements_ok",
"gnuplot_has_multiplot", "implicit_str_to_num_ok",
"ok_to_lose_imaginary_part", "prefer_column_vectors",
"prefer_zero_one_indexing", "propagate_empty_matrices",
"resize_on_range_error", "treat_neg_dim_as_zero",
"warn_assign_as_truth_value", "warn_comma_in_global_decl",
"warn_divide_by_zero", "warn_function_name_clash",
"warn_missing_semicolon", "whitespace_in_literal_matrix".
Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
"crash_dumps_octave_core", "sighup_dumps_octave_core",
"sigterm_dumps_octave_core".
(octave-block-match-alist): Remove "end" from block-end keywords.
(octave-mode): Update ftp site address.
2007-10-06 01:49:23 +00:00
Glenn Morris
f258b5254d Chris Moore <dooglus at gmail.com>
(server-kill-new-buffers): Doc fix.
2007-10-06 01:44:51 +00:00
Dan Nicolaescu
2765044b39 Reorder functions, no code changes. 2007-10-05 04:35:37 +00:00
Michael Albinus
258800f85f * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
(tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
the cond clauses where needed.
(tramp-handle-write-region): Rearrange code for proper handling of
tmpfile.

* net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.

* net/tramp.el:
* net/tramp-fish.el:
* net/tramp-ftp.el:
* net/tramp-smb.el: Rename `tramp-make-temp-file' to
`tramp-compat-make-temp-file'.
2007-10-04 20:09:32 +00:00
Juanma Barranquero
b138403dca (image-dired-image-at-point-p): Fix typo in docstring. 2007-10-04 16:46:19 +00:00
Juanma Barranquero
3e078a5e6a *** empty log message *** 2007-10-04 13:01:02 +00:00
Juanma Barranquero
6ab3804adc (sieve-manage-interactive-login): Doc fix.
(sieve-manage-open): Use `mapc' instead of `mapcar'.
2007-10-04 11:56:15 +00:00
Stefan Monnier
2cb250dd39 (copyright-update): Don't update if the file
already uses a more recent copyright version than the "current" one.
2007-10-03 23:42:06 +00:00
Michaël Cadilhac
e48a5bf9dd (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
(doc-view-insert-image): Minor aesthetical docstring changes.
2007-10-03 23:40:07 +00:00
Michaël Cadilhac
1ca678aaf7 (doc-view): Don't ignore pdf and dvi files when completing filename.
(doc-view-search-internal): Docstring change.
2007-10-03 23:28:19 +00:00
Michael Albinus
94be87e8b7 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
(tramp-file-name-handler-alist): Add
`tramp-handle-insert-file-contents-literally'.  Neded for XEmacs.
(tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
used before, creates the file already, which is not desired.
(tramp-do-copy-or-rename-file-directly): Simplify handling of
temporary file.
(tramp-handle-insert-file-contents): Assign the result in the
short track case.
(tramp-handle-insert-file-contents-literally): New defun.
(tramp-completion-mode-p): Revert change from 2007-09-24.
Checking for `return' etc as last character is not sufficient, for
example in dired-mode when entering <g> (revert-buffer) or
<s> (dired-sort).

* net/tramp-compat.el (top): Add also compatibility code for loading
appropriate timer package.
(tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
order to avoid autoloading problems.

* net/tramp-fish.el:
* net/tramp-smb.el: Move further compatibility code to
tramp-compat.el.

* net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
where the second parameter of `copy-file' or `rename-file' is a
remote file but not via ftp.
2007-10-03 10:54:03 +00:00
Stefan Monnier
2f19ece7fd (gnus-uu-reginize-string, gnus-uu-expand-numbers): Don't hardcode point-min==1. 2007-10-02 20:41:50 +00:00
Richard M. Stallman
c9a39885f6 *** empty log message *** 2007-10-02 02:05:46 +00:00
Richard M. Stallman
772e490ce3 (cursor-in-non-selected-windows): Doc fix. 2007-10-02 01:53:31 +00:00
Jay Belanger
16635351f5 (math-largest-emacs-expt): Remove unnecessary condition check. 2007-10-01 18:16:03 +00:00
Thien-Thi Nguyen
5db1723918 (zone): Let-bind show-trailing-whitespace to nil. 2007-10-01 06:36:58 +00:00
Jay Belanger
86e405cfcb calc-math.el (math-largest-emacs-expt): Handle the cases when expt
doesn't give range errors.
2007-10-01 03:18:00 +00:00
Jay Belanger
f1640784ad (math-smallest-emacs-expt): Make the computation more robust. 2007-10-01 02:53:29 +00:00
Miles Bader
cf9e567f96 Add arch tagline 2007-10-01 00:14:23 +00:00
David Kastrup
621af279b5 lisp/emacs-lisp/authors.el: revert accidentally committed private change. 2007-09-30 22:53:08 +00:00
David Kastrup
3d1699ec04 lisp/emacs-lisp/authors.el (authors): make non-specific to Emacs. 2007-09-30 22:51:44 +00:00
David Kastrup
1d0df8af2e (gnus-article-reply-with-original)
(gnus-article-followup-with-original): When `transient-mark-mode' is
off, refrain from active-region behavior for followups.
2007-09-30 21:03:12 +00:00
David Kastrup
aa5310e43a (argv): Alias for `command-line-args-left' to use as
`(pop argv)' inside of --eval command sequences.  Allows for
passing shell commands into Emacs verbatim without need for Lisp
quoting.
2007-09-30 20:43:14 +00:00
David Kastrup
fdc31e1d38 (auto-revert-handler): In `auto-revert-tail-mode',
check only for changed size.
(auto-revert-tail-handler): Get size from caller.  If the file has
shrunk, tail the whole file again (the file presumably has been
rewritten).
2007-09-30 20:26:55 +00:00
David Kastrup
b616a212d4 (woman-topic-all-completions, woman-mini-help): Fix
fallout from 2007-09-07 introduction of `dolist' when the list
actually was being manipulated in the loop.
(woman-Cyg-to-Win, woman-pre-process-region)
(woman-horizontal-escapes, woman-if-body, woman-unescape)
(woman-strings, woman-special-characters, woman1-hc)
(woman-change-fonts, woman-find-next-control-line): Use
`match-beginning' rather than `match-string' when the result is
just used as a flag.
2007-09-30 19:10:44 +00:00
Michael Albinus
9e6ab520d0 * net/tramp-compat.el: New file.
* net/tramp.el:
* net/tramp-fish.el:
* net/tramp-smb.el:
* net/tramp-uu.el:
* net/trampver.el: Move compatibility code to tramp-compat.el.
Apply `mapc' instead of `mapcar' when the code needs side effects
only.  Move utf-8 coding cookie to the second line.
2007-09-30 16:43:07 +00:00
Reiner Steib
2e55c9864d (x-gtk-stock-map): Add Gnus and MH-E icons. Improve custom type.
(icon-map-list): Make it customizable.  Document how to disable stock icons.
2007-09-30 11:25:08 +00:00
Richard M. Stallman
ef673042dd (zone-hiding-modeline): Use mode-line-format. 2007-09-30 11:00:54 +00:00
Jan Djärv
7fbe8079e7 (x-gtk-stock-map): Version is 22.2. 2007-09-29 16:23:59 +00:00
Jan Djärv
1c801aa915 *** empty log message *** 2007-09-29 16:23:47 +00:00
Stefan Monnier
0e2806fa7e (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
(t-mouse-mode): New compatibility alias.
2007-09-28 20:13:31 +00:00
Dan Nicolaescu
977ede64fe (server-delete-client): Only delete the terminal if it
is non-nil.
2007-09-28 16:55:00 +00:00
Michael Albinus
9ce8462a49 * net/tramp.el (with-file-property, with-connection-property):
Highlight as keyword.
(tramp-rfn-eshadow-setup-minibuffer)
(tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
(tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
(tramp-do-copy-or-rename-file-directly)
(tramp-do-copy-or-rename-file-out-of-band)
(tramp-handle-shell-command, tramp-get-debug-buffer)
(tramp-send-command-and-read, tramp-equal-remote)
(tramp-get-local-gid): Pacify byte-compiler.
(tramp-handle-file-name-directory): Result shall not be expanded.
(tramp-find-foreign-file-name-handler): Rewrite.
(tramp-dissect-file-name): Add optional parameter NODEFAULT.

* net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.

* net/tramp-fish.el (tramp-fish-handle-expand-file-name): Apply
`tramp-completion-mode-p'.
(tramp-fish-handle-set-file-times)
(tramp-fish-handle-executable-find)
(tramp-fish-handle-process-file, tramp-fish-get-file-entries)
(tramp-fish-retrieve-data): Pacify byte-compiler.

* net/tramp-gw.el (tramp-gw-basic-authentication): Call
`tramp-read-passwd' with first parameter `nil'.
2007-09-28 16:05:49 +00:00
Glenn Morris
0bda3658f4 (tex-fontify-script, tex-font-script-display): Add :version tag.
\
2007-09-28 03:36:33 +00:00