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