aboutsummaryrefslogtreecommitdiff
path: root/sx.el
Commit message (Collapse)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
|\ | | | | | | | | | | | | Conflicts: sx.el Conflict arose from 6eb53ee0f12dd9f7d444e6749f6cc55c6db62078
| * 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
| | | | | | | | See `rx' documentation for details.
* | 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
| | | | | | | | | | Ideally, these groups would have explanations of what they capture. For now, the official stance is 'eh'.
* | 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
| | | | Might affect #151
* 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
|\ | | | | | | | | Conflicts: Cask
| * Update package description lineSteve Purcell2014-12-121-1/+1
| |
| * Merge pull request #141 from vermiculus/babelSean Allred2014-12-111-28/+0
| |\ | | | | | | Font-lock code blocks according to mode.
| | * 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
|\| | | | | | | | | Conflicts: test/tests.el
| * Merge branch 'master' into issue-130Sean Allred2014-12-031-6/+12
| |\ | | | | | | | | | | | | | | | | | | Conflicts: sx-request.el Conflict was trivial.
| * | Augment `sx--thing-as-string' to hexify as neededSean Allred2014-12-021-9/+22
| | | | | | | | | | | | | | | Also fix issue where function options would not be transferred from the original use into its recursive steps.
* | | 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
| | | | | This lets us stack one inside each other (comments inside questions) without overwriting them.
* Add sx--unindent-text functionArtur Malabarba2014-11-291-0/+21
| | | | Used to extract the code contained in code-blocks
* 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
| | | | | | | | | If the display name contained whitespace, the function would keep the whitespace in the at-mention. According to observed behavior on the website, this is not correct. This commit removes all whitespace from the returned display name in the appropriate function.
* 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
|