aboutsummaryrefslogtreecommitdiff
path: root/sx-question-list.el
Commit message (Collapse)AuthorAgeFilesLines
* Use function call instead of `call-interactively'Sean Allred2014-11-141-1/+1
|
* Use Ido when it is enabledSean Allred2014-11-141-1/+1
|
* Implement basic site switchingSean Allred2014-11-141-0/+13
|
* Clean content at the request levelSean Allred2014-11-141-1/+1
|
* Fix window managingArtur Malabarba2014-11-131-1/+2
|
* Add a couple of sx-encoding-clean-contentArtur Malabarba2014-11-131-1/+1
|
* Add missing requireSean Allred2014-11-121-0/+1
|
* Use consistent tag formattingSean Allred2014-11-121-1/+2
| | | | | | Puts `mapconcat' to work by defining a helper function `sx-question--tag-format' and `concat'ing them with ` '. Simpler, more maintainable construction.
* Some more fixups from the mergeArtur Malabarba2014-11-131-6/+6
|
* 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.