diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/emacs-mime.texi | 2 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 42 | ||||
| -rw-r--r-- | doc/misc/trampver.texi | 2 |
3 files changed, 26 insertions, 20 deletions
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi index b0cfbc9d3c0..069d6b3389b 100644 --- a/doc/misc/emacs-mime.texi +++ b/doc/misc/emacs-mime.texi | |||
| @@ -405,7 +405,7 @@ variable will cause @samp{text/html} parts to be treated as attachments. | |||
| 405 | @item mm-text-html-renderer | 405 | @item mm-text-html-renderer |
| 406 | @vindex mm-text-html-renderer | 406 | @vindex mm-text-html-renderer |
| 407 | This selects the function used to render @acronym{HTML}. The predefined | 407 | This selects the function used to render @acronym{HTML}. The predefined |
| 408 | renderers are selected by the symbols @code{gnus-article-html}, | 408 | renderers are selected by the symbols @code{shr}, @code{gnus-w3m}, |
| 409 | @code{w3m}@footnote{See @uref{http://emacs-w3m.namazu.org/} for more | 409 | @code{w3m}@footnote{See @uref{http://emacs-w3m.namazu.org/} for more |
| 410 | information about emacs-w3m}, @code{links}, @code{lynx}, | 410 | information about emacs-w3m}, @code{links}, @code{lynx}, |
| 411 | @code{w3m-standalone} or @code{html2text}. If @code{nil} use an | 411 | @code{w3m-standalone} or @code{html2text}. If @code{nil} use an |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index a42dc6ed3c0..6209e02ebc5 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -72,21 +72,21 @@ local and the remote host, whereas @value{tramp} uses a combination of | |||
| 72 | @command{ssh}/@command{scp}. | 72 | @command{ssh}/@command{scp}. |
| 73 | 73 | ||
| 74 | You can find the latest version of this document on the web at | 74 | You can find the latest version of this document on the web at |
| 75 | @uref{http://www.gnu.org/software/tramp/}. | 75 | @uref{https://www.gnu.org/software/tramp/}. |
| 76 | 76 | ||
| 77 | @ifhtml | 77 | @ifhtml |
| 78 | The latest release of @value{tramp} is available for | 78 | The latest release of @value{tramp} is available for |
| 79 | @uref{ftp://ftp.gnu.org/gnu/tramp/, download}, or you may see | 79 | @uref{https://ftp.gnu.org/gnu/tramp/, download}, or you may see |
| 80 | @ref{Obtaining Tramp} for more details, including the Git server | 80 | @ref{Obtaining Tramp} for more details, including the Git server |
| 81 | details. | 81 | details. |
| 82 | 82 | ||
| 83 | @value{tramp} also has a @uref{http://savannah.gnu.org/projects/tramp/, | 83 | @value{tramp} also has a @uref{https://savannah.gnu.org/projects/tramp/, |
| 84 | Savannah Project Page}. | 84 | Savannah Project Page}. |
| 85 | @end ifhtml | 85 | @end ifhtml |
| 86 | 86 | ||
| 87 | There is a mailing list for @value{tramp}, available at | 87 | There is a mailing list for @value{tramp}, available at |
| 88 | @email{tramp-devel@@gnu.org}, and archived at | 88 | @email{tramp-devel@@gnu.org}, and archived at |
| 89 | @uref{http://lists.gnu.org/archive/html/tramp-devel/, the | 89 | @uref{https://lists.gnu.org/archive/html/tramp-devel/, the |
| 90 | @value{tramp} Mail Archive}. | 90 | @value{tramp} Mail Archive}. |
| 91 | 91 | ||
| 92 | @page | 92 | @page |
| @@ -321,7 +321,7 @@ behind the scenes when you open a file with @value{tramp}. | |||
| 321 | @value{tramp} is included as part of Emacs (since Emacs version 22.1). | 321 | @value{tramp} is included as part of Emacs (since Emacs version 22.1). |
| 322 | 322 | ||
| 323 | @value{tramp} is also freely packaged for download on the Internet at | 323 | @value{tramp} is also freely packaged for download on the Internet at |
| 324 | @uref{ftp://ftp.gnu.org/gnu/tramp/}. | 324 | @uref{https://ftp.gnu.org/gnu/tramp/}. |
| 325 | 325 | ||
| 326 | @value{tramp} development versions are available on Git servers. | 326 | @value{tramp} development versions are available on Git servers. |
| 327 | Development versions contain new and incomplete features. | 327 | Development versions contain new and incomplete features. |
| @@ -331,7 +331,7 @@ page at the following URL and then clicking on the Git link in the | |||
| 331 | navigation bar at the top. | 331 | navigation bar at the top. |
| 332 | 332 | ||
| 333 | @noindent | 333 | @noindent |
| 334 | @uref{http://savannah.gnu.org/projects/tramp/} | 334 | @uref{https://savannah.gnu.org/projects/tramp/} |
| 335 | 335 | ||
| 336 | @noindent | 336 | @noindent |
| 337 | Another way is to follow the terminal session below: | 337 | Another way is to follow the terminal session below: |
| @@ -349,7 +349,7 @@ From behind a firewall: | |||
| 349 | @example | 349 | @example |
| 350 | @group | 350 | @group |
| 351 | ] @strong{git config --global http.proxy http://user:pwd@@proxy.server.com:8080} | 351 | ] @strong{git config --global http.proxy http://user:pwd@@proxy.server.com:8080} |
| 352 | ] @strong{git clone http://git.savannah.gnu.org/r/tramp.git} | 352 | ] @strong{git clone https://git.savannah.gnu.org/r/tramp.git} |
| 353 | @end group | 353 | @end group |
| 354 | @end example | 354 | @end example |
| 355 | 355 | ||
| @@ -917,7 +917,7 @@ numbers are not applicable to Android devices connected through USB@. | |||
| 917 | @cindex dbus | 917 | @cindex dbus |
| 918 | 918 | ||
| 919 | GVFS is the virtual file system for the Gnome Desktop, | 919 | GVFS is the virtual file system for the Gnome Desktop, |
| 920 | @uref{http://en.wikipedia.org/wiki/GVFS}. Remote files on GVFS are | 920 | @uref{https://en.wikipedia.org/wiki/GVFS}. Remote files on GVFS are |
| 921 | mounted locally through FUSE and @value{tramp} uses this locally | 921 | mounted locally through FUSE and @value{tramp} uses this locally |
| 922 | mounted directory internally. | 922 | mounted directory internally. |
| 923 | 923 | ||
| @@ -1896,12 +1896,16 @@ where @samp{192.168.0.1} is the remote host IP address | |||
| 1896 | @value{tramp} uses the @option{adb} method to access Android devices. | 1896 | @value{tramp} uses the @option{adb} method to access Android devices. |
| 1897 | Android devices provide a restricted shell access through an USB | 1897 | Android devices provide a restricted shell access through an USB |
| 1898 | connection. The local host must have the @command{adb} program | 1898 | connection. The local host must have the @command{adb} program |
| 1899 | installed. | 1899 | installed. Usually, it is sufficient to open the file |
| 1900 | @file{@trampfn{adb,,/}}. Then you can navigate in the filesystem via | ||
| 1901 | @code{dired}. | ||
| 1900 | 1902 | ||
| 1901 | Applications such as @code{SSHDroid} that run @command{sshd} process | 1903 | Alternatively, applications such as @code{SSHDroid} that run |
| 1902 | on the Android device can accept any @option{ssh}-based methods | 1904 | @command{sshd} process on the Android device can accept any |
| 1903 | provided these settings are adjusted: | 1905 | @option{ssh}-based methods provided these settings are adjusted: |
| 1904 | 1906 | ||
| 1907 | @itemize | ||
| 1908 | @item | ||
| 1905 | @command{sh} must be specified for remote shell since Android devices | 1909 | @command{sh} must be specified for remote shell since Android devices |
| 1906 | do not provide @command{/bin/sh}. @command{sh} will then invoke | 1910 | do not provide @command{/bin/sh}. @command{sh} will then invoke |
| 1907 | whatever shell is installed on the device with this setting: | 1911 | whatever shell is installed on the device with this setting: |
| @@ -1917,6 +1921,7 @@ whatever shell is installed on the device with this setting: | |||
| 1917 | where @samp{192.168.0.26} is the Android device's IP address. | 1921 | where @samp{192.168.0.26} is the Android device's IP address. |
| 1918 | (@pxref{Predefined connection information}). | 1922 | (@pxref{Predefined connection information}). |
| 1919 | 1923 | ||
| 1924 | @item | ||
| 1920 | @value{tramp} requires preserving @env{PATH} environment variable from | 1925 | @value{tramp} requires preserving @env{PATH} environment variable from |
| 1921 | user settings. Android devices prefer @file{/system/xbin} path over | 1926 | user settings. Android devices prefer @file{/system/xbin} path over |
| 1922 | @file{/system/bin}. Both of these are set as follows: | 1927 | @file{/system/bin}. Both of these are set as follows: |
| @@ -1928,7 +1933,7 @@ user settings. Android devices prefer @file{/system/xbin} path over | |||
| 1928 | @end group | 1933 | @end group |
| 1929 | @end lisp | 1934 | @end lisp |
| 1930 | 1935 | ||
| 1931 | @noindent | 1936 | @item |
| 1932 | When the Android device is not @samp{rooted}, specify a writable | 1937 | When the Android device is not @samp{rooted}, specify a writable |
| 1933 | directory for temporary files: | 1938 | directory for temporary files: |
| 1934 | 1939 | ||
| @@ -1936,7 +1941,7 @@ directory for temporary files: | |||
| 1936 | (add-to-list 'tramp-remote-process-environment "TMPDIR=$HOME") | 1941 | (add-to-list 'tramp-remote-process-environment "TMPDIR=$HOME") |
| 1937 | @end lisp | 1942 | @end lisp |
| 1938 | 1943 | ||
| 1939 | @noindent | 1944 | @item |
| 1940 | Open a remote connection with the command @kbd{C-x C-f | 1945 | Open a remote connection with the command @kbd{C-x C-f |
| 1941 | @trampfn{ssh,192.168.0.26#2222,}}, where @command{sshd} is listening | 1946 | @trampfn{ssh,192.168.0.26#2222,}}, where @command{sshd} is listening |
| 1942 | on port @samp{2222}. | 1947 | on port @samp{2222}. |
| @@ -1967,6 +1972,7 @@ the previous example, fix the connection properties as follows: | |||
| 1967 | @noindent | 1972 | @noindent |
| 1968 | Open a remote connection with a more concise command @kbd{C-x C-f | 1973 | Open a remote connection with a more concise command @kbd{C-x C-f |
| 1969 | @trampfn{ssh,android,}}. | 1974 | @trampfn{ssh,android,}}. |
| 1975 | @end itemize | ||
| 1970 | 1976 | ||
| 1971 | 1977 | ||
| 1972 | @node Auto-save and Backup | 1978 | @node Auto-save and Backup |
| @@ -2083,7 +2089,7 @@ Pseudo-terminal will not be allocated because stdin is not a terminal. | |||
| 2083 | 2089 | ||
| 2084 | Some older versions of Cygwin's @command{ssh} work with the | 2090 | Some older versions of Cygwin's @command{ssh} work with the |
| 2085 | @option{sshx} access method. Consult Cygwin's FAQ at | 2091 | @option{sshx} access method. Consult Cygwin's FAQ at |
| 2086 | @uref{http://cygwin.com/faq/} for details. | 2092 | @uref{https://cygwin.com/faq/} for details. |
| 2087 | 2093 | ||
| 2088 | @cindex Cygwin and fakecygpty | 2094 | @cindex Cygwin and fakecygpty |
| 2089 | @cindex fakecygpty and Cygwin | 2095 | @cindex fakecygpty and Cygwin |
| @@ -2797,7 +2803,7 @@ this address go to all the subscribers. This is @emph{not} the | |||
| 2797 | address to send subscription requests to. | 2803 | address to send subscription requests to. |
| 2798 | 2804 | ||
| 2799 | To subscribe to the mailing list, visit: | 2805 | To subscribe to the mailing list, visit: |
| 2800 | @uref{http://lists.gnu.org/mailman/listinfo/tramp-devel/, the | 2806 | @uref{https://lists.gnu.org/mailman/listinfo/tramp-devel/, the |
| 2801 | @value{tramp} Mail Subscription Page}. | 2807 | @value{tramp} Mail Subscription Page}. |
| 2802 | 2808 | ||
| 2803 | @ifset installchapter | 2809 | @ifset installchapter |
| @@ -2849,13 +2855,13 @@ Where is the latest @value{tramp}? | |||
| 2849 | @value{tramp} is available at the GNU URL: | 2855 | @value{tramp} is available at the GNU URL: |
| 2850 | 2856 | ||
| 2851 | @noindent | 2857 | @noindent |
| 2852 | @uref{ftp://ftp.gnu.org/gnu/tramp/} | 2858 | @uref{https://ftp.gnu.org/gnu/tramp/} |
| 2853 | 2859 | ||
| 2854 | @noindent | 2860 | @noindent |
| 2855 | @value{tramp}'s GNU project page is located here: | 2861 | @value{tramp}'s GNU project page is located here: |
| 2856 | 2862 | ||
| 2857 | @noindent | 2863 | @noindent |
| 2858 | @uref{http://savannah.gnu.org/projects/tramp/} | 2864 | @uref{https://savannah.gnu.org/projects/tramp/} |
| 2859 | 2865 | ||
| 2860 | 2866 | ||
| 2861 | @item | 2867 | @item |
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index f1cb60b9d25..05b577da005 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | @c In the Tramp GIT, the version number is auto-frobbed from | 8 | @c In the Tramp GIT, the version number is auto-frobbed from |
| 9 | @c configure.ac, so you should edit that file and run | 9 | @c configure.ac, so you should edit that file and run |
| 10 | @c "autoconf && ./configure" to change the version number. | 10 | @c "autoconf && ./configure" to change the version number. |
| 11 | @set trampver 2.3.2-pre | 11 | @set trampver 2.3.2 |
| 12 | 12 | ||
| 13 | @c Other flags from configuration | 13 | @c Other flags from configuration |
| 14 | @set instprefix /usr/local | 14 | @set instprefix /usr/local |