sbbs.el

Diff
Login

Differences From Artifact [d8fe8ef47e]:

To Artifact [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.