158 Commits (e87a37cdcfc6e0b40216cc16c8d2793acd5e10d2)
 

Author SHA1 Message Date
Elis Axelsson e87a37cdcf
Switched from ert to buttercup for testing 9 years ago
Elis Axelsson 899e08e9d9
Change install method of emacs in travis for faster build times 9 years ago
Elis Axelsson d2ed48a809
Added unit test for appending of language to returning links 9 years ago
Elis Axelsson 7b84568217
Avoid setq's in favor of let 9 years ago
Elis Axelsson db8c6050cb
Rewrite test to cover both if link is opened in external browser or not 9 years ago
Elis Axelsson 6b93c89cbc
Merge branch 'naclander-master' 9 years ago
Nathan Aclander 410e286464 Added webpaste confirmation tests 9 years ago
Elis Axelsson 29d10d7b8c
Added paste.pound-python.org as provider 9 years ago
Elis Axelsson b5491ab52d
Bump version for stable release 9 years ago
Elis Axelsson 2c5eb3c56a
Fix broken build. 9 years ago
Elis Axelsson 7bd2cec67b
Added support to open created pastes in browser 9 years ago
Elis Axelsson 01440169d1
Remove unused variable 9 years ago
Elis Axelsson c091daba87
Change some types based on actual use 9 years ago
Elis Axelsson f83fd7b5e6
Added note about new provider to implement. This refs #7 9 years ago
Elis Axelsson 0df8ea0a65
Hide some options from customize 9 years ago
Elis Axelsson b9b2ce0f72
Added support for languages for providers that appends language to the URL 9 years ago
Elis Axelsson 07a85e9f44
Added pre-calculated alist of languages for providers 9 years ago
Elis Axelsson ee5b4ed971
Move function declaration of the get-lang-alist-with-overrides function up 9 years ago
Elis Axelsson f0a36e24ca
Added some docs of how to enable the confirmation dialog before pasting 9 years ago
Elis Axelsson af0474eceb
Merge branch 'naclander-master' 9 years ago
Nathan Aclander b03b90fe0b Add confirmation dialog of paste, before pasting 9 years ago
Elis Axelsson 7d03ed3e87
Removed unused variables defined in function declaration 9 years ago
Elis Axelsson f08a2dcf67
Rename internal variable 9 years ago
Elis Axelsson 70e8fd0641
Bump version for new release 9 years ago
Elis Axelsson b35b30dbe0
Added documentation for how to configure provider priority 9 years ago
Elis Axelsson 9ddc6170ae
Simplify webpaste/get-lang-alist-with-overrides implementation 9 years ago
Elis Axelsson 0e4ac51b57
Added support for buffer-language depending on mode for some providers 9 years ago
Elis Axelsson 4e58b0a69d
Fix bug in link returned from dpaste.de 9 years ago
Elis Axelsson dab97dd11b
Make post-fields-lambda take named parameters 9 years ago
Elis Axelsson 0fa48e2387
Switch github pastes to not be public. This fixes #9. 9 years ago
Elis Axelsson b3bcde1858
Updated some docs that was missed before release... 9 years ago
Elis Axelsson 72ba31e5ac
Bump version for new release 9 years ago
Elis Axelsson 2dc220686e
Added github anonymous gists as provider. This fixes #8. 9 years ago
Elis Axelsson 8905a5264d
Re-arrange arguments to webpaste-provider and update docs 9 years ago
Elis Axelsson aff4e42735
The error-lambda now has a default value and is now optional 9 years ago
Elis Axelsson 6ea53d0e67
Added support for custom handler of how to build the post data for providers 9 years ago
Elis Axelsson 69f9452003
Bump version for minor release 9 years ago
Elis Axelsson 69166a3c3a
Moved error-handling of failed requests out so providers must specify it 9 years ago
Elis Axelsson 1bfa9ecaba
Bump version for stable release and copyright year 9 years ago
Elis Axelsson 124ef8b0ef
Drop usage of concat when returning link to users message field 9 years ago
Elis Axelsson 7f62fed247
Tidy up some lists in tests with backquotes 9 years ago
Elis Axelsson 0b67c54422
Move code up to be defined before the webpaste-provider function 9 years ago
Elis Axelsson 8f37214dc1
Update docs to match function 9 years ago
Elis Axelsson 406d713873
Shared success lambdas between different paste providers 9 years ago
Elis Axelsson e04d885b0b
Add (prog1 nil ...) form to avoid having the nil hanging at the end 9 years ago
Elis Axelsson 4867c589f9
Backquotes for compacter list 9 years ago
Elis Axelsson d9529de05d
Replaced (if (eq VAR nil)) with (unless VAR) 9 years ago
Elis Axelsson 4dd2e1b570
First test of creation of paste providers 9 years ago
Elis Axelsson 1a1144f563
Exposed sync parameter of request for debugging/test purposes 9 years ago
Elis Axelsson 44364f4f03
Rename parameter domain to uri for webpaste-provider 9 years ago