aboutsummaryrefslogtreecommitdiff
path: root/sx.el
Commit message (Collapse)AuthorAgeFilesLines
* Define assoc let firstArtur Malabarba2014-12-231-34/+34
|
* Hotfix undefined variableSean Allred2014-12-201-1/+2
|
* 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
|
* .site is now a special symbol in sx-assoc-letArtur Malabarba2014-11-251-5/+22
| | | | | | sx-question.el no longer manually inserts the `site` property on fetched questions. This was insufficient because we also need this property on other objects.
* visit takes an argumentArtur Malabarba2014-11-251-12/+13
|
* Refactor visit from question-list to sxArtur Malabarba2014-11-251-4/+12
|
* Refactor visit from question-mode to sxArtur Malabarba2014-11-251-0/+14
|
* Move wrap-in-text-property/overlay to sxArtur Malabarba2014-11-251-1/+34
|
* GitHub comments -- #77Sean Allred2014-11-201-14/+7
|
* Minor typos and incorrect informationSean Allred2014-11-191-1/+1
|
* Add `customize' dataSean Allred2014-11-191-1/+3
|
* Merge branch 'master' into documentationSean Allred2014-11-191-10/+54
|\ | | | | | | | | | | | | | | | | | | Conflicts: sx-method.el sx-question-list.el sx-question-mode.el sx-question.el sx-request.el sx.el
| * Fix missing dependencyArtur Malabarba2014-11-191-1/+1
| |
| * Add some package definitions.Artur Malabarba2014-11-191-12/+31
| | | | | | | | Also run checkdoc on sx.el