Mercurial > hg > xemacs-beta
comparison man/w3.texi @ 120:cca96a509cfe r20-1b12
Import from CVS: tag r20-1b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:25:29 +0200 |
parents | 7d55a9ba150c |
children | 5a88923fcbfe |
comparison
equal
deleted
inserted
replaced
119:d101af7320b8 | 120:cca96a509cfe |
---|---|
181 @end menu | 181 @end menu |
182 | 182 |
183 @node Downloading, Building and Installing, Getting Started, Getting Started | 183 @node Downloading, Building and Installing, Getting Started, Getting Started |
184 @section Downloading | 184 @section Downloading |
185 | 185 |
186 :: WORK :: What you need, and why | 186 :: WORK :: What you need, and why@* |
187 :: WORK :: Where to download Emacs, XEmacs, various platforms | 187 :: WORK :: Where to download Emacs, XEmacs, various platforms@* |
188 :: WORK :: Where to download Emacs/W3 | 188 :: WORK :: Where to download Emacs/W3@* |
189 :: WORK :: Where to download related utilities (netpbm, xv, gimp, etc.) | 189 :: WORK :: Where to download related utilities (netpbm, xv, gimp, etc.) |
190 | 190 |
191 @node Building and Installing, Startup Files, Downloading, Getting Started | 191 @node Building and Installing, Startup Files, Downloading, Getting Started |
192 @section Building and Installing | 192 @section Building and Installing |
193 | 193 |
194 :: WORK :: Document makefile variables | 194 :: WORK :: Document makefile variables@* |
195 :: WORK :: Document what gets installed where, why | 195 :: WORK :: Document what gets installed where, why |
196 | 196 |
197 @node Startup Files, Preferences Panel, Building and Installing, Getting Started | 197 @node Startup Files, Preferences Panel, Building and Installing, Getting Started |
198 @section Startup Files | 198 @section Startup Files |
199 @cindex Startup files | 199 @cindex Startup files |
200 @cindex Default stylesheet | 200 @cindex Default stylesheet |
201 | 201 |
202 :: WORK :: startup files | 202 :: WORK :: startup files@* |
203 This section should document where Emacs/W3 looks for its startup files, | 203 This section should document where Emacs/W3 looks for its startup files, |
204 and what each one does. 'profile' 'stylesheet' 'hotlist' 'history' etc. | 204 and what each one does. 'profile' 'stylesheet' 'hotlist' 'history' etc. |
205 | 205 |
206 @node Preferences Panel, , Startup Files, Getting Started | 206 @node Preferences Panel, , Startup Files, Getting Started |
207 @section Preferences Panel | 207 @section Preferences Panel |
208 @cindex Preferences | 208 @cindex Preferences |
209 @kindex M-x w3-preferences-edit | 209 @kindex M-x w3-preferences-edit |
210 | 210 |
211 :: WORK :: pref panel | 211 :: WORK :: pref panel@* |
212 This should document the quick preferences panel. M-x w3-preferences-edit | 212 This should document the quick preferences panel. M-x w3-preferences-edit |
213 | 213 |
214 @node Basic Usage, Compatibility, Getting Started, Top | 214 @node Basic Usage, Compatibility, Getting Started, Top |
215 @chapter Basic Usage | 215 @chapter Basic Usage |
216 @cindex Basic Usage | 216 @cindex Basic Usage |
638 @findex turn-on-lynx-emulation | 638 @findex turn-on-lynx-emulation |
639 @findex w3-netscape-emulation-minor-mode | 639 @findex w3-netscape-emulation-minor-mode |
640 @findex w3-lynx-emulation-minor-mode | 640 @findex w3-lynx-emulation-minor-mode |
641 @vindex w3-mode-hook | 641 @vindex w3-mode-hook |
642 | 642 |
643 :: WORK :: Document lynx emulation | 643 :: WORK :: Document lynx emulation@* |
644 @table @kbd | 644 @table @kbd |
645 @item Down arrow | 645 @item Down arrow |
646 Highlight next topic | 646 Highlight next topic |
647 @item Up arrow | 647 @item Up arrow |
648 Highlight previous topic | 648 Highlight previous topic |
744 Toggle trace mode on and off | 744 Toggle trace mode on and off |
745 @item C-K | 745 @item C-K |
746 Invoke the Cookie Jar Page | 746 Invoke the Cookie Jar Page |
747 @end table | 747 @end table |
748 | 748 |
749 :: WORK :: Document netscape emulation | 749 :: WORK :: Document netscape emulation@* |
750 Uh, turn this into pretty tables about what keys are emulated. | 750 Uh, turn this into pretty tables about what keys are emulated. |
751 | 751 |
752 @example | 752 @example |
753 (define-key w3-netscape-emulation-minor-mode-map "\M-s" 'w3-save-as) | 753 (define-key w3-netscape-emulation-minor-mode-map "\M-s" 'w3-save-as) |
754 (define-key w3-netscape-emulation-minor-mode-map "\M-m" 'w3-mailto) | 754 (define-key w3-netscape-emulation-minor-mode-map "\M-m" 'w3-mailto) |
768 @end example | 768 @end example |
769 | 769 |
770 @node Hotlist Handling, Session History, Emulation, Compatibility | 770 @node Hotlist Handling, Session History, Emulation, Compatibility |
771 @section Hotlist Handling | 771 @section Hotlist Handling |
772 | 772 |
773 :: WORK :: Document that it supports different types of hotlist formats | 773 :: WORK :: Document that it supports different types of hotlist formats@* |
774 :: WORK :: Make sure everything hotlist related can be accessed via 'h' | 774 :: WORK :: Make sure everything hotlist related can be accessed via 'h'@* |
775 In order to avoid having to traverse many documents to get to the same | 775 In order to avoid having to traverse many documents to get to the same |
776 document over and over, Emacs/W3 supports a ``hotlist'' like Mosaic. This is | 776 document over and over, Emacs/W3 supports a ``hotlist'' like Mosaic. This is |
777 a file that contains @sc{url}s and aliases. Hotlists allow quick access to any | 777 a file that contains @sc{url}s and aliases. Hotlists allow quick access to any |
778 document in the Web, providing it has been visited and added to the hotlist. | 778 document in the Web, providing it has been visited and added to the hotlist. |
779 The variable @code{w3-hotlist-file} determines where this information | 779 The variable @code{w3-hotlist-file} determines where this information |
867 to go backward, use the function @code{w3-backward-in-history}. | 867 to go backward, use the function @code{w3-backward-in-history}. |
868 | 868 |
869 @node Global History, , Session History, Compatibility | 869 @node Global History, , Session History, Compatibility |
870 @section Global History | 870 @section Global History |
871 | 871 |
872 :: WORK :: Document that the global history can have diff. formats | 872 :: WORK :: Document that the global history can have diff. formats@* |
873 Most web browsers also support the idea of a ``history'' of @sc{url}s the | 873 Most web browsers also support the idea of a ``history'' of @sc{url}s the |
874 user has visited, and it displays them in a different style than normal | 874 user has visited, and it displays them in a different style than normal |
875 @sc{url}s. | 875 @sc{url}s. |
876 | 876 |
877 @vindex url-keep-history | 877 @vindex url-keep-history |
2975 | 2975 |
2976 | 2976 |
2977 If a Emacs/W3 thinks it has encountered invalid @sc{html}, then a debugging | 2977 If a Emacs/W3 thinks it has encountered invalid @sc{html}, then a debugging |
2978 message is displayed. | 2978 message is displayed. |
2979 | 2979 |
2980 :: WORK :: Need to list the different values w3-debug-html can have, and | 2980 :: WORK :: Need to list the different values w3-debug-html can have, and@* |
2981 :: WORK :: what they do :: | 2981 :: WORK :: what they do :: |
2982 | 2982 |
2983 @node Hooks, Other Variables, Debugging HTML, Advanced Features | 2983 @node Hooks, Other Variables, Debugging HTML, Advanced Features |
2984 @section Hooks | 2984 @section Hooks |
2985 @cindex Hooks | 2985 @cindex Hooks |
3293 @table @dfn | 3293 @table @dfn |
3294 @item telnet | 3294 @item telnet |
3295 Use this method if you must first telnet and log into a gateway host, | 3295 Use this method if you must first telnet and log into a gateway host, |
3296 and then run telnet from that host to connect to outside machines. | 3296 and then run telnet from that host to connect to outside machines. |
3297 | 3297 |
3298 :: WORK :: document telnet gw variables | 3298 :: WORK :: document telnet gw variables@* |
3299 This section needs more information, specifically documenting the | 3299 This section needs more information, specifically documenting the |
3300 following variables. For now, please do @key{C-h v} on the variable for | 3300 following variables. For now, please do @key{C-h v} on the variable for |
3301 more information. | 3301 more information. |
3302 | 3302 |
3303 @table @code | 3303 @table @code |
3311 @item rlogin | 3311 @item rlogin |
3312 This method is identical to the @code{telnet} method, but uses | 3312 This method is identical to the @code{telnet} method, but uses |
3313 @file{rlogin} to log into the remote machine without having to send the | 3313 @file{rlogin} to log into the remote machine without having to send the |
3314 username and password over the wire every time. | 3314 username and password over the wire every time. |
3315 | 3315 |
3316 :: WORK :: document rlogin gw variables | 3316 :: WORK :: document rlogin gw variables@* |
3317 This section needs more information, specifically documenting the | 3317 This section needs more information, specifically documenting the |
3318 following variables. For now, please do @key{C-h v} on the variable for | 3318 following variables. For now, please do @key{C-h v} on the variable for |
3319 more information. | 3319 more information. |
3320 | 3320 |
3321 @table @code | 3321 @table @code |
3331 connections. | 3331 connections. |
3332 | 3332 |
3333 @item @sc{socks} | 3333 @item @sc{socks} |
3334 Use if the firewall has a @sc{socks} gateway running on it. | 3334 Use if the firewall has a @sc{socks} gateway running on it. |
3335 | 3335 |
3336 :: WORK :: document socks variables | 3336 :: WORK :: document socks variables@* |
3337 This section needs more information, specifically documenting the | 3337 This section needs more information, specifically documenting the |
3338 following variables. For now, please do @key{C-h v} on the variable for | 3338 following variables. For now, please do @key{C-h v} on the variable for |
3339 more information. | 3339 more information. |
3340 | 3340 |
3341 @table @code | 3341 @table @code |
3590 document. | 3590 document. |
3591 @end itemize | 3591 @end itemize |
3592 | 3592 |
3593 @node Down with DoubleClick, General Index, Mailcap Files, Top | 3593 @node Down with DoubleClick, General Index, Mailcap Files, Top |
3594 @appendix Down with DoubleClick | 3594 @appendix Down with DoubleClick |
3595 :: WORK :: Document why doubleclick is evil | 3595 :: WORK :: Document why doubleclick is evil@* |
3596 :: WORK :: Document how you can never see another ad from them again | 3596 :: WORK :: Document how you can never see another ad from them again |
3597 | 3597 |
3598 @node General Index, Key Index, Down with DoubleClick, Top | 3598 @node General Index, Key Index, Down with DoubleClick, Top |
3599 @appendix General Index | 3599 @appendix General Index |
3600 @printindex fn | 3600 @printindex fn |