Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix docstring | Sean Allred | 2015-01-02 | 1 | -2/+2 | |
| | | | | | | | | Branch: search | |||||
| * | Merge branch 'master' into search | Sean Allred | 2015-01-02 | 1 | -4/+9 | |
| |\ | | | | | | | | | | Branch: search | |||||
| | * | Add TODO reminder | Artur Malabarba | 2015-01-01 | 1 | -0/+2 | |
| | | | ||||||
| | * | Merge branch 'master' into inbox | Artur Malabarba | 2015-01-01 | 1 | -47/+69 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-question.el sx.el | |||||
| | * | | Don't rely on the new feature. | Artur Malabarba | 2014-12-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to avoid a bug in package.el which only gets fixed in Emacs 25 Unfortunately, there's no safe way to use a new feature offered by a previously defined macro, because files were not reloaded on upgrade. After a couple of weeks, once we can expect most of our users to have restarted Emacs at least once since the last upgrade, we can start relying on this new feature. | |||||
| | * | | Bump let-alist required version to 1.0.3 | Sean Allred | 2014-12-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Syntax introduced in commits: * d51791fb6ae69e3b426f7d598920b4349858908f * 5225bd4ae6e26177a4daf62ddc5e807784e7c46e | |||||
| | * | | Fix merge | Artur Malabarba | 2014-12-25 | 1 | -3/+6 | |
| | | | | ||||||
| * | | | Checkdoc | Sean Allred | 2015-01-01 | 1 | -9/+9 | |
| | | | | ||||||
| * | | | Merge branch 'master' into search | Sean Allred | 2015-01-01 | 1 | -46/+3 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| * | | | Implement sx--multiple-read for reading multiple strings | Artur Malabarba | 2014-12-28 | 1 | -0/+19 | |
| | | | | ||||||
* | | | | Use new `sx-filter-from-nil' macro | Sean Allred | 2015-01-03 | 1 | -0/+1 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #182 from vermiculus/tiny-improvements | Sean Allred | 2015-01-01 | 1 | -0/+7 | |
|\| | | | | | | | | Abstract a function for `completing-read` and request new items in filters. | |||||
| * | | Initial implementation of sx-completing-read | Artur Malabarba | 2014-12-27 | 1 | -0/+5 | |
| | | | ||||||
| * | | Explicitly request last_activity_date | Artur Malabarba | 2014-12-27 | 1 | -0/+2 | |
| | | | ||||||
* | | | Prune sx--filter-data | Sean Allred | 2015-01-01 | 1 | -44/+0 | |
| | | | ||||||
* | | | Reapply ef1d321a157e300d29c48e461257897fca1c9aa4 | Sean Allred | 2014-12-30 | 1 | -2/+3 | |
|/ / | | | | | | | It was somehow lost in the merging. | |||||
* | | Use string-start/-end instead of line-start/-end | Sean Allred | 2014-12-27 | 1 | -2/+3 | |
| | | ||||||
* | | Merge branch 'master' into visit-question-from-link | Sean Allred | 2014-12-26 | 1 | -90/+92 | |
|\| | | | | | | | | | | | | | Conflicts: sx.el Conflict arose from 6eb53ee0f12dd9f7d444e6749f6cc55c6db62078 | |||||
| * | Define assoc let first | Artur Malabarba | 2014-12-23 | 1 | -34/+34 | |
| | | ||||||
| * | Hotfix undefined variable | Sean Allred | 2014-12-20 | 1 | -1/+2 | |
| | | ||||||
* | | Modify rx forms to be `rx-greedy-flag'-independent | Sean Allred | 2014-12-26 | 1 | -10/+10 | |
| | | | | | | | | See `rx' documentation for details. | |||||
* | | User IDs are very often more than one digit | Sean Allred | 2014-12-26 | 1 | -1/+1 | |
| | | ||||||
* | | Make user IDs optional when parsing from link | Sean Allred | 2014-12-26 | 1 | -2/+2 | |
| | | ||||||
* | | Add some explanatory comments | Sean Allred | 2014-12-26 | 1 | -5/+16 | |
| | | ||||||
* | | `rx'-ify regular expression | Sean Allred | 2014-12-26 | 1 | -1/+9 | |
| | | ||||||
* | | Groups on their own lines | Sean Allred | 2014-12-26 | 1 | -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 expressions | Sean Allred | 2014-12-26 | 1 | -4/+21 | |
| | | ||||||
* | | Simpler syntax for quoted cons cells | Sean Allred | 2014-12-26 | 1 | -2/+2 | |
| | | ||||||
* | | Implement identifying type, id, and site of a link. | Artur Malabarba | 2014-12-17 | 1 | -0/+16 | |
|/ | ||||||
* | Hotfix require let-alist explicitly. | Artur Malabarba | 2014-12-15 | 1 | -2/+4 | |
| | | | | Might affect #151 | |||||
* | user-error is "not known to be defined" in emacs 24.2 | Artur Malabarba | 2014-12-15 | 1 | -0/+5 | |
| | ||||||
* | Hotfix: Bump let-alist dependency. Might affect #151 | Artur Malabarba | 2014-12-15 | 1 | -1/+1 | |
| | ||||||
* | Doc fix | Artur Malabarba | 2014-12-14 | 1 | -1/+1 | |
| | ||||||
* | Fix lexical bindings. | Artur Malabarba | 2014-12-14 | 1 | -3/+1 | |
| | ||||||
* | sx--ensure-site accepts nil. Fix #150 | Artur Malabarba | 2014-12-13 | 1 | -4/+5 | |
| | ||||||
* | Merge branch 'master' into use-let-alist | Artur Malabarba | 2014-12-13 | 1 | -29/+1 | |
|\ | | | | | | | | | Conflicts: Cask | |||||
| * | Update package description line | Steve Purcell | 2014-12-12 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #141 from vermiculus/babel | Sean Allred | 2014-12-11 | 1 | -28/+0 | |
| |\ | | | | | | | Font-lock code blocks according to mode. | |||||
| | * | Patch sx and sx-question-print to use sx-babel. | Artur Malabarba | 2014-12-09 | 1 | -28/+0 | |
| | | | ||||||
* | | | Fix assoc-let test | Artur Malabarba | 2014-12-11 | 1 | -1/+2 | |
| | | | ||||||
* | | | Some more whitespace | Artur Malabarba | 2014-12-11 | 1 | -3/+3 | |
| | | | ||||||
* | | | Define sx-assoc-let in terms of let-alist | Artur Malabarba | 2014-12-11 | 1 | -40/+14 | |
|/ / | ||||||
* | | Merge branch 'master' into fix-@highligthing | Artur Malabarba | 2014-12-09 | 1 | -9/+22 | |
|\| | | | | | | | | | Conflicts: test/tests.el | |||||
| * | Merge branch 'master' into issue-130 | Sean Allred | 2014-12-03 | 1 | -6/+12 | |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: sx-request.el Conflict was trivial. | |||||
| * | | Augment `sx--thing-as-string' to hexify as needed | Sean Allred | 2014-12-02 | 1 | -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 @name | Artur Malabarba | 2014-12-04 | 1 | -2/+36 | |
| |/ |/| | ||||||
* | | sx--site gracefully accepts nil argument | Artur Malabarba | 2014-12-03 | 1 | -5/+4 | |
| | | ||||||
* | | Add comments to sx--unindent-text | Artur Malabarba | 2014-12-03 | 1 | -1/+8 | |
|/ | ||||||
* | question-mod now uses overlays to store the sx--data-here property | Artur Malabarba | 2014-12-01 | 1 | -11/+13 | |
| | | | | | This lets us stack one inside each other (comments inside questions) without overwriting them. | |||||
* | Add sx--unindent-text function | Artur Malabarba | 2014-11-29 | 1 | -0/+21 | |
| | | | | Used to extract the code contained in code-blocks |