aboutsummaryrefslogtreecommitdiff
path: root/sx-question-list.el
Commit message (Collapse)AuthorAgeFilesLines
...
| * Call sx-initialize on list-questionsArtur Malabarba2014-11-161-0/+1
| | | | | | | | Addresses #63
* | Documentation -- part twoSean Allred2014-11-181-22/+44
|/ | | | Pushing this change to continue work elsewhere.
* Finish mergeArtur Malabarba2014-11-151-1/+1
|
* Merge remote-tracking branch 'remotes/origin/network-list' into real-scoresArtur Malabarba2014-11-151-1/+1
|\
| * Merge branch 'master' into network-listSean Allred2014-11-141-17/+49
| |\ | | | | | | | | | | | | | | | Conflicts: sx-filter.el sx-question.el
| * | Move question sorting function to sx.elSean Allred2014-11-111-1/+1
| | | | | | | | | | | | | | | It is not specific to questions -- it is generally applicable to any alist.
* | | Question list now makes use of read-pArtur Malabarba2014-11-151-5/+8
| | |
* | | Highlighting accepted answers actually works now.Artur Malabarba2014-11-151-7/+3
| | |
* | | Close question window with qArtur Malabarba2014-11-151-1/+9
| |/ |/|
* | 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.