aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorEli Zaretskii2010-01-22 15:40:56 -0500
committerEli Zaretskii2010-01-22 15:40:56 -0500
commitcf206f28eb11467aed7f5e03f3e4df7724fd98d2 (patch)
tree2f5695e6a774a918874b82c286f140abd052d860 /doc/misc
parent5a876cd5f810b611f78dd4cf7a1673bffeea19a9 (diff)
parentc893016b07f33eb8d56e1011245fe59a67cb4ee0 (diff)
downloademacs-cf206f28eb11467aed7f5e03f3e4df7724fd98d2.tar.gz
emacs-cf206f28eb11467aed7f5e03f3e4df7724fd98d2.zip
Merge from mainline.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog33
-rw-r--r--doc/misc/ada-mode.texi2
-rw-r--r--doc/misc/calc.texi2
-rw-r--r--doc/misc/ede.texi6
-rwxr-xr-xdoc/misc/eieio.texi2
-rw-r--r--doc/misc/faq.texi9
-rw-r--r--doc/misc/gnus.texi2
-rw-r--r--doc/misc/semantic.texi2
-rw-r--r--doc/misc/tramp.texi33
-rw-r--r--doc/misc/woman.texi10
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 @@
12010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus.texi (Score File Format): Fix typo.
4
52010-01-18 Juanma Barranquero <lekktu@gmail.com>
6
7 * ada-mode.texi (Project File Overview): Fix typo.
8
92010-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
152010-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
202010-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
292010-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
12010-01-16 Mario Lang <mlang@delysid.org> 342010-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
396src_dir=/Projects/my_project/src_2 396src_dir=/Projects/my_project/src_2
397@end example 397@end example
398 398
399Some variables (like @code{src_dir}) are lists; multiple occurances 399Some variables (like @code{src_dir}) are lists; multiple occurrences
400are concatenated. 400are concatenated.
401 401
402There must be no space between the variable name and ``='', and no 402There 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})
35269so any efforts can be coordinated. 35269so any efforts can be coordinated.
35270 35270
35271The latest version of Calc is available from Savannah, in the Emacs 35271The latest version of Calc is available from Savannah, in the Emacs
35272CVS tree. See @uref{http://savannah.gnu.org/projects/emacs}. 35272repository. 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.
1728Type: @code{(or null list)} @* 1728Type: @code{(or null list)} @*
1729Default Value: @code{(quote ("GNUmakefile.preamble"))} 1729Default Value: @code{(quote ("GNUmakefile.preamble"))}
1730 1730
1731The auxilliary makefile for additional variables. 1731The auxiliary makefile for additional variables.
1732Included just before the specific target files. 1732Included just before the specific target files.
1733@refill 1733@refill
1734 1734
@@ -1736,7 +1736,7 @@ Included just before the specific target files.
1736Type: @code{(or null list)} @* 1736Type: @code{(or null list)} @*
1737Default Value: @code{(quote ("GNUmakefile.postamble"))} 1737Default Value: @code{(quote ("GNUmakefile.postamble"))}
1738 1738
1739The auxilliary makefile for additional rules. 1739The auxiliary makefile for additional rules.
1740Included just after the specific target files. 1740Included 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.
2083Type: @code{list} @* 2083Type: @code{list} @*
2084Default Value: @code{nil} 2084Default Value: @code{nil}
2085 2085
2086Auxilliary source files included in this target. 2086Auxiliary source files included in this target.
2087Each of these is considered equivalent to a source file, but it is not 2087Each of these is considered equivalent to a source file, but it is not
2088distributed, and each should have a corresponding rule to build it. 2088distributed, 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
648Suppose we have defined a simple class is defined, such as: 648Suppose 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
1015Emacs @value{VER} is the current version as of this writing. A version 1013Emacs @value{VER} is the current version as of this writing. A version
1016number with two components (e.g. @samp{22.1}) indicates a released 1014number 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}).
1020Emacs is under active development, hosted at 1018Emacs 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
1022code can be retrieved anonymously following the 1020code 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}.
1024The primary repository is CVS, but Arch and Git mirrors are also 1022The repository is GNU Bazaar.
1025available.
1026 1023
1027Because Emacs undergoes many changes before a release, the version 1024Because Emacs undergoes many changes before a release, the version
1028number of a development version is not especially meaningful. It is 1025number 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
21803other. 21803other.
21804 21804
21805@item eval 21805@item eval
21806The value of this entry will be @code{eval}el. This element will be 21806The value of this entry will be @code{eval}ed. This element will be
21807ignored when handling global score files. 21807ignored 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
2564You will see the buffer @file{*Async Shell Command*}, containing the 2564You will see the buffer @file{*Async Shell Command*}, containing the
2565continous output of the @command{tail} command. 2565continuous 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
2750Which systems does it work on? 2750Which systems does it work on?
2751 2751
2752The package has been used successfully on GNU Emacs 21, GNU Emacs 22 2752The package has been used successfully on GNU Emacs 21, GNU Emacs 22,
2753and XEmacs 21 (starting with 21.4). Gateway methods are supported for 2753GNU Emacs 23, XEmacs 21 (starting with 21.4), and SXEmacs 22.
2754GNU Emacs 22 only.
2755 2754
2756The package was intended to work on Unix, and it really expects a 2755The package was intended to work on Unix, and it really expects a
2757Unix-like system on the remote end (except the @option{smb} method), 2756Unix-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;
2762many thanks to Joe Stoy for providing the information: 2761many 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
2767The above mostly contains patches to old ssh versions; Tom Roche has a
2768Web page with instructions:
2769@uref{http://www4.ncsu.edu/~tlroche/plinkTramp.html}
2770@end ignore
2771 2764
2772@item 2765@item
2773How could I speed up @value{tramp}? 2766How 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
2844correctly 2836correctly
@@ -2870,6 +2862,25 @@ checksum.
2870 2862
2871 2863
2872@item 2864@item
2865@value{tramp} does not recognize hung @command{ssh} sessions
2866
2867When your network connection is down, @command{ssh} sessions might
2868hang. @value{tramp} cannot detect it safely, because it still sees a
2869running @command{ssh} process. Timeouts cannot be used as well,
2870because it cannot be predicted, how long a remote command will last,
2871for example when copying very large files.
2872
2873Therefore, you must configure the @command{ssh} process to die
2874in such a case. The following entry in @file{~/.ssh/config} would do
2875the job:
2876
2877@example
2878Host *
2879 ServerAliveInterval 5
2880@end example
2881
2882
2883@item
2873File name completion does not work with @value{tramp} 2884File name completion does not work with @value{tramp}
2874 2885
2875When you log in to the remote machine, do you see the output of 2886When 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 @@
18This file documents WoMan: A program to browse Unix manual pages `W.O. 18This file documents WoMan: A program to browse Unix manual pages `W.O.
19(without) man'. 19(without) man'.
20 20
21Copyright @copyright{} 2001, 2002, 2003, 2004, 21Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
222005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 222009, 2010 Free Software Foundation, Inc.
23 23
24@quotation 24@quotation
25Permission is granted to copy, distribute and/or modify this document 25Permission 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
1322try the latest version of @file{woman.el} from the Emacs CVS repository 1322try the latest version of @file{woman.el} from the Emacs repository
1323on @uref{http://savannah.gnu.org/}. If it still fails, please 1323on @uref{http://savannah.gnu.org/projects/emacs/}. If it still fails, please
1324 1324
1325@item 1325@item
1326send a bug report to @email{bug-gnu-emacs@@gnu.org} and to 1326send a bug report to @email{bug-gnu-emacs@@gnu.org} and to