aboutsummaryrefslogtreecommitdiff
path: root/sx-tag.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix sx-tag-completing-readArtur Malabarba2015-01-051-10/+11
|
* Move sx--multiple-read to sx-tag-multiple-readArtur Malabarba2015-01-051-0/+33
|
* Implement sx-tag-list--getArtur Malabarba2015-01-051-0/+17
|
* Use defconst instead of defvar where appropriate.Artur Malabarba2015-01-041-1/+1
| | | | Fix #200
* Standardize local variablesSean Allred2015-01-041-1/+5
| | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files
* sx-tag--get-all also retrieves synonymsArtur Malabarba2015-01-041-7/+13
|
* Introduce :page and :pagesize into sx-method-callSean Allred2015-01-031-5/+3
| | | | | | Default page size is 100 to reduce number of overall requests made. Fixes #190.
* Fix sx-tag--get-allSean Allred2015-01-021-5/+8
| | | | | | | | | | Instead of returning (((name . "tag")) ((name . "tag"))), return ("tag" "tag")
* Grab as many tags at a time as possibleSean Allred2015-01-021-1/+2
| | | | This might need to be refactored into :get-all or request-all.
* Hotfix oversightSean Allred2015-01-021-1/+1
|
* Implement sx-tag--get-allSean Allred2015-01-021-0/+7
|
* Fix sx-tag-filterSean Allred2015-01-021-1/+3
| | | | | | It wasn't returning any .items because it wasn't included in the filter. This commit also introduces a convenience macro in sx-filter to avoid this scenario in the future.
* Trailing whitespaceSean Allred2015-01-021-2/+2
|
* Create sx-tag fileArtur Malabarba2014-12-051-0/+69