aboutsummaryrefslogtreecommitdiff
path: root/sx-question-list.el
Commit message (Collapse)AuthorAgeFilesLines
* Create and implement comparator creation macroSean Allred2015-01-151-5/+5
| | | | This obsoletes `sx--<'.
* HOTFIX. Don't assume the shallow_user has display_name nor reputation.Artur Malabarba2015-01-061-2/+2
| | | | Fix #206
* Use defconst instead of defvar where appropriate.Artur Malabarba2015-01-041-1/+1
| | | | Fix #200
* Standardize local variablesSean Allred2015-01-041-1/+5
| | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files
* Provide commentaries for each fileSean Allred2015-01-041-0/+2
|
* Merge pull request #194 from vermiculus/better-vote-logicSean Allred2015-01-041-2/+2
|\ | | | | Better vote logic
| * "u" and "d" unconditionally apply votes instead of toggling.Artur Malabarba2015-01-041-2/+2
| | | | | | | | To remove votes, use C-u.
* | Display userArtur Malabarba2015-01-041-0/+16
| |
* | Set tag max-width to 40Artur Malabarba2015-01-041-1/+3
| |
* | Fix date widthArtur Malabarba2015-01-041-0/+3
| |
* | Display bountyArtur Malabarba2015-01-041-3/+10
| |
* | Some starting commentsArtur Malabarba2015-01-041-0/+2
|/
* Bind favoriting to "*"Artur Malabarba2015-01-041-0/+1
|
* Make question-list--site buffer local.Artur Malabarba2015-01-041-0/+1
| | | | Don't ask me why it wasn't already.
* Bind switchto-map to "s"Artur Malabarba2015-01-041-2/+2
|
* Merge branch 'master' into searchSean Allred2015-01-021-2/+2
|\ | | | | | | Branch: search
| * Merge branch 'master' into inboxArtur Malabarba2015-01-011-2/+6
| |\ | | | | | | | | | | | | | | | Conflicts: sx-question.el sx.el
| * | Generalize sx-display-question to sx-displayArtur Malabarba2014-12-221-1/+1
| | |
| * | Refactor .site to .site_parArtur Malabarba2014-12-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out some api objects do have a site property, except its value is not a string, it is another object. The actual string we've been referring to as .site is the .site.api_site_parameter To avoid conflicts, I've renamed all our uses of .site to .site_par, and sx-assoc-let now makes sure the object has a .site_par value, instead of a .site value (which it may or may not have now, and is the same object that the api refers to as site).
| * | Hotfix switch-tabArtur Malabarba2014-12-221-1/+1
| | |
* | | Bind sx-search to sArtur Malabarba2014-12-281-0/+1
| |/ |/|
* | Initial implementation of sx-completing-readArtur Malabarba2014-12-271-2/+1
| |
* | Hotfix Mark hidden sends point to (bob)Artur Malabarba2014-12-271-0/+5
| |
* | Merge branch 'master' into visit-question-from-linkSean Allred2014-12-261-1/+1
|\ \ | |/ |/| | | | | | | | | Conflicts: sx.el Conflict arose from 6eb53ee0f12dd9f7d444e6749f6cc55c6db62078
| * Hotfix switch-tabArtur Malabarba2014-12-201-1/+1
| |
* | Refactor sx-visit to sx-visit-externallyArtur Malabarba2014-12-201-1/+1
|/
* sx-display-question is not known to be defined.Artur Malabarba2014-12-151-3/+2
| | | | It was the wrong function to use anyway.
* user-error is "not known to be defined" in emacs 24.2Artur Malabarba2014-12-151-2/+2
|
* Also mention qArtur Malabarba2014-12-141-1/+4
|
* Fix up and down keysArtur Malabarba2014-12-141-2/+2
|
* Use the header-line as a UI guide.Artur Malabarba2014-12-141-1/+13
|
* Define up and down keys on the list.Artur Malabarba2014-12-091-2/+7
|
* Fix unicode display on question listArtur Malabarba2014-12-031-3/+7
|
* Merge branch 'master' into answeringArtur Malabarba2014-12-031-50/+55
|\ | | | | | | | | | | | | Conflicts: sx-question-list.el sx-question-print.el sx-tab.el
| * Merge pull request #126 from vermiculus/improve-display-engineArtur Malabarba2014-12-021-50/+54
| |\ | | | | | | Improve display engine
| | * Maintain good line position while navigating the question list.Artur Malabarba2014-12-011-1/+15
| | |
| | * Refactor sx-question-list-display-question into 2 other functionsArtur Malabarba2014-12-011-38/+32
| | |
| | * sx-question--mark-read returns nil if nothing changedArtur Malabarba2014-12-011-2/+1
| | |
| | * Refactor sx-question-list--unread-count into a function.Artur Malabarba2014-12-011-10/+7
| | | | | | | | | | | | Less bookeeping
| * | Bind sx-tab-switch to t in question listArtur Malabarba2014-12-011-0/+1
| |/ | | | | | | Fixes #17
* / Implement a command for asking.Artur Malabarba2014-12-021-0/+1
|/
* Fix #111Sean Allred2014-11-271-0/+12
|
* Fix #110Sean Allred2014-11-271-1/+1
|
* Use let instead of letfArtur Malabarba2014-11-261-10/+13
| | | | Older letfs are bugged.
* 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-9/+11
| | | | Both for question list and question mode.
* Merge pull request #95 from vermiculus/commentingSean Allred2014-11-251-3/+6
|\ | | | | Commenting
| * A bug fix on the dataset.Artur Malabarba2014-11-261-3/+6
| | | | | | | | The question-list--dataset is now a list, not a vector.
* | Merge pull request #93 from vermiculus/votingSean Allred2014-11-251-0/+2
|\| | | | | Voting
| * Binds for voting.Artur Malabarba2014-11-251-0/+2
| |