diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/ChangeLog | 28 | ||||
| -rw-r--r-- | man/basic.texi | 2 | ||||
| -rw-r--r-- | man/cc-mode.texi | 29 | ||||
| -rw-r--r-- | man/display.texi | 135 | ||||
| -rw-r--r-- | man/emacs.texi | 3 | ||||
| -rw-r--r-- | man/indent.texi | 2 | ||||
| -rw-r--r-- | man/rcirc.texi | 6 | ||||
| -rw-r--r-- | man/tramp.texi | 16 | ||||
| -rw-r--r-- | man/trampver.texi | 2 | ||||
| -rw-r--r-- | man/windows.texi | 2 |
10 files changed, 142 insertions, 83 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index ee0dac8359c..388800b99ae 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2006-09-01 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * rcirc.texi (Internet Relay Chat, Useful IRC commands): Don't use | ||
| 4 | @indicateurl. | ||
| 5 | |||
| 6 | * cc-mode.texi (Subword Movement): Don't use @headitem. | ||
| 7 | (Custom Braces, Clean-ups): Don't use @tie. | ||
| 8 | |||
| 9 | 2006-08-29 Michael Albinus <michael.albinus@gmx.de> | ||
| 10 | |||
| 11 | Sync with Tramp 2.0.54. | ||
| 12 | |||
| 13 | * tramp.texi (Bug Reports): The Tramp mailing list is moderated | ||
| 14 | now. Suggested by Adrian Phillips <a.phillips@met.no>. | ||
| 15 | |||
| 16 | 2006-08-28 Richard Stallman <rms@gnu.org> | ||
| 17 | |||
| 18 | * windows.texi (Split Window): Update xref. | ||
| 19 | |||
| 20 | * basic.texi (Continuation Lines): Update xref. | ||
| 21 | |||
| 22 | * indent.texi (Tab Stops): Update xref. | ||
| 23 | |||
| 24 | * emacs.texi (Top): Update subnode menu. | ||
| 25 | |||
| 26 | * display.texi (Line Truncation, Displaying Boundaries): New nodes, | ||
| 27 | split out of Display Custom. | ||
| 28 | |||
| 1 | 2006-08-25 Kim F. Storm <storm@cua.dk> | 29 | 2006-08-25 Kim F. Storm <storm@cua.dk> |
| 2 | 30 | ||
| 3 | * display.texi (Display Custom): Add variables overline-margin | 31 | * display.texi (Display Custom): Add variables overline-margin |
diff --git a/man/basic.texi b/man/basic.texi index 6f0e7cad68c..5d91685e9e4 100644 --- a/man/basic.texi +++ b/man/basic.texi | |||
| @@ -480,7 +480,7 @@ does not appear at all. @samp{$} in the last column or a small | |||
| 480 | straight arrow in the window's right fringe indicates a truncated | 480 | straight arrow in the window's right fringe indicates a truncated |
| 481 | line. | 481 | line. |
| 482 | 482 | ||
| 483 | @xref{Display Custom}, for more about line truncation, | 483 | @xref{Line Truncation}, for more about line truncation, |
| 484 | and other variables that control how text is displayed. | 484 | and other variables that control how text is displayed. |
| 485 | 485 | ||
| 486 | @node Position Info | 486 | @node Position Info |
diff --git a/man/cc-mode.texi b/man/cc-mode.texi index 699283528a9..395433bc899 100644 --- a/man/cc-mode.texi +++ b/man/cc-mode.texi | |||
| @@ -1624,8 +1624,16 @@ these mixed case symbols @dfn{nomenclatures}. Also, each capitalized | |||
| 1624 | @dfn{subword}. Here are some examples: | 1624 | @dfn{subword}. Here are some examples: |
| 1625 | 1625 | ||
| 1626 | @multitable {@samp{NSGraphicsContext}} {@samp{NS}, @samp{Graphics}, and @samp{Context}} | 1626 | @multitable {@samp{NSGraphicsContext}} {@samp{NS}, @samp{Graphics}, and @samp{Context}} |
| 1627 | @headitem Nomenclature | 1627 | @c This could be converted to @headitem when we require Texinfo 4.7 |
| 1628 | @iftex | ||
| 1629 | @item @b{Nomenclature} | ||
| 1630 | @tab @b{Subwords} | ||
| 1631 | @end iftex | ||
| 1632 | @ifnottex | ||
| 1633 | @item Nomenclature | ||
| 1628 | @tab Subwords | 1634 | @tab Subwords |
| 1635 | @item --------------------------------------------------------- | ||
| 1636 | @end ifnottex | ||
| 1629 | @item @samp{GtkWindow} | 1637 | @item @samp{GtkWindow} |
| 1630 | @tab @samp{Gtk} and @samp{Window} | 1638 | @tab @samp{Gtk} and @samp{Window} |
| 1631 | @item @samp{EmacsFrameClass} | 1639 | @item @samp{EmacsFrameClass} |
| @@ -1657,7 +1665,14 @@ nomenclature and treat them as separate words: | |||
| 1657 | @findex c-downcase-subword | 1665 | @findex c-downcase-subword |
| 1658 | @findex downcase-subword (c-) | 1666 | @findex downcase-subword (c-) |
| 1659 | @multitable @columnfractions .20 .40 .40 | 1667 | @multitable @columnfractions .20 .40 .40 |
| 1660 | @headitem Key @tab Word oriented command @tab Subword oriented command | 1668 | @c This could be converted to @headitem when we require Texinfo 4.7 |
| 1669 | @iftex | ||
| 1670 | @item @b{Key} @tab @b{Word oriented command} @tab @b{Subword oriented command} | ||
| 1671 | @end iftex | ||
| 1672 | @ifnottex | ||
| 1673 | @item Key @tab Word oriented command @tab Subword oriented command | ||
| 1674 | @item ---------------------------------------------------------------------------- | ||
| 1675 | @end ifnottex | ||
| 1661 | @item @kbd{M-f} @tab @code{forward-word} @tab @code{c-forward-subword} | 1676 | @item @kbd{M-f} @tab @code{forward-word} @tab @code{c-forward-subword} |
| 1662 | @item @kbd{M-b} @tab @code{backward-word} @tab @code{c-backward-subword} | 1677 | @item @kbd{M-b} @tab @code{backward-word} @tab @code{c-backward-subword} |
| 1663 | @item @kbd{M-@@} @tab @code{mark-word} @tab @code{c-mark-subword} | 1678 | @item @kbd{M-@@} @tab @code{mark-word} @tab @code{c-mark-subword} |
| @@ -3231,9 +3246,9 @@ give @code{c-syntactic-context} a value yourself---this would disrupt | |||
| 3231 | the proper functioning of @ccmode{}. | 3246 | the proper functioning of @ccmode{}. |
| 3232 | 3247 | ||
| 3233 | This variable is also bound in three other circumstances: | 3248 | This variable is also bound in three other circumstances: |
| 3234 | (i)@tie{}when calling a c-hanging-semi&comma-criteria function | 3249 | (i)@w{ }when calling a c-hanging-semi&comma-criteria function |
| 3235 | (@pxref{Hanging Semicolons and Commas}; (ii)@tie{}when calling a | 3250 | (@pxref{Hanging Semicolons and Commas}; (ii)@w{ }when calling a |
| 3236 | line-up function (@pxref{Custom Line-Up}; (iii)@tie{}when calling a | 3251 | line-up function (@pxref{Custom Line-Up}; (iii)@w{ }when calling a |
| 3237 | c-special-indent-hook function (@pxref{Other Indentation}). | 3252 | c-special-indent-hook function (@pxref{Other Indentation}). |
| 3238 | @end defvar | 3253 | @end defvar |
| 3239 | 3254 | ||
| @@ -3630,8 +3645,8 @@ Auto-newline minor mode are enabled: | |||
| 3630 | @item space-before-funcall | 3645 | @item space-before-funcall |
| 3631 | Insert a space between the function name and the opening parenthesis | 3646 | Insert a space between the function name and the opening parenthesis |
| 3632 | of a function call. This produces function calls in the style | 3647 | of a function call. This produces function calls in the style |
| 3633 | mandated by the GNU coding standards, e.g. @samp{signal@tie{}(SIGINT, | 3648 | mandated by the GNU coding standards, e.g. @samp{signal@w{ }(SIGINT, |
| 3634 | SIG_IGN)} and @samp{abort@tie{}()}. Clean up occurs when the opening | 3649 | SIG_IGN)} and @samp{abort@w{ }()}. Clean up occurs when the opening |
| 3635 | parenthesis is typed. This clean-up should never be active in AWK | 3650 | parenthesis is typed. This clean-up should never be active in AWK |
| 3636 | Mode, since such a space is syntactically invalid for user defined | 3651 | Mode, since such a space is syntactically invalid for user defined |
| 3637 | functions. | 3652 | functions. |
diff --git a/man/display.texi b/man/display.texi index 2a0abd4bef6..74d2ba5eb62 100644 --- a/man/display.texi +++ b/man/display.texi | |||
| @@ -23,11 +23,14 @@ their values only make a difference at the time of redisplay. | |||
| 23 | * Font Lock:: Minor mode for syntactic highlighting using faces. | 23 | * Font Lock:: Minor mode for syntactic highlighting using faces. |
| 24 | * Highlight Interactively:: Tell Emacs what text to highlight. | 24 | * Highlight Interactively:: Tell Emacs what text to highlight. |
| 25 | * Fringes:: Enabling or disabling window fringes. | 25 | * Fringes:: Enabling or disabling window fringes. |
| 26 | * Displaying Boundaries:: Displaying top and bottom of the buffer. | ||
| 26 | * Useless Whitespace:: Showing possibly-spurious trailing whitespace. | 27 | * Useless Whitespace:: Showing possibly-spurious trailing whitespace. |
| 27 | * Selective Display:: Hiding lines with lots of indentation. | 28 | * Selective Display:: Hiding lines with lots of indentation. |
| 28 | * Optional Mode Line:: Optional mode line display features. | 29 | * Optional Mode Line:: Optional mode line display features. |
| 29 | * Text Display:: How text characters are normally displayed. | 30 | * Text Display:: How text characters are normally displayed. |
| 30 | * Cursor Display:: Features for displaying the cursor. | 31 | * Cursor Display:: Features for displaying the cursor. |
| 32 | * Line Truncation:: Truncating lines to fit the screen width instead | ||
| 33 | of continuing them to multiple screen lines. | ||
| 31 | * Display Custom:: Information on variables for customizing display. | 34 | * Display Custom:: Information on variables for customizing display. |
| 32 | @end menu | 35 | @end menu |
| 33 | 36 | ||
| @@ -202,8 +205,8 @@ window, Emacs recenters the window. By default, @code{scroll-margin} is | |||
| 202 | @dfn{Horizontal scrolling} means shifting all the lines sideways | 205 | @dfn{Horizontal scrolling} means shifting all the lines sideways |
| 203 | within a window---so that some of the text near the left margin is not | 206 | within a window---so that some of the text near the left margin is not |
| 204 | displayed at all. When the text in a window is scrolled horizontally, | 207 | displayed at all. When the text in a window is scrolled horizontally, |
| 205 | text lines are truncated rather than continued (@pxref{Display | 208 | text lines are truncated rather than continued (@pxref{Line |
| 206 | Custom}). Whenever a window shows truncated lines, Emacs | 209 | Truncation}). Whenever a window shows truncated lines, Emacs |
| 207 | automatically updates its horizontal scrolling whenever point moves | 210 | automatically updates its horizontal scrolling whenever point moves |
| 208 | off the left or right edge of the screen. You can also use these | 211 | off the left or right edge of the screen. You can also use these |
| 209 | commands to do explicit horizontal scrolling. | 212 | commands to do explicit horizontal scrolling. |
| @@ -751,6 +754,40 @@ program you are debugging is executing (@pxref{Debuggers}). | |||
| 751 | @kbd{M-x fringe-mode}. To enable and disable the fringes | 754 | @kbd{M-x fringe-mode}. To enable and disable the fringes |
| 752 | for the selected frame, use @kbd{M-x set-fringe-style}. | 755 | for the selected frame, use @kbd{M-x set-fringe-style}. |
| 753 | 756 | ||
| 757 | @node Displaying Boundaries | ||
| 758 | @section Displaying Boundaries | ||
| 759 | |||
| 760 | @vindex indicate-buffer-boundaries | ||
| 761 | On a graphical display, Emacs can indicate the buffer boundaries in | ||
| 762 | the fringes. It indicates the first line and the last line with | ||
| 763 | angle images in the fringes. This can be combined with up and down | ||
| 764 | arrow images which say whether it is possible to scroll the window up | ||
| 765 | and down. | ||
| 766 | |||
| 767 | The buffer-local variable @code{indicate-buffer-boundaries} controls | ||
| 768 | how the buffer boundaries and window scrolling is indicated in the | ||
| 769 | fringes. If the value is @code{left} or @code{right}, both angle and | ||
| 770 | arrow bitmaps are displayed in the left or right fringe, respectively. | ||
| 771 | |||
| 772 | If value is an alist, each element @code{(@var{indicator} . | ||
| 773 | @var{position})} specifies the position of one of the indicators. | ||
| 774 | The @var{indicator} must be one of @code{top}, @code{bottom}, | ||
| 775 | @code{up}, @code{down}, or @code{t} which specifies the default | ||
| 776 | position for the indicators not present in the alist. | ||
| 777 | The @var{position} is one of @code{left}, @code{right}, or @code{nil} | ||
| 778 | which specifies not to show this indicator. | ||
| 779 | |||
| 780 | For example, @code{((top . left) (t . right))} places the top angle | ||
| 781 | bitmap in left fringe, the bottom angle bitmap in right fringe, and | ||
| 782 | both arrow bitmaps in right fringe. To show just the angle bitmaps in | ||
| 783 | the left fringe, but no arrow bitmaps, use @code{((top . left) | ||
| 784 | (bottom . left))}. | ||
| 785 | |||
| 786 | @vindex default-indicate-buffer-boundaries | ||
| 787 | The value of the variable @code{default-indicate-buffer-boundaries} | ||
| 788 | is the default value for @code{indicate-buffer-boundaries} in buffers | ||
| 789 | that do not override it. | ||
| 790 | |||
| 754 | @node Useless Whitespace | 791 | @node Useless Whitespace |
| 755 | @section Useless Whitespace | 792 | @section Useless Whitespace |
| 756 | 793 | ||
| @@ -1083,30 +1120,8 @@ minor mode that highlights the line containing point. Use @kbd{M-x | |||
| 1083 | hl-line-mode} to enable or disable it in the current buffer. @kbd{M-x | 1120 | hl-line-mode} to enable or disable it in the current buffer. @kbd{M-x |
| 1084 | global-hl-line-mode} enables or disables the same mode globally. | 1121 | global-hl-line-mode} enables or disables the same mode globally. |
| 1085 | 1122 | ||
| 1086 | @node Display Custom | 1123 | @node Line Truncation |
| 1087 | @section Customization of Display | 1124 | @section Truncation of Lines |
| 1088 | |||
| 1089 | This section describes variables (@pxref{Variables}) that you can | ||
| 1090 | change to customize how Emacs displays. Beginning users can skip | ||
| 1091 | it. | ||
| 1092 | @c the reason for that pxref is because an xref early in the | ||
| 1093 | @c ``echo area'' section leads here. | ||
| 1094 | |||
| 1095 | @vindex inverse-video | ||
| 1096 | If the variable @code{inverse-video} is non-@code{nil}, Emacs attempts | ||
| 1097 | to invert all the lines of the display from what they normally are. | ||
| 1098 | |||
| 1099 | @vindex visible-bell | ||
| 1100 | If the variable @code{visible-bell} is non-@code{nil}, Emacs attempts | ||
| 1101 | to make the whole screen blink when it would normally make an audible bell | ||
| 1102 | sound. This variable has no effect if your terminal does not have a way | ||
| 1103 | to make the screen blink. | ||
| 1104 | |||
| 1105 | @vindex echo-keystrokes | ||
| 1106 | The variable @code{echo-keystrokes} controls the echoing of multi-character | ||
| 1107 | keys; its value is the number of seconds of pause required to cause echoing | ||
| 1108 | to start, or zero, meaning don't echo at all. The value takes effect when | ||
| 1109 | there is someting to echo. @xref{Echo Area}. | ||
| 1110 | 1125 | ||
| 1111 | @cindex truncation | 1126 | @cindex truncation |
| 1112 | @cindex line truncation, and fringes | 1127 | @cindex line truncation, and fringes |
| @@ -1145,36 +1160,30 @@ truncate a line which is exactly as wide as the window. Instead, the | |||
| 1145 | newline overflows into the right fringe, and the cursor appears in the | 1160 | newline overflows into the right fringe, and the cursor appears in the |
| 1146 | fringe when positioned on that newline. | 1161 | fringe when positioned on that newline. |
| 1147 | 1162 | ||
| 1148 | @vindex indicate-buffer-boundaries | 1163 | @node Display Custom |
| 1149 | On a graphical display, Emacs can indicate the buffer boundaries in | 1164 | @section Customization of Display |
| 1150 | the fringes. It indicates the first line and the last line with | ||
| 1151 | angle images in the fringes. This can be combined with up and down | ||
| 1152 | arrow images which say whether it is possible to scroll the window up | ||
| 1153 | and down. | ||
| 1154 | 1165 | ||
| 1155 | The buffer-local variable @code{indicate-buffer-boundaries} controls | 1166 | This section describes variables (@pxref{Variables}) that you can |
| 1156 | how the buffer boundaries and window scrolling is indicated in the | 1167 | change to customize how Emacs displays. Beginning users can skip |
| 1157 | fringes. If the value is @code{left} or @code{right}, both angle and | 1168 | it. |
| 1158 | arrow bitmaps are displayed in the left or right fringe, respectively. | 1169 | @c the reason for that pxref is because an xref early in the |
| 1170 | @c ``echo area'' section leads here. | ||
| 1159 | 1171 | ||
| 1160 | If value is an alist, each element @code{(@var{indicator} . | 1172 | @vindex inverse-video |
| 1161 | @var{position})} specifies the position of one of the indicators. | 1173 | If the variable @code{inverse-video} is non-@code{nil}, Emacs attempts |
| 1162 | The @var{indicator} must be one of @code{top}, @code{bottom}, | 1174 | to invert all the lines of the display from what they normally are. |
| 1163 | @code{up}, @code{down}, or @code{t} which specifies the default | ||
| 1164 | position for the indicators not present in the alist. | ||
| 1165 | The @var{position} is one of @code{left}, @code{right}, or @code{nil} | ||
| 1166 | which specifies not to show this indicator. | ||
| 1167 | 1175 | ||
| 1168 | For example, @code{((top . left) (t . right))} places the top angle | 1176 | @vindex visible-bell |
| 1169 | bitmap in left fringe, the bottom angle bitmap in right fringe, and | 1177 | If the variable @code{visible-bell} is non-@code{nil}, Emacs attempts |
| 1170 | both arrow bitmaps in right fringe. To show just the angle bitmaps in | 1178 | to make the whole screen blink when it would normally make an audible bell |
| 1171 | the left fringe, but no arrow bitmaps, use @code{((top . left) | 1179 | sound. This variable has no effect if your terminal does not have a way |
| 1172 | (bottom . left))}. | 1180 | to make the screen blink. |
| 1173 | 1181 | ||
| 1174 | @vindex default-indicate-buffer-boundaries | 1182 | @vindex echo-keystrokes |
| 1175 | The value of the variable @code{default-indicate-buffer-boundaries} | 1183 | The variable @code{echo-keystrokes} controls the echoing of multi-character |
| 1176 | is the default value for @code{indicate-buffer-boundaries} in buffers | 1184 | keys; its value is the number of seconds of pause required to cause echoing |
| 1177 | that do not override it. | 1185 | to start, or zero, meaning don't echo at all. The value takes effect when |
| 1186 | there is someting to echo. @xref{Echo Area}. | ||
| 1178 | 1187 | ||
| 1179 | @vindex baud-rate | 1188 | @vindex baud-rate |
| 1180 | The variable @anchor{baud-rate}@code{baud-rate} holds the output | 1189 | The variable @anchor{baud-rate}@code{baud-rate} holds the output |
| @@ -1197,6 +1206,17 @@ or off, customize the group @code{cursor}. You can also control the | |||
| 1197 | amount of time Emacs must remain busy before the busy indicator is | 1206 | amount of time Emacs must remain busy before the busy indicator is |
| 1198 | displayed, by setting the variable @code{hourglass-delay}. | 1207 | displayed, by setting the variable @code{hourglass-delay}. |
| 1199 | 1208 | ||
| 1209 | @vindex overline-margin | ||
| 1210 | On graphical display, this variables specifies the vertical position | ||
| 1211 | of an overline above the text, including the height of the overline | ||
| 1212 | itself (1 pixel). The default value is 2 pixels. | ||
| 1213 | |||
| 1214 | @vindex x-underline-at-descent-line | ||
| 1215 | On graphical display, Emacs normally draws an underline at the | ||
| 1216 | baseline level of the font. If @code{x-underline-at-descent-line} is | ||
| 1217 | non-@code{nil}, Emacs draws the underline at the same height as the | ||
| 1218 | font's descent line. | ||
| 1219 | |||
| 1200 | @findex tty-suppress-bold-inverse-default-colors | 1220 | @findex tty-suppress-bold-inverse-default-colors |
| 1201 | On some text-only terminals, bold face and inverse video together | 1221 | On some text-only terminals, bold face and inverse video together |
| 1202 | result in text that is hard to read. Call the function | 1222 | result in text that is hard to read. Call the function |
| @@ -1215,17 +1235,6 @@ page for other output. On such terminals, you might want to set the variable | |||
| 1215 | assume, when resumed, that the screen page it is using still contains | 1235 | assume, when resumed, that the screen page it is using still contains |
| 1216 | what Emacs last wrote there. | 1236 | what Emacs last wrote there. |
| 1217 | 1237 | ||
| 1218 | @vindex overline-margin | ||
| 1219 | On graphical display, this variables specifies the number of pixes | ||
| 1220 | the overline is shown above the text. The value includes the height of | ||
| 1221 | the overline itself (1 pixel). The default value is 2 pixels. | ||
| 1222 | |||
| 1223 | @vindex x-underline-at-descent-line | ||
| 1224 | On graphical display, the underline is normally drawn at the | ||
| 1225 | baseline level of the font. If @code{x-underline-at-descent-line} is | ||
| 1226 | non-@code{nil}, the underline is drawn at the same position as the | ||
| 1227 | font's decent line. | ||
| 1228 | |||
| 1229 | @ignore | 1238 | @ignore |
| 1230 | arch-tag: 2219f910-2ff0-4521-b059-1bd231a536c4 | 1239 | arch-tag: 2219f910-2ff0-4521-b059-1bd231a536c4 |
| 1231 | @end ignore | 1240 | @end ignore |
diff --git a/man/emacs.texi b/man/emacs.texi index 780b5c97b6e..503ec74bffd 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -329,11 +329,14 @@ Controlling the Display | |||
| 329 | * Font Lock:: Minor mode for syntactic highlighting using faces. | 329 | * Font Lock:: Minor mode for syntactic highlighting using faces. |
| 330 | * Highlight Interactively:: Tell Emacs what text to highlight. | 330 | * Highlight Interactively:: Tell Emacs what text to highlight. |
| 331 | * Fringes:: Enabling or disabling window fringes. | 331 | * Fringes:: Enabling or disabling window fringes. |
| 332 | * Displaying Boundaries:: Displaying top and bottom of the buffer. | ||
| 332 | * Useless Whitespace:: Showing possibly-spurious trailing whitespace. | 333 | * Useless Whitespace:: Showing possibly-spurious trailing whitespace. |
| 333 | * Selective Display:: Hiding lines with lots of indentation. | 334 | * Selective Display:: Hiding lines with lots of indentation. |
| 334 | * Optional Mode Line:: Optional mode line display features. | 335 | * Optional Mode Line:: Optional mode line display features. |
| 335 | * Text Display:: How text characters are normally displayed. | 336 | * Text Display:: How text characters are normally displayed. |
| 336 | * Cursor Display:: Features for displaying the cursor. | 337 | * Cursor Display:: Features for displaying the cursor. |
| 338 | * Line Truncation:: Truncating lines to fit the screen width instead | ||
| 339 | of continuing them to multiple screen lines. | ||
| 337 | * Display Custom:: Information on variables for customizing display. | 340 | * Display Custom:: Information on variables for customizing display. |
| 338 | 341 | ||
| 339 | Searching and Replacement | 342 | Searching and Replacement |
diff --git a/man/indent.texi b/man/indent.texi index d5c69daa192..9462b1b3fac 100644 --- a/man/indent.texi +++ b/man/indent.texi | |||
| @@ -212,7 +212,7 @@ To install changes, type C-c C-c | |||
| 212 | are present just to help you see where the colons are and know what to do. | 212 | are present just to help you see where the colons are and know what to do. |
| 213 | 213 | ||
| 214 | Note that the tab stops that control @code{tab-to-tab-stop} have nothing | 214 | Note that the tab stops that control @code{tab-to-tab-stop} have nothing |
| 215 | to do with displaying tab characters in the buffer. @xref{Display Custom}, | 215 | to do with displaying tab characters in the buffer. @xref{Text Display}, |
| 216 | for more information on that. | 216 | for more information on that. |
| 217 | 217 | ||
| 218 | @node Just Spaces,, Tab Stops, Indentation | 218 | @node Just Spaces,, Tab Stops, Indentation |
diff --git a/man/rcirc.texi b/man/rcirc.texi index 606e6beea06..15744e6642c 100644 --- a/man/rcirc.texi +++ b/man/rcirc.texi | |||
| @@ -118,7 +118,7 @@ Here's a typical example: | |||
| 118 | 118 | ||
| 119 | @cindex redirection to random servers | 119 | @cindex redirection to random servers |
| 120 | When you connect to the Freenode network | 120 | When you connect to the Freenode network |
| 121 | (@indicateurl{http://freenode.net/}), you point your IRC client at the | 121 | (@code{http://freenode.net/}), you point your IRC client at the |
| 122 | server @code{irc.freenode.net}. That server will redirect your client | 122 | server @code{irc.freenode.net}. That server will redirect your client |
| 123 | to a random server on the network, such as @code{zelazny.freenode.net}. | 123 | to a random server on the network, such as @code{zelazny.freenode.net}. |
| 124 | 124 | ||
| @@ -424,8 +424,8 @@ your status as ``being back'' if you do not. People can use the | |||
| 424 | @cindex help about irc | 424 | @cindex help about irc |
| 425 | Typical IRC servers implement many more commands. You can read more | 425 | Typical IRC servers implement many more commands. You can read more |
| 426 | about the fantastic world of IRC online at | 426 | about the fantastic world of IRC online at |
| 427 | @indicateurl{http://www.irchelp.org/}, the Internet Relay Chat (IRC) | 427 | @uref{http://www.irchelp.org/, the Internet Relay Chat (IRC) help |
| 428 | help archive. | 428 | archive}. |
| 429 | 429 | ||
| 430 | @node Configuration, , Useful IRC commands, Reference | 430 | @node Configuration, , Useful IRC commands, Reference |
| 431 | @section Configuration | 431 | @section Configuration |
diff --git a/man/tramp.texi b/man/tramp.texi index e7d7b3d6b8d..b85347461ca 100644 --- a/man/tramp.texi +++ b/man/tramp.texi | |||
| @@ -1931,12 +1931,16 @@ navigation in the @file{*Compilation*} buffer. | |||
| 1931 | @chapter Reporting Bugs and Problems | 1931 | @chapter Reporting Bugs and Problems |
| 1932 | @cindex bug reports | 1932 | @cindex bug reports |
| 1933 | 1933 | ||
| 1934 | Bugs and problems with @value{tramp} are actively worked on by the development | 1934 | Bugs and problems with @value{tramp} are actively worked on by the |
| 1935 | team. Feature requests and suggestions are also more than welcome. | 1935 | development team. Feature requests and suggestions are also more than |
| 1936 | 1936 | welcome. | |
| 1937 | The @value{tramp} mailing list is a great place to get information on working | 1937 | |
| 1938 | with @value{tramp}, solving problems and general discussion and advice on topics | 1938 | The @value{tramp} mailing list is a great place to get information on |
| 1939 | relating to the package. | 1939 | working with @value{tramp}, solving problems and general discussion |
| 1940 | and advice on topics relating to the package. It is moderated so | ||
| 1941 | non-subscribers can post but messages will be delayed, possibly up to | ||
| 1942 | 48 hours (or longer in case of holidays), until the moderator approves | ||
| 1943 | your message. | ||
| 1940 | 1944 | ||
| 1941 | The mailing list is at @email{tramp-devel@@gnu.org}. Messages sent to | 1945 | The mailing list is at @email{tramp-devel@@gnu.org}. Messages sent to |
| 1942 | this address go to all the subscribers. This is @emph{not} the address | 1946 | this address go to all the subscribers. This is @emph{not} the address |
diff --git a/man/trampver.texi b/man/trampver.texi index 4fc3958b2f2..bf220f4b195 100644 --- a/man/trampver.texi +++ b/man/trampver.texi | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | @c In the Tramp CVS, the version number is auto-frobbed from | 4 | @c In the Tramp CVS, the version number is auto-frobbed from |
| 5 | @c configure.ac, so you should edit that file and run | 5 | @c configure.ac, so you should edit that file and run |
| 6 | @c "autoconf && ./configure" to change the version number. | 6 | @c "autoconf && ./configure" to change the version number. |
| 7 | @set trampver 2.0.53 | 7 | @set trampver 2.0.54 |
| 8 | 8 | ||
| 9 | @c Other flags from configuration | 9 | @c Other flags from configuration |
| 10 | @set prefix /usr/local | 10 | @set prefix /usr/local |
diff --git a/man/windows.texi b/man/windows.texi index a000892ad09..afb9f4273e6 100644 --- a/man/windows.texi +++ b/man/windows.texi | |||
| @@ -116,7 +116,7 @@ fit are frequent. Continuing all those lines might be confusing, so | |||
| 116 | if the variable @code{truncate-partial-width-windows} is | 116 | if the variable @code{truncate-partial-width-windows} is |
| 117 | non-@code{nil}, that forces truncation in all windows less than the | 117 | non-@code{nil}, that forces truncation in all windows less than the |
| 118 | full width of the screen, independent of the buffer being displayed | 118 | full width of the screen, independent of the buffer being displayed |
| 119 | and its value for @code{truncate-lines}. @xref{Display Custom}. | 119 | and its value for @code{truncate-lines}. @xref{Line Truncation}. |
| 120 | 120 | ||
| 121 | Horizontal scrolling is often used in side-by-side windows. | 121 | Horizontal scrolling is often used in side-by-side windows. |
| 122 | @xref{Horizontal Scrolling}. | 122 | @xref{Horizontal Scrolling}. |