Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor propertized-display-name | Artur Malabarba | 2014-11-14 | 1 | -3/+3 |
| | |||||
* | Finish link implementation | Artur Malabarba | 2014-11-14 | 1 | -59/+111 |
| | |||||
* | Start link implementation | Artur Malabarba | 2014-11-14 | 1 | -4/+33 |
| | |||||
* | Merge branch 'master' into filling-and-fontlocking | Artur Malabarba | 2014-11-14 | 1 | -7/+36 |
|\ | |||||
| * | Merge pull request #46 from vermiculus/sx-question-mode | Sean Allred | 2014-11-14 | 7 | -60/+542 |
| |\ | | | | | | | Question Mode | ||||
| * | | Update README | Sean Allred | 2014-11-14 | 1 | -7/+36 |
| | | | |||||
* | | | Font lock @usernames | Artur Malabarba | 2014-11-14 | 1 | -0/+5 |
| | | | |||||
* | | | Comment | Artur Malabarba | 2014-11-14 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'sx-question-mode' into font-lock | Artur Malabarba | 2014-11-14 | 2 | -11/+10 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge branch 'sx-question-mode' of github.com:vermiculus/stack-mode into ↵ | Artur Malabarba | 2014-11-14 | 2 | -3/+2 |
| |\ \ | | | | | | | | | | | | | sx-question-mode | ||||
| | * \ | Merge branch 'sx-question-mode' of github.com:vermiculus/stack-mode into ↵ | Sean Allred | 2014-11-14 | 1 | -12/+27 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | sx-question-mode I neglected to pull before I started committing. | ||||
| | * | | | Ensure error string can print | Sean Allred | 2014-11-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | "%s" must take a string, but what we get might not be string-y. | ||||
| | * | | | Use correct method | Sean Allred | 2014-11-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | `sx-request-make' wouldn't behave correctly on this | ||||
| | * | | | Fix require | Sean Allred | 2014-11-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | We don't seem to use sx-filter anywhere in here | ||||
| * | | | | Improve comment formating | Artur Malabarba | 2014-11-14 | 1 | -8/+8 |
| | |/ / | |/| | | |||||
* | | | | Fill content! | Artur Malabarba | 2014-11-14 | 1 | -4/+13 |
| | | | | |||||
* | | | | Fontify when filling | Artur Malabarba | 2014-11-14 | 1 | -3/+4 |
| | | | | |||||
* | | | | Disable font-lock-mode | Artur Malabarba | 2014-11-14 | 1 | -6/+7 |
|/ / / | |||||
* / / | Correct comment formatting | Artur Malabarba | 2014-11-14 | 1 | -12/+27 |
|/ / | |||||
* | | Fix requires | Artur Malabarba | 2014-11-14 | 1 | -2/+2 |
| | | |||||
* | | Simplify deep-clean function further | Sean Allred | 2014-11-14 | 1 | -10/+5 |
| | | | | | | | | | | If it is not a cons cell, then it is an atom. We don't need to use `cond' for this. | ||||
* | | Simplify deep-clean function | Sean Allred | 2014-11-14 | 1 | -20/+16 |
| | | |||||
* | | Clean content at the request level | Sean Allred | 2014-11-14 | 4 | -5/+37 |
| | | |||||
* | | List `markdown-mode' as a dependency | Sean Allred | 2014-11-13 | 1 | -0/+1 |
| | | | | | | | | This should fix the Travis build | ||||
* | | Start implementing sx-question-mode--fill-string | Artur Malabarba | 2014-11-13 | 1 | -5/+25 |
| | | | | | | | | Address #43 | ||||
* | | Fix window managing | Artur Malabarba | 2014-11-13 | 2 | -2/+4 |
| | | |||||
* | | Fixup | Artur Malabarba | 2014-11-13 | 1 | -1/+1 |
| | | |||||
* | | Add a newline | Artur Malabarba | 2014-11-13 | 1 | -0/+1 |
| | | |||||
* | | Comments | Artur Malabarba | 2014-11-13 | 2 | -14/+59 |
| | | |||||
* | | Also print answers | Artur Malabarba | 2014-11-13 | 2 | -12/+44 |
| | | |||||
* | | Improve question filter | Artur Malabarba | 2014-11-13 | 1 | -1/+1 |
| | | |||||
* | | Small fix to sx-question-mode--wrap-in-overlay | Artur Malabarba | 2014-11-13 | 1 | -4/+6 |
| | | |||||
* | | Add a couple of sx-encoding-clean-content | Artur Malabarba | 2014-11-13 | 2 | -4/+4 |
| | | |||||
* | | Fix tag font-locking | Artur Malabarba | 2014-11-13 | 1 | -7/+10 |
| | | |||||
* | | Replace ^M with \r | Artur Malabarba | 2014-11-13 | 1 | -1/+1 |
| | | | | | | | | ^M isn't wrong, I'm just a little paranoid. | ||||
* | | Pull in question body | Sean Allred | 2014-11-12 | 2 | -5/+4 |
| | | | | | | | | Added this field to the filter as well. | ||||
* | | Add missing require | Sean Allred | 2014-11-12 | 1 | -0/+1 |
| | | |||||
* | | Introduce content cleaning functions | Sean Allred | 2014-11-12 | 1 | -0/+12 |
| | | |||||
* | | Use consistent tag formatting | Sean Allred | 2014-11-12 | 3 | -2/+7 |
| | | | | | | | | | | | | Puts `mapconcat' to work by defining a helper function `sx-question--tag-format' and `concat'ing them with ` '. Simpler, more maintainable construction. | ||||
* | | Some more fixups from the merge | Artur Malabarba | 2014-11-13 | 1 | -6/+6 |
| | | |||||
* | | Use TAB to hide/show content | Artur Malabarba | 2014-11-13 | 1 | -4/+23 |
| | | |||||
* | | Background face for question. | Artur Malabarba | 2014-11-13 | 1 | -30/+52 |
| | | |||||
* | | Define groups | Artur Malabarba | 2014-11-13 | 1 | -2/+16 |
| | | |||||
* | | Remove mode-line placeholder code for now | Artur Malabarba | 2014-11-13 | 1 | -24/+0 |
| | | |||||
* | | Fix for new assoc-let | Artur Malabarba | 2014-11-13 | 1 | -8/+9 |
| | | |||||
* | | Merge branch 'master' into sx-question-mode | Artur Malabarba | 2014-11-13 | 16 | -266/+379 |
|\| | |||||
| * | Merge pull request #41 from vermiculus/question-list-visit | Artur Malabarba | 2014-11-13 | 1 | -0/+9 |
| |\ | | | | | | | Add `sx-question-list-visit` | ||||
| | * | Add `sx-question-list-visit' | Sean Allred | 2014-11-12 | 1 | -0/+9 |
| |/ | | | | | | | Visits question under point; default binding `v' | ||||
| * | Merge pull request #40 from vermiculus/new-assoc-let | Sean Allred | 2014-11-12 | 5 | -85/+61 |
| |\ | | | | | | | Fix performance issues with `sx-assoc-let' macro | ||||
| | * | Add tests for `sx-assoc-let' | Sean Allred | 2014-11-12 | 1 | -0/+16 |
| | | |