aboutsummaryrefslogtreecommitdiff
path: root/sx-question.el
Commit message (Collapse)AuthorAgeFilesLines
...
* | Ensure error string can printSean Allred2014-11-141-1/+1
| | | | | | | | "%s" must take a string, but what we get might not be string-y.
* | Use correct methodSean Allred2014-11-141-1/+1
| | | | | | | | `sx-request-make' wouldn't behave correctly on this
* | CommentsArtur Malabarba2014-11-131-1/+8
| |
* | Also print answersArtur Malabarba2014-11-131-1/+6
| |
* | Improve question filterArtur Malabarba2014-11-131-1/+1
| |
* | Pull in question bodySean Allred2014-11-121-1/+1
| | | | | | | | Added this field to the filter as well.
* | Use consistent tag formattingSean Allred2014-11-121-0/+4
| | | | | | | | | | | | Puts `mapconcat' to work by defining a helper function `sx-question--tag-format' and `concat'ing them with ` '. Simpler, more maintainable construction.
* | Merge branch 'master' into sx-question-modeArtur Malabarba2014-11-131-10/+4
|\|
| * Abstract out method callsSean Allred2014-11-081-4/+2
| | | | | | | | | | | | | | | | | | | | | | 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'.
| * Re-work filtering and cachingSean Allred2014-11-081-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sx-auth.el - Use new symbolic cache access * sx-cache.el - Implement symbolic cache access * sx-filter.el - Use symbolic cache access - Compile and save filters on-demand (more work to be done to this end) * sx-question.el - Symbolic filters * sx-request.el - Protection against infinitely recursing when compiling a filter This will be re-worked into requests (a front-end function) and 'raw' requests (a back-end function). The front-end will add convenience to the back-end. * test/tests.el Remove outdated tests
| * Introduce initialization logic and hooksSean Allred2014-11-071-5/+4
| |
* | Implement sx-question-modeArtur Malabarba2014-11-081-48/+0
| | | | | | | | Also moves question-display code to its own file.
* | Function for getting a single question.Artur Malabarba2014-11-081-0/+10
|/
* Fix missing request in sx-questionArtur Malabarba2014-11-071-0/+1
|
* Refactor to use `sx-` prefixSean Allred2014-11-071-34/+38
| | | | A file stackexchange.el should be added for user-facing functions.
* Renamed all files.Artur Malabarba2014-11-071-0/+120
Still a lot to be done inside them.