diff options
| author | Michael Albinus | 2008-04-28 19:40:43 +0000 |
|---|---|---|
| committer | Michael Albinus | 2008-04-28 19:40:43 +0000 |
| commit | 586b90f1ff736f76d689639f04605e7626087b20 (patch) | |
| tree | e67dae4efa1355b64e6a6712c80cc6d4c0d0e8f3 | |
| parent | 2e27119583f1117187014ab1409f6cd2c1eae97e (diff) | |
| download | emacs-586b90f1ff736f76d689639f04605e7626087b20.tar.gz emacs-586b90f1ff736f76d689639f04605e7626087b20.zip | |
* tramp.texi (Frequently Asked Questions): Explain, how to disable
Tramp via `tramp-mode'.
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 19 |
2 files changed, 24 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 90ec902d468..bc24cccaa6a 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-04-28 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * tramp.texi (Frequently Asked Questions): Explain, how to disable | ||
| 4 | Tramp via `tramp-mode'. | ||
| 5 | |||
| 1 | 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl> | 6 | 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl> |
| 2 | 7 | ||
| 3 | * org.texi: Massive changes, in many parts of the file. | 8 | * org.texi: Massive changes, in many parts of the file. |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 39caec1fa26..b0728d1047f 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -3085,6 +3085,9 @@ How can I disable @value{tramp}? | |||
| 3085 | 3085 | ||
| 3086 | Shame on you, why did you read until now? | 3086 | Shame on you, why did you read until now? |
| 3087 | 3087 | ||
| 3088 | @itemize @minus | ||
| 3089 | |||
| 3090 | @item | ||
| 3088 | @ifset emacs | 3091 | @ifset emacs |
| 3089 | If you just want to have @value{ftppackagename} as default remote | 3092 | If you just want to have @value{ftppackagename} as default remote |
| 3090 | files access package, you should apply the following code: | 3093 | files access package, you should apply the following code: |
| @@ -3094,12 +3097,28 @@ files access package, you should apply the following code: | |||
| 3094 | @end lisp | 3097 | @end lisp |
| 3095 | @end ifset | 3098 | @end ifset |
| 3096 | 3099 | ||
| 3100 | @item | ||
| 3101 | In order to disable | ||
| 3102 | @ifset emacs | ||
| 3103 | @value{tramp} (and @value{ftppackagename}), | ||
| 3104 | @end ifset | ||
| 3105 | @ifset xemacs | ||
| 3106 | @value{tramp}, | ||
| 3107 | @end ifset | ||
| 3108 | you must set @code{tramp-mode} to @code{nil}: | ||
| 3109 | |||
| 3110 | @lisp | ||
| 3111 | (setq tramp-mode nil) | ||
| 3112 | @end lisp | ||
| 3113 | |||
| 3114 | @item | ||
| 3097 | Unloading @value{tramp} can be achieved by applying @kbd{M-x | 3115 | Unloading @value{tramp} can be achieved by applying @kbd{M-x |
| 3098 | tramp-unload-tramp}. | 3116 | tramp-unload-tramp}. |
| 3099 | @ifset emacs | 3117 | @ifset emacs |
| 3100 | This resets also the @value{ftppackagename} plugins. | 3118 | This resets also the @value{ftppackagename} plugins. |
| 3101 | @end ifset | 3119 | @end ifset |
| 3102 | @end itemize | 3120 | @end itemize |
| 3121 | @end itemize | ||
| 3103 | 3122 | ||
| 3104 | 3123 | ||
| 3105 | @c For the developer | 3124 | @c For the developer |