aboutsummaryrefslogtreecommitdiff
path: root/sx-interaction.el
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Refactor .site to .site_parArtur Malabarba2014-12-221-9/+9
| * | | | Do comment validity checking on edits tooArtur Malabarba2014-12-221-1/+3
| * | | | Refactor comment validity checkingArtur Malabarba2014-12-221-2/+14
| * | | | Fix buffer not updating after posting answers/edits.Artur Malabarba2014-12-221-4/+5
| * | | | Support editing comments.Artur Malabarba2014-12-221-1/+0
* | | | | Fix bad docstringSean Allred2015-01-021-3/+3
* | | | | Introduce convencience function for site promptingSean Allred2015-01-021-0/+12
| |/ / / |/| | |
* | | | Initial implementation of sx-completing-readArtur Malabarba2014-12-271-4/+4
* | | | Merge pull request #173 from vermiculus/visit-question-from-linkArtur Malabarba2014-12-271-4/+22
|\ \ \ \
| * \ \ \ Merge branch 'master' into visit-question-from-linkSean Allred2014-12-261-8/+22
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | whitespaceArtur Malabarba2014-12-201-3/+3
| * | | | sx-open-link takes link from clipboard by defaultArtur Malabarba2014-12-201-1/+5
| * | | | Refactor sx-visit to sx-visit-externallyArtur Malabarba2014-12-201-1/+1
| * | | | sx-open-link: command to visit links inside SXArtur Malabarba2014-12-201-0/+13
| * | | | Implement identifying type, id, and site of a link.Artur Malabarba2014-12-171-0/+1
* | | | | Add autoload cookie to `sx-ask'Sean Allred2014-12-271-0/+1
| |/ / / |/| | |
* | | | Do comment validity checking on edits tooArtur Malabarba2014-12-171-1/+3
* | | | Refactor comment validity checkingArtur Malabarba2014-12-171-2/+14
* | | | Fix buffer not updating after posting answers/edits.Artur Malabarba2014-12-171-4/+5
* | | | Support editing comments.Artur Malabarba2014-12-171-1/+0
|/ / /
* | | Hotfix wrong variableArtur Malabarba2014-12-161-1/+1
* | | user-error is "not known to be defined" in emacs 24.2Artur Malabarba2014-12-151-2/+2
* | | Hotfix undefined functionSean Allred2014-12-151-1/+1
* | | Fix dependency order. sx-tab now requires sx-interactionArtur Malabarba2014-12-141-2/+16
* | | Merge branch 'master' into issue-130Sean Allred2014-12-031-17/+75
|\ \ \
| * | | Slight simplificationArtur Malabarba2014-12-031-3/+3
| * | | Refactor :question-read-p in data-here as a separate functionArtur Malabarba2014-12-031-40/+40
| * | | Extend sx--data-hereArtur Malabarba2014-12-031-24/+49
| * | | Merge branch 'master' into answeringArtur Malabarba2014-12-031-4/+37
| |\ \ \ | | | |/ | | |/|
| | * | Redo sx--data-here take &optional noerrorArtur Malabarba2014-12-021-4/+11
| | * | Merge branch 'master' into improve-display-engineSean Allred2014-12-021-15/+11
| | |\ \
| | * | | 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
| | | |/ | | |/|
* | / | Add missing dot-operatorSean Allred2014-12-021-1/+1
|/ / /
* | | Header Commentary to sx-interactionArtur Malabarba2014-12-021-1/+16
* | | Refactor sx-compose-createArtur Malabarba2014-12-021-3/+3
* | | Implement a command for asking.Artur Malabarba2014-12-021-0/+17
* | | Editing implementedArtur Malabarba2014-12-021-4/+27
* | | Simplify update-display codeArtur Malabarba2014-12-021-10/+10
* | | Fix docArtur Malabarba2014-12-021-3/+1
* | | sx-answer to start composing from the question bufferArtur Malabarba2014-12-021-4/+39
| |/ |/|
* | 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
* | New "Add a Comment" buttonArtur Malabarba2014-11-291-3/+6
|/
* 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 itSean Allred2014-11-251-5/+14
* | Streamline replying to commentsSean Allred2014-11-251-1/+1
|/
* Several bug fixes to commenting logic.Artur Malabarba2014-11-261-15/+22