diff options
| author | Eli Zaretskii | 2010-01-22 15:40:56 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2010-01-22 15:40:56 -0500 |
| commit | cf206f28eb11467aed7f5e03f3e4df7724fd98d2 (patch) | |
| tree | 2f5695e6a774a918874b82c286f140abd052d860 /doc/misc | |
| parent | 5a876cd5f810b611f78dd4cf7a1673bffeea19a9 (diff) | |
| parent | c893016b07f33eb8d56e1011245fe59a67cb4ee0 (diff) | |
| download | emacs-cf206f28eb11467aed7f5e03f3e4df7724fd98d2.tar.gz emacs-cf206f28eb11467aed7f5e03f3e4df7724fd98d2.zip | |
Merge from mainline.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 33 | ||||
| -rw-r--r-- | doc/misc/ada-mode.texi | 2 | ||||
| -rw-r--r-- | doc/misc/calc.texi | 2 | ||||
| -rw-r--r-- | doc/misc/ede.texi | 6 | ||||
| -rwxr-xr-x | doc/misc/eieio.texi | 2 | ||||
| -rw-r--r-- | doc/misc/faq.texi | 9 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 2 | ||||
| -rw-r--r-- | doc/misc/semantic.texi | 2 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 33 | ||||
| -rw-r--r-- | doc/misc/woman.texi | 10 |
10 files changed, 71 insertions, 30 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 471d57ed11b..3d39b108049 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,36 @@ | |||
| 1 | 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus.texi (Score File Format): Fix typo. | ||
| 4 | |||
| 5 | 2010-01-18 Juanma Barranquero <lekktu@gmail.com> | ||
| 6 | |||
| 7 | * ada-mode.texi (Project File Overview): Fix typo. | ||
| 8 | |||
| 9 | 2010-01-17 Chong Yidong <cyd@stupidchicken.com> | ||
| 10 | |||
| 11 | * semantic.texi: Add Richard Y. Kim credit. | ||
| 12 | |||
| 13 | * eieio.texi (Making New Objects): Fix typo (Bug#5406). | ||
| 14 | |||
| 15 | 2010-01-17 Michael Albinus <michael.albinus@gmx.de> | ||
| 16 | |||
| 17 | * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and | ||
| 18 | SXEmacs 22 to the supported systems. New item for hung ssh sessions. | ||
| 19 | |||
| 20 | 2010-01-17 Glenn Morris <rgm@gnu.org> | ||
| 21 | |||
| 22 | * calc.texi (Reporting Bugs): Don't mention format of repository. | ||
| 23 | |||
| 24 | * woman.texi (Bugs): Make "Emacs repository" less specific, | ||
| 25 | and the URL for same more specific. | ||
| 26 | |||
| 27 | * faq.texi (Latest version of Emacs): The repository is now Bazaar. | ||
| 28 | |||
| 29 | 2010-01-17 Juanma Barranquero <lekktu@gmail.com> | ||
| 30 | |||
| 31 | * ede.texi (ede-step-project, ede-proj-target): | ||
| 32 | * tramp.texi (Remote processes): Fix typos. | ||
| 33 | |||
| 1 | 2010-01-16 Mario Lang <mlang@delysid.org> | 34 | 2010-01-16 Mario Lang <mlang@delysid.org> |
| 2 | 35 | ||
| 3 | * ede.texi (ede-target): | 36 | * ede.texi (ede-target): |
diff --git a/doc/misc/ada-mode.texi b/doc/misc/ada-mode.texi index af5dc310a58..86d63e5ed9b 100644 --- a/doc/misc/ada-mode.texi +++ b/doc/misc/ada-mode.texi | |||
| @@ -396,7 +396,7 @@ src_dir=/Projects/my_project/src_1 | |||
| 396 | src_dir=/Projects/my_project/src_2 | 396 | src_dir=/Projects/my_project/src_2 |
| 397 | @end example | 397 | @end example |
| 398 | 398 | ||
| 399 | Some variables (like @code{src_dir}) are lists; multiple occurances | 399 | Some variables (like @code{src_dir}) are lists; multiple occurrences |
| 400 | are concatenated. | 400 | are concatenated. |
| 401 | 401 | ||
| 402 | There must be no space between the variable name and ``='', and no | 402 | There must be no space between the variable name and ``='', and no |
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index f0fa97cbe16..8d2d0495ec7 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -35269,7 +35269,7 @@ to work on these, please send a message (using @kbd{M-x report-calc-bug}) | |||
| 35269 | so any efforts can be coordinated. | 35269 | so any efforts can be coordinated. |
| 35270 | 35270 | ||
| 35271 | The latest version of Calc is available from Savannah, in the Emacs | 35271 | The latest version of Calc is available from Savannah, in the Emacs |
| 35272 | CVS tree. See @uref{http://savannah.gnu.org/projects/emacs}. | 35272 | repository. See @uref{http://savannah.gnu.org/projects/emacs}. |
| 35273 | 35273 | ||
| 35274 | @c [summary] | 35274 | @c [summary] |
| 35275 | @node Summary, Key Index, Reporting Bugs, Top | 35275 | @node Summary, Key Index, Reporting Bugs, Top |
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi index bfeef343f09..a40553362bd 100644 --- a/doc/misc/ede.texi +++ b/doc/misc/ede.texi | |||
| @@ -1728,7 +1728,7 @@ The variable GNUSTEP_INSTALLATION_DOMAIN is set at this value. | |||
| 1728 | Type: @code{(or null list)} @* | 1728 | Type: @code{(or null list)} @* |
| 1729 | Default Value: @code{(quote ("GNUmakefile.preamble"))} | 1729 | Default Value: @code{(quote ("GNUmakefile.preamble"))} |
| 1730 | 1730 | ||
| 1731 | The auxilliary makefile for additional variables. | 1731 | The auxiliary makefile for additional variables. |
| 1732 | Included just before the specific target files. | 1732 | Included just before the specific target files. |
| 1733 | @refill | 1733 | @refill |
| 1734 | 1734 | ||
| @@ -1736,7 +1736,7 @@ Included just before the specific target files. | |||
| 1736 | Type: @code{(or null list)} @* | 1736 | Type: @code{(or null list)} @* |
| 1737 | Default Value: @code{(quote ("GNUmakefile.postamble"))} | 1737 | Default Value: @code{(quote ("GNUmakefile.postamble"))} |
| 1738 | 1738 | ||
| 1739 | The auxilliary makefile for additional rules. | 1739 | The auxiliary makefile for additional rules. |
| 1740 | Included just after the specific target files. | 1740 | Included just after the specific target files. |
| 1741 | @refill | 1741 | @refill |
| 1742 | 1742 | ||
| @@ -2083,7 +2083,7 @@ Relative to the path of the project it belongs to. | |||
| 2083 | Type: @code{list} @* | 2083 | Type: @code{list} @* |
| 2084 | Default Value: @code{nil} | 2084 | Default Value: @code{nil} |
| 2085 | 2085 | ||
| 2086 | Auxilliary source files included in this target. | 2086 | Auxiliary source files included in this target. |
| 2087 | Each of these is considered equivalent to a source file, but it is not | 2087 | Each of these is considered equivalent to a source file, but it is not |
| 2088 | distributed, and each should have a corresponding rule to build it. | 2088 | distributed, and each should have a corresponding rule to build it. |
| 2089 | @refill | 2089 | @refill |
diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi index 06ff1677f0f..8b70d16f998 100755 --- a/doc/misc/eieio.texi +++ b/doc/misc/eieio.texi | |||
| @@ -645,7 +645,7 @@ function of @code{:initform}. | |||
| 645 | @comment node-name, next, previous, up | 645 | @comment node-name, next, previous, up |
| 646 | @chapter Making New Objects | 646 | @chapter Making New Objects |
| 647 | 647 | ||
| 648 | Suppose we have defined a simple class is defined, such as: | 648 | Suppose we have a simple class is defined, such as: |
| 649 | 649 | ||
| 650 | @example | 650 | @example |
| 651 | (defclass record () | 651 | (defclass record () |
diff --git a/doc/misc/faq.texi b/doc/misc/faq.texi index d04e8e76b5e..a7fb67745bf 100644 --- a/doc/misc/faq.texi +++ b/doc/misc/faq.texi | |||
| @@ -1008,9 +1008,7 @@ conventions}). | |||
| 1008 | @cindex Latest version of Emacs | 1008 | @cindex Latest version of Emacs |
| 1009 | @cindex Development, Emacs | 1009 | @cindex Development, Emacs |
| 1010 | @cindex Repository, Emacs | 1010 | @cindex Repository, Emacs |
| 1011 | @cindex CVS repository, Emacs | 1011 | @cindex Bazaar repository, Emacs |
| 1012 | @cindex Arch repository, Emacs | ||
| 1013 | @cindex Git repository, Emacs | ||
| 1014 | 1012 | ||
| 1015 | Emacs @value{VER} is the current version as of this writing. A version | 1013 | Emacs @value{VER} is the current version as of this writing. A version |
| 1016 | number with two components (e.g. @samp{22.1}) indicates a released | 1014 | number with two components (e.g. @samp{22.1}) indicates a released |
| @@ -1020,9 +1018,8 @@ version (e.g. @samp{23.0.50} is what will eventually become @samp{23.1}). | |||
| 1020 | Emacs is under active development, hosted at | 1018 | Emacs is under active development, hosted at |
| 1021 | @uref{http://savannah.gnu.org/projects/emacs/, Savannah}. The source | 1019 | @uref{http://savannah.gnu.org/projects/emacs/, Savannah}. The source |
| 1022 | code can be retrieved anonymously following the | 1020 | code can be retrieved anonymously following the |
| 1023 | @uref{http://savannah.gnu.org/cvs/?group=emacs, instructions}. | 1021 | @uref{http://savannah.gnu.org/bzr/?group=emacs, instructions}. |
| 1024 | The primary repository is CVS, but Arch and Git mirrors are also | 1022 | The repository is GNU Bazaar. |
| 1025 | available. | ||
| 1026 | 1023 | ||
| 1027 | Because Emacs undergoes many changes before a release, the version | 1024 | Because Emacs undergoes many changes before a release, the version |
| 1028 | number of a development version is not especially meaningful. It is | 1025 | number of a development version is not especially meaningful. It is |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index a33a91ba6f1..75720a94da1 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -21803,7 +21803,7 @@ not be loaded, even though they would normally be so, for some reason or | |||
| 21803 | other. | 21803 | other. |
| 21804 | 21804 | ||
| 21805 | @item eval | 21805 | @item eval |
| 21806 | The value of this entry will be @code{eval}el. This element will be | 21806 | The value of this entry will be @code{eval}ed. This element will be |
| 21807 | ignored when handling global score files. | 21807 | ignored when handling global score files. |
| 21808 | 21808 | ||
| 21809 | @item read-only | 21809 | @item read-only |
diff --git a/doc/misc/semantic.texi b/doc/misc/semantic.texi index c4aa4b81419..bf618b9e09d 100644 --- a/doc/misc/semantic.texi +++ b/doc/misc/semantic.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | \input texinfo | 1 | \input texinfo |
| 2 | @setfilename ../../info/semantic | 2 | @setfilename ../../info/semantic |
| 3 | @set TITLE Semantic Manual | 3 | @set TITLE Semantic Manual |
| 4 | @set AUTHOR Eric M. Ludlam and David Ponce | 4 | @set AUTHOR Eric M. Ludlam, David Ponce, and Richard Y. Kim |
| 5 | @settitle @value{TITLE} | 5 | @settitle @value{TITLE} |
| 6 | 6 | ||
| 7 | @c ************************************************************************* | 7 | @c ************************************************************************* |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 02e079b8ad5..a01eda22c12 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -2562,7 +2562,7 @@ hosts. Example: | |||
| 2562 | @end example | 2562 | @end example |
| 2563 | 2563 | ||
| 2564 | You will see the buffer @file{*Async Shell Command*}, containing the | 2564 | You will see the buffer @file{*Async Shell Command*}, containing the |
| 2565 | continous output of the @command{tail} command. | 2565 | continuous output of the @command{tail} command. |
| 2566 | 2566 | ||
| 2567 | 2567 | ||
| 2568 | @subsection Running eshell on a remote host | 2568 | @subsection Running eshell on a remote host |
| @@ -2749,9 +2749,8 @@ There is also a Savannah project page. | |||
| 2749 | @item | 2749 | @item |
| 2750 | Which systems does it work on? | 2750 | Which systems does it work on? |
| 2751 | 2751 | ||
| 2752 | The package has been used successfully on GNU Emacs 21, GNU Emacs 22 | 2752 | The package has been used successfully on GNU Emacs 21, GNU Emacs 22, |
| 2753 | and XEmacs 21 (starting with 21.4). Gateway methods are supported for | 2753 | GNU Emacs 23, XEmacs 21 (starting with 21.4), and SXEmacs 22. |
| 2754 | GNU Emacs 22 only. | ||
| 2755 | 2754 | ||
| 2756 | The package was intended to work on Unix, and it really expects a | 2755 | The package was intended to work on Unix, and it really expects a |
| 2757 | Unix-like system on the remote end (except the @option{smb} method), | 2756 | Unix-like system on the remote end (except the @option{smb} method), |
| @@ -2762,12 +2761,6 @@ There is some informations on @value{tramp} on NT at the following URL; | |||
| 2762 | many thanks to Joe Stoy for providing the information: | 2761 | many thanks to Joe Stoy for providing the information: |
| 2763 | @uref{ftp://ftp.comlab.ox.ac.uk/tmp/Joe.Stoy/} | 2762 | @uref{ftp://ftp.comlab.ox.ac.uk/tmp/Joe.Stoy/} |
| 2764 | 2763 | ||
| 2765 | @c The link is broken. I've contacted Tom for clarification. Michael. | ||
| 2766 | @ignore | ||
| 2767 | The above mostly contains patches to old ssh versions; Tom Roche has a | ||
| 2768 | Web page with instructions: | ||
| 2769 | @uref{http://www4.ncsu.edu/~tlroche/plinkTramp.html} | ||
| 2770 | @end ignore | ||
| 2771 | 2764 | ||
| 2772 | @item | 2765 | @item |
| 2773 | How could I speed up @value{tramp}? | 2766 | How could I speed up @value{tramp}? |
| @@ -2838,7 +2831,6 @@ the following command: | |||
| 2838 | [ $TERM = "dumb" ] && unsetopt zle && PS1='$ ' | 2831 | [ $TERM = "dumb" ] && unsetopt zle && PS1='$ ' |
| 2839 | @end example | 2832 | @end example |
| 2840 | 2833 | ||
| 2841 | |||
| 2842 | @item | 2834 | @item |
| 2843 | @value{tramp} doesn't transfer strings with more than 500 characters | 2835 | @value{tramp} doesn't transfer strings with more than 500 characters |
| 2844 | correctly | 2836 | correctly |
| @@ -2870,6 +2862,25 @@ checksum. | |||
| 2870 | 2862 | ||
| 2871 | 2863 | ||
| 2872 | @item | 2864 | @item |
| 2865 | @value{tramp} does not recognize hung @command{ssh} sessions | ||
| 2866 | |||
| 2867 | When your network connection is down, @command{ssh} sessions might | ||
| 2868 | hang. @value{tramp} cannot detect it safely, because it still sees a | ||
| 2869 | running @command{ssh} process. Timeouts cannot be used as well, | ||
| 2870 | because it cannot be predicted, how long a remote command will last, | ||
| 2871 | for example when copying very large files. | ||
| 2872 | |||
| 2873 | Therefore, you must configure the @command{ssh} process to die | ||
| 2874 | in such a case. The following entry in @file{~/.ssh/config} would do | ||
| 2875 | the job: | ||
| 2876 | |||
| 2877 | @example | ||
| 2878 | Host * | ||
| 2879 | ServerAliveInterval 5 | ||
| 2880 | @end example | ||
| 2881 | |||
| 2882 | |||
| 2883 | @item | ||
| 2873 | File name completion does not work with @value{tramp} | 2884 | File name completion does not work with @value{tramp} |
| 2874 | 2885 | ||
| 2875 | When you log in to the remote machine, do you see the output of | 2886 | When you log in to the remote machine, do you see the output of |
diff --git a/doc/misc/woman.texi b/doc/misc/woman.texi index 2077f4844a5..c2de5d88b58 100644 --- a/doc/misc/woman.texi +++ b/doc/misc/woman.texi | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | @settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man'' | 4 | @settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man'' |
| 5 | @c FIXME | 5 | @c FIXME |
| 6 | @c Manual last updated: | 6 | @c Manual last updated: |
| 7 | @set UPDATED Time-stamp: <2009-02-16 09:25:50 karl> | 7 | @set UPDATED Time-stamp: <Sat 16-Jan-2010 19:18:43 gm on grasmoor> |
| 8 | @c Software version: | 8 | @c Software version: |
| 9 | @set VERSION 0.54 (beta) | 9 | @set VERSION 0.54 (beta) |
| 10 | @afourpaper | 10 | @afourpaper |
| @@ -18,8 +18,8 @@ | |||
| 18 | This file documents WoMan: A program to browse Unix manual pages `W.O. | 18 | This file documents WoMan: A program to browse Unix manual pages `W.O. |
| 19 | (without) man'. | 19 | (without) man'. |
| 20 | 20 | ||
| 21 | Copyright @copyright{} 2001, 2002, 2003, 2004, | 21 | Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
| 22 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 22 | 2009, 2010 Free Software Foundation, Inc. |
| 23 | 23 | ||
| 24 | @quotation | 24 | @quotation |
| 25 | Permission is granted to copy, distribute and/or modify this document | 25 | Permission is granted to copy, distribute and/or modify this document |
| @@ -1319,8 +1319,8 @@ inelegantly, then please | |||
| 1319 | 1319 | ||
| 1320 | @enumerate | 1320 | @enumerate |
| 1321 | @item | 1321 | @item |
| 1322 | try the latest version of @file{woman.el} from the Emacs CVS repository | 1322 | try the latest version of @file{woman.el} from the Emacs repository |
| 1323 | on @uref{http://savannah.gnu.org/}. If it still fails, please | 1323 | on @uref{http://savannah.gnu.org/projects/emacs/}. If it still fails, please |
| 1324 | 1324 | ||
| 1325 | @item | 1325 | @item |
| 1326 | send a bug report to @email{bug-gnu-emacs@@gnu.org} and to | 1326 | send a bug report to @email{bug-gnu-emacs@@gnu.org} and to |