sbbs.el

Check-in [918ba0640d]
Login
Overview
Comment:Disable open-at-last-post by default
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | master | trunk
Files: files | file ages | folders
SHA3-256: 918ba0640dc8a63183f8c0da3c6d17fd11ed8b64b7e4312eed493a1d6f4ff9a8
User & Date: zge on 2021-05-29 12:45:40
Other Links: branch diff | manifest | tags
Context
2021-05-29
12:53
Improve check if region is active check-in: 438efd04c7 user: zge tags: master, trunk
12:45
Disable open-at-last-post by default check-in: 918ba0640d user: zge tags: master, trunk
12:45
Disable recenter-to-top by default check-in: e70b45d979 user: zge tags: master, trunk
Changes
Hide Diffs Side-by-Side Diffs Ignore Whitespace Patch

Modified sbbs.el from [bf592c7f3b] to [35b5b19ba4].

    55     55     "Jump to first link after narrowing posts."
    56     56     :type 'boolean)
    57     57   
    58     58   (defcustom sbbs-recenter-to-top nil
    59     59     "Move point to top of frame when moving through posts."
    60     60     :type 'boolean)
    61     61   
    62         -(defcustom sbbs-open-at-last-post t
           62  +(defcustom sbbs-open-at-last-post nil
    63     63     "Jump to last post in a thread when opening a thread."
    64     64     :type 'boolean)
    65     65   
    66     66   (defface sbbs--semi-spoiler-face
    67     67     '((((background light)) :background "gray80" :foreground "black")
    68     68       (((background dark)) :background "gray20" :foreground "white"))
    69     69     "Face for spoiler text in threads.")