aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge branch 'master' into filling-and-fontlockingArtur Malabarba2014-11-141-7/+36
|\
| * Merge pull request #46 from vermiculus/sx-question-modeSean Allred2014-11-147-60/+542
| |\ | | | | | | Question Mode
| * | Update READMESean Allred2014-11-141-7/+36
| | |
* | | Font lock @usernamesArtur Malabarba2014-11-141-0/+5
| | |
* | | CommentArtur Malabarba2014-11-141-0/+1
| | |
* | | Merge branch 'sx-question-mode' into font-lockArtur Malabarba2014-11-142-11/+10
|\ \ \ | | |/ | |/|
| * | Merge branch 'sx-question-mode' of github.com:vermiculus/stack-mode into ↵Artur Malabarba2014-11-142-3/+2
| |\ \ | | | | | | | | | | | | 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.
| | * | | Ensure error string can printSean Allred2014-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | "%s" must take a string, but what we get might not be string-y.
| | * | | Use correct methodSean Allred2014-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | `sx-request-make' wouldn't behave correctly on this
| | * | | 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
| |
* | Simplify deep-clean function furtherSean Allred2014-11-141-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 functionSean Allred2014-11-141-20/+16
| |
* | Clean content at the request levelSean Allred2014-11-144-5/+37
| |
* | List `markdown-mode' as a dependencySean Allred2014-11-131-0/+1
| | | | | | | | This should fix the Travis build
* | Start implementing sx-question-mode--fill-stringArtur Malabarba2014-11-131-5/+25
| | | | | | | | Address #43
* | Fix window managingArtur Malabarba2014-11-132-2/+4
| |
* | FixupArtur Malabarba2014-11-131-1/+1
| |
* | Add a newlineArtur Malabarba2014-11-131-0/+1
| |
* | CommentsArtur Malabarba2014-11-132-14/+59
| |
* | Also print answersArtur Malabarba2014-11-132-12/+44
| |
* | Improve question filterArtur Malabarba2014-11-131-1/+1
| |
* | Small fix to sx-question-mode--wrap-in-overlayArtur Malabarba2014-11-131-4/+6
| |
* | Add a couple of sx-encoding-clean-contentArtur Malabarba2014-11-132-4/+4
| |
* | Fix tag font-lockingArtur Malabarba2014-11-131-7/+10
| |
* | Replace ^M with \rArtur Malabarba2014-11-131-1/+1
| | | | | | | | ^M isn't wrong, I'm just a little paranoid.
* | Pull in question bodySean Allred2014-11-122-5/+4
| | | | | | | | Added this field to the filter as well.
* | Add missing requireSean Allred2014-11-121-0/+1
| |
* | Introduce content cleaning functionsSean Allred2014-11-121-0/+12
| |
* | Use consistent tag formattingSean Allred2014-11-123-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 mergeArtur Malabarba2014-11-131-6/+6
| |
* | 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
| |
* | Merge branch 'master' into sx-question-modeArtur Malabarba2014-11-1316-266/+379
|\|
| * Merge pull request #41 from vermiculus/question-list-visitArtur Malabarba2014-11-131-0/+9
| |\ | | | | | | Add `sx-question-list-visit`
| | * Add `sx-question-list-visit'Sean Allred2014-11-121-0/+9
| |/ | | | | | | Visits question under point; default binding `v'
| * Merge pull request #40 from vermiculus/new-assoc-letSean Allred2014-11-125-85/+61
| |\ | | | | | | Fix performance issues with `sx-assoc-let' macro
| | * Add tests for `sx-assoc-let'Sean Allred2014-11-121-0/+16
| | |