aboutsummaryrefslogtreecommitdiff
path: root/sx.el
Commit message (Collapse)AuthorAgeFilesLines
* File issue using Magithub if availableSean Allred2018-02-091-1/+3
|
* Update copyrightsSean Allred2018-01-281-2/+2
|
* Version 0.3Artur Malabarba2015-04-261-2/+2
|
* Move sx-sorted-insert-skip-firstArtur Malabarba2015-04-201-13/+0
|
* Merge branch 'generate-header-line-from-keymap' into delete-commandArtur Malabarba2015-02-261-0/+6
|\
| * Merge branch 'master' into generate-header-line-from-keymapArtur Malabarba2015-02-261-0/+6
| |\
| | * Merge branch 'master' into question-mode-lineArtur Malabarba2015-02-261-0/+11
| | |\
| | * | Standardize prettification of site names.Artur Malabarba2015-02-211-0/+6
| | | |
* | | | Merge branch 'generate-header-line-from-keymap' into delete-commandArtur Malabarba2015-02-261-1/+12
|\| | |
| * | | Merge branch 'master' into generate-header-line-from-keymapArtur Malabarba2015-02-261-1/+7
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #259 from vermiculus/bind-answer-sorting-to-a-keyArtur Malabarba2015-02-261-0/+6
| | |\ \ | | | | | | | | | | Bind answer sorting to a key
| | | * | Define possible values for answer sortingArtur Malabarba2015-02-121-0/+6
| | | | |
| | * | | Merge pull request #258 from vermiculus/small-improvementsArtur Malabarba2015-02-261-1/+1
| | |\ \ \ | | | | |/ | | | |/| Small improvements
| | | * | Compiler warningsArtur Malabarba2015-02-121-1/+1
| | | |/
| * | | Merge branch 'master' into generate-header-line-from-keymapArtur Malabarba2015-02-261-0/+5
| |\| |
| | * | Manually string-trim for older emacsen. Fix #267Artur Malabarba2015-02-261-0/+5
| | |/
* | | Merge branch 'generate-header-line-from-keymap' into delete-commandArtur Malabarba2015-02-211-0/+33
|\| |
| * | Define sx--key-definitions-to-header-lineArtur Malabarba2015-02-211-0/+33
| |/
* / Don't print deleted posts.Artur Malabarba2015-02-211-0/+4
|/
* 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
|\