Mercurial > emacs
annotate doc/misc/trampver.texi @ 103444:61b1b668390e
(Top): Mention which Emacs version this FAQ is about.
Recommend the latest release. Mention how to get older FAQs.
Recommend the Emacs manual.
(Guidelines for newsgroup postings): Discourage cross-posts.
(Underlining paragraphs): Remove.
(Editing MS-DOS files): Remove pre-Emacs 20 information.
(Bugs and problems): Update key-binding.
(Problems with very large files): Mention 64-bit.
(Shell process exits abnormally): Remove.
(Problems with Shell Mode): Rename and update.
(Spontaneous entry into isearch-mode)
(Problems talking to certain hosts): Remove. This is old information,
in etc/PROBLEMS if needed.
(Emacs takes a long time to visit files, Updating Emacs): Remove.
(Dired claims that no file is on this line): Update.
(Installing Emacs, Problems building Emacs): Simplify.
(Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
information.
(Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
(Emacs for Mac OS X): Rename from "Emacs for Apple computers".
(JDEE): "JDEE", not "JDE".
(Handling C-s and C-q with flow control, Binding C-s and C-q):
Remove. This is old information, in etc/PROBLEMS if needed.
(stty and Backspace key, Kanji and Chinese characters): Remove.
(Right-to-left alphabets): Update section.
(Changing the included text prefix): Gnus uses message-yank-prefix.
Add cross-reference to Supercite manual.
(Saving a copy of outgoing mail): Simplify output file description.
(Expanding aliases when sending mail): Refer to Emacs manual.
Remove old info about RFC822.
Correct description of how to rebuild aliases.
(Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
(MIME with Emacs mail packages)
(Viewing articles with embedded underlining)
(Saving a multi-part Gnus posting, Gnus hangs for a long time):
Remove old sections.
(Killing based on nonstandard headers): Remove. Scoring is preferable,
and is well-documented in the Gnus manual.
(Reading news with Emacs): Merge "Learning more about Gnus" into here.
(Making Gnus faster): Rename from "Starting Gnus faster".
Merge "Catch-up is slow in Gnus" into here.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 16 Jun 2009 02:51:00 +0000 |
parents | 5a025a658794 |
children | 87b3a15102c2 |
rev | line source |
---|---|
84320 | 1 @c -*-texinfo-*- |
2 @c texi/trampver.texi. Generated from trampver.texi.in by configure. | |
3 | |
87903 | 4 @c This is part of the Emacs manual. |
100850
fadd129857fc
* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.
Michael Albinus <michael.albinus@gmx.de>
parents:
97621
diff
changeset
|
5 @c Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
87903 | 6 @c Free Software Foundation, Inc. |
100850
fadd129857fc
* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.
Michael Albinus <michael.albinus@gmx.de>
parents:
97621
diff
changeset
|
7 @c See file doclicense.texi for copying conditions. |
87903 | 8 |
84320 | 9 @c In the Tramp CVS, the version number is auto-frobbed from |
10 @c configure.ac, so you should edit that file and run | |
11 @c "autoconf && ./configure" to change the version number. | |
101731
5a025a658794
* trampver.texi: Update release number.
Michael Albinus <michael.albinus@gmx.de>
parents:
100850
diff
changeset
|
12 @set trampver 2.1.15 |
84320 | 13 |
14 @c Other flags from configuration | |
15 @set instprefix /usr/local | |
16 @set lispdir /usr/local/share/emacs/site-lisp | |
85126
9a6e9b6e4a76
Sync with Tramp 2.1.11.
Michael Albinus <michael.albinus@gmx.de>
parents:
84320
diff
changeset
|
17 @set infodir /usr/local/share/info |
84320 | 18 |
19 @c Formatting of the tramp program name consistent. | |
20 @set tramp @sc{tramp} | |
21 | |
22 @c Whether or not describe gateway methods. | |
23 @ifclear noemacsgw | |
24 @set emacsgw | |
25 @end ifclear | |
26 | |
27 @c Some flags which make the text independent on the (X)Emacs flavor. | |
28 @c "emacs" resp "xemacs" are set in the Makefile. Default is "emacs". | |
29 @ifclear emacs | |
30 @ifclear xemacs | |
31 @set emacs | |
32 @end ifclear | |
33 @end ifclear | |
34 | |
35 @c Emacs values. | |
36 @ifset emacs | |
37 @set emacsname GNU Emacs | |
38 @set emacsdir emacs | |
39 @set ftppackagename Ange-FTP | |
40 @set prefix / | |
41 @set prefixhop | |
42 @set postfix : | |
43 @set postfixhop : | |
100850
fadd129857fc
* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.
Michael Albinus <michael.albinus@gmx.de>
parents:
97621
diff
changeset
|
44 @set ipv6prefix [ |
fadd129857fc
* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.
Michael Albinus <michael.albinus@gmx.de>
parents:
97621
diff
changeset
|
45 @set ipv6postfix ] |
84320 | 46 @set emacsothername XEmacs |
47 @set emacsotherdir xemacs | |
48 @set emacsotherfilename tramp-xemacs.html | |
49 @set japanesemanual tramp_ja-emacs.html | |
50 @end ifset | |
51 | |
52 @c XEmacs counterparts. | |
53 @ifset xemacs | |
54 @set emacsname XEmacs | |
55 @set emacsdir xemacs | |
56 @set ftppackagename EFS | |
57 @set prefix /[ | |
58 @set prefixhop [ | |
59 @set postfix ] | |
60 @set postfixhop / | |
100850
fadd129857fc
* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.
Michael Albinus <michael.albinus@gmx.de>
parents:
97621
diff
changeset
|
61 @set ipv6prefix |
fadd129857fc
* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.
Michael Albinus <michael.albinus@gmx.de>
parents:
97621
diff
changeset
|
62 @set ipv6postfix |
84320 | 63 @set emacsothername GNU Emacs |
64 @set emacsotherdir emacs | |
65 @set emacsotherfilename tramp-emacs.html | |
66 @set japanesemanual tramp_ja-xemacs.html | |
67 @end ifset | |
68 | |
69 @ignore | |
70 arch-tag: e0fe322c-e06b-46eb-bb5b-d091b521f41c | |
71 @end ignore |