aboutsummaryrefslogtreecommitdiff
path: root/sx-interaction.el
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into organizeSean Allred2014-12-031-7/+43
|\
| * Redo sx--data-here take &optional noerrorArtur Malabarba2014-12-021-4/+11
| |
| * Merge branch 'master' into improve-display-engineSean Allred2014-12-021-15/+11
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-interaction.el Conflicting functions: sx--data-here
| | * Switch get-pos-property to get-char-propertyArtur Malabarba2014-12-011-1/+1
| | |
| | * question-mod now uses overlays to store the sx--data-here propertyArtur Malabarba2014-12-011-3/+3
| | | | | | | | | | | | | | | This lets us stack one inside each other (comments inside questions) without overwriting them.
| | * New "Add a Comment" buttonArtur Malabarba2014-11-291-3/+6
| | |
| * | Refactor sx-question-list-display-question into 2 other functionsArtur Malabarba2014-12-011-0/+24
| | |
| * | Section CommentArtur Malabarba2014-12-011-0/+2
| | |
| * | Make sx--data-here throw error on failure.Artur Malabarba2014-12-011-3/+10
| |/
* | 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
* | Provide commentaries for each fileSean Allred2014-11-281-0/+4
| |
* | File header normalizationSean Allred2014-11-271-1/+5
|/
* Prune unused lexical variableSean Allred2014-11-271-2/+1
|
* Merge pull request #99 from vermiculus/copy-visit-linkArtur Malabarba2014-11-261-5/+14
|\ | | | | Add ability to copy link instead of visiting it
| * Add ability to copy link instead of visiting itSean Allred2014-11-251-5/+14
| |
* | Streamline replying to commentsSean Allred2014-11-251-1/+1
|/ | | | Append a single space after the at-mention in comment replies.
* Several bug fixes to commenting logic.Artur Malabarba2014-11-261-15/+22
|
* new sx--get-post bugArtur Malabarba2014-11-251-13/+13
|
* Implement commenting on anything.Artur Malabarba2014-11-251-0/+73
|
* Moved interaction functions to their own fileArtur Malabarba2014-11-251-0/+110