Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
db19bba3
Commit
db19bba3
authored
Feb 25, 2013
by
Michael Albinus
Browse files
* tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
the macros, for Texinfo 4.13 and 5.0.
parent
c0c2eb82
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
0 deletions
+31
-0
doc/misc/ChangeLog
doc/misc/ChangeLog
+5
-0
doc/misc/tramp.texi
doc/misc/tramp.texi
+26
-0
No files found.
doc/misc/ChangeLog
View file @
db19bba3
2013-02-25 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
the macros, for Texinfo 4.13 and 5.0.
2013-02-24 Michael Albinus <michael.albinus@gmx.de>
Port documentation to Texinfo 5.0.
...
...
doc/misc/tramp.texi
View file @
db19bba3
...
...
@@ -20,6 +20,11 @@
@c xxx and yyy are auxiliary macros in order to omit leading and
@c trailing whitespace. Not very elegant, but I don't know it better.
@c There are subtle differences between texinfo 4.13 and 5.0. We must
@c declare two versions of the macro. This will be improved, hopefully.
@c Texinfo 5.0.
@ifset txicommandconditionals
@macro xxx
{
one
}
@set
\one\
@end macro
...
...
@@ -38,6 +43,26 @@
@yyy
{
\user\,
@@
}
@c
\host\@
value
{
postfix
}
\localname\
@end macro
@end ifset
@c Texinfo 4.13.
@ifclear txicommandconditionals
@macro xxx
{
one
}
@c
@set
\one\@
c
@end macro
@macro yyy
{
one, two
}
@c
@xxx
{
x
\one\}
@c
@ifclear x@c
\one\@
w
{}
\two\@
c
@end ifclear
@clear x
\one\@
c
@end macro
@macro trampfn
{
method, user, host, localname
}
@c
@value
{
prefix
}
@yyy
{
\method\,
@value
{
postfixhop
}}
@yyy
{
\user\,
@@
}
\host\@
value
{
postfix
}
\localname\@
c
@end macro
@end ifclear
@copying
Copyright @copyright
{}
1999--2013 Free Software Foundation, Inc.
...
...
@@ -3849,3 +3874,4 @@ for @value{emacsothername}.
@c
*
Use `filename' resp. `file name' consistently.
@c
*
Use `host' resp. `machine' consistently.
@c
*
Consistent small or capitalized words especially in menus.
@c
*
Make a unique declaration of @trampfn.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment