aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Use `rx' macro for some regular expressionsSean Allred2014-12-261-4/+21
| | | | |
| | * | | Simpler syntax for quoted cons cellsSean Allred2014-12-261-2/+2
| | | | |
| | * | | whitespaceArtur Malabarba2014-12-201-3/+3
| | | | |
| | * | | sx-open-link takes link from clipboard by defaultArtur Malabarba2014-12-201-1/+5
| | | | |
| | * | | Refactor sx-visit to sx-visit-externallyArtur Malabarba2014-12-203-3/+3
| | | | |
| | * | | sx-open-link: command to visit links inside SXArtur Malabarba2014-12-201-0/+13
| | | | |
| | * | | Implement identifying type, id, and site of a link.Artur Malabarba2014-12-172-0/+17
| | | | |
| | * | | Implent getting question given answer idArtur Malabarba2014-12-171-0/+14
| | | | |
| * | | | 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
| | | |/ / | | |/| |
| | | | * Merge branch 'master' into issue-151--dot-variablesSean Allred2014-12-271-1/+2
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Hotfix Empty question buffer.Artur Malabarba2014-12-271-1/+2
| |/ / /
| | | * Merge branch 'master' into issue-151--dot-variablesSean Allred2014-12-268-81/+146
| | | |\ | | |_|/ | |/| | | | | | | | | | Conflicts: sx.el
| * | | 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
| |/ / /
| * | | 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
| | | | |
| | | | * Fix `sx-assoc-let' testsSean Allred2014-12-201-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | `require' form is no longer needed -- macro expansion is done with the expansion of `sx-assoc-let'.
| | | | * Expand `let-alist' upon `sx-assoc-let' expansionSean Allred2014-12-201-2/+3
| | |_|/ | |/| |
| * | | 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
| | * | | Test sx-assoc-let not let-alistArtur Malabarba2014-12-181-11/+5
| | |/ / | | | | | | | | | | | | | | | | Since let-alist is no longer defined here. It makes no sense to test its contents.
| * | | Merge pull request #161 from vermiculus/better-code-blockSean Allred2014-12-181-13/+13
| |\ \ \ | | | | | | | | | | Better code block
| | * | | Make entire code-block a single buttonArtur Malabarba2014-12-161-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug we had. Hitting TAB on a codeblock would move us to the next line on the code block, instead of going to another button. Now the entire code block is a single button, so that is fixed.
| * | | | Merge pull request #160 from vermiculus/better-modesSean Allred2014-12-183-15/+24
| |\| | | | | | | | | | | | | Better major-modes
| | * | | Activate major-mode when editing code-blocksArtur Malabarba2014-12-161-5/+8
| | | | |
| | * | | delay-mode-hooks on code blocksArtur Malabarba2014-12-161-9/+15
| | | | |
| | * | | delay-mode-hooks on markdown-mode. Fix #159Artur Malabarba2014-12-161-1/+1
| | | | |
| * | | | Merge pull request #162 from vermiculus/comment-enhancementSean Allred2014-12-183-25/+54
| |\ \ \ \ | | |_|/ / | |/| | | Comment enhancement
| | * | | Fix score checkingArtur Malabarba2014-12-181-4/+5
| | | | |
| | * | | Do comment validity checking on edits tooArtur Malabarba2014-12-171-1/+3
| | | | |