sbbs.el

Check-in [3b3f5a4071]
Login
Overview
Comment:Don't break compatibility with emacs -nw
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | master | trunk
Files: files | file ages | folders
SHA3-256: 3b3f5a40716830760a909319182c7a808d1f96cf3a1ec21fa7f321c15c67f9bd
User & Date: zge on 2020-12-16 12:13:51
Other Links: branch diff | manifest | tags
Context
2021-01-19
10:39
Ensure valid board names are entered check-in: aabf564004 user: zge tags: master, trunk
2020-12-16
12:13
Don't break compatibility with emacs -nw check-in: 3b3f5a4071 user: zge tags: master, trunk
2020-10-07
17:19
Add a "/" as initial content when prompting to open a board check-in: 43bf3542e7 user: zge tags: master, trunk
Changes
Hide Diffs Side-by-Side Diffs Ignore Whitespace Patch

Modified sbbs.el from [53a852f77e] to [7857cd54ea].

    70     70   
    71     71   (defface sbbs--code-face
    72     72     '((((background light)) :background "gray89" :extend t)
    73     73       (((background dark)) :background "gray11" :extend t))
    74     74     "Face for code blocks in threads.")
    75     75   
    76     76   (defface sbbs--variable-pitch
    77         -  (if (x-list-fonts "Mona-")
           77  +  (if (and (window-system) (x-list-fonts "Mona-"))
    78     78         '((nil :font "Mona"
    79     79                :inherit variable-pitch))
    80     80       '((nil :inherit variable-pitch)))
    81     81     "Face for code blocks in threads.")
    82     82   
    83     83   (defface sbbs--post-header-face
    84     84     '((nil :extend t