Skip to content

Commit

Permalink
updated: package
Browse files Browse the repository at this point in the history
  • Loading branch information
ncaq committed Apr 15, 2015
1 parent 7e04d94 commit ccb0933
Show file tree
Hide file tree
Showing 613 changed files with 5,562 additions and 2,634 deletions.
1 change: 0 additions & 1 deletion elpa/ace-link-20150321.830/ace-link-pkg.el

This file was deleted.

Binary file removed elpa/ace-link-20150321.830/ace-link.elc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))

;;;### (autoloads nil "ace-link" "ace-link.el" (21776 14333 971539
;;;;;; 755000))
;;;### (autoloads nil "ace-link" "ace-link.el" (21806 16340 506511
;;;;;; 698000))
;;; Generated autoloads from ace-link.el

(autoload 'ace-link-info "ace-link" "\
Expand Down
1 change: 1 addition & 0 deletions elpa/ace-link-20150408.1301/ace-link-pkg.el
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(define-package "ace-link" "20150408.1301" "Quickly follow links using `ace-jump-mode'" '((ace-jump-mode "2.0")) :url "https://github.com/abo-abo/ace-link" :keywords '("convenience" "links"))
Binary file added elpa/ace-link-20150408.1301/ace-link-pkg.elc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Oleh Krehel <ohwoeowho@gmail.com>
;; URL: https://github.com/abo-abo/ace-link
;; Package-Version: 20150321.830
;; Package-Version: 20150408.1301
;; Version: 0.3.0
;; Package-Requires: ((ace-jump-mode "2.0"))
;; Keywords: convenience, links
Expand Down Expand Up @@ -73,8 +73,12 @@
(list (lambda ()
(setq ace-jump-mode-end-hook)
,@follower)))
(let ((ace-jump-mode-scope 'window))
(ace-jump-do ""))))
(condition-case err
(let ((ace-jump-mode-scope 'window))
(ace-jump-do ""))
(error
(setq ace-jump-mode-end-hook)
(signal (car err) (cdr err))))))

;; ——— Interactive —————————————————————————————————————————————————————————————
;;;###autoload
Expand Down Expand Up @@ -108,8 +112,10 @@
(forward-char 1)
(eww-follow-link)))

(declare-function 'widget-forward "wid-edit")
(defun ali--gnus-collect-references ()
"Collect the positions of visible links in the current gnus buffer."
(require 'wid-edit)
(let (candidates pt)
(save-excursion
(save-restriction
Expand All @@ -125,6 +131,9 @@
(push (point) candidates)))
(nreverse candidates)))))

