aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | | | * Bind sx-search to sArtur Malabarba2014-12-282-0/+2
| | | | | | | |
| | | | | | | * Implement searching with sx-searchArtur Malabarba2014-12-281-0/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #16 Fix #20
| | | | | | | * Implement sx--multiple-read for reading multiple stringsArtur Malabarba2014-12-281-0/+19
| | | | | | |/ | | | | | |/|
| | | | | * | Initial implementation of sx-completing-readArtur Malabarba2014-12-274-10/+14
| | | | | | |
| | | | | * | Explicitly request last_activity_dateArtur Malabarba2014-12-271-0/+2
| | |_|_|/ / | |/| | | |
| * | | | | Hotfix Mark hidden sends point to (bob)Artur Malabarba2014-12-271-0/+5
| | | | | |
| * | | | | Merge pull request #173 from vermiculus/visit-question-from-linkArtur Malabarba2014-12-275-7/+97
| |\ \ \ \ \ | | | | | | | | | | | | | | Visit question from link
| | * | | | | Use string-start/-end instead of line-start/-endSean Allred2014-12-271-2/+3
| | | | | | |
| | * | | | | Merge branch 'master' into visit-question-from-linkSean Allred2014-12-2612-229/+291
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx.el Conflict arose from 6eb53ee0f12dd9f7d444e6749f6cc55c6db62078
| | * | | | | 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
| | | | | | |
| * | | | | | Merge pull request #179 from vermiculus/issue-178--autoload-sx-askArtur Malabarba2014-12-271-0/+1
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | Add autoload cookie to `sx-ask`
| | * | | | | Add autoload cookie to `sx-ask'Sean Allred2014-12-271-0/+1
| | | |/ / / | | |/| | |
| * / | | | Hotfix Empty question buffer.Artur Malabarba2014-12-271-1/+2
| |/ / / /
| * | | | Merge pull request #176 from vermiculus/define-assoc-let-firstSean Allred2014-12-231-34/+34
| |\ \ \ \ | | | | | | | | | | | | Define assoc let first
| | * | | | Define assoc let firstArtur Malabarba2014-12-231-34/+34
| |/ / / /
* | | | | Define new keymap for inter-modes motionArtur Malabarba2014-12-231-0/+56
| | | | |
* | | | | 3 more tabs: unanswered, unanswered my tags, featuredArtur Malabarba2014-12-231-0/+42
| | | | |
* | | | | get-questions accepts a submethod argumentArtur Malabarba2014-12-231-1/+2
| | | | |
* | | | | Implement sx-tab-meta-or-main commandArtur Malabarba2014-12-231-0/+15
| |_|_|/ |/| | |
* | | | Merge branch 'master' into inboxArtur Malabarba2014-12-224-41/+50
|\| | | | | | | | | | | | | | | | | | | Conflicts: sx-interaction.el
| * | | Add screenshotArtur Malabarba2014-12-212-3/+5
| | | |
| * | | Merge pull request #170 from vermiculus/issue-#157--zlibSean Allred2014-12-202-38/+45
| |\ \ \ | | | | | | | | | | Use `zlib-decompress-region` when available (24.4+) and handle UTF-8 encoding correctly.
| | * | | Handle utf-8 encoding the right way.Artur Malabarba2014-12-202-10/+12
| | | | |
| | * | | Prefer zlib-decompress-region when available.Artur Malabarba2014-12-201-5/+10
| | | | | | | | | | | | | | | | | | | | Fix #157
| | * | | Indentation was off by oneArtur Malabarba2014-12-201-34/+34
| | | | |
| * | | | Hot fix #171. Check if .score is a numberArtur Malabarba2014-12-201-2/+2
| | | | |
| * | | | Hotfix, don't barf on links we don't understand.Artur Malabarba2014-12-201-4/+5
| |/ / / | | | | | | | | | | | | These are usually not links. See the end of http://emacs.stackexchange.com/q/3727/50
| * | | Displaying questions uses pop-to-buffer instead of switch by defaultArtur Malabarba2014-12-201-2/+4
| | | | | | | | | | | | | | | | | | | | Fixes #153 See variable `sx-question-mode-display-buffer-function'
| * | | Hotfix subr-x didn't exist before 24.3Artur Malabarba2014-12-201-2/+1
| | | |
| * | | Hotfix switch-tabArtur Malabarba2014-12-201-1/+1
| | | |
| * | | Hotfix require subr-xSean Allred2014-12-201-0/+1
| | | | | | | | | | | | | | | | For `string-trim-right'
| * | | Merge pull request #165 from vermiculus/better-fillingSean Allred2014-12-201-30/+49
| |\ \ \ | | |_|/ | |/| | | | | | | | | | Better filling Ignore HTML comments when filling body text and do not attempt to fill headlines.
| | * | Fix return valuesArtur Malabarba2014-12-181-2/+5
| | | |
| | * | Reorganize functions.Artur Malabarba2014-12-181-18/+22
| | | |
| | * | Reimplement reference not-fillingArtur Malabarba2014-12-181-0/+7
| | | |
| | * | Don't fill headlinesArtur Malabarba2014-12-181-0/+8
| | | |
| | * | Refactor and simplify sx-question-mode--skip-FOO functions.Artur Malabarba2014-12-181-34/+19
| | | | | | | | | | | | | | | | | | | | They no longer need to worry about restoring point. Just move point to its destination and return non-nil if it worked.
| | * | Don't fill comments. Affects #141Artur Malabarba2014-12-181-0/+12
| | | |
| * | | Hotfix undefined variableSean Allred2014-12-201-1/+2
| | | |
| * | | Merge pull request #168 from vermiculus/fix-section-navigationSean Allred2014-12-192-6/+3
| |\ \ \ | | | | | | | | | | Fix section navigation
| | * | | Properly skip invisible sections.Artur Malabarba2014-12-181-4/+2
| | | | |
| | * | | The separator above body is no longer a sectionArtur Malabarba2014-12-181-2/+1
| |/ / / | | | | | | | | | | | | I got tired of having to hit `n` twice to move past the body.
| * | | Merge pull request #166 from vermiculus/assoc-let-testSean Allred2014-12-181-11/+5
| |\ \ \ | | | | | | | | | | Test sx-assoc-let not let-alist