Update packages

This commit is contained in:
Marcus Kammer 2019-12-20 13:38:19 +01:00
parent 9761768805
commit 55ad0baad1
289 changed files with 529 additions and 368 deletions

View file

@ -515,7 +515,7 @@
(:keywords "files" "unix" "convenience")
(:url . "http://elpa.gnu.org/packages/dired-du.html"))])
(dired-git-info .
[(0 2)
[(0 3 1)
((emacs
(25)))
"Show git info in dired" single
@ -676,6 +676,14 @@
(:authors
("William Xu" . "william.xwl@gmail.com"))
(:maintainer "William Xu" . "william.xwl@gmail.com"))])
(elisp-benchmarks .
[(1 0)
nil "elisp benchamrks collection" single
((:url . "http://elpa.gnu.org/packages/elisp-benchmarks.html")
(:keywords "languages" "lisp")
(:authors
(nil . "akrl@sdf.org"))
(:maintainer nil . "akrl@sdf.org"))])
(enwc .
[(2 0)
((emacs
@ -1069,7 +1077,7 @@
("Simen Heggestøyl" . "simenheg@gmail.com"))
(:maintainer "Simen Heggestøyl" . "simenheg@gmail.com"))])
(jsonrpc .
[(1 0 8)
[(1 0 9)
((emacs
(25 2)))
"JSON-RPC library" single
@ -1435,13 +1443,13 @@
("Nicolas Goaziou" . "mail@nicolasgoaziou.fr"))
(:maintainer "Nicolas Goaziou" . "mail@nicolasgoaziou.fr"))])
(osc .
[(0 1)
[(0 2)
nil "Open Sound Control protocol library" single
((:url . "http://elpa.gnu.org/packages/osc.html")
(:keywords "comm" "processes" "multimedia")
(:authors
("Mario Lang" . "mlang@delysid.org"))
(:maintainer "Mario Lang" . "mlang@delysid.org"))])
("Mario Lang" . "mlang@blind.guru"))
(:maintainer "Mario Lang" . "mlang@blind.guru"))])
(other-frame-window .
[(1 0 6)
((emacs
@ -1509,7 +1517,7 @@
("Phillip Lord" . "phillip.lord@russet.org.uk"))
(:url . "http://elpa.gnu.org/packages/persist.html"))])
(phps-mode .
[(0 3 23)
[(0 3 26)
((emacs
(26)))
"Major mode for PHP with Semantic integration" tar
@ -2111,7 +2119,7 @@
(:maintainer "Justin Burkett" . "justin@burkett.cc")
(:url . "https://github.com/justbur/emacs-vdiff"))])
(verilog-mode .
[(2019 11 21 248091482)
[(2019 12 17 268053413)
nil "major mode for editing verilog source in Emacs" single
((:keywords "languages")
(:authors
@ -2217,6 +2225,16 @@
(:maintainer "Justin Burkett" . "justin@burkett.cc")
(:authors
("Justin Burkett" . "justin@burkett.cc")))])
(windower .
[(0 0 1)
((emacs
(25)))
"Helper functions for window manipulation." single
((:keywords "convenience" "tools")
(:authors
("Pierre Neidhardt" . "mail@ambrevar.xyz"))
(:maintainer "Pierre Neidhardt" . "mail@ambrevar.xyz")
(:url . "https://gitlab.com/ambrevar/windower"))])
(windresize .
[(0 1)
nil "Resize windows interactively" single

View file

@ -1,4 +1,4 @@
(define-package "async" "20191030.2138" "Asynchronous processing in Emacs" 'nil :keywords
(define-package "async" "20191220.932" "Asynchronous processing in Emacs" 'nil :keywords
'("async")
:url "https://github.com/jwiegley/emacs-async")
;; Local Variables:

View file

@ -4,7 +4,7 @@
;; Author: John Wiegley <jwiegley@gmail.com>
;; Created: 18 Jun 2012
;; Version: 1.9.3
;; Version: 1.9.4
;; Keywords: async
;; X-URL: https://github.com/jwiegley/emacs-async

View file

@ -70,7 +70,7 @@ The values should use the same format as `completion-ignored-extensions'."
(begin (concat "\\(?:\\.\\{1,2\\}/\\|~/\\|" root "\\)")))
(list (concat "\"\\(" begin "[^\"\n]*\\)")
(concat "\'\\(" begin "[^\'\n]*\\)")
(concat "\\(?:[ \t=]\\|^\\)\\(" begin "[^ \t\n]*\\)"))))
(concat "\\(?:[ \t=\[]\\|^\\)\\(" begin "[^ \t\n]*\\)"))))
(defun company-files--grab-existing-name ()
;; Grab the file name.

Binary file not shown.

Binary file not shown.

View file

@ -1,4 +1,4 @@
(define-package "company" "20191206.33" "Modular text completion framework"
(define-package "company" "20191219.2036" "Modular text completion framework"
'((emacs "24.3"))
:keywords
'("abbrev" "convenience" "matching")

View file

@ -823,7 +823,7 @@ means that `company-mode' is always turned on except in `message-mode' buffers."
(defvar company-emulation-alist '((t . nil)))
(defsubst company-enable-overriding-keymap (keymap)
(defun company-enable-overriding-keymap (keymap)
(company-uninstall-map)
(setq company-my-keymap keymap))
@ -1619,8 +1619,11 @@ prefix match (same case) will be prioritized."
(cl-return c)))))
(defun company--perform ()
(or (and company-candidates (company--continue))
(and (company--should-complete) (company--begin-new)))
(cond
(company-candidates
(company--continue))
((company--should-complete)
(company--begin-new)))
(if (not company-candidates)
(setq company-backend nil)
(setq company-point (point)
@ -2724,6 +2727,7 @@ If SHOW-VERSION is non-nil, show the version in the echo area."
(let ((str (concat (when nl " \n")
(mapconcat 'identity (nreverse new) "\n")
"\n")))
;; Use add-face-text-property in Emacs 24.4
(font-lock-append-text-property 0 (length str) 'face 'default str)
(when nl (put-text-property 0 1 'cursor t str))
str)))

View file

@ -131,8 +131,9 @@ global setting. For global setting and more information, see
(if (< (ein:notebook-version-numeric url-or-port) 3)
(setq content (ein:new-content-legacy url-or-port path data))
(setq content (ein:new-content url-or-port path data)))
(ein:aif response
(setf (ein:$content-url-or-port content) (ein:get-response-redirect it)))
(if (and response
(> (length (request-response-history response)) 0))
(setf (ein:$content-url-or-port content) (ein:get-response-redirect response)))
(when callback
(funcall callback content))))

Some files were not shown because too many files have changed in this diff Show more