aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Schroeder2006-01-28 12:06:48 +0000
committerAlex Schroeder2006-01-28 12:06:48 +0000
commitd177d64eef02e65d031c3cb381730ba2935a8a9c (patch)
tree7b84327b682fc5f77de0571110a010fa0be61dd1
parentcb4cdec8fb53b6e15280f28e5d66039295262ab3 (diff)
downloademacs-d177d64eef02e65d031c3cb381730ba2935a8a9c.tar.gz
emacs-d177d64eef02e65d031c3cb381730ba2935a8a9c.zip
Some @cindex changes, some changes from @kbd to
@key.
-rw-r--r--man/ChangeLog5
-rw-r--r--man/rcirc.texi20
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 @@
12006-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
12006-01-27 Eli Zaretskii <eliz@gnu.org> 62006-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
92This chapter contains a brief introduction to IRC (Internet Relay Chat), 91This chapter contains a brief introduction to IRC (Internet Relay Chat),
93and a quick tutorial on @code{rcirc}. 92and a quick tutorial on @code{rcirc}.
@@ -123,7 +122,7 @@ When you connect to the Freenode network
123server @code{irc.freenode.net}. That server will redirect your client 122server @code{irc.freenode.net}. That server will redirect your client
124to a random server on the network, such as @code{zelazny.freenode.net}. 123to 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
128Once you're connected, you can send messages to all other users 127Once you're connected, you can send messages to all other users
129connected to the same network, and you can join all channels on the same 128connected 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
209To talk in a channel, just type in what you want to say in a channel 208To talk in a channel, just type in what you want to say in a channel
210buffer, and press @kbd{RET}. 209buffer, 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
217If you want to paste multiple lines, such as source code, you can use 216If 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
219C-c} to finish editing. You still need to press @kbd{RET} to send it, 218C-c} to finish editing. You still need to press @key{RET} to send it,
220though. Generally, IRC users don't like people pasting more than around 219though. Generally, IRC users don't like people pasting more than around
221four lines of code, so use with care. 220four 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
229You will note that when other people say things in buffers that are 228You will note that when other people say things in buffers that are
230currently buried (no window is showing them), the mode line will show 229currently buried (no window is showing them), the mode line will show
231you the abbreviated channel or nick name. Use @kbd{C-c C-SPC} to switch 230you the abbreviated channel or nick name. Use @kbd{C-c C-@key{SPC}} to switch
232to these buffers. 231to 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
263For instance, instead of using the command @kbd{C-c C-j} to join a new 263For instance, instead of using the command @kbd{C-c C-j} to join a new
264channel, you may type this in an @code{rcirc} buffer, and press @kbd{RET}: 264channel, 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
361network. A new buffer will be created for this conversation. It works 361network. A new buffer will be created for this conversation. It works
362like a channel with only two members. (Also @code{/query fsbot}.) 362like 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
400This command toggles the ignore status of a nick, if you provide one. 400This command toggles the ignore status of a nick, if you provide one.
401If you don't provide a nick, the command lists all the nicks you are 401If you don't provide a nick, the command lists all the nicks you are
402ignoring. All messages by ignored nicks are -- you guessed it -- 402ignoring. All messages by ignored nicks are---you guessed it---ignored.
403ignored. Since only ``operators'' can kick people from channels, the 403Since only ``operators'' can kick people from channels, the
404ignore command is often the only way to deal with some of the more 404ignore command is often the only way to deal with some of the more
405obnoxious fellows online. Example: @code{/ignore xah}. 405obnoxious 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
440These are some variables you can change to configure @code{rcirc} to your 440These are some variables you can change to configure @code{rcirc} to your
441liking. 441liking.