diff options
| -rw-r--r-- | doc/misc/tramp.texi | 15 | ||||
| -rw-r--r-- | doc/misc/trampver.texi | 10 |
2 files changed, 14 insertions, 11 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 530e8dc1b4c..7bc365ffdfe 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -12,16 +12,6 @@ | |||
| 12 | @c This is *so* much nicer :) | 12 | @c This is *so* much nicer :) |
| 13 | @footnotestyle end | 13 | @footnotestyle end |
| 14 | 14 | ||
| 15 | @c Macro for formatting a file name according to the respective | ||
| 16 | @c syntax. Macro arguments should not have any leading or trailing | ||
| 17 | @c whitespace. Not very elegant, but I don't know it better. | ||
| 18 | |||
| 19 | @macro trampfn {method, userhost, localname} | ||
| 20 | @value{prefix}@c | ||
| 21 | \method\@value{postfixhop}@c | ||
| 22 | \userhost\@value{postfix}\localname\ | ||
| 23 | @end macro | ||
| 24 | |||
| 25 | @copying | 15 | @copying |
| 26 | Copyright @copyright{} 1999--2018 Free Software Foundation, Inc. | 16 | Copyright @copyright{} 1999--2018 Free Software Foundation, Inc. |
| 27 | 17 | ||
| @@ -122,8 +112,11 @@ For the developer: | |||
| 122 | --- The Detailed Node Listing --- | 112 | --- The Detailed Node Listing --- |
| 123 | @c | 113 | @c |
| 124 | @ifset installchapter | 114 | @ifset installchapter |
| 115 | |||
| 125 | Installing @value{tramp} with your Emacs | 116 | Installing @value{tramp} with your Emacs |
| 126 | 117 | ||
| 118 | * System Requirements:: Prerequisites for :@value{tramp} installation. | ||
| 119 | * Basic Installation:: Installation steps.: | ||
| 127 | * Installation parameters:: Parameters in order to control installation. | 120 | * Installation parameters:: Parameters in order to control installation. |
| 128 | * Testing:: A test suite for @value{tramp}. | 121 | * Testing:: A test suite for @value{tramp}. |
| 129 | * Load paths:: How to plug-in @value{tramp} into your environment. | 122 | * Load paths:: How to plug-in @value{tramp} into your environment. |
| @@ -4107,7 +4100,7 @@ Unloading @value{tramp} resets Ange FTP plugins also. | |||
| 4107 | 4100 | ||
| 4108 | @c For the developer | 4101 | @c For the developer |
| 4109 | @node Files directories and localnames | 4102 | @node Files directories and localnames |
| 4110 | @chapter How file names, directories and localnames are mangled and managed. | 4103 | @chapter How file names, directories and localnames are mangled and managed |
| 4111 | 4104 | ||
| 4112 | @menu | 4105 | @menu |
| 4113 | * Localname deconstruction:: Splitting a localname into its component parts. | 4106 | * Localname deconstruction:: Splitting a localname into its component parts. |
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index 807330bb9b1..3a3ada9e846 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi | |||
| @@ -44,3 +44,13 @@ | |||
| 44 | @set ipv6prefix | 44 | @set ipv6prefix |
| 45 | @set ipv6postfix | 45 | @set ipv6postfix |
| 46 | @end ifset | 46 | @end ifset |
| 47 | |||
| 48 | @c Macro for formatting a file name according to the respective | ||
| 49 | @c syntax. Macro arguments should not have any leading or trailing | ||
| 50 | @c whitespace. Not very elegant, but I don't know it better. | ||
| 51 | |||
| 52 | @macro trampfn {method, userhost, localname} | ||
| 53 | @value{prefix}@c | ||
| 54 | \method\@value{postfixhop}@c | ||
| 55 | \userhost\@value{postfix}\localname\ | ||
| 56 | @end macro | ||