[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/webpaste 2d0f810 268/298: Merge branch 'condy0919-master'
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/webpaste 2d0f810 268/298: Merge branch 'condy0919-master' |
Date: |
Thu, 9 Dec 2021 19:00:27 -0500 (EST) |
branch: elpa/webpaste
commit 2d0f810aefb8c1348e88d836508b53ac0993bf55
Merge: 8f9322f 9ca4105
Author: Elis Hirwing <elis@hirwing.se>
Commit: Elis Hirwing <elis@hirwing.se>
Merge branch 'condy0919-master'
---
README.org | 1 +
webpaste.el | 23 ++++++++++++++++++++++-
2 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 01314fc..3d1b7d5 100644
--- a/README.org
+++ b/README.org
@@ -181,6 +181,7 @@ webpaste first and then just read the documentation by
running this:
- [X] dpaste.org
- [X] gist.github.com
- [X] paste.pound-python.org
+ - [X] paste.mozilla.org
- [ ] paste.debian.net
- [ ] bpaste.net
- [ ] eval.in
diff --git a/webpaste.el b/webpaste.el
index 95531e5..a11e9a0 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -113,6 +113,14 @@ This uses `browse-url-generic' to open URLs."
:lang-overrides ((emacs-lisp-mode . "clojure"))
:success-lambda webpaste--providers-success-returned-string)
+ '("paste.mozilla.org"
+ :uri "https://paste.mozilla.org/api/";
+ :post-data (("expires" . 86400))
+ :post-field "content"
+ :post-lang-field-name "lexer"
+ :lang-overrides ((emacs-lisp-mode . "clojure"))
+ :success-lambda webpaste--providers-success-returned-string)
+
("gist.github.com"
:uri "https://api.github.com/gists";
:post-field nil
@@ -184,14 +192,27 @@ precalculated, and also available both for pre and post
request access.")
(defvar webpaste--default-lang-alist
- '((css-mode . "css")
+ '((c-mode . "c")
+ (c++-mode . "cpp")
+ (cmake-mode . "cmake")
+ (css-mode . "css")
+ (diff-mode . "diff")
(fundamental-mode . "text")
+ (haskell-mode . "haskell")
(html-mode . "html")
+ (makefile-mode . "make")
(java-mode . "java")
(js-mode . "js")
(go-mode . "go")
+ (perl-mode . "perl")
(php-mode . "php")
(python-mode . "python")
+ (ruby-mode . "rb")
+ (rust-mode . "rust")
+ (sh-mode . "bash")
+ (sql-mode . "sql")
+ (tex-mode . "tex")
+ (xml-mode . "xml")
(yaml-mode . "yaml"))
"Alist that maps `major-mode' names to language names.")
- [nongnu] elpa/webpaste 7345c5f 252/298: [providers] Deprecation of ptpb.pw as a provider, (continued)
- [nongnu] elpa/webpaste 7345c5f 252/298: [providers] Deprecation of ptpb.pw as a provider, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 521de6d 247/298: Update copyright year, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 87ea8b1 294/298: workflows: Remove environment variable to force install cask on macos, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 7d8e0d4 287/298: wepaste: Add provider paste.rs, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste a9c4aa4 288/298: Merge branch 'provider-paste-rs', ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste b47767f 229/298: Prefix integration test names to filter them out easily if they seem, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 356e54f 242/298: Tests: Add unit test for webpaste--get-shebang-lang-mode, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste b8e9245 230/298: Add helper function to find buffers language for provider, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste d6a8771 250/298: Merge branch 'vapniks-patch-1', ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 8f9322f 265/298: Merge branch 'tastytea-dpaste.de-new-location', ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 2d0f810 268/298: Merge branch 'condy0919-master',
ELPA Syncer <=
- [nongnu] elpa/webpaste 141376a 264/298: Change dpaste.de to dpaste.org., ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 1a6c0e9 263/298: Bump version number in file, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 7a30602 274/298: Bump version number in file, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 84b5c80 279/298: readme: Add readme entry for max retries, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 533bb40 290/298: Apply suggestions from code review, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste dacb4fb 289/298: Add support for bpa.st pastebin, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 9ffa782 286/298: readme: Useful links in badges, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste a60d262 285/298: readme: Add status badges, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 65f664d 298/298: elpaignore: Add .elpaignore to ignore files in elpa builds, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 76d740e 283/298: travis: Drop travis, ELPA Syncer, 2021/12/09