]> sipb.mit.edu Git - wiki.git/blobdiff - doc/UsingZephyr
(no commit message)
[wiki.git] / doc / UsingZephyr
index b64190f9b897ebbd4408a8e4aacddf3c25b9c6ee..36e77ec479df773a14146fad4da101e93c20e0f1 100644 (file)
@@ -12,6 +12,18 @@ The information in this wiki about Barnowl just barely touches the surface.  Mor
 
 Today the majority of Zephyr users use the barnowl client.  There are other clients as well (for example, Pidgin supports Zephyr).  The following sections will go into detail about how to install, use, and customize barnowl.
 
+=== Other Clients ===
+
+There are other clients besides Barnowl, however their use is not nearly as widespread.  Some of these include:
+
+* Owl (unmaintained, Barnowl evolved from this)[[BR]]
+* vt / jervt[[BR]]
+* zwgc (see TraditionalZephyr)[[BR]]
+* Pidgin[[BR]]
+* zephyr-mode for emacs[[BR]]
+
+Using Barnowl is recommended, as it is better supported and more documentation exists for it.
+
 === Using Barnowl ===
 
 To start barnowl, run the command {{{add barnowl; barnowl}}} at the prompt on any Athena machine or dialup, such as linerva.mit.edu.
@@ -96,7 +108,7 @@ It is handy to be able to log your conversations so you can refer back to them l
 
 {{{
 :set classlogging on
-"set classlogpath ~/path/to/class/log
+:set classlogpath ~/path/to/class/log
 }}}
 
 And to log personals:
@@ -179,17 +191,4 @@ C-a 0
 
 To detach a screen session (for example, if you want to log out), press C-a d.  Screen continues to run, but is no longer active.
 
-To reattach a screen session, run one of the following commands (as listed in the screen man page):
-
-'''{{{-d -r}}}'''   Reattach a session and if necessary detach it first.[[BR]]
-'''{{{-d -R}}}'''   Reattach a session and if necessary detach or even create it first.[[BR]]
-'''{{{-d -RR}}}'''  Reattach a session and if necessary detach or create it. Use the first session if more than one session is available.[[BR]]
-'''{{{-D -r}}}'''   Reattach a session. If necessary detach and logout remotely first.[[BR]]
-'''{{{-D -R}}}'''   Attach here and now.  In detail this means: If a session is running, then reattach.  If necessary detach and logout remotely first.  If it was not running create it and notify the user.[[BR]]
-'''{{{-D -RR}}}'''  Attach here and now. Whatever that means, just do it.[[BR]]
-'''{{{-x}}}'''      Attach to a not detached screen session. (Multi display mode).[[BR]]
-
-Note: It is always a good idea to check the status of your sessions by means of "screen -list".
-
-The -x option is preferable, since it means you don't need to reattach your screen elsewhere if it was previously attached.
-
+To reattach a screen session, run {{{screen -dR}}}.  There are other options available, run {{{man screen}}} to learn more about them.
\ No newline at end of file