aboutsummaryrefslogtreecommitdiff
path: root/sx-question-print.el
Commit message (Collapse)AuthorAgeFilesLines
* Code-blocks are buttons. RET to edit, w to copy.Artur Malabarba2014-11-291-8/+32
|
* Woops. Fix swallowing one function inside the other.Artur Malabarba2014-11-291-11/+3
|
* New "Add a Comment" buttonArtur Malabarba2014-11-291-1/+6
|
* Better help-echo in linksArtur Malabarba2014-11-291-3/+3
|
* Normalize and improve button help-echo'sArtur Malabarba2014-11-291-6/+0
|
* Improve button-copyArtur Malabarba2014-11-291-11/+14
|
* Move buttons to sx-button.elArtur Malabarba2014-11-291-23/+4
| | | | Also define command to copy button's content under w.
* WhitespaceArtur Malabarba2014-11-291-1/+1
|
* Split sx-question-mode into two files.Artur Malabarba2014-11-291-0/+440
sx-question-print holds all the logic for printing the buffer's content. The original file is reserved for the mode definition, interactive commands, and functions that create and display the bufer.