Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Fix use of `rx' macro | Sean Allred | 2014-11-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | It needs to be evaluated. | |||||
| * | | | Define -visit to use answer link if available. | Artur Malabarba | 2014-11-17 | 1 | -1/+17 | |
| | | | | ||||||
| * | | | Set text property sx-question-mode--data-here | Artur Malabarba | 2014-11-17 | 1 | -56/+60 | |
| | |/ | |/| | | | | | | | | | | | | | It holds the data of current section, which is a question or answer for now. This means the data of thing-at-point is always immediately available through get-text-property. | |||||
| * | | Add function to browse-url in question-mode | Sean Allred | 2014-11-16 | 1 | -2/+14 | |
| | | | ||||||
| * | | Set question data when printing the question | Sean Allred | 2014-11-16 | 1 | -0/+1 | |
| |/ | ||||||
* | | Documentation -- part three | Sean Allred | 2014-11-18 | 1 | -22/+49 | |
| | | | | | | | | Source code is documented to the best of my knowledge and understanding. | |||||
* | | Documentation -- part two | Sean Allred | 2014-11-18 | 1 | -3/+6 | |
|/ | | | | Pushing this change to continue work elsewhere. | |||||
* | Merge branch 'master' into real-scores | Sean Allred | 2014-11-15 | 1 | -7/+10 | |
|\ | ||||||
| * | Use more rx. | Artur Malabarba | 2014-11-15 | 1 | -4/+7 | |
| | | ||||||
| * | Fix typo | Artur Malabarba | 2014-11-15 | 1 | -3/+3 | |
| | | ||||||
* | | Close question window with q | Artur Malabarba | 2014-11-15 | 1 | -0/+5 | |
|/ | ||||||
* | n and p skip invisible sections | Artur Malabarba | 2014-11-15 | 1 | -10/+12 | |
| | ||||||
* | Refactor buttons to be actual buttons. | Artur Malabarba | 2014-11-15 | 1 | -24/+18 | |
| | ||||||
* | Several navigation improvements. | Artur Malabarba | 2014-11-15 | 1 | -32/+44 | |
| | ||||||
* | Move through buttons with TAB. | Artur Malabarba | 2014-11-14 | 1 | -9/+32 | |
| | ||||||
* | Remove j and k keys | Artur Malabarba | 2014-11-14 | 1 | -2/+0 | |
| | | | | They were redundant with n and p, and I have plans for them. | |||||
* | 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 | |
| | ||||||
* | 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 | 1 | -9/+8 | |
|\ | ||||||
| * | Merge branch 'sx-question-mode' of github.com:vermiculus/stack-mode into ↵ | Artur Malabarba | 2014-11-14 | 1 | -1/+0 | |
| |\ | | | | | | | | | | 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. | |||||
| | * | | 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 | |
| | ||||||
* | Clean content at the request level | Sean Allred | 2014-11-14 | 1 | -3/+3 | |
| | ||||||
* | 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 | 1 | -1/+2 | |
| | ||||||
* | 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 | 1 | -13/+51 | |
| | ||||||
* | Also print answers | Artur Malabarba | 2014-11-13 | 1 | -11/+38 | |
| | ||||||
* | 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 | 1 | -3/+3 | |
| | ||||||
* | Fix tag font-locking | Artur Malabarba | 2014-11-13 | 1 | -7/+10 | |
| | ||||||
* | Pull in question body | Sean Allred | 2014-11-12 | 1 | -4/+3 | |
| | | | | Added this field to the filter as well. | |||||
* | Use consistent tag formatting | Sean Allred | 2014-11-12 | 1 | -1/+1 | |
| | | | | | | Puts `mapconcat' to work by defining a helper function `sx-question--tag-format' and `concat'ing them with ` '. Simpler, more maintainable construction. | |||||
* | 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 | |
| | ||||||
* | Implement sx-question-mode | Artur Malabarba | 2014-11-08 | 1 | -0/+299 | |
Also moves question-display code to its own file. |