(declare-function 'gnus-summary-widget-forward "gnus-sum")
(declare-function 'widget-button-press "wid-edit")

;;;###autoload
(defun ace-link-gnus ()
"Ace jump to links in `gnus-article-mode' buffers."
Expand Down
Binary file added elpa/ace-link-20150408.1301/ace-link.elc
Binary file not shown.
14 changes: 7 additions & 7 deletions elpa/archives/gnu/archive-contents
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
((:keywords "tools" "processes" "convenience")
(:url . "https://github.com/leoliu/ack-el"))])
(ada-mode .
[(5 1 7)
[(5 1 8)
((wisi
(1 1 0))
(1 1 1))
(cl-lib
(0 4))
(emacs
Expand Down Expand Up @@ -63,7 +63,7 @@
((:url . "http://www.gnuvola.org/software/aa2u/")
(:keywords "ascii" "unicode" "box-drawing"))])
(auctex .
[(11 88 3)
[(11 88 4)
nil "Integrated environment for *TeX*" tar
((:url . "http://www.gnu.org/software/auctex/"))])
(aumix-mode .
Expand Down Expand Up @@ -164,7 +164,7 @@
((:url . "http://elpa.gnu.org/packages/dbus-codegen.html")
(:keywords "comm" "dbus" "convenience"))])
(debbugs .
[(0 6)
[(0 7)
nil "SOAP library to access debbugs servers" tar
((:keywords "comm" "hypermedia")
(:url . "http://elpa.gnu.org/packages/debbugs.html"))])
Expand Down Expand Up @@ -431,7 +431,7 @@
((:url . "http://elpa.gnu.org/packages/omn-mode.html")
(:keywords))])
(org .
[(20150406)
[(20150413)
nil "Outline-based notes management and organizer" tar nil])
(osc .
[(0 1)
Expand Down Expand Up @@ -479,7 +479,7 @@
((:url . "http://elpa.gnu.org/packages/scroll-restore.html")
(:keywords "scrolling"))])
(seq .
[(1 3)
[(1 4)
nil "Sequence manipulation functions" single
((:url . "http://elpa.gnu.org/packages/seq.html")
(:keywords "sequences"))])
Expand Down Expand Up @@ -613,7 +613,7 @@
((:url . "http://elpa.gnu.org/packages/windresize.html")
(:keywords "window"))])
(wisi .
[(1 1 0)
[(1 1 1)
((cl-lib
(0 4))
(emacs
Expand Down
2 changes: 1 addition & 1 deletion elpa/archives/gnu/archive-contents.signed
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Good signature from 474F05837FBDEF9B GNU ELPA Signing Agent <elpasign@elpa.gnu.org> (trust undefined) created at 2015-04-10T18:05:02+0900 using DSA
Good signature from 474F05837FBDEF9B GNU ELPA Signing Agent <elpasign@elpa.gnu.org> (trust undefined) created at 2015-04-15T18:05:01+0900 using DSA
2 changes: 1 addition & 1 deletion elpa/archives/melpa/archive-contents

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))

;;;### (autoloads nil "async" "async.el" (21729 38291 36823 944000))
;;;### (autoloads nil "async" "async.el" (21806 16339 792509 160000))
;;; Generated autoloads from async.el

(autoload 'async-start-process "async" "\
Expand Down Expand Up @@ -69,7 +69,7 @@ returns nil. It can still be useful, however, as an argument to
;;;***

;;;### (autoloads nil nil ("async-bytecomp.el" "async-pkg.el" "dired-async.el"
;;;;;; "smtpmail-async.el") (21729 38291 40496 715000))
;;;;;; "smtpmail-async.el") (21806 16339 796393 407000))

;;;***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
(defcustom async-bytecomp-allowed-packages '(async helm)
"Packages in this list will be compiled asynchronously by `package--compile'.
All the dependencies of these packages will be compiled async too,
so no need to add dependencies to this list."
so no need to add dependencies to this list.
The value of this variable can also be a list with a single element,
the symbol `all', in this case packages are always compiled asynchronously."
:group 'async
:type '(repeat (choice symbol)))

Expand Down Expand Up @@ -104,18 +106,35 @@ All *.elc files are systematically deleted before proceeding."
(defvar package-archive-contents)
(declare-function package-desc-reqs "package.el" (cl-x))

(defun async-bytecomp--get-package-deps (pkg &optional only)
(let* ((pkg-desc (cadr (assq pkg package-archive-contents)))
(direct-deps (cl-loop for p in (package-desc-reqs pkg-desc)
for name = (car p)
when (assq name package-archive-contents)
collect name))
(indirect-deps (unless (eq only 'direct)
(delete-dups
(cl-loop for p in direct-deps append
(async-bytecomp--get-package-deps p))))))
(cl-case only
(direct direct-deps)
(separate (list direct-deps indirect-deps))
(indirect indirect-deps)
(t (delete-dups (append direct-deps indirect-deps))))))

(defun async-bytecomp-get-allowed-pkgs ()
(when async-bytecomp-allowed-packages
(when (and async-bytecomp-allowed-packages
(listp async-bytecomp-allowed-packages))
(cl-loop for p in async-bytecomp-allowed-packages
for pkg-desc = (car (assoc-default p package-archive-contents))
append (mapcar 'car (package-desc-reqs pkg-desc)) into reqs
finally return
(cl-remove-duplicates
(append async-bytecomp-allowed-packages reqs)))))
append (async-bytecomp--get-package-deps p) into reqs
finally return
(delete-dups
(append async-bytecomp-allowed-packages reqs)))))

(defadvice package--compile (around byte-compile-async activate)
(let ((cur-package (package-desc-name pkg-desc)))
(if (memq cur-package (async-bytecomp-get-allowed-pkgs))
(if (or (equal async-bytecomp-allowed-packages '(all))
(memq cur-package (async-bytecomp-get-allowed-pkgs)))
(progn
(when (eq cur-package 'async)
(fmakunbound 'async-byte-recompile-directory))
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(define-package "async" "20150203.2127" "Asynchronous processing in Emacs" 'nil)
(define-package "async" "20150412.2207" "Asynchronous processing in Emacs" 'nil)
;; Local Variables:
;; no-byte-compile: t
;; End:
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))

;;;### (autoloads nil "auto-complete" "auto-complete.el" (21778 60997
;;;;;; 620549 78000))
;;;### (autoloads nil "auto-complete" "auto-complete.el" (21806 16338
;;;;;; 945506 146000))
;;; Generated autoloads from auto-complete.el

(autoload 'auto-complete "auto-complete" "\
Expand Down Expand Up @@ -41,7 +41,7 @@ See `auto-complete-mode' for more information on Auto-Complete mode.
;;;***

;;;### (autoloads nil "auto-complete-config" "auto-complete-config.el"
;;;;;; (21778 60997 911549 890000))
;;;;;; (21806 16338 974506 249000))
;;; Generated autoloads from auto-complete-config.el

(autoload 'ac-config-default "auto-complete-config" "\
Expand All @@ -51,8 +51,8 @@ See `auto-complete-mode' for more information on Auto-Complete mode.

;;;***

;;;### (autoloads nil nil ("auto-complete-pkg.el") (21778 60997 922052
;;;;;; 116000))
;;;### (autoloads nil nil ("auto-complete-pkg.el") (21806 16338 977575
;;;;;; 571000))

