diff options
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/rcirc.texi | 20 |
2 files changed, 15 insertions, 10 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index d2cf655adb7..5bb4d87c31f 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-01-28 Bj,Av(Brn Lindstr,Av(Bm <bkhl@elektrubadur.se> | ||
| 2 | |||
| 3 | * rcirc.texi: Some @cindex changes, some changes from @kbd to | ||
| 4 | @key. | ||
| 5 | |||
| 1 | 2006-01-27 Eli Zaretskii <eliz@gnu.org> | 6 | 2006-01-27 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets. | 8 | * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets. |
diff --git a/man/rcirc.texi b/man/rcirc.texi index 034b2c23df9..49e395df66a 100644 --- a/man/rcirc.texi +++ b/man/rcirc.texi | |||
| @@ -87,7 +87,6 @@ Hacking and Tweaking | |||
| 87 | 87 | ||
| 88 | @node Basics, Reference, Top, Top | 88 | @node Basics, Reference, Top, Top |
| 89 | @chapter Basics | 89 | @chapter Basics |
| 90 | @cindex basic usage | ||
| 91 | 90 | ||
| 92 | This chapter contains a brief introduction to IRC (Internet Relay Chat), | 91 | This chapter contains a brief introduction to IRC (Internet Relay Chat), |
| 93 | and a quick tutorial on @code{rcirc}. | 92 | and a quick tutorial on @code{rcirc}. |
| @@ -123,7 +122,7 @@ When you connect to the Freenode network | |||
| 123 | server @code{irc.freenode.net}. That server will redirect your client | 122 | server @code{irc.freenode.net}. That server will redirect your client |
| 124 | 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}. |
| 125 | 124 | ||
| 126 | @cindex channel names | 125 | @cindex channel name |
| 127 | @cindex # starts a channel name | 126 | @cindex # starts a channel name |
| 128 | Once you're connected, you can send messages to all other users | 127 | Once you're connected, you can send messages to all other users |
| 129 | connected to the same network, and you can join all channels on the same | 128 | connected to the same network, and you can join all channels on the same |
| @@ -207,7 +206,7 @@ and a channel buffer for each of the channels you wanted to join. | |||
| 207 | @cindex talking | 206 | @cindex talking |
| 208 | @cindex communicating | 207 | @cindex communicating |
| 209 | To talk in a channel, just type in what you want to say in a channel | 208 | To talk in a channel, just type in what you want to say in a channel |
| 210 | buffer, and press @kbd{RET}. | 209 | buffer, and press @key{RET}. |
| 211 | 210 | ||
| 212 | @kindex C-c C-c | 211 | @kindex C-c C-c |
| 213 | @cindex multiline messages | 212 | @cindex multiline messages |
| @@ -216,7 +215,7 @@ buffer, and press @kbd{RET}. | |||
| 216 | @cindex edit message before sending | 215 | @cindex edit message before sending |
| 217 | If you want to paste multiple lines, such as source code, you can use | 216 | If you want to paste multiple lines, such as source code, you can use |
| 218 | @kbd{C-c C-c} to edit your message in a separate buffer. Use @kbd{C-c | 217 | @kbd{C-c C-c} to edit your message in a separate buffer. Use @kbd{C-c |
| 219 | C-c} to finish editing. You still need to press @kbd{RET} to send it, | 218 | C-c} to finish editing. You still need to press @key{RET} to send it, |
| 220 | though. Generally, IRC users don't like people pasting more than around | 219 | though. Generally, IRC users don't like people pasting more than around |
| 221 | four lines of code, so use with care. | 220 | four lines of code, so use with care. |
| 222 | 221 | ||
| @@ -228,7 +227,7 @@ four lines of code, so use with care. | |||
| 228 | @cindex modeline tracks activity | 227 | @cindex modeline tracks activity |
| 229 | You will note that when other people say things in buffers that are | 228 | You will note that when other people say things in buffers that are |
| 230 | currently buried (no window is showing them), the mode line will show | 229 | currently buried (no window is showing them), the mode line will show |
| 231 | you the abbreviated channel or nick name. Use @kbd{C-c C-SPC} to switch | 230 | you the abbreviated channel or nick name. Use @kbd{C-c C-@key{SPC}} to switch |
| 232 | to these buffers. | 231 | to these buffers. |
| 233 | 232 | ||
| 234 | @node Reference, Hacking and Tweaking, Basics, Top | 233 | @node Reference, Hacking and Tweaking, Basics, Top |
| @@ -247,6 +246,7 @@ documentation. | |||
| 247 | 246 | ||
| 248 | @node rcirc commands, Useful IRC commands, Reference, Reference | 247 | @node rcirc commands, Useful IRC commands, Reference, Reference |
| 249 | @section rcirc commands | 248 | @section rcirc commands |
| 249 | @cindex rcirc commands | ||
| 250 | @cindex commands | 250 | @cindex commands |
| 251 | 251 | ||
| 252 | @kindex C-h m | 252 | @kindex C-h m |
| @@ -261,7 +261,7 @@ typing them into an @code{rcirc} buffer. | |||
| 261 | @cindex typing commands | 261 | @cindex typing commands |
| 262 | @cindex commands | 262 | @cindex commands |
| 263 | For instance, instead of using the command @kbd{C-c C-j} to join a new | 263 | For instance, instead of using the command @kbd{C-c C-j} to join a new |
| 264 | channel, you may type this in an @code{rcirc} buffer, and press @kbd{RET}: | 264 | channel, you may type this in an @code{rcirc} buffer, and press @key{RET}: |
| 265 | 265 | ||
| 266 | @example | 266 | @example |
| 267 | /join #emacs | 267 | /join #emacs |
| @@ -361,7 +361,7 @@ Starts a one-to-one conversation with another person on the same | |||
| 361 | network. A new buffer will be created for this conversation. It works | 361 | network. A new buffer will be created for this conversation. It works |
| 362 | like a channel with only two members. (Also @code{/query fsbot}.) | 362 | like a channel with only two members. (Also @code{/query fsbot}.) |
| 363 | 363 | ||
| 364 | @item C-c RET | 364 | @item C-c @key{RET} |
| 365 | @kindex C-c RET | 365 | @kindex C-c RET |
| 366 | @cindex /msg | 366 | @cindex /msg |
| 367 | @cindex single message | 367 | @cindex single message |
| @@ -399,8 +399,8 @@ commands, such as: | |||
| 399 | @cindex idiots online | 399 | @cindex idiots online |
| 400 | This command toggles the ignore status of a nick, if you provide one. | 400 | This command toggles the ignore status of a nick, if you provide one. |
| 401 | If you don't provide a nick, the command lists all the nicks you are | 401 | If you don't provide a nick, the command lists all the nicks you are |
| 402 | ignoring. All messages by ignored nicks are -- you guessed it -- | 402 | ignoring. All messages by ignored nicks are---you guessed it---ignored. |
| 403 | ignored. Since only ``operators'' can kick people from channels, the | 403 | Since only ``operators'' can kick people from channels, the |
| 404 | ignore command is often the only way to deal with some of the more | 404 | ignore command is often the only way to deal with some of the more |
| 405 | obnoxious fellows online. Example: @code{/ignore xah}. | 405 | obnoxious fellows online. Example: @code{/ignore xah}. |
| 406 | @end table | 406 | @end table |
| @@ -435,7 +435,7 @@ help archive. | |||
| 435 | 435 | ||
| 436 | @node Configuration, , Useful IRC commands, Reference | 436 | @node Configuration, , Useful IRC commands, Reference |
| 437 | @section Configuration | 437 | @section Configuration |
| 438 | @cindex configuration | 438 | @cindex configuring rcirc |
| 439 | 439 | ||
| 440 | These are some variables you can change to configure @code{rcirc} to your | 440 | These are some variables you can change to configure @code{rcirc} to your |
| 441 | liking. | 441 | liking. |