aboutsummaryrefslogtreecommitdiff
path: root/sx-question-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* GitHub comments -- #77Sean Allred2014-11-201-33/+13
|
* Use `user-error' when there's no question at pointSean Allred2014-11-191-1/+1
|
* Enhance documentationSean Allred2014-11-191-3/+4
|
* Minor typos and incorrect informationSean Allred2014-11-191-1/+1
|
* Merge branch 'master' into documentationSean Allred2014-11-191-65/+99
|\ | | | | | | | | | | | | | | | | | | Conflicts: sx-method.el sx-question-list.el sx-question-mode.el sx-question.el sx-request.el sx.el
| * QUICK-FIX: Link regexp Fixes #74Artur Malabarba2014-11-181-1/+1
| |
| * Merge branch 'master' into question-mode-keybindings++Artur Malabarba2014-11-171-2/+2
| |\
| | * Merge pull request #68 from vermiculus/question-mode-keybindingsSean Allred2014-11-171-2/+15
| | |\ | | | | | | | | Question mode keybindings
| | * | Fix use of `rx' macroSean Allred2014-11-151-2/+2
| | | | | | | | | | | | | | | | It needs to be evaluated.
| * | | Define -visit to use answer link if available.Artur Malabarba2014-11-171-1/+17
| | | |
| * | | Set text property sx-question-mode--data-hereArtur Malabarba2014-11-171-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-modeSean Allred2014-11-161-2/+14
| | |
| * | Set question data when printing the questionSean Allred2014-11-161-0/+1
| |/
* | Documentation -- part threeSean Allred2014-11-181-22/+49
| | | | | | | | Source code is documented to the best of my knowledge and understanding.
* | Documentation -- part twoSean Allred2014-11-181-3/+6
|/ | | | Pushing this change to continue work elsewhere.
* Merge branch 'master' into real-scoresSean Allred2014-11-151-7/+10
|\
| * Use more rx.Artur Malabarba2014-11-151-4/+7
| |
| * Fix typoArtur Malabarba2014-11-151-3/+3
| |
* | 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.