aboutsummaryrefslogtreecommitdiff
path: root/sx.el
Commit message (Collapse)AuthorAgeFilesLines
* Version bumpArtur Malabarba2015-02-071-2/+2
|
* New function sx--squash-whitespaceArtur Malabarba2015-02-031-0/+4
|
* Less demanding final regexp for questions.Artur Malabarba2015-01-241-6/+1
|
* Merge pull request #236 from vermiculus/vermiculus/sort-answersSean Allred2015-01-171-8/+5
|\ | | | | Prune useless progn form
| * Prune useless progn formSean Allred2015-01-171-8/+5
| |
* | Merge branch 'master' into malabarba/fix-display-from-inboxArtur Malabarba2015-01-161-7/+14
|\ \ | | | | | | | | | | | | Conflicts: sx.el
| * | Merge pull request #228 from vermiculus/vermiculus/sort-answersSean Allred2015-01-161-7/+14
| |\| | | | | | | Customizable sorting; Fix #226. Generalization of #225.
| | * Don't define aliases with comparatorsSean Allred2015-01-161-11/+8
| | | | | | | | | | | | | | | | | | | | | The aliases were created in the fear that runtime would be slower to interpret the duplicated lambda expressions for get-func. After testing, this was found not to be the case. `funcall' is a much nicer solution.
| | * Fix letbindingSean Allred2015-01-151-5/+5
| | | | | | | | | | | | | | | | | | | | | `gpf' used to stand for `get-property-function', but this was abstracted into a `get-function'. The letbinding was never changed. This commit also conveniently allows me to say: Fix #226.
| | * Create and implement comparator creation macroSean Allred2015-01-151-7/+17
| | | | | | | | | | | | This obsoletes `sx--<'.
* | | Add support for another type of comment on sx--link-to-dataArtur Malabarba2015-01-151-8/+13
| | |
* | | Use cond in sx--link-to-data and better regexpsArtur Malabarba2015-01-151-49/+57
| | |
* | | Add comment support on sx--link-to-dataArtur Malabarba2015-01-151-0/+11
| | |
* | | sx--find-in-buffer moves over end of lineArtur Malabarba2015-01-151-2/+4
| | |
* | | Fix find in bufferArtur Malabarba2015-01-141-11/+16
| | |
* | | Implement sx--find-in-bufferArtur Malabarba2015-01-141-0/+20
| | |
* | | Move sx-question-mode--goto-property-change to sx.elArtur Malabarba2015-01-141-0/+15
|/ /
* | Move @name to sx-userArtur Malabarba2015-01-071-33/+0
| |
* | sx-format-replacements: Fix propertizingArtur Malabarba2015-01-071-4/+4
| |
* | Fix sx-format-replacementsArtur Malabarba2015-01-071-1/+2
| | | | | | | | replace-match moves point
* | Improve sx-format-replacements to take a property-alistArtur Malabarba2015-01-071-8/+21
| |
* | Define sx-format-replacementsArtur Malabarba2015-01-071-0/+24
|/ | | | Use FORMAT-STRING to format the values in ALIST.
* Merge pull request #204 from vermiculus/issue-137-tag-completionSean Allred2015-01-071-18/+12
|\ | | | | Issue 137 tag completion
| * TypoArtur Malabarba2015-01-061-1/+1
| |
| * Move define-conditional-key to sx.elArtur Malabarba2015-01-051-0/+12
| |
| * Move sx--multiple-read to sx-tag-multiple-readArtur Malabarba2015-01-051-18/+0
| |
* | Use site_par instead of siteArtur Malabarba2015-01-061-1/+1
|/
* Use defconst instead of defvar where appropriate.Artur Malabarba2015-01-041-1/+1
| | | | Fix #200
* Standardize local variablesSean Allred2015-01-041-1/+1
| | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files
* Tree-style specification for filter-from-nilSean Allred2015-01-041-41/+20
| | | | | | | | | | | | | | | | | | | | | Instead of saying (field-a field-b object-a.subfield field-c object-b.subfield-a object-b.subfield-b) you can rather say (field-a field-b (object-a subfield) field-c (object-b subfield-a subfield-b)) To avoid a dependency loop, sx-browse-filter has been moved to sx-filter.el.
* Merge branch 'master' into tag-botSean Allred2015-01-031-7/+31
|\
| * Fix docstringSean Allred2015-01-021-2/+2
| | | | | | | | Branch: search
| * Merge branch 'master' into searchSean Allred2015-01-021-4/+9
| |\ | | | | | | | | | Branch: search
| | * Add TODO reminderArtur Malabarba2015-01-011-0/+2
| | |
| | * Merge branch 'master' into inboxArtur Malabarba2015-01-011-47/+69
| | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: sx-question.el sx.el
| | * | Don't rely on the new feature.Artur Malabarba2014-12-271-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.3Sean Allred2014-12-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Syntax introduced in commits: * d51791fb6ae69e3b426f7d598920b4349858908f * 5225bd4ae6e26177a4daf62ddc5e807784e7c46e
| | * | Fix mergeArtur Malabarba2014-12-251-3/+6
| | | |
| * | | CheckdocSean Allred2015-01-011-9/+9
| | | |
| * | | Merge branch 'master' into searchSean Allred2015-01-011-46/+3
| |\ \ \ | | | |/ | | |/|
| * | | Implement sx--multiple-read for reading multiple stringsArtur Malabarba2014-12-281-0/+19
| | | |
* | | | Use new `sx-filter-from-nil' macroSean Allred2015-01-031-0/+1
| |/ / |/| |
* | | Merge pull request #182 from vermiculus/tiny-improvementsSean Allred2015-01-011-0/+7
|\| | | | | | | | Abstract a function for `completing-read` and request new items in filters.
| * | Initial implementation of sx-completing-readArtur Malabarba2014-12-271-0/+5
| | |
| * | Explicitly request last_activity_dateArtur Malabarba2014-12-271-0/+2
| | |
* | | Prune sx--filter-dataSean Allred2015-01-011-44/+0
| | |
* | | Reapply ef1d321a157e300d29c48e461257897fca1c9aa4Sean Allred2014-12-301-2/+3
|/ / | | | | | | It was somehow lost in the merging.
* | 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
| |