aboutsummaryrefslogtreecommitdiff
path: root/sx-button.el
Commit message (Collapse)AuthorAgeFilesLines
* Silence byte-compilerJonas Bernoulli2015-11-041-0/+6
|
* Add Accept button to answers. Fixes #276Artur Malabarba2015-04-191-0/+8
|
* Improve some facesArtur Malabarba2015-04-191-1/+2
|
* Change a failed sx-open-link from message to error.Artur Malabarba2015-03-261-1/+1
| | | | This way sx-button-follow-link can catch it.
* Merge pull request #258 from vermiculus/small-improvementsArtur Malabarba2015-02-261-5/+5
|\ | | | | Small improvements
| * Compiler warningsArtur Malabarba2015-02-121-5/+5
| |
* | Fix declare-functionArtur Malabarba2015-02-141-1/+1
| |
* | Merge pull request #233 from vermiculus/tag-buttonsSean Allred2015-02-131-0/+13
|\ \ | | | | | | Tag buttons
| * | Define sx-button--tag-help-echoArtur Malabarba2015-01-151-0/+6
| | |
| * | Define button-tagArtur Malabarba2015-01-151-0/+7
| |/
* | Try sx-open-link, THEN do sx-visit-externallyArtur Malabarba2015-02-121-1/+6
| |
* | Hitting RET on link buttons calls sx-open-linkArtur Malabarba2015-01-151-3/+3
|/
* SpellcheckSean Allred2015-01-071-3/+3
|
* Only display_name and @name are turned into buttonsArtur Malabarba2015-01-071-1/+1
|
* Define user buttonArtur Malabarba2015-01-071-0/+7
|
* Use defconst for button help-echo'sArtur Malabarba2015-01-071-7/+13
|
* 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
* | Activate major-mode when editing code-blocksArtur Malabarba2014-12-161-5/+8
| |
* | `sx-custom-button' fails to specify containing groupArtur Malabarba2014-12-151-1/+2
| |
* | user-error is "not known to be defined" in emacs 24.2Artur Malabarba2014-12-151-1/+1
| |
* | Don't rely on cus-edit for the facesArtur Malabarba2014-12-031-2/+10
| |
* | Header commentary on sx-buttonArtur Malabarba2014-12-031-5/+20
| | | | | | | | Affects #123
* | Prettier comment buttonArtur Malabarba2014-12-021-0/+1
| |
* | Add an answer buttonArtur Malabarba2014-12-021-0/+8
|/
* Remove bad requireArtur Malabarba2014-11-291-1/+0
|
* CommentsArtur Malabarba2014-11-291-0/+2
|
* Code-blocks are buttons. RET to edit, w to copy.Artur Malabarba2014-11-291-0/+20
|
* New "Add a Comment" buttonArtur Malabarba2014-11-291-0/+8
|
* Normalize and improve button help-echo'sArtur Malabarba2014-11-291-1/+20
|
* Improve button-copyArtur Malabarba2014-11-291-5/+9
|
* Fix button-mapArtur Malabarba2014-11-291-6/+6
|
* Move buttons to sx-button.elArtur Malabarba2014-11-291-0/+77
Also define command to copy button's content under w.