sbbs.el

Check-in [f0432e6d61]
Login
Overview
Comment:added usage section to readme
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | master | trunk
Files: files | file ages | folders
SHA3-256: f0432e6d6103a689e4b5adb24c03fa19ef938d04bfc76ca2c4be2428702b3d94
User & Date: philip@warpmail.net on 2020-02-22 20:22:08
Other Links: branch diff | manifest | tags
Context
2020-02-22
21:16
check if buffer still exists in url-retrieve callbacks check-in: 93642cb140 user: philip@warpmail.net tags: master, trunk
20:22
added usage section to readme check-in: f0432e6d61 user: philip@warpmail.net tags: master, trunk
13:26
fixed public inbox link in readme check-in: 10da9b03bc user: philip@warpmail.net tags: master, trunk
Changes
Hide Diffs Side-by-Side Diffs Ignore Whitespace Patch

Modified README.md from [d8fe8ef47e] to [6d4d80db15].

     3      3   
     4      4   `sbbs` is a [SchemeBBS][schemebbs] client in Emacs. It implements
     5      5   browsing the thread list, threads and creating responses.
     6      6   
     7      7   Any bugs, patches or questions can be submitted to my [public
     8      8   inbox][mail].
     9      9   
           10  +Usage
           11  +-----
           12  +
           13  +Make sure `sbbs.el` is your load path (if necessary adjust the
           14  +`load-path` variable), and then run `M-x sbbs`. This will prompt you
           15  +what board to load, and then open a buffer while asynchronously
           16  +fetching the thread list.
           17  +
           18  +To start a new thread, press `c` (`sbbs-view-compose`), or open a
           19  +thread by pressing enter. When in a thread, respond by pressing `r`
           20  +(`sbbs-read-reply`). Create a thread or response by pressing `C-c C-c`
           21  +(`sbbs-compose-create`).
           22  +
    10     23   Issues and Improvments
    11     24   ----------------------
    12     25   
    13     26   - Due to issues with `url.el`, some versions of Emacs take
    14     27     quite long to load threads/thread lists.
    15     28   - No highlighting in response buffers.
    16     29   - Spoilers aren't shown unless manually highlighted.