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 Unified Diffs Ignore Whitespace Patch

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

3
4
5
6
7
8
9













10
11
12
13
14
15
16

`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.







>
>
>
>
>
>
>
>
>
>
>
>
>







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` 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.