aboutsummaryrefslogtreecommitdiff
path: root/sx-question-list.el
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'master' into sx-question-modeArtur Malabarba2014-11-131-10/+21
|\ \
| * | Add `sx-question-list-visit'Sean Allred2014-11-121-0/+9
| | | | | | | | | | | | Visits question under point; default binding `v'
| * | Update code to new assoc-letArtur Malabarba2014-11-121-8/+8
| |/
| * Abstract out method callsSean Allred2014-11-081-2/+4
| | | | | | | | | | | | | | | | | | | | | | Keeping method calls within `sx-request.el' was causing circular requirements. This commit sorts through all of the requirements for each of the files and ensures that this does not happen. Much of the content removed was for `sx-request-default-keyword-arguments-alist' and related items. It was unused, so it was pruned. If it is deemed necessary in the future, it should be included in `sx-method.el'.
* | Implement sx-question-modeArtur Malabarba2014-11-081-2/+2
| | | | | | | | Also moves question-display code to its own file.
* | Implement no-update argument to sx-question-list-refreshArtur Malabarba2014-11-081-2/+9
|/
* Implement sx-assoc-let macro.Artur Malabarba2014-11-071-28/+26
| | | | Letbind symbols to their values inside alists.
* Refactor to use `sx-` prefixSean Allred2014-11-071-120/+121
| | | | A file stackexchange.el should be added for user-facing functions.
* Renamed all files.Artur Malabarba2014-11-071-0/+297
Still a lot to be done inside them.