X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/blobdiff_plain/46e01c2571aa5637fc865cb0890cb195282d6c86..0426999154998b7e7bbe3f6965aeeac1063d4d61:/doc/UsingZephyr diff --git a/doc/UsingZephyr b/doc/UsingZephyr index d389410..d9a22ef 100644 --- a/doc/UsingZephyr +++ b/doc/UsingZephyr @@ -30,7 +30,7 @@ To start barnowl, run the command {{{add barnowl; barnowl}}} at the prompt on an The simplest use of Zephyr is to send personal zephyrs to other users. To send a zephyr, type : to bring up a command line, and run the command {{{zwrite USERNAME}}}. You can also start a {{{zwrite}}} command by simply typing z. -You can then enter your message, and then enter a {{{.}}} on a line by itself to finish the zephyr. By convention, zephyrs are usually word-wrapped to 70 characters or so per line; barnowl will wrap at about 10 characters less than the width of your terminal window, so if you have a large window, you may need to press M-q (Alt-q, or Escape then q) to word-wrap the text you've entered, to a smaller width. +You can then enter your message, and then enter a {{{.}}} on a line by itself to finish the zephyr. By convention, zephyrs are usually word-wrapped to 70 characters or so per line; barnowl will wrap at about 10 characters less than the width of your terminal window, so if you have a large window, you may need to press M-q (Alt-q, or Escape then q) to word-wrap the current paragraph to a smaller width. Once you've sent and received zephyrs, you can navigate the message list with the arrow keys. Press {{{d}}} to mark a message as deleted, {{{u}}} to undelete it, and {{{x}}} to expunge all messages that have been marked as deleted. @@ -118,14 +118,16 @@ And to log personals: :set logging on }}} -This will log to the "zlog" directory in your locker. You probably don't want people to see what classes you're on or what people you talk to, so you can run the Athena command +This will log to the "zlog" directory in your locker. You probably don't want people to see what classes you're on or what people you talk to, so you can run the Athena commands {{{ mkdir -p ~/zlog fs sa ~/zlog system:anyuser none +mkdir -p ~/zlog/people +mkdir -p ~/zlog/class }}} -to make this directory completely hidden. +to create the necessary directories and make them completely hidden. === Colors ===