aboutsummaryrefslogtreecommitdiff
path: root/sx.el
Commit message (Expand)AuthorAgeFilesLines
* Use string-start/-end instead of line-start/-endSean Allred2014-12-271-2/+3
* Merge branch 'master' into visit-question-from-linkSean Allred2014-12-261-90/+92
|\
| * Define assoc let firstArtur Malabarba2014-12-231-34/+34
| * Hotfix undefined variableSean Allred2014-12-201-1/+2
* | Modify rx forms to be `rx-greedy-flag'-independentSean Allred2014-12-261-10/+10
* | User IDs are very often more than one digitSean Allred2014-12-261-1/+1
* | Make user IDs optional when parsing from linkSean Allred2014-12-261-2/+2
* | Add some explanatory commentsSean Allred2014-12-261-5/+16
* | `rx'-ify regular expressionSean Allred2014-12-261-1/+9
* | Groups on their own linesSean Allred2014-12-261-2/+6
* | Use `rx' macro for some regular expressionsSean Allred2014-12-261-4/+21
* | Simpler syntax for quoted cons cellsSean Allred2014-12-261-2/+2
* | Implement identifying type, id, and site of a link.Artur Malabarba2014-12-171-0/+16
|/
* Hotfix require let-alist explicitly.Artur Malabarba2014-12-151-2/+4
* user-error is "not known to be defined" in emacs 24.2Artur Malabarba2014-12-151-0/+5
* Hotfix: Bump let-alist dependency. Might affect #151Artur Malabarba2014-12-151-1/+1
* Doc fixArtur Malabarba2014-12-141-1/+1
* Fix lexical bindings.Artur Malabarba2014-12-141-3/+1
* sx--ensure-site accepts nil. Fix #150Artur Malabarba2014-12-131-4/+5
* Merge branch 'master' into use-let-alistArtur Malabarba2014-12-131-29/+1
|\
| * Update package description lineSteve Purcell2014-12-121-1/+1
| * Merge pull request #141 from vermiculus/babelSean Allred2014-12-111-28/+0
| |\
| | * Patch sx and sx-question-print to use sx-babel.Artur Malabarba2014-12-091-28/+0
* | | Fix assoc-let testArtur Malabarba2014-12-111-1/+2
* | | Some more whitespaceArtur Malabarba2014-12-111-3/+3
* | | Define sx-assoc-let in terms of let-alistArtur Malabarba2014-12-111-40/+14
|/ /
* | Merge branch 'master' into fix-@highligthingArtur Malabarba2014-12-091-9/+22
|\|
| * Merge branch 'master' into issue-130Sean Allred2014-12-031-6/+12
| |\
| * | Augment `sx--thing-as-string' to hexify as neededSean Allred2014-12-021-9/+22
* | | Understand non-ascii when handling @nameArtur Malabarba2014-12-041-2/+36
| |/ |/|
* | sx--site gracefully accepts nil argumentArtur Malabarba2014-12-031-5/+4
* | Add comments to sx--unindent-textArtur Malabarba2014-12-031-1/+8
|/
* question-mod now uses overlays to store the sx--data-here propertyArtur Malabarba2014-12-011-11/+13
* Add sx--unindent-text functionArtur Malabarba2014-11-291-0/+21
* New sx--shorten-url function in sx.elArtur Malabarba2014-11-291-0/+15
* Improve button-copyArtur Malabarba2014-11-291-0/+2
* Fix #111Sean Allred2014-11-271-1/+9
* Fix #110Sean Allred2014-11-271-7/+6
* Remove whitespace for effective at-mentionsSean Allred2014-11-251-2/+5
* Add sx--user-@name function to sx.elArtur Malabarba2014-11-251-0/+7
* Add ids to filterArtur Malabarba2014-11-251-0/+5
* Moved interaction functions to their own fileArtur Malabarba2014-11-251-78/+0
* Fix wrong functionArtur Malabarba2014-11-251-1/+1
* Add elements to auth-filter-auth and browse-filterArtur Malabarba2014-11-251-0/+2
* Fix voting for comments.Artur Malabarba2014-11-251-2/+2
* Add some comment filtersArtur Malabarba2014-11-251-0/+4
* sx can also updates question-mode buffer.Artur Malabarba2014-11-251-0/+2
* Finish voting implementation on the question list.Artur Malabarba2014-11-251-6/+25
* Move browse-filter to sxArtur Malabarba2014-11-251-1/+27
* Implement votingArtur Malabarba2014-11-251-0/+33