Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrights | Sean Allred | 2018-01-28 | 1 | -1/+1 |
| | |||||
* | Don't erase question headers when sending. Fix #271 | Artur Malabarba | 2015-03-08 | 1 | -8/+5 |
| | |||||
* | Manually string-trim for older emacsen. Fix #267 | Artur Malabarba | 2015-02-26 | 1 | -4/+2 |
| | |||||
* | Hotfix with-demoted-errors in sx-compose-send, should Close #238 | Artur Malabarba | 2015-01-20 | 1 | -4/+9 |
| | |||||
* | Add missing format call | Sebastian Wiesner | 2015-01-12 | 1 | -1/+1 |
| | | | `y-or-n-p` doesn't accept format arguments, so we need to call `format` explicitly. | ||||
* | Require sx-tag | Artur Malabarba | 2015-01-08 | 1 | -0/+1 |
| | |||||
* | Add header-line to compose-buffer | Artur Malabarba | 2015-01-05 | 1 | -0/+14 |
| | |||||
* | Add sx-compose--is-question-p variable | Artur Malabarba | 2015-01-05 | 1 | -3/+11 |
| | |||||
* | Turn sx-compose--question-headers into a defconst | Artur Malabarba | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | Bind sx-compose-insert-tags to "\C-c\C-q" | Artur Malabarba | 2015-01-05 | 1 | -0/+3 |
| | | | | Fix #137 | ||||
* | Implement sx-compose-insert-tags | Artur Malabarba | 2015-01-05 | 1 | -3/+19 |
| | |||||
* | Refactor sx-compose--goto-tag-header | Artur Malabarba | 2015-01-05 | 1 | -9/+14 |
| | |||||
* | HOTFIX After composing, don't error if only window | Artur Malabarba | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'organize' of github.com:vermiculus/sx.el into organize | Sean Allred | 2015-01-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Conflicts: sx-cache.el sx-encoding.el sx-favorites.el sx-filter.el sx-interaction.el sx-method.el sx-question-list.el sx-question-mode.el sx-question-print.el sx-question.el sx-tab.el sx-time.el sx.el | ||||
* | Standardize local variables | Sean Allred | 2015-01-04 | 1 | -1/+5 |
| | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files | ||||
* | Use symbols for url-request-method | Sean Allred | 2015-01-04 | 1 | -2/+2 |
| | |||||
* | Merge pull request #186 from vermiculus/completing-tags | Artur Malabarba | 2015-01-03 | 1 | -0/+29 |
|\ | | | | | Introduce tags | ||||
| * | Check tags before sending in compose-mode | Artur Malabarba | 2014-12-05 | 1 | -0/+29 |
| | | |||||
* | | Hotfix Empty question buffer. | Artur Malabarba | 2014-12-27 | 1 | -1/+2 |
| | | |||||
* | | Close compose window when buffer is killed. | Artur Malabarba | 2014-12-17 | 1 | -1/+4 |
| | | |||||
* | | Support editing comments. | Artur Malabarba | 2014-12-17 | 1 | -5/+13 |
| | | |||||
* | | split-string used to take only 3 args | Artur Malabarba | 2014-12-15 | 1 | -2/+2 |
| | | |||||
* | | Fix bug when editing questions | Artur Malabarba | 2014-12-05 | 1 | -12/+28 |
| | | |||||
* | | Cleanup whitespace | Artur Malabarba | 2014-12-05 | 1 | -5/+5 |
|/ | |||||
* | Not adamant | Artur Malabarba | 2014-12-03 | 1 | -3/+3 |
| | |||||
* | Header Commentary to sx-compose | Artur Malabarba | 2014-12-02 | 1 | -0/+10 |
| | |||||
* | Refactor sx-compose-create | Artur Malabarba | 2014-12-02 | 1 | -4/+4 |
| | |||||
* | Fix up asking logic | Artur Malabarba | 2014-12-02 | 1 | -8/+13 |
| | |||||
* | Editing implemented | Artur Malabarba | 2014-12-02 | 1 | -0/+5 |
| | | | | Fix #11 | ||||
* | Implement asking | Artur Malabarba | 2014-12-02 | 1 | -20/+43 |
| | |||||
* | Rename before-functions | Artur Malabarba | 2014-12-01 | 1 | -31/+49 |
| | |||||
* | Some after-send-hooks to improve experience | Artur Malabarba | 2014-12-01 | 1 | -20/+43 |
| | |||||
* | Initial compose-mode implementation. | Artur Malabarba | 2014-12-01 | 1 | -0/+163 |