aboutsummaryrefslogtreecommitdiff
path: root/sx-question-print.el
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into organizeSean Allred2014-12-031-58/+75
|\
| * Merge pull request #124 from vermiculus/buttons-everywhereSean Allred2014-12-021-57/+64
| |\ | | | | | | Buttons everywhere
| | * Comments are now hidden when you fold the questionArtur Malabarba2014-12-011-27/+27
| | |
| | * Better positioning of the add comment buttonArtur Malabarba2014-12-011-18/+25
| | |
| | * question-mod now uses overlays to store the sx--data-here propertyArtur Malabarba2014-12-011-2/+2
| | | | | | | | | | | | | | | This lets us stack one inside each other (comments inside questions) without overwriting them.
| | * Clean 'display in code-blocks. Fixes #117Artur Malabarba2014-11-291-0/+1
| | |
| | * 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.
| * | Merge pull request #101 from vermiculus/issue-100Artur Malabarba2014-12-011-1/+7
| |\ \ | | | | | | | | Default to post author if post editor is missing
| | * | Reimplement deleted-userArtur Malabarba2014-12-011-1/+7
| | |/
| * / Fix #57. Set the buffer as unibyte then multibyte again.Artur Malabarba2014-11-291-0/+4
| |/
* / Standardize local variablesSean Allred2014-12-011-2/+2
|/ | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files
* 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.