diff options
| author | Eli Zaretskii | 2001-05-01 10:57:11 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-05-01 10:57:11 +0000 |
| commit | ed438271883d22cc66abea45b75817b67dcddb41 (patch) | |
| tree | 2feb066162545612ee4b70473e6f5410cea415e9 | |
| parent | a9793e457336e2547ccc5951a2074ead4d8da1a7 (diff) | |
| download | emacs-ed438271883d22cc66abea45b75817b67dcddb41.tar.gz emacs-ed438271883d22cc66abea45b75817b67dcddb41.zip | |
Markup and proofreading fixes from YAGI Tatsuya <yagi@is.titech.ac.jp>.
| -rw-r--r-- | man/faq.texi | 46 |
1 files changed, 24 insertions, 22 deletions
diff --git a/man/faq.texi b/man/faq.texi index 60053aad135..44f2af2308b 100644 --- a/man/faq.texi +++ b/man/faq.texi | |||
| @@ -192,9 +192,9 @@ pressed.}. | |||
| 192 | @kbd{C-?} a ``control'' key, since 127 has both bits 5 and 6 turned ON. | 192 | @kbd{C-?} a ``control'' key, since 127 has both bits 5 and 6 turned ON. |
| 193 | Also, on very few keyboards does @kbd{C-?} generate ASCII code 127. | 193 | Also, on very few keyboards does @kbd{C-?} generate ASCII code 127. |
| 194 | 194 | ||
| 195 | @inforef{Characters, Characters, emacs}, and @inforef{Keys, Keys, emacs}, | 195 | @inforef{Text Characters, Text Characters, emacs}, and @inforef{Keys, |
| 196 | for more information. (@xref{On-line manual}, for more information about | 196 | Keys, emacs}, for more information. (@xref{On-line manual}, for more |
| 197 | Info.) | 197 | information about Info.) |
| 198 | 198 | ||
| 199 | @node Extended commands, On-line manual, Basic keys, FAQ notation | 199 | @node Extended commands, On-line manual, Basic keys, FAQ notation |
| 200 | @section What does @file{M-x @var{command}} mean? | 200 | @section What does @file{M-x @var{command}} mean? |
| @@ -274,7 +274,7 @@ default, Info documentation is placed in @file{/usr/local/info}. | |||
| 274 | Some of these files are available individually via FTP or e-mail; see | 274 | Some of these files are available individually via FTP or e-mail; see |
| 275 | @ref{Informational files for Emacs}. They all are available in the | 275 | @ref{Informational files for Emacs}. They all are available in the |
| 276 | source distribution. Many of the files in the @file{etc} directory are | 276 | source distribution. Many of the files in the @file{etc} directory are |
| 277 | also available via the Emacs "@samp{Help} menu, or by typing @kbd{C-h ?} | 277 | also available via the Emacs @samp{Help} menu, or by typing @kbd{C-h ?} |
| 278 | (@kbd{M-x help-for-help}). | 278 | (@kbd{M-x help-for-help}). |
| 279 | 279 | ||
| 280 | Your system administrator may have removed the @file{src} directory and | 280 | Your system administrator may have removed the @file{src} directory and |
| @@ -797,9 +797,9 @@ parentheses. This goes to the node named ``Top'' in that file. For | |||
| 797 | example, to view a Info file named @file{@var{info-file}} in your home | 797 | example, to view a Info file named @file{@var{info-file}} in your home |
| 798 | directory, you can type this: | 798 | directory, you can type this: |
| 799 | 799 | ||
| 800 | @lisp | 800 | @example |
| 801 | C-h i g (~/@var{info-file}) @key{RET} | 801 | @kbd{C-h i g (~/@var{info-file}) @key{RET}} |
| 802 | @end lisp | 802 | @end example |
| 803 | 803 | ||
| 804 | @item | 804 | @item |
| 805 | You can create your own Info directory. You can tell Emacs where that | 805 | You can create your own Info directory. You can tell Emacs where that |
| @@ -1031,8 +1031,8 @@ Via HTTP or FTP. You can always fetch the latest FAQ from | |||
| 1031 | 1031 | ||
| 1032 | @item | 1032 | @item |
| 1033 | In the Emacs distribution. Since Emacs 18.56, the FAQ at the time | 1033 | In the Emacs distribution. Since Emacs 18.56, the FAQ at the time |
| 1034 | of release has been part of the Emacs distribution as | 1034 | of release has been part of the Emacs distribution as either |
| 1035 | @file{man/faq.texi} (@pxref{File-name conventions}). | 1035 | @file{etc/FAQ} or @file{man/faq.texi} (@pxref{File-name conventions}). |
| 1036 | 1036 | ||
| 1037 | @item | 1037 | @item |
| 1038 | Via the World Wide Web. A hypertext version is available at | 1038 | Via the World Wide Web. A hypertext version is available at |
| @@ -1359,8 +1359,8 @@ variables.) | |||
| 1359 | 1359 | ||
| 1360 | By default, the titlebar for a frame does contain the name of the buffer | 1360 | By default, the titlebar for a frame does contain the name of the buffer |
| 1361 | currently being visited, except if there is a single frame. In such a | 1361 | currently being visited, except if there is a single frame. In such a |
| 1362 | case, the titlebar contains the name of the user and the machine at | 1362 | case, the titlebar contains Emacs invocation name and the name of the |
| 1363 | which Emacs was invoked. This is done by setting | 1363 | machine at which Emacs was invoked. This is done by setting |
| 1364 | @code{frame-title-format} to the default value of | 1364 | @code{frame-title-format} to the default value of |
| 1365 | 1365 | ||
| 1366 | @lisp | 1366 | @lisp |
| @@ -1481,7 +1481,7 @@ to search for unprintable characters using @code{re-search-forward}: | |||
| 1481 | 1481 | ||
| 1482 | Using @code{isearch-forward-regexp}: | 1482 | Using @code{isearch-forward-regexp}: |
| 1483 | 1483 | ||
| 1484 | @kbd{M-C-s [^ @key{TAB} @key{RET} C-q @key{RET} C-q C-l @key{SPC} -~]} | 1484 | @kbd{M-C-s [^ @key{TAB} @key{LFD} C-q @key{RET} C-q C-l @key{SPC} -~]} |
| 1485 | 1485 | ||
| 1486 | To delete all unprintable characters, simply use replace-regexp: | 1486 | To delete all unprintable characters, simply use replace-regexp: |
| 1487 | 1487 | ||
| @@ -1507,13 +1507,14 @@ something in the minibuffer. | |||
| 1507 | @cindex @code{transient-mark-mode} | 1507 | @cindex @code{transient-mark-mode} |
| 1508 | @cindex Region, highlighting a | 1508 | @cindex Region, highlighting a |
| 1509 | 1509 | ||
| 1510 | If you are using a windowing system such as X, you can cause the region | 1510 | You can cause the region to be highlighted when the mark is active by |
| 1511 | to be highlighted when the mark is active by including | 1511 | including |
| 1512 | 1512 | ||
| 1513 | @lisp | 1513 | @lisp |
| 1514 | (transient-mark-mode t) | 1514 | (transient-mark-mode t) |
| 1515 | @end lisp | 1515 | @end lisp |
| 1516 | 1516 | ||
| 1517 | @noindent | ||
| 1517 | in your @file{.emacs} file. (Also see @ref{Turning on syntax | 1518 | in your @file{.emacs} file. (Also see @ref{Turning on syntax |
| 1518 | highlighting}.) | 1519 | highlighting}.) |
| 1519 | 1520 | ||
| @@ -1626,9 +1627,9 @@ or by invoking @code{server-start} from @file{.emacs}: | |||
| 1626 | @end lisp | 1627 | @end lisp |
| 1627 | 1628 | ||
| 1628 | When this is done, Emacs starts a subprocess running a program called | 1629 | When this is done, Emacs starts a subprocess running a program called |
| 1629 | @samp{server}. @samp{server} creates a Unix domain socket. The socket | 1630 | @samp{emacsserver}. @samp{emacsserver} creates a Unix domain socket. |
| 1630 | is either named @file{.emacs_server}, in the user's home directory, | 1631 | The socket is either named @file{.emacs_server}, in the user's home directory, |
| 1631 | or @file{esrv-@var{user-id}-@var{system-name}}, in the @file{/tmp} | 1632 | or @file{esrv-@var{userid}-@var{systemname}}, in the @file{/tmp} |
| 1632 | directory, depending on how @samp{emacsserver} was compiled. | 1633 | directory, depending on how @samp{emacsserver} was compiled. |
| 1633 | 1634 | ||
| 1634 | To get your news reader, mail reader, etc., to invoke | 1635 | To get your news reader, mail reader, etc., to invoke |
| @@ -1667,8 +1668,9 @@ share the same filesystem for this to work. The pathnames that | |||
| 1667 | @samp{emacsclient} specifies should be correct for the filesystem that | 1668 | @samp{emacsclient} specifies should be correct for the filesystem that |
| 1668 | the Emacs process sees. The Emacs process should not be suspended at | 1669 | the Emacs process sees. The Emacs process should not be suspended at |
| 1669 | the time @samp{emacsclient} is invoked. On Unix and GNU/Linux systems, | 1670 | the time @samp{emacsclient} is invoked. On Unix and GNU/Linux systems, |
| 1670 | @samp{emacsclient} should either be invoked from another X window or | 1671 | @samp{emacsclient} should either be invoked from another X window, or |
| 1671 | from a shell window inside Emacs itself. | 1672 | from a shell window inside Emacs itself, or from another interactive |
| 1673 | session, e.g., by means of a @code{screen} program. | ||
| 1672 | 1674 | ||
| 1673 | @cindex @code{gnuserv} | 1675 | @cindex @code{gnuserv} |
| 1674 | There is an enhanced version of @samp{emacsclient}/server called | 1676 | There is an enhanced version of @samp{emacsclient}/server called |
| @@ -2452,8 +2454,8 @@ To move a menu option from one position to another, simply evaluate | |||
| 2452 | 2454 | ||
| 2453 | More detailed information---and more examples of how to create and | 2455 | More detailed information---and more examples of how to create and |
| 2454 | modify menu options---are in the @cite{Emacs Lisp Reference Manual}, under | 2456 | modify menu options---are in the @cite{Emacs Lisp Reference Manual}, under |
| 2455 | ``Keymaps''. (@xref{Emacs Lisp documentation}, for information on this | 2457 | ``Menu Keymaps''. (@xref{Emacs Lisp documentation}, for information on |
| 2456 | manual.) | 2458 | this manual.) |
| 2457 | 2459 | ||
| 2458 | @node Deleting menus and menu options, Turning on syntax highlighting, Modifying pull-down menus, Common requests | 2460 | @node Deleting menus and menu options, Turning on syntax highlighting, Modifying pull-down menus, Common requests |
| 2459 | @section How do I delete menus and menu options? | 2461 | @section How do I delete menus and menu options? |
| @@ -4859,7 +4861,7 @@ You may have big problems using @code{mwm} as your window manager. | |||
| 4859 | @item | 4861 | @item |
| 4860 | For X11: Make sure it really is a @key{Meta} key. Use @code{xev} to | 4862 | For X11: Make sure it really is a @key{Meta} key. Use @code{xev} to |
| 4861 | find out what keysym your @key{Meta} key generates. It should be either | 4863 | find out what keysym your @key{Meta} key generates. It should be either |
| 4862 | @key{Meta}_L or @key{Meta}_R. If it isn't, use @file{xmodmap} to fix | 4864 | @code{Meta_L} or @code{Meta_R}. If it isn't, use @file{xmodmap} to fix |
| 4863 | the situation. | 4865 | the situation. |
| 4864 | 4866 | ||
| 4865 | @item | 4867 | @item |