1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

4200 Commits

Author SHA1 Message Date
Kenichi Handa
8805e6492e (in-is13194): Give correct `safe-chars' property.
(devanagari): Define it as an alias of in-is13194.
2002-07-30 06:35:51 +00:00
Kenichi Handa
2341653d33 *** empty log message *** 2002-07-30 00:42:21 +00:00
Richard M. Stallman
f5d0cc7708 *** empty log message *** 2002-07-29 17:37:23 +00:00
Glenn Morris
da5d3a563f (scroll-all-mode): Make argument optional. Add to doc string. 2002-07-29 13:53:48 +00:00
Glenn Morris
091b5fdbd8 (scroll-all-mode): Handle numeric arg. Use if' instead of cond'. 2002-07-29 13:08:44 +00:00
Kenichi Handa
930ca8e845 *** empty log message *** 2002-07-29 05:04:52 +00:00
Richard M. Stallman
3ea1bfb294 *** empty log message *** 2002-07-29 02:46:52 +00:00
Markus Rost
bf29d4c1c6 Update copyright year.
(ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
2002-07-27 19:50:34 +00:00
Kai Großjohann
818001cc23 (eshell): Numeric prefix arg means to switch
to the session with that number.  Old behavior still available
with nonumeric prefix args.
2002-07-26 20:40:53 +00:00
Simon Josefsson
d280860959 *** empty log message *** 2002-07-26 11:11:03 +00:00
Juanma Barranquero
6dc049b29b (warning-levels): Doc fix.
(warning-suppress-log-types): Fix typo.
(display-warning): Fix typo. Remove useless asignment to free variable
`group-string'.
2002-07-26 07:58:04 +00:00
Juanma Barranquero
e7a4fab730 (lwarn, warn): Doc fix. 2002-07-26 07:09:15 +00:00
Markus Rost
e5184e9fcb (ediff-window-setup-function): Extend type declaration. 2002-07-26 02:11:28 +00:00
Sam Steingold
d99118b044 (occur-rename-buffer): New command.
(occur-mode-map): Bind "r" to it.  Added keybindings for
`kill-this-buffer', `clone-buffer' and `quit-window'.
2002-07-25 19:31:25 +00:00
Richard M. Stallman
d31c6ecfb5 (Info-find-index-name): Search for a function definition with a return type. 2002-07-25 18:20:51 +00:00
Sam Steingold
65125928fe (c-search-uplist-for-classkey): When `search-end' is a cons, use its car. 2002-07-25 13:23:27 +00:00
Dave Love
a8adf791ca *** empty log message *** 2002-07-25 11:15:07 +00:00
Juanma Barranquero
e3a720c983 *** empty log message *** 2002-07-25 08:10:15 +00:00
Carsten Dominik
5fca0d9153 *** empty log message *** 2002-07-25 07:10:05 +00:00
Colin Walters
ec797e5e59 *** empty log message *** 2002-07-25 06:25:37 +00:00
Dave Love
fc2938d180 *** empty log message *** 2002-07-24 23:01:32 +00:00
Kenichi Handa
7e5a43f94e *** empty log message *** 2002-07-24 11:05:01 +00:00
Richard M. Stallman
fe44589306 *** empty log message *** 2002-07-24 03:59:52 +00:00
Richard M. Stallman
9a65485515 *** empty log message *** 2002-07-23 19:33:09 +00:00
Markus Rost
5ef080214c (add-log-current-defun): Fix typo in documentation. 2002-07-23 16:52:50 +00:00
Kenichi Handa
c85b29f52e *** empty log message *** 2002-07-23 13:35:11 +00:00
Markus Rost
24f4201f84 (add-log-mailing-address): Fix type. Can be a string. 2002-07-23 02:28:08 +00:00
Andrew Innes
9b006cb258 (DONTCOMPILE): Remove cus-start.el.
(DONTCOMPILE): Add various language files.
(DONTCOMPILE): Remove term/xterm.el.
(finder-inf.el): Remove.
(update-authors): New target.
(TAGS-LISP): Remove $(lispsource).
(compile-always): Renamed from `compile-files'.
(compile): New target, adapted from `compile-files'.
(compile-calc): New target.
(recompile): Change `.' to $(lisp).
(bootstrap): Add update-subdirs and finder-data
to dependencies; change compile-files to compile.
2002-07-23 00:06:22 +00:00
André Spiegel
2a9ca093f6 # 2002-07-22 21:40:52 +00:00
Kai Großjohann
fb505dabe7 Change German es-zett in my name from Latin-9 to Latin-1 encoding. 2002-07-22 19:12:51 +00:00
Andreas Schwab
5fe0ea6a25 Fixup encoding. 2002-07-22 19:02:44 +00:00
Carsten Dominik
6fbeb42936 Updated to reftex 4.17 2002-07-22 10:38:32 +00:00
Kai Großjohann
90dc758dc0 Bump version to 2.0.2.
(tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
longer names.  Use old names "sm1", "sm2" and so on for methods
invoking "ssh -1" or "ssh -2".
(tramp-multi-file-name-structure-separate): Typo, its name was set
to "tramp-file-name-structure-separate".  Trivial patch.  From
Steve Youngs <youngs@xemacs.org>.
(tramp-multi-sh-program): New variable.
(tramp-open-connection-multi): Use it.  Now you can use multi
methods from Windows (at least in principle).
(tramp-do-copy-or-rename-via-buffer): New function.
(tramp-do-copy-or-rename-file): Use it.  Change and simplify
logic.  Omit special case of invoking rcp directly to copy the
files.
(tramp-open-connection-su, tramp-multi-connect-telnet)
(tramp-multi-connect-rlogin, tramp-multi-connect-su)
(tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
Use backticks in format-spec for brevity and to avoid
character/number confusion in XEmacs.
2002-07-21 13:49:06 +00:00
Richard M. Stallman
56592bebfd *** empty log message *** 2002-07-20 22:16:01 +00:00
Richard M. Stallman
a5dd5f602f (toggle-read-only): Clean up the hint message. 2002-07-20 22:02:57 +00:00
Richard M. Stallman
9cb9a7bc56 (byte-compile-cl-warn): Delete `values'
and `values-list' from list of CL functions.

(compile-defun): Bind `read-with-symbol-positions' to current buffer.
2002-07-19 23:01:24 +00:00
André Spiegel
e0a9170710 # 2002-07-19 13:32:53 +00:00
Juanma Barranquero
dd8d66adad *** empty log message *** 2002-07-19 11:40:00 +00:00
Juanma Barranquero
b4591b37dc (dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate,
compiled-function-p, define-function): Move obsolescence declarations from
subr.el
2002-07-19 06:25:06 +00:00
J.D. Smith
81189e6130 *** empty log message *** 2002-07-18 18:57:28 +00:00
Dave Love
28a2ca5d82 Support current auto{conf,make} manuals. 2002-07-18 18:19:18 +00:00
Juanma Barranquero
5fe205f134 (last-buffer): Add missing frame argument. 2002-07-18 16:04:01 +00:00
Richard M. Stallman
f33f4398d4 *** empty log message *** 2002-07-18 15:04:36 +00:00
Andreas Schwab
eafb38497e Remove conflict marker. 2002-07-18 09:42:56 +00:00
Juanma Barranquero
6fcfeabfa1 (decompose-composite-char): Add autoload cookie to obsolescence declaration;
also remove redundant info.
2002-07-18 06:15:59 +00:00
Kim F. Storm
b0c654c03d Load international/utf-8 before international/characters. 2002-07-17 21:35:07 +00:00
Dave Love
46f4bf30c8 *** empty log message *** 2002-07-17 19:54:38 +00:00
Dave Love
f860212ee5 *** empty log message *** 2002-07-17 18:48:11 +00:00
Stefan Monnier
f5d6a5b854 *** empty log message *** 2002-07-17 18:13:20 +00:00
Dave Love
c6e973abe4 *** empty log message *** 2002-07-17 17:47:44 +00:00
Kenichi Handa
91e854f2c3 (print-coding-system-briefly): Fix the handling of an alias of which
eol-type is not auto-detection.
2002-07-17 08:45:51 +00:00
Kenichi Handa
1a55d509c3 *** empty log message *** 2002-07-17 08:44:34 +00:00
Juanma Barranquero
3b622b44f5 (describe-function-1): Put empty line before "Not documented" text. 2002-07-17 08:12:04 +00:00
Juanma Barranquero
a50908abb5 (timer-set-time-with-usecs): Mark obsolete. 2002-07-17 07:30:57 +00:00
Stefan Monnier
bc71812e08 *** empty log message *** 2002-07-16 20:53:59 +00:00
André Spiegel
4c4a1c1da8 *** empty log message *** 2002-07-16 17:53:59 +00:00
Richard M. Stallman
9ee49ebc47 *** empty log message *** 2002-07-16 13:47:49 +00:00
Stefan Monnier
979a8abc69 *** empty log message *** 2002-07-16 12:25:41 +00:00
Juanma Barranquero
301085d403 (timer-set-time, timer-set-time-with-usecs): Fix docstring. 2002-07-16 06:43:19 +00:00
Juanma Barranquero
d907a3bffc *** empty log message *** 2002-07-15 15:39:02 +00:00
Mike Williams
5a95c143a5 (mouse-sel-bindings): Save/restore interprogram cut/paste functions. 2002-07-15 11:49:37 +00:00
Andreas Schwab
bd128a254e *** empty log message *** 2002-07-15 07:23:55 +00:00
Mike Williams
4bc65152eb (mouse-sel-bound-events): New constant.
(mouse-sel-save-original-bindings): New function.
(mouse-sel-restore-original-bindings): New function.
(mouse-sel-bindings): Save/restore original mouse-bindings.
2002-07-14 10:14:28 +00:00
Stefan Monnier
00feb95235 *** empty log message *** 2002-07-13 23:30:08 +00:00
Glenn Morris
4105dd524e (timeclock-in): Run the new day section if, after rereading the log file,
timeclock-last-event is nil, indicating no log file exists yet. Take
account of the fact that timeclock-discrepancy will be nil in that case.
2002-07-13 18:56:04 +00:00
Kai Großjohann
65399e8313 Do not hook into file-name-handler-alist, this
is done by Tramp.
2002-07-13 18:08:11 +00:00
Kai Großjohann
b29019f876 (tramp-multi-file-name-structure-unified): Add
missing slash and move colon from start to end of each hop.
(tramp-multi-file-name-hop-structure-unified): Move colon from
start to end of each hop.
2002-07-13 17:41:01 +00:00
Kim F. Storm
aae2ce50f4 *** empty log message *** 2002-07-12 23:57:49 +00:00
Glenn Morris
a3dd6af2b5 (timeclock-get-workday-function): `timeclock-workday' is not a valid
option for this, rather it is a value that may be returned.
2002-07-12 23:38:01 +00:00
Richard M. Stallman
4494f50d12 (ange-ftp-write-region): Don't bind executing-kbd-macro; instead, pass
non-nil VISIT arg to ange-ftp-real-write-region.
2002-07-12 23:29:39 +00:00
Richard M. Stallman
32a86c99bd *** empty log message *** 2002-07-12 17:46:11 +00:00
Juanma Barranquero
d00a340891 (describe-variable): Put `defvaralias' info before the documentation (patch from
John Paul Wallington <jpw@shootybangbang.com>). Remove useless "Documentation:"
string.
2002-07-12 16:56:03 +00:00
Juanma Barranquero
120034b309 (timer-set-time-with-usecs): Fix documentation. Simplify extraction of time data. 2002-07-12 11:56:42 +00:00
Pavel Janík
9327f13439 (describe-variable): Mention if the variable is an alias. 2002-07-12 08:58:32 +00:00
Kenichi Handa
f1282c7ff4 (locale-language-names): Change "mk" (Macedoninan), "ru" (Russian),
and "sp" (Serbian with Cyrillic alphabet) to "Cyrillic-ISO".
2002-07-11 23:52:16 +00:00
Kai Großjohann
cebb4ec6c5 (tramp-handle-make-symbolic-link): Implement. 2002-07-11 20:26:19 +00:00
Kai Großjohann
505edaeb0e (tramp-default-method): New default method "sm"
which I guess to be good for most people.
(tramp-default-method-alist): Use "ftp" method (ie, forwarding to
Ange-FTP) for some user/host combinations.
(tramp-file-name-structure, tramp-file-name-regexp)
(tramp-make-tramp-file-format)
(tramp-make-tramp-file-user-nil-format)
(tramp-multi-file-name-structure)
(tramp-multi-file-name-hop-structure)
(tramp-make-multi-tramp-file-format): New default value which
unifies the filename syntax between Tramp and Ange-FTP.  The new
syntax is "/method:user@host:path".  Note the colon after the
method.
(tramp-handle-file-name-directory): Don't return "/" when
completing a remote root directory (where the filename looks like
"/method:user@host:/").
(tramp-handle-ange-ftp): Deleted.
(tramp-disable-ange-ftp): New function, called at toplevel,
deletes Ange-FTP from file-name-handler-alist.
2002-07-11 19:59:07 +00:00
Juanma Barranquero
3932b29ac2 (authors-obsolete-file-p): Fix typo. 2002-07-10 11:07:28 +00:00
Juanma Barranquero
3cca0d40e9 *** empty log message *** 2002-07-10 09:26:17 +00:00
Juanma Barranquero
5502266e13 (speedbar-make-specialized-keymap): Fix docstring.
(speedbar-desired-buffer): Likewise.
(speedbar-line-file): Likewise.
(speedbar-special-mode-key-map): Fix typo.
(speedbar-dynamic-tags-function-list): Likewise.
(speedbar-use-images): Likewise.
(speedbar-up-directory): Likewise.
(speedbar-item-info): Likewise.
(speedbar-set-timer): Likewise.
(speedbar-insert-button): Likewise.
(speedbar-make-button): Likewise.
(speedbar-make-tag-line): Likewise.
(speedbar-insert-files-at-point): Likewise.
(speedbar-update-special-contents): Likewise.
(speedbar-find-selected-file): Likewise.
(speedbar-add-indicator): Likewise.
(speedbar-do-function-pointer): Likewise.
(speedbar-goto-this-file): Likewise.
(speedbar-line-path): Likewise.
(speedbar-mouse-event-p): Likewise.
(speedbar-dir-follow): Likewise.
(speedbar-tag-find): Likewise.
(speedbar-fetch-etags-command): Likewise.
(speedbar-fetch-etags-arguments): Likewise.
(speedbar-toggle-etags): Likewise.
(speedbar-extract-one-symbol): Likewise.
(speedbar-parse-c-or-c++tag): Likewise.
(speedbar-unhighlight-one-tag-line): Likewise.
(speedbar-directory-face): Likewise.
(defimage-speedbar): Likewise.
(speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
(defimage-speedbar): Likewise.
2002-07-10 08:21:49 +00:00
Juanma Barranquero
df31d96b4d (ido-enter-single-matching-directory): Delete leftover comment. 2002-07-10 08:18:31 +00:00
Juanma Barranquero
cb795ec4c2 *** empty log message *** 2002-07-09 09:46:38 +00:00
Juanma Barranquero
2df447f27f (face-id): Fix typo. 2002-07-09 07:35:10 +00:00
Miles Bader
e49a45ad85 (hexl-find-file): Bind `completion-ignored-extensions' to nil when
prompting for a filename.
2002-07-09 06:00:18 +00:00
Kenichi Handa
82e22b5719 (insert-directory): Be sure to bind
coding-system-for-write to the just decided
coding-system-for-read.
2002-07-09 02:42:06 +00:00
Dave Love
9406d1d986 *** empty log message *** 2002-07-08 22:32:35 +00:00
Kim F. Storm
9a08196a0b (ido-make-merged-file-list): Move fully matching item to head of list. 2002-07-08 22:22:12 +00:00
Juanma Barranquero
451ac41d9e *** empty log message *** 2002-07-08 09:37:31 +00:00
Miles Bader
66f12dcd3c (comint-dynamic-list-completions): Sort COMPLETIONS before first use. 2002-07-08 08:45:12 +00:00
Kim F. Storm
9304c62005 *** empty log message *** 2002-07-07 23:13:45 +00:00
Kim F. Storm
fb3fff88d2 *** empty log message *** 2002-07-07 23:01:21 +00:00
Kim F. Storm
001dd4eac9 *** empty log message *** 2002-07-07 21:48:12 +00:00
Stefan Monnier
a7bd9dc73c *** empty log message *** 2002-07-07 21:28:23 +00:00
Stefan Monnier
7473b6ad84 (debug-on-entry): Fix the wrapper used for
aliases to also work for interactive functions.
Use the same wrapper for subroutines.
(cancel-debug-on-entry): Get rid of the now-useless wrapper.
(debug-on-entry-1): Correctly skip docstrings and interactive forms.
2002-07-07 20:25:23 +00:00
Richard M. Stallman
af7272b1a0 *** empty log message *** 2002-07-07 10:52:11 +00:00
Francesco Potortì
b65c7d7216 Open office data files. 2002-07-05 23:14:32 +00:00
Kim F. Storm
6d6f3bc1c8 *** empty log message *** 2002-07-04 22:19:57 +00:00
Stefan Monnier
2562aa9fbc *** empty log message *** 2002-07-04 16:38:10 +00:00
Per Abrahamsen
0bb64d7645 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
* simple.el (toggle-truncate-lines): New command.
2002-07-04 13:36:12 +00:00
Miles Bader
9669f2d6d5 (comint-displayed-dynamic-completions): New variable.
(comint-dynamic-list-completions): Be more careful about choosing
when to scroll an existing completions window.
2002-07-04 06:44:45 +00:00
Andreas Schwab
210accc8a7 (tramp-handle-ange-ftp): Move interactive spec
after doc string.
2002-07-03 18:42:34 +00:00
Juanma Barranquero
5ec2752af6 (tpu-delete-to-eol): Fix typo.
(tpu-delete-to-bol): Likewise.
2002-07-03 14:32:01 +00:00
Juanma Barranquero
6a5d7585f5 *** empty log message *** 2002-07-03 13:26:44 +00:00
Juanma Barranquero
bcae6433af *** empty log message *** 2002-07-03 11:31:02 +00:00
Juanma Barranquero
25f78d1872 (tramp-send-eof): Fix typo.
(tramp-kill-process): Likewise.
2002-07-03 10:00:41 +00:00
Juanma Barranquero
9af6aa14ad (chars-in-region): Add obsolescence declaration for `chars-in-region'. 2002-07-03 09:17:47 +00:00
Miles Bader
a7ac92b6ec (header-line): Don't use a `common' clause for inheriting from the mode-line
face, since we can't override it, and we don't want it for ttys.
2002-07-03 07:09:44 +00:00
Richard M. Stallman
64805fb085 *** empty log message *** 2002-07-02 19:22:26 +00:00
Richard M. Stallman
ec1a57dc58 *** empty log message *** 2002-07-02 19:10:16 +00:00
Juanma Barranquero
df1890b0d7 *** empty log message *** 2002-07-02 15:28:12 +00:00
Kim F. Storm
4141da38a0 New file. 2002-07-01 22:01:13 +00:00
Sam Steingold
7abc9addc7 (tex-file): call save-some-buffers' before tex-main-file' 2002-07-01 19:55:45 +00:00
Juanma Barranquero
ce827a7d43 *** empty log message *** 2002-07-01 16:17:27 +00:00
Dave Love
dc976f2c3f *** empty log message *** 2002-07-01 16:05:59 +00:00
Richard M. Stallman
ec96237403 *** empty log message *** 2002-07-01 08:07:40 +00:00
Simon Josefsson
6b285f6079 2002-06-30 Simon Josefsson <jas@extundo.com>
* menu-bar.el (menu-bar-options-menu): Move elisp mode names from
	menu entry into balloon help.
2002-06-30 21:29:39 +00:00
Andreas Schwab
525fdbc9c8 * files.el (directory-free-space-args): Don't use -P on Darwin.
* term/mac-win.el: Don't set it here.
2002-06-30 14:42:19 +00:00
Andreas Schwab
eb14066a0b Use directory-free-space-program instead of
obsolete variable dired-free-space-program.  On Darwin, don't set
directory-free-space-program, shell-file-name and
process-connection-type; set directory-free-space-args to not
include `-P' and use utf-8 for file name coding system.
2002-06-29 19:01:46 +00:00
Andreas Schwab
637fff820c (shell-command-default-error-buffer): Doc fix. 2002-06-29 18:16:27 +00:00
Andreas Schwab
61b80ebf7f (display-message-or-buffer): Fix last change. 2002-06-29 18:13:06 +00:00
Andreas Schwab
d4bbcbb4dc (shell-command-on-region): Handle errors and signals
from shell command execution.
2002-06-29 18:08:32 +00:00
Andreas Schwab
11688fcc01 (dired-view-file): Quote file name for dired-run-shell-command. 2002-06-29 17:40:36 +00:00
Kim F. Storm
79e6f28894 Added kmacro.el 2002-06-28 22:39:03 +00:00
John Wiegley
c31f68b74b *** empty log message *** 2002-06-28 20:00:00 +00:00
Andreas Schwab
6674676b22 (explicit-bash-args): New user option. 2002-06-28 18:50:36 +00:00
Kim F. Storm
789d1bf0f0 New file. 2002-06-27 22:39:10 +00:00
Stefan Monnier
bb5d43feaa (mouse-wheel-change-button): Deactivate before changing.
(mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
(mouse-wheel-up-event, mouse-wheel-down-event): New vars.
(mouse-wheel-follow-mouse): Change default to t.
(mwheel-event-button): Return the basic event symbol.
(mwheel-scroll): Work with non-mouse events.
(mouse-wheel-mode): Use the new vars.
(mwheel-install): Obey `uninstall'.
2002-06-27 21:46:45 +00:00
Andreas Schwab
a8c12c7939 . 2002-06-27 16:51:08 +00:00
Juanma Barranquero
23a3b59824 *** empty log message *** 2002-06-27 16:13:31 +00:00
Stefan Monnier
212bb1b5fb *** empty log message *** 2002-06-27 16:01:35 +00:00
Kai Großjohann
487fa986ae (tramp-file-name-structure)
(tramp-multi-file-name-hop-structure): Split for easier
readability.
(tramp-handle-make-symbolic-link): Use user/host/method/... from
LINKNAME, not FILENAME.
(tramp-handle-verify-visited-file-modtime): Call
tramp-ange-ftp-file-name-p with right parameters.
(tramp-handle-verify-visited-file-modtime): `insert' does not
work for integers, convert them to strings first.
(tramp-handle-ange-ftp): New function to perform setup for
replacing Ange-FTP with Tramp.
(tramp-repair-jka-compr): New function to factor out some
previously top-level code.  Call the function at top-level.
2002-06-27 15:52:51 +00:00
Juanma Barranquero
9d5d96a6bd (decompose-composite-char): Fix docstring. 2002-06-27 14:49:22 +00:00
Juanma Barranquero
8c26938091 (describe-variable): Capitalize "not documented" message.
(describe-function-1): Likewise. Also, document the obsolescence
of the function, if applicable.
2002-06-27 07:16:00 +00:00
Juanma Barranquero
eb59034242 Fix e-mail. 2002-06-26 13:11:56 +00:00
Juanma Barranquero
ccfb7415f0 (info-menu-5): Fix documentation.
(Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
2002-06-26 13:11:28 +00:00
Richard M. Stallman
ca8f364257 *** empty log message *** 2002-06-26 09:04:17 +00:00
Kai Großjohann
eac11a4aab Reformat entry to comply with Emacs coding standards. 2002-06-26 07:43:07 +00:00
Kai Großjohann
dc7b8aba18 Reformat entry. 2002-06-25 20:12:02 +00:00
Kai Großjohann
8e3a1104c1 (tramp-open-connection-rsh): Support a kludgy feature for the
"-p" option to ssh.  If host name is given as "host#42", uses the
"-p 42" option.
2002-06-25 20:11:34 +00:00
Kai Großjohann
c62c9d08c7 (tramp-ftp-method): New user option.
(tramp-invoke-ange-ftp): New function to forward calls to
Ange-FTP.

(with-parsed-tramp-file-name): New macro for the usual big `let'
statement to dissect a file-name.

(tramp-handle-make-symbolic-link, tramp-handle-load)
(tramp-handle-file-name-directory)
(tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
(tramp-handle-file-truename, tramp-handle-file-directory-p)
(tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
(tramp-handle-file-writable-p, tramp-handle-file-writable-p):

Use the new macro and forward call to Ange-FTP if applicable.

(tramp-make-ange-ftp-file-name): New helper function to convert a
file name into an Ange-FTP file name, used by
`tramp-invoke-ange-ftp'.

(tramp-default-method-alist): New user option.
(tramp-find-default-method): Use it.

(tramp-sh-extra-args): New variable.
(tramp-find-shell): Use it.
2002-06-25 18:15:03 +00:00
Stefan Monnier
04f13f39be *** empty log message *** 2002-06-25 15:16:51 +00:00
Andreas Schwab
f2936ae0fd . 2002-06-25 09:54:48 +00:00
Stefan Monnier
b81f379bd4 *** empty log message *** 2002-06-24 23:24:52 +00:00
Kim F. Storm
3efa11935a Added :require 'keypad to defcustoms. 2002-06-24 08:30:09 +00:00
Stefan Monnier
f2aa473a2c *** empty log message *** 2002-06-23 22:15:43 +00:00
Stefan Monnier
b1b2d51523 *** empty log message *** 2002-06-23 19:07:39 +00:00
Glenn Morris
d595e95d3e (f90-do-auto-fill): Make it respect `comment-auto-fill-only-comments'. 2002-06-23 15:45:48 +00:00
Kai Großjohann
d18322c5fc (backup-buffer): Delete `ange-ftp' property.
This is not a handled operation.
2002-06-21 20:41:59 +00:00
Kim F. Storm
83cfd18fc8 *** empty log message *** 2002-06-21 13:50:33 +00:00
Richard M. Stallman
f7c9a76591 Allow arbitrary keys for scrolling, add a third
scrolling speed, fix an unwind-protect.
(mouse-wheel-scroll-amount): Now a three-element list.
(mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
(mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
(mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast): New functions.
2002-06-21 12:31:33 +00:00