aboutsummaryrefslogtreecommitdiff
path: root/sx-question-mode.el
Commit message (Collapse)AuthorAgeFilesLines
...
* | Close question window with qArtur Malabarba2014-11-151-0/+5
|/
* n and p skip invisible sectionsArtur Malabarba2014-11-151-10/+12
|
* Refactor buttons to be actual buttons.Artur Malabarba2014-11-151-24/+18
|
* Several navigation improvements.Artur Malabarba2014-11-151-32/+44
|
* Move through buttons with TAB.Artur Malabarba2014-11-141-9/+32
|
* Remove j and k keysArtur Malabarba2014-11-141-2/+0
| | | | They were redundant with n and p, and I have plans for them.
* Refactor propertized-display-nameArtur Malabarba2014-11-141-3/+3
|
* Finish link implementationArtur Malabarba2014-11-141-59/+111
|
* Start link implementationArtur Malabarba2014-11-141-4/+33
|
* Font lock @usernamesArtur Malabarba2014-11-141-0/+5
|
* CommentArtur Malabarba2014-11-141-0/+1
|
* Merge branch 'sx-question-mode' into font-lockArtur Malabarba2014-11-141-9/+8
|\
| * Merge branch 'sx-question-mode' of github.com:vermiculus/stack-mode into ↵Artur Malabarba2014-11-141-1/+0
| |\ | | | | | | | | | sx-question-mode
| | * Merge branch 'sx-question-mode' of github.com:vermiculus/stack-mode into ↵Sean Allred2014-11-141-12/+27
| | |\ | | | | | | | | | | | | | | | | | | | | sx-question-mode I neglected to pull before I started committing.
| | * | Fix requireSean Allred2014-11-141-1/+0
| | | | | | | | | | | | | | | | We don't seem to use sx-filter anywhere in here
| * | | Improve comment formatingArtur Malabarba2014-11-141-8/+8
| | |/ | |/|
* | | Fill content!Artur Malabarba2014-11-141-4/+13
| | |
* | | Fontify when fillingArtur Malabarba2014-11-141-3/+4
| | |
* | | Disable font-lock-modeArtur Malabarba2014-11-141-6/+7
|/ /
* / Correct comment formattingArtur Malabarba2014-11-141-12/+27
|/
* Fix requiresArtur Malabarba2014-11-141-2/+2
|
* Clean content at the request levelSean Allred2014-11-141-3/+3
|
* Start implementing sx-question-mode--fill-stringArtur Malabarba2014-11-131-5/+25
| | | | Address #43
* Fix window managingArtur Malabarba2014-11-131-1/+2
|
* FixupArtur Malabarba2014-11-131-1/+1
|
* Add a newlineArtur Malabarba2014-11-131-0/+1
|
* CommentsArtur Malabarba2014-11-131-13/+51
|
* Also print answersArtur Malabarba2014-11-131-11/+38
|
* Small fix to sx-question-mode--wrap-in-overlayArtur Malabarba2014-11-131-4/+6
|
* Add a couple of sx-encoding-clean-contentArtur Malabarba2014-11-131-3/+3
|
* Fix tag font-lockingArtur Malabarba2014-11-131-7/+10
|
* Pull in question bodySean Allred2014-11-121-4/+3
| | | | Added this field to the filter as well.
* Use consistent tag formattingSean Allred2014-11-121-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 contentArtur Malabarba2014-11-131-4/+23
|
* Background face for question.Artur Malabarba2014-11-131-30/+52
|
* Define groupsArtur Malabarba2014-11-131-2/+16
|
* Remove mode-line placeholder code for nowArtur Malabarba2014-11-131-24/+0
|
* Fix for new assoc-letArtur Malabarba2014-11-131-8/+9
|
* Implement sx-question-modeArtur Malabarba2014-11-081-0/+299
Also moves question-display code to its own file.