annotate info/dir @ 68520:6a7173abcf59

* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument since compatibility functions should have our package prefix (mh-) by Emacs convention and to avoid messing up checks for the same functions in other packages. Use explicit argument instead of forming name by adding mh-e prefix so that one can grep and find the definition. * mh-alias.el (mh-alias-local-users, mh-alias-reload) (mh-alias-expand, mh-alias-minibuffer-confirm-address): Use mh-assoc-string instead of assoc-string. * mh-compat.el (assoc-string): Rename to mh-assoc-string. (mh-mail-abbrev-make-syntax-table, mh-url-hexify-string): Move here from mh-utils.el. (mh-display-completion-list): Move here from mh-comp.el. (mh-face-foreground, mh-face-background): Move here from mh-xface.el. (mh-write-file-functions): Move here from mh-folder.el * mh-folder.el (mh-write-file-functions-compat): Move to mh-compat.el and rename to mh-write-file-functions. (mh-folder-mode): Use the new name. * mh-gnus.el (gnus-local-map-property): Rename to mh-gnus-local-map-property. (mm-merge-handles): Rename to mh-mm-merge-handles. (mm-set-handle-multipart-parameter): Rename to mh-mm-set-handle-multipart-parameter. (mm-inline-text-vcard): Rename to mh-mm-inline-text-vcard. (mm-possibly-verify-or-decrypt): Rename to mh-mm-possibly-verify-or-decrypt. (mm-handle-multipart-ctl-parameter): Rename to mh-mm-handle-multipart-ctl-parameter. (mm-readable-p): Rename to mh-mm-readable-p. (mm-long-lines-p): Rename to mh-mm-long-lines-p. (mm-keep-viewer-alive-p): Rename to mh-mm-keep-viewer-alive-p. (mm-destroy-parts): Rename to mh-mm-destroy-parts. (mm-uu-dissect-text-parts): Rename to mh-mm-uu-dissect-text-parts. (mml-minibuffer-read-disposition): Rename to mh-mml-minibuffer-read-disposition. * mh-identity.el (mh-identity-field-handler): Use mh-assoc-string instead of assoc-string. * mh-mime.el (mh-mm-inline-media-tests, mh-mm-inline-message) (mh-mime-display, mh-mime-display-security) (mh-insert-mime-button, mh-insert-mime-security-button) (mh-handle-set-external-undisplayer) (mh-mime-security-press-button, mh-mime-security-show-details) (mh-mml-attach-file, mh-mime-cleanup) (mh-destroy-postponed-handles): Use new mh-* names for compatibility functions. * mh-utils.el (mail-abbrev-make-syntax-table): Move to mh-compat.el and rename to mh-mail-abbrev-make-syntax-table. (mh-beginning-of-word): Use the new name. (mh-get-field): Delete ancient alias. * mh-xface.el (mh-face-foreground-compat): Move to mh-compat.el and rename to mh-face-foreground (mh-face-background-compat): Move to mh-compat.el and rename to mh-face-background. (mh-face-display-function): Use the new names. (mh-x-image-url-cache-canonicalize): Use mh-url-hexify-string instead of url-hexify-string. (url-unreserved-chars): Move to mh-compat.el and rename to mh-url-unreserved-chars. (url-hexify-string): Move to mh-compat.el and rename to mh-url-hexify-string.
author Bill Wohler <wohler@newt.com>
date Tue, 31 Jan 2006 20:46:15 +0000
parents fc745b05e928
children 29d30adaf4e4 7432ca837c8d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25845
Dave Love <fx@gnu.org>
parents:
diff changeset
1 -*- Text -*-
Dave Love <fx@gnu.org>
parents:
diff changeset
2 This is the file .../info/dir, which contains the topmost node of the
Dave Love <fx@gnu.org>
parents:
diff changeset
3 Info hierarchy. The first time you invoke Info you start off
Dave Love <fx@gnu.org>
parents:
diff changeset
4 looking at that node, which is (dir)Top.
Dave Love <fx@gnu.org>
parents:
diff changeset
5 
68449
18ae7b1eb380 Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents: 68412
diff changeset
6 File: dir Node: Top This is the top of the INFO tree
42361
071388e0e754 Rewrite the introductory text for clarity.
Richard M. Stallman <rms@gnu.org>
parents: 41419
diff changeset
7
071388e0e754 Rewrite the introductory text for clarity.
Richard M. Stallman <rms@gnu.org>
parents: 41419
diff changeset
8 The Info Directory
071388e0e754 Rewrite the introductory text for clarity.
Richard M. Stallman <rms@gnu.org>
parents: 41419
diff changeset
9 ******************
25845
Dave Love <fx@gnu.org>
parents:
diff changeset
10
54404
6ee9d413876a (File): Add SMTP and SES.
Luc Teirlinck <teirllm@auburn.edu>
parents: 51847
diff changeset
11 The Info Directory is the top-level menu of major Info topics.
42361
071388e0e754 Rewrite the introductory text for clarity.
Richard M. Stallman <rms@gnu.org>
parents: 41419
diff changeset
12 Type "d" in Info to return to the Info Directory. Type "q" to exit Info.
071388e0e754 Rewrite the introductory text for clarity.
Richard M. Stallman <rms@gnu.org>
parents: 41419
diff changeset
13 Type "?" for a list of Info commands, or "h" to visit an Info tutorial.
54404
6ee9d413876a (File): Add SMTP and SES.
Luc Teirlinck <teirllm@auburn.edu>
parents: 51847
diff changeset
14 Type "m" to choose a menu item--for instance,
42361
071388e0e754 Rewrite the introductory text for clarity.
Richard M. Stallman <rms@gnu.org>
parents: 41419
diff changeset
15 "mEmacs<Return>" visits the Emacs manual.
51847
1415d5164b81 Split a line.
Richard M. Stallman <rms@gnu.org>
parents: 45860
diff changeset
16 In Emacs Info, you can click mouse button 2 on a menu item
1415d5164b81 Split a line.
Richard M. Stallman <rms@gnu.org>
parents: 45860
diff changeset
17 or cross reference to follow it to its target.
56045
f8897e86ab54 Move menu help lines from `* Menu:' to file header.
Juri Linkov <juri@jurta.org>
parents: 55821
diff changeset
18 Each menu line that starts with a * is a topic you can select with "m".
f8897e86ab54 Move menu help lines from `* Menu:' to file header.
Juri Linkov <juri@jurta.org>
parents: 55821
diff changeset
19 Every third topic has a red * to help pick the right number to type.
42361
071388e0e754 Rewrite the introductory text for clarity.
Richard M. Stallman <rms@gnu.org>
parents: 41419
diff changeset
20
56045
f8897e86ab54 Move menu help lines from `* Menu:' to file header.
Juri Linkov <juri@jurta.org>
parents: 55821
diff changeset
21 * Menu:
42361
071388e0e754 Rewrite the introductory text for clarity.
Richard M. Stallman <rms@gnu.org>
parents: 41419
diff changeset
22
68412
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
23 * Info: (info). How to use the documentation browsing system.
25845
Dave Love <fx@gnu.org>
parents:
diff changeset
24
34121
8ac4f972b03f Change the category to "Emacs".
Eli Zaretskii <eliz@gnu.org>
parents: 33134
diff changeset
25 Emacs
68412
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
26 * Emacs: (emacs). The extensible self-documenting text editor.
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
27 * Emacs FAQ: (efaq). Frequently Asked Questions about Emacs.
41419
81924bb3782d Update the entry for Emacs Lisp Introduction.
Eli Zaretskii <eliz@gnu.org>
parents: 41404
diff changeset
28 * Emacs Lisp Introduction: (eintr).
68412
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
29 A simple introduction to Emacs Lisp programming.
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
30 * Elisp: (elisp). The Emacs Lisp Reference Manual.
33116
d521254b9e18 Rearrange menu items more logically, and put
Eli Zaretskii <eliz@gnu.org>
parents: 32677
diff changeset
31
68412
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
32 * CL: (cl). Partial Common Lisp support for Emacs Lisp.
33116
d521254b9e18 Rearrange menu items more logically, and put
Eli Zaretskii <eliz@gnu.org>
parents: 32677
diff changeset
33 * Dired-X: (dired-x). Dired Extra Features.
68412
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
34 * Ediff: (ediff). A visual interface for comparing and merging programs.
56123
5da249390ca5 (File): Add emacs-xtra.
Luc Teirlinck <teirllm@auburn.edu>
parents: 56045
diff changeset
35 * Emacs-Xtra: (emacs-xtra). Specialized Emacs features.
68412
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
36 * Org Mode: (org). Outline-based notes management and organizer.
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
37 * PCL-CVS: (pcl-cvs). Emacs front-end to CVS.
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
38 * Speedbar: (speedbar). File/Tag summarizing utility.
33116
d521254b9e18 Rearrange menu items more logically, and put
Eli Zaretskii <eliz@gnu.org>
parents: 32677
diff changeset
39
43961
47a8aeb481fb Synchronize DIR entries with text in @direntry in Texinfo sources.
Eli Zaretskii <eliz@gnu.org>
parents: 42361
diff changeset
40 * Ada mode: (ada-mode). Emacs mode for editing Ada code.
68412
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
41 * CC mode: (ccmode). Emacs mode for editing C, C++, Objective-C,
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
42 Java, Pike, and IDL code.
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
43 * Ebrowse: (ebrowse). A C++ class browser for Emacs.
68451
fc745b05e928 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents: 68449
diff changeset
44 * ERC: (erc). Powerful, modular, and extensible IRC client
fc745b05e928 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents: 68449
diff changeset
45 for Emacs.
55821
e0c7eecbf3a9 Add an entry for Flymake.
Eli Zaretskii <eliz@gnu.org>
parents: 54404
diff changeset
46 * Flymake: (flymake). An on-the-fly syntax checker for Emacs.
68412
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
47 * IDLWAVE: (idlwave). Major mode and shell for IDL and WAVE/CL files.
33116
d521254b9e18 Rearrange menu items more logically, and put
Eli Zaretskii <eliz@gnu.org>
parents: 32677
diff changeset
48
68412
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
49 * Gnus: (gnus). The news reader Gnus.
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
50 * Message: (message). Mail and news composition mode that goes with Gnus.
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
51 * MH-E: (mh-e). Emacs interface to the MH mail system.
43961
47a8aeb481fb Synchronize DIR entries with text in @direntry in Texinfo sources.
Eli Zaretskii <eliz@gnu.org>
parents: 42361
diff changeset
52 * MIME: (emacs-mime). Emacs MIME de/composition library.
65570
42e9220a8c60 Add Newsticker.
Eli Zaretskii <eliz@gnu.org>
parents: 58864
diff changeset
53 * Newsticker: (newsticker). A News ticker for Emacs.
68412
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
54 * PGG: (pgg). Emacs interface to various PGP implementations.
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
55 * Rcirc: (rcirc). Internet Relay Chat (IRC) client.
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
56 * SC: (sc). Supercite lets you cite parts of messages you're
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
57 replying to, in flexible ways.
54404
6ee9d413876a (File): Add SMTP and SES.
Luc Teirlinck <teirllm@auburn.edu>
parents: 51847
diff changeset
58 * SMTP: (smtpmail). Emacs library for sending mail via SMTP.
57047
d9865d46a2a8 Add menu items for Sieve and PGG.
Eli Zaretskii <eliz@gnu.org>
parents: 56123
diff changeset
59 * Sieve: (sieve). Managing Sieve scripts in Emacs.
33116
d521254b9e18 Rearrange menu items more logically, and put
Eli Zaretskii <eliz@gnu.org>
parents: 32677
diff changeset
60
d521254b9e18 Rearrange menu items more logically, and put
Eli Zaretskii <eliz@gnu.org>
parents: 32677
diff changeset
61 * Autotype: (autotype). Convenient features for text that you enter frequently
d521254b9e18 Rearrange menu items more logically, and put
Eli Zaretskii <eliz@gnu.org>
parents: 32677
diff changeset
62 in Emacs.
68412
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
63 * Calc: (calc). Advanced desk calculator and mathematical tool.
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
64 * Eshell: (eshell). A command shell implemented in Emacs Lisp.
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
65 * EUDC: (eudc). An Emacs client for directory servers (LDAP, PH).
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
66 * Forms: (forms). Emacs package for editing data bases
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
67 by filling in forms.
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
68 * RefTeX: (reftex). Emacs support for LaTeX cross-references and citations.
54404
6ee9d413876a (File): Add SMTP and SES.
Luc Teirlinck <teirllm@auburn.edu>
parents: 51847
diff changeset
69 * SES: (ses). Simple Emacs Spreadsheet
68412
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
70 * Tramp: (tramp). Transparent Remote (file) Access, Multiple Protocol.
45860
0dcc2162a55f * info/dir (File): Add an entry for Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 43961
diff changeset
71 Edit remote files via a remote shell (rsh,
0dcc2162a55f * info/dir (File): Add an entry for Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 43961
diff changeset
72 ssh, telnet).
58862
0100dc71c5ce (File): Add URL and Org Mode manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents: 57047
diff changeset
73 * URL: (url). URL loading package.
33116
d521254b9e18 Rearrange menu items more logically, and put
Eli Zaretskii <eliz@gnu.org>
parents: 32677
diff changeset
74 * Widget: (widget). The "widget" package used by the Emacs Customization
d521254b9e18 Rearrange menu items more logically, and put
Eli Zaretskii <eliz@gnu.org>
parents: 32677
diff changeset
75 facility.
30662
13658e19c398 (WoMan): Add entry.
Eli Zaretskii <eliz@gnu.org>
parents: 28867
diff changeset
76 * WoMan: (woman). Browse UN*X Manual Pages "Wo (without) Man".
25845
Dave Love <fx@gnu.org>
parents:
diff changeset
77
33116
d521254b9e18 Rearrange menu items more logically, and put
Eli Zaretskii <eliz@gnu.org>
parents: 32677
diff changeset
78 * VIPER: (viper). The newest Emacs VI-emulation mode.
43961
47a8aeb481fb Synchronize DIR entries with text in @direntry in Texinfo sources.
Eli Zaretskii <eliz@gnu.org>
parents: 42361
diff changeset
79 (also, A VI Plan for Emacs Rescue
47a8aeb481fb Synchronize DIR entries with text in @direntry in Texinfo sources.
Eli Zaretskii <eliz@gnu.org>
parents: 42361
diff changeset
80 or the VI PERil.)
68412
559124ef70c9 Untabify the whole file.
Eli Zaretskii <eliz@gnu.org>
parents: 65570
diff changeset
81 * VIP: (vip). An older VI-emulation for Emacs.