diff options
| author | Michael Albinus | 2007-07-29 15:15:18 +0000 |
|---|---|---|
| committer | Michael Albinus | 2007-07-29 15:15:18 +0000 |
| commit | c486d9691c400962e28c8e247c7cd86b8342b103 (patch) | |
| tree | 9305b8ef5bc56cb225b2d07d00333dbb189d087e | |
| parent | 784c147269df476f3b1e13d458072e22f97aafa7 (diff) | |
| download | emacs-c486d9691c400962e28c8e247c7cd86b8342b103.tar.gz emacs-c486d9691c400962e28c8e247c7cd86b8342b103.zip | |
* tramp.texi (Frequently Asked Questions): Point to mode line
extension in Emacs 23.1.
* trampver.texi: Update release number.
| -rw-r--r-- | man/ChangeLog | 7 | ||||
| -rw-r--r-- | man/tramp.texi | 8 | ||||
| -rw-r--r-- | man/trampver.texi | 4 |
3 files changed, 15 insertions, 4 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 3b36ace5603..fbfa0aac236 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2007-07-29 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * tramp.texi (Frequently Asked Questions): Point to mode line | ||
| 4 | extension in Emacs 23.1. | ||
| 5 | |||
| 6 | * trampver.texi: Update release number. | ||
| 7 | |||
| 1 | 2007-07-27 Glenn Morris <rgm@gnu.org> | 8 | 2007-07-27 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * calc.texi (Copying) | 10 | * calc.texi (Copying) |
diff --git a/man/tramp.texi b/man/tramp.texi index 235f0b65254..fc425c8e342 100644 --- a/man/tramp.texi +++ b/man/tramp.texi | |||
| @@ -2451,7 +2451,7 @@ of the operations, or one could try to improve their performance. | |||
| 2451 | Use an external transfer method, like @option{scpc}. | 2451 | Use an external transfer method, like @option{scpc}. |
| 2452 | 2452 | ||
| 2453 | Use caching. This is already enabled by default. Information about | 2453 | Use caching. This is already enabled by default. Information about |
| 2454 | the remote host as well as the remote files are cached for reuse. Th | 2454 | the remote host as well as the remote files are cached for reuse. The |
| 2455 | information about remote hosts is kept in the file specified in | 2455 | information about remote hosts is kept in the file specified in |
| 2456 | @code{tramp-persistency-file-name}. Keep this file. | 2456 | @code{tramp-persistency-file-name}. Keep this file. |
| 2457 | 2457 | ||
| @@ -2632,7 +2632,11 @@ should put it into your @file{~/.emacs}: | |||
| 2632 | my-mode-line-buffer-identification))) | 2632 | my-mode-line-buffer-identification))) |
| 2633 | @end lisp | 2633 | @end lisp |
| 2634 | 2634 | ||
| 2635 | Since @value{emacsname} 23, the @code{:eval} clause can be simplified: | 2635 | Since @value{emacsname} 23.1, the mode line contains an indication if |
| 2636 | @code{default-directory} for the current buffer is on a remote host. | ||
| 2637 | The corresponding tooltip includes the name of that host. If you | ||
| 2638 | still want the host name as part of the mode line, you can use the | ||
| 2639 | example above, but the @code{:eval} clause can be simplified: | ||
| 2636 | 2640 | ||
| 2637 | @lisp | 2641 | @lisp |
| 2638 | '(:eval | 2642 | '(:eval |
diff --git a/man/trampver.texi b/man/trampver.texi index 877488c63e6..4ed196a80f0 100644 --- a/man/trampver.texi +++ b/man/trampver.texi | |||
| @@ -4,12 +4,12 @@ | |||
| 4 | @c In the Tramp CVS, the version number is auto-frobbed from | 4 | @c In the Tramp CVS, the version number is auto-frobbed from |
| 5 | @c configure.ac, so you should edit that file and run | 5 | @c configure.ac, so you should edit that file and run |
| 6 | @c "autoconf && ./configure" to change the version number. | 6 | @c "autoconf && ./configure" to change the version number. |
| 7 | @set trampver 2.1.10 | 7 | @set trampver 2.1.11-pre |
| 8 | 8 | ||
| 9 | @c Other flags from configuration | 9 | @c Other flags from configuration |
| 10 | @set instprefix /usr/local | 10 | @set instprefix /usr/local |
| 11 | @set lispdir /usr/local/share/emacs/site-lisp | 11 | @set lispdir /usr/local/share/emacs/site-lisp |
| 12 | @set infodir /usr/local/share/info | 12 | @set infodir /usr/local/info |
| 13 | 13 | ||
| 14 | @c Formatting of the tramp program name consistent. | 14 | @c Formatting of the tramp program name consistent. |
| 15 | @set tramp @sc{tramp} | 15 | @set tramp @sc{tramp} |