sbbs.el

Check-in [3836dcc4c0]
Login
Overview
Comment:updated board list
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | master | trunk
Files: files | file ages | folders
SHA3-256: 3836dcc4c08724fa43fa50c3ff2607355372dd3f0682a4779df58d11d3fd61bf
User & Date: philip@warpmail.net on 2020-05-26 10:35:58
Other Links: branch diff | manifest | tags
Context
2020-05-28
21:24
Updated README for new repository check-in: f6131895fe user: phi tags: master, trunk
2020-05-26
10:35
updated board list check-in: 3836dcc4c0 user: philip@warpmail.net tags: master, trunk
2020-05-05
19:49
use variable-pitch face for links check-in: 093b218ae8 user: philip@warpmail.net tags: master, trunk
Changes
Hide Diffs Side-by-Side Diffs Ignore Whitespace Patch

Modified sbbs.el from [8f395ca288] to [b0e01cc124].

    32     32   
    33     33   (defgroup sbbs nil
    34     34     "SchemeBBS client."
    35     35     :group 'applications
    36     36     :prefix "sbbs-")
    37     37   
    38     38   (defcustom sbbs-boards
    39         -  '(("textboard.org" ("sol" "prog") nil))
           39  +  '(("textboard.org" ("sol" "prog") t)
           40  +    ("bbs.jp.net" ("mona") t))
    40     41     "List of SchemeBBS sites and boards."
    41     42     :type '(repeat (list (string :tag "Board Domain")
    42     43                          (repeat (string :tag "Board Name"))
    43     44                          (boolean :tag "Use TLS?"))))
    44     45   
    45     46   (defcustom sbbs-jump-to-link t
    46     47     "Jump to first link after narrowing posts."