mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 08:11:05 -08:00
836be7a112; * etc/refcards/ru-refcard.tex: Update Copyright year.86cbc6ee4a* lisp/net/tramp-sh.el: Adapt copyright yearebe8772f65; Minor fixes related to copyright years23c1ee6989; * test/manual/etags/ETAGS.good_N: Adjust to copyright ye...8d3fc7ec89* src/xfaces.c (face_for_font): Make 'hash' be uintptr_t.19dcb237b5; Add 2022 to copyright years. # Conflicts: # etc/NEWS # etc/refcards/ru-refcard.tex # lib/cdefs.h # lisp/erc/erc-dcc.el # lisp/erc/erc-imenu.el # lisp/erc/erc-replace.el # lisp/image-dired.el # lisp/progmodes/xref.el # m4/alloca.m4 # m4/byteswap.m4 # m4/errno_h.m4 # m4/getopt.m4 # m4/gnulib-common.m4 # m4/inttypes.m4 # m4/stddef_h.m4 # m4/stdint.m4 # m4/sys_socket_h.m4
63 lines
1.7 KiB
Text
63 lines
1.7 KiB
Text
@c -*-texinfo-*-
|
|
@c texi/trampver.texi. Generated from trampver.texi.in by configure.
|
|
|
|
@c This is part of the Emacs manual.
|
|
@c Copyright (C) 2003--2022 Free Software Foundation, Inc.
|
|
@c See file doclicense.texi for copying conditions.
|
|
|
|
@c In the Tramp GIT, the version numbers are auto-frobbed from
|
|
@c tramp.el, and the bug report address is auto-frobbed from
|
|
@c configure.ac.
|
|
@set trampver 2.6.0-pre
|
|
@set trampurl https://www.gnu.org/software/tramp/
|
|
@set tramp-bug-report-address tramp-devel@@gnu.org
|
|
@set emacsver 26.1
|
|
|
|
@c Other flags from configuration.
|
|
@set instprefix /usr/local
|
|
@set lispdir /usr/local/share/emacs/site-lisp
|
|
@set infodir /usr/local/share/info
|
|
|
|
@c Formatting of the tramp program name consistent.
|
|
@set tramp @sc{Tramp}
|
|
|
|
@c Some flags which define the remote file name syntax.
|
|
@ifclear unified
|
|
@ifclear separate
|
|
@set unified
|
|
@end ifclear
|
|
@end ifclear
|
|
|
|
@ifset unified
|
|
@set prefix /
|
|
@set prefixwithspace /
|
|
@set prefixhop
|
|
@set postfix :
|
|
@set postfixhop :
|
|
@set ipv6prefix [
|
|
@set ipv6postfix ]
|
|
@end ifset
|
|
|
|
@ifset separate
|
|
@set prefix /[
|
|
@set prefixwithspace / [
|
|
@set prefixhop [
|
|
@set postfix ]
|
|
@set postfixhop /
|
|
@set ipv6prefix
|
|
@set ipv6postfix
|
|
@end ifset
|
|
|
|
@c Macro for formatting a file name according to the respective
|
|
@c syntax. trampver.texi is included several times in tramp.texi and
|
|
@c trampinst.texi. Redefining the macro is reported as warning for
|
|
@c creating the dvi and pdf files, so we declare the macro only the
|
|
@c first time this file is included.
|
|
@ifclear trampfndefined
|
|
@set trampfndefined
|
|
@macro trampfn {method, userhost, localname}
|
|
@value{prefix}@c
|
|
\method\@value{postfixhop}@c
|
|
\userhost\@value{postfix}\localname\
|
|
@end macro
|
|
@end ifclear
|