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

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

32
33
34
35
36
37
38
39

40
41
42
43
44
45
46

(defgroup sbbs nil
  "SchemeBBS client."
  :group 'applications
  :prefix "sbbs-")

(defcustom sbbs-boards
  '(("textboard.org" ("sol" "prog") nil))

  "List of SchemeBBS sites and boards."
  :type '(repeat (list (string :tag "Board Domain")
                       (repeat (string :tag "Board Name"))
                       (boolean :tag "Use TLS?"))))

(defcustom sbbs-jump-to-link t
  "Jump to first link after narrowing posts."







|
>







32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47

(defgroup sbbs nil
  "SchemeBBS client."
  :group 'applications
  :prefix "sbbs-")

(defcustom sbbs-boards
  '(("textboard.org" ("sol" "prog") t)
    ("bbs.jp.net" ("mona") t))
  "List of SchemeBBS sites and boards."
  :type '(repeat (list (string :tag "Board Domain")
                       (repeat (string :tag "Board Name"))
                       (boolean :tag "Use TLS?"))))

(defcustom sbbs-jump-to-link t
  "Jump to first link after narrowing posts."