aboutsummaryrefslogtreecommitdiff
path: root/sx-compose.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightsSean Allred2018-01-281-1/+1
|
* Don't erase question headers when sending. Fix #271Artur Malabarba2015-03-081-8/+5
|
* Manually string-trim for older emacsen. Fix #267Artur Malabarba2015-02-261-4/+2
|
* Hotfix with-demoted-errors in sx-compose-send, should Close #238Artur Malabarba2015-01-201-4/+9
|
* Add missing format callSebastian Wiesner2015-01-121-1/+1
| | | `y-or-n-p` doesn't accept format arguments, so we need to call `format` explicitly.
* Require sx-tagArtur Malabarba2015-01-081-0/+1
|
* Add header-line to compose-bufferArtur Malabarba2015-01-051-0/+14
|
* Add sx-compose--is-question-p variableArtur Malabarba2015-01-051-3/+11
|
* Turn sx-compose--question-headers into a defconstArtur Malabarba2015-01-051-1/+1
|
* Bind sx-compose-insert-tags to "\C-c\C-q"Artur Malabarba2015-01-051-0/+3
| | | | Fix #137
* Implement sx-compose-insert-tagsArtur Malabarba2015-01-051-3/+19
|
* Refactor sx-compose--goto-tag-headerArtur Malabarba2015-01-051-9/+14
|
* HOTFIX After composing, don't error if only windowArtur Malabarba2015-01-051-1/+1
|
* Merge branch 'organize' of github.com:vermiculus/sx.el into organizeSean Allred2015-01-041-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 variablesSean Allred2015-01-041-1/+5
| | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files
* Use symbols for url-request-methodSean Allred2015-01-041-2/+2
|
* Merge pull request #186 from vermiculus/completing-tagsArtur Malabarba2015-01-031-0/+29
|\ | | | | Introduce tags
| * Check tags before sending in compose-modeArtur Malabarba2014-12-051-0/+29
| |
* | Hotfix Empty question buffer.Artur Malabarba2014-12-271-1/+2
| |
* | Close compose window when buffer is killed.Artur Malabarba2014-12-171-1/+4
| |
* | Support editing comments.Artur Malabarba2014-12-171-5/+13
| |
* | split-string used to take only 3 argsArtur Malabarba2014-12-151-2/+2
| |
* | Fix bug when editing questionsArtur Malabarba2014-12-051-12/+28
| |
* | Cleanup whitespaceArtur Malabarba2014-12-051-5/+5
|/
* Not adamantArtur Malabarba2014-12-031-3/+3
|
* Header Commentary to sx-composeArtur Malabarba2014-12-021-0/+10
|
* Refactor sx-compose-createArtur Malabarba2014-12-021-4/+4
|
* Fix up asking logicArtur Malabarba2014-12-021-8/+13
|
* Editing implementedArtur Malabarba2014-12-021-0/+5
| | | | Fix #11
* Implement askingArtur Malabarba2014-12-021-20/+43
|
* Rename before-functionsArtur Malabarba2014-12-011-31/+49
|
* Some after-send-hooks to improve experienceArtur Malabarba2014-12-011-20/+43
|
* Initial compose-mode implementation.Artur Malabarba2014-12-011-0/+163