;;;***

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(define-package "auto-complete" "20150322.813" "Auto Completion for GNU Emacs"
(define-package "auto-complete" "20150408.1132" "Auto Completion for GNU Emacs"
'((popup "0.5.0")
(cl-lib "0.5")))
;; Local Variables:
Expand Down
Binary file not shown.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ play
play-during
plum
pointer
portarait
portrait
position
powderblue
pre
Expand Down
1 change: 0 additions & 1 deletion elpa/d-mode-20150323.507/d-mode-pkg.el

This file was deleted.

Binary file removed elpa/d-mode-20150323.507/d-mode.elc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))

;;;### (autoloads nil "d-mode" "d-mode.el" (21776 14333 37536 700000))
;;;### (autoloads nil "d-mode" "d-mode.el" (21806 16337 567501 229000))
;;; Generated autoloads from d-mode.el
(add-to-list 'auto-mode-alist '("\\.d[i]?\\'" . d-mode))

Expand Down
1 change: 1 addition & 0 deletions elpa/d-mode-20150408.2205/d-mode-pkg.el
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(define-package "d-mode" "20150408.2205" "D Programming Language major mode for (X)Emacs" 'nil :keywords '("d" "programming" "language" "emacs" "cc-mode"))
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Maintainer: Russel Winder <russel@winder.org.uk>
;; Created: March 2007
;; Version: 201410180537
;; Package-Version: 20150323.507
;; Package-Version: 20150408.2205
;; Keywords: D programming language emacs cc-mode

;;;; NB Version number is date and time yyyymmddhhMM in GMT (aka UTC).
Expand Down Expand Up @@ -189,7 +189,7 @@ operators."
;; Built-in basic types
(c-lang-defconst c-primitive-type-kwds
d '("bit" "bool" "byte" "ubyte" "char" "delegate" "double" "float"
"function" "int" "long" "ubyte" "short" "uint" "ulong" "ushort"
"function" "int" "long" "short" "uint" "ulong" "ushort"
"cent" "ucent" "real" "ireal" "ifloat" "creal" "cfloat" "cdouble"
"wchar" "dchar" "void" "string" "wstring" "dstring"))

Expand Down Expand Up @@ -459,11 +459,12 @@ operators."
;;;Workaround for special case of 'else static if' not being handled properly
(defun d-special-case-looking-at (oldfun &rest args)
(let ((rxp (car args)))
(if (and (stringp rxp)
(string= rxp "if\\>[^_]"))
(or (apply oldfun '("static\\>[^_]"))
(apply oldfun args))
(apply oldfun args))))
(if (and (stringp rxp) (string= rxp "if\\>[^_]"))
(or (apply oldfun '("static\\>[^_]"))
(apply oldfun '("version\\>[^_]"))
(apply oldfun '("debug\\>[^_]"))
(apply oldfun args))
(apply oldfun args))))

(defadvice c-add-stmt-syntax (around my-c-add-stmt-syntax-wrapper activate)
(if (not (string= major-mode "d-mode"))
Expand Down
Binary file added elpa/d-mode-20150408.2205/d-mode.elc
Binary file not shown.
1 change: 0 additions & 1 deletion elpa/epl-20140823.609/epl-pkg.el

This file was deleted.

Binary file removed elpa/epl-20140823.609/epl-pkg.elc
Binary file not shown.
Binary file removed elpa/epl-20140823.609/epl.elc
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
;;; epl-autoloads.el --- automatically extracted autoloads
;;
;;; Code:

(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))

;;;### (autoloads nil nil ("epl-pkg.el" "epl.el") (21498 65404 551618
;;;;;; 731000))
;;;### (autoloads nil nil ("epl.el") (21806 16336 608687 80000))

;;;***

(provide 'epl-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; epl-autoloads.el ends here
1 change: 1 addition & 0 deletions elpa/epl-20150326.1212/epl-pkg.el
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(define-package "epl" "20150326.1212" "Emacs Package Library" '((cl-lib "0.3")) :url "http://github.com/cask/epl" :keywords '("convenience"))
Binary file not shown.
Loading

0 comments on commit ccb0933

Please sign in to comment.