sbbs.el

Diff
Login

Differences From Artifact [81d2e3071c]:

To Artifact [2fdcb74ccb]:


    39     39     :prefix "sbbs-")
    40     40   
    41     41   (defcustom sbbs-boards
    42     42     '(("textboard.org" ("sol" "prog") t)
    43     43       ("bbs.jp.net" (("mona" . "")) t))
    44     44     "List of SchemeBBS sites and boards."
    45     45     :type '(repeat (list (string :tag "Board Domain")
    46         -                       (repeat (or (string :tag "Board Name")
    47         -                                   (cons (string :tag "Board Name")
    48         -                                         (string :tag "API Path"))))
           46  +                       (repeat (choice :tag "Special API"
           47  +                                (string :tag "Board Name")
           48  +                                (cons (string :tag "Board Name")
           49  +                                      (string :tag "API Path"))))
    49     50                          (boolean :tag "Use TLS?"))))
    50     51   
    51     52   (defcustom sbbs-default-board nil
    52     53     "Jump to first link after narrowing posts."
    53     54     :type '(choice (const :tag "None" nil)
    54     55                    (cons (string :tag "Board Domain")
    55     56                          (string :tag "Board Name"))))