| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
sx-method.el
sx-question-list.el
sx-question-mode.el
sx-question.el
sx-request.el
sx.el
|
| |
| |
| |
| | |
creating a request.
|
| |
| |
| |
| |
| |
| | |
We aren't using `stack-filter' anymore (in fact, we haven't since
filters became functional). Somehow it survived refactoring; this
commit fixes that oversight.
|
| |
| |
| |
| | |
Pushing this change to continue work elsewhere.
|
|/
|
|
| |
Pushing this change to continue work elsewhere.
|
| |
|
|
|
|
|
| |
Conflicts:
sx-request.el
|
|
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'.
|