aboutsummaryrefslogtreecommitdiff
path: root/sx-interaction.el
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'organize' of github.com:vermiculus/sx.el into organizeSean Allred2015-01-041-1/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-cache.el sx-encoding.el sx-favorites.el sx-filter.el sx-interaction.el sx-method.el sx-question-list.el sx-question-mode.el sx-question-print.el sx-question.el sx-tab.el sx-time.el sx.el
| * Merge branch 'master' into organizeSean Allred2014-12-031-7/+43
| |\
| * | 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
| | |
* | | Standardize local variablesSean Allred2015-01-041-1/+1
| | | | | | | | | | | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files
* | | Merge pull request #194 from vermiculus/better-vote-logicSean Allred2015-01-041-12/+14
|\ \ \ | | | | | | | | Better vote logic
| * | | "u" and "d" unconditionally apply votes instead of toggling.Artur Malabarba2015-01-041-12/+14
| | | | | | | | | | | | | | | | To remove votes, use C-u.
* | | | Use symbols for url-request-methodSean Allred2015-01-041-3/+3
|/ / /
* | | Only favorite questionsArtur Malabarba2015-01-041-1/+1
| | |
* | | Implement favoritingArtur Malabarba2015-01-041-0/+18
| | |
* | | Merge branch 'master' into searchSean Allred2015-01-021-19/+38
|\ \ \ | | | | | | | | | | | | Branch: search
| * \ \ Merge branch 'master' into inboxArtur Malabarba2015-01-011-4/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-question.el sx.el
| * | | | Viewing and visiting doesn't work on inbox.Artur Malabarba2014-12-221-9/+10
| | | | |
| * | | | Generalize sx-display-question to sx-displayArtur Malabarba2014-12-221-1/+19
| | | | |
| * | | | sx-display-question should only take questionsArtur Malabarba2014-12-221-1/+1
| | | | |
| * | | | Refactor .site to .site_parArtur Malabarba2014-12-221-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out some api objects do have a site property, except its value is not a string, it is another object. The actual string we've been referring to as .site is the .site.api_site_parameter To avoid conflicts, I've renamed all our uses of .site to .site_par, and sx-assoc-let now makes sure the object has a .site_par value, instead of a .site value (which it may or may not have now, and is the same object that the api refers to as site).
| * | | | 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
| | | | | | | | | | | | | | | | | | | | Branch: search
* | | | | Introduce convencience function for site promptingSean Allred2015-01-021-0/+12
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Arose from comment discussion at [1]. This function allows for simplified syntax when the use case wants to retrieve a site token in an interactive context. See docstring for details. [1]: https://github.com/vermiculus/sx.el/pull/183/files#r22403919
* | | | 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
|\ \ \ \ | | | | | | | | | | Visit question from link
| * \ \ \ Merge branch 'master' into visit-question-from-linkSean Allred2014-12-261-8/+22
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx.el Conflict arose from 6eb53ee0f12dd9f7d444e6749f6cc55c6db62078
| * | | | 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
| | | | | | | | | | | | | | | | | | Related in conversation: #151 Branch: master
* | | 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
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-request.el Conflict was trivial.
| * | | 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
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | Conflicts: sx-question-list.el sx-question-print.el sx-tab.el
| | * | 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
| | * | | 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
| | | |/ | | |/|