From: Magnus H. <leg...@us...> - 2008-05-18 12:12:59
|
Update of /cvsroot/emacs-jabber/emacs-jabber In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv27712 Modified Files: jabber.texi Log Message: Revision: ma...@fr...--2005/emacs-jabber--cvs-head--0--patch-499 Creator: Magnus Henoch <ma...@fr...> Documentation: chatting Index: jabber.texi =================================================================== RCS file: /cvsroot/emacs-jabber/emacs-jabber/jabber.texi,v retrieving revision 1.92 retrieving revision 1.93 diff -u -d -r1.92 -r1.93 --- jabber.texi 18 May 2008 12:12:39 -0000 1.92 +++ jabber.texi 18 May 2008 12:12:55 -0000 1.93 @@ -212,6 +212,12 @@ put point over the person you want to chat with in the roster display and hit RET. +You can also use the function @code{jabber-chat-with}. This function is +bound to @kbd{C-x C-j C-j} in the global keymap. You will be asked to +enter a JID in the minibuffer. You can also enter the roster name of +one of your contacts. All JIDs and names in your roster can be +tab-completed. + You can also use menus to access commands. In the roster display, you can access several menus through keystrokes or mouse clicks. You can bring one big menu up by pressing the second mouse button, or you can @@ -219,18 +225,15 @@ latter while point is on a roster entry, that entry will be the default value when you are asked for whom to chat with. -You can also use the function @code{jabber-chat-with}, which is what the -menu item is bound to. This function is bound to @kbd{C-x C-j C-j} in -the global keymap. - Now, try opening a chat with someone. A buffer named @code{*-jabber-chat-:-@var{person}-*} will be created and selected. Type your message at the end of the buffer, and hit @kbd{RET} to send it. To include a newline in your message, use @kbd{C-j}. When you receive a message from someone, you will see a red indicator in -the mode line. You can click this indicator or type @kbd{C-x C-j C-l} -to switch to the relevant buffer. +the mode line. You can click this indicator with the mouse, or type +@kbd{C-x C-j C-l} to switch to the relevant buffer. @xref{Tracking +activity}. @node Presence, Presence subscription, Chatting, Basic operation @section Presence |