aboutsummaryrefslogtreecommitdiff
path: root/sx-question-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* Provide commentaries for each fileSean Allred2014-11-281-0/+3
|
* File header normalizationSean Allred2014-11-271-1/+1
|
* Merge branch 'master' into hotfixSean Allred2014-11-271-3/+24
|\
| * Merge pull request #105 from vermiculus/issue-97Sean Allred2014-11-271-3/+24
| |\ | | | | | | Don't fill link labels or headers
| | * Finish partial fix.Artur Malabarba2014-11-261-8/+8
| | |
| | * Don't fill link labels or headersArtur Malabarba2014-11-261-3/+24
| | | | | | | | | | | | Fixes #97
* | | Fix #111Sean Allred2014-11-271-1/+7
| | |
* | | Fix #110Sean Allred2014-11-271-1/+1
|/ /
* | Give feedback on finished refresh.Artur Malabarba2014-11-261-1/+2
| | | | | | | | | | Now that position is preserved, refreshing is so discreet that we need some feedback. :)
* | Preserve visual position when refreshingArtur Malabarba2014-11-261-3/+6
|/ | | | Both for question list and question mode.
* Add keybind for commenting.Artur Malabarba2014-11-261-0/+1
|
* Merge branch 'voting' into commentingArtur Malabarba2014-11-261-18/+51
|\
| * Question/answer score is displayed in the question bufferArtur Malabarba2014-11-251-15/+49
| |
| * Cleanup old obsolete line.Artur Malabarba2014-11-251-3/+2
| |
* | Old recentering bugArtur Malabarba2014-11-261-5/+6
|/ | | | | We sometimes get an error because we're recentering a window that's not selected.
* Binds for voting.Artur Malabarba2014-11-251-0/+2
|
* sx can also updates question-mode buffer.Artur Malabarba2014-11-251-7/+12
|
* Refactor visit from question-mode to sxArtur Malabarba2014-11-251-16/+2
|
* Move wrap-in-text-property/overlay to sxArtur Malabarba2014-11-251-72/+42
|
* Streamline the refactoringArtur Malabarba2014-11-241-2/+1
|
* Patch faulty separatorArtur Malabarba2014-11-211-0/+1
|
* Derive special-mode instead of markdown-modeArtur Malabarba2014-11-211-1/+1
| | | | After recent changes, markdown-mode no longer makes sense.
* 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
|