Skip to content

Commit

Permalink
updated: packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ncaq committed Sep 23, 2015
1 parent f7b4bee commit 2a58c67
Show file tree
Hide file tree
Showing 701 changed files with 10,435 additions and 3,720 deletions.
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 "anzu" "anzu.el" (21956 45921 156310 672000))
;;;### (autoloads nil "anzu" "anzu.el" (22018 21552 77250 175000))
;;; Generated autoloads from anzu.el

(autoload 'anzu-mode "anzu" "\
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(define-package "anzu" "20150802.2203" "Show number of matches in mode-line while searching" '((cl-lib "0.5") (emacs "24")) :url "https://github.com/syohex/emacs-anzu")
(define-package "anzu" "20150912.1939" "Show number of matches in mode-line while searching" '((cl-lib "0.5") (emacs "24")) :url "https://github.com/syohex/emacs-anzu")
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

;; Author: Syohei YOSHIDA <syohex@gmail.com>
;; URL: https://github.com/syohex/emacs-anzu
;; Package-Version: 20150802.2203
;; Version: 0.54
;; Package-Version: 20150912.1939
;; Version: 0.56
;; Package-Requires: ((cl-lib "0.5") (emacs "24"))

;; This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -305,6 +305,7 @@
:lighter anzu-mode-lighter
(if anzu-mode
(progn
(set (make-local-variable 'anzu--state) nil)
(add-hook 'isearch-update-post-hook 'anzu--update-post-hook nil t)
(add-hook 'isearch-mode-hook 'anzu--cons-mode-line-search nil t)
(add-hook 'isearch-mode-end-hook 'anzu--reset-mode-line nil t))
Expand Down Expand Up @@ -561,7 +562,7 @@
(let ((str (buffer-substring-no-properties
(overlay-start ov) (overlay-end ov))))
(when (string-match (regexp-quote str) from)
(replace-match replaced (not case-fold-search) nil str))))
(replace-match replaced (not case-fold-search) t str))))

(defun anzu--append-replaced-string (content buf beg end use-regexp overlay-limit from)
(let ((replacements 0))
Expand Down
Binary file not shown.
37 changes: 31 additions & 6 deletions elpa/archives/gnu/archive-contents
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
((:url . "https://github.com/abo-abo/ace-window")
(:keywords "window" "location"))])
(ack .
[(1 3)
nil "Interface to ack-like source code search tools" tar
[(1 5)
nil "interface to ack-like tools" tar
((:keywords "tools" "processes" "convenience")
(:url . "https://github.com/leoliu/ack-el"))])
(ada-mode .
Expand Down Expand Up @@ -200,7 +200,7 @@
((:url . "http://www.dr-qubit.org/emacs.php")
(:keywords "extensions" "matching" "data structures trie" "tree" "dictionary" "completion" "regexp"))])
(diff-hl .
[(1 7 0)
[(1 8 0)
((cl-lib
(0 2)))
"Highlight uncommitted changes" tar
Expand Down Expand Up @@ -293,6 +293,15 @@
"Color unbalanced parentheses and parentheses inconsistent with indentation" single
((:url . "http://elpa.gnu.org/packages/flylisp.html")
(:keywords))])
(fsm .
[(0 2)
((emacs
(24 1))
(cl-lib
(0 5)))
"state machine library" single
((:url . "http://elpa.gnu.org/packages/fsm.html")
(:keywords "extensions"))])
(ggtags .
[(0 8 10)
((emacs
Expand Down Expand Up @@ -357,7 +366,7 @@
((:url . "http://elpa.gnu.org/packages/jgraph-mode.html")
(:keywords "tex" "wp"))])
(js2-mode .
[(20150713)
[(20150909)
((emacs
(24 1))
(cl-lib
Expand Down Expand Up @@ -441,6 +450,13 @@
nil "Authoring and publishing tool for Emacs" tar
((:keywords "hypermedia")
(:url . "http://mwolson.org/projects/EmacsMuse.html"))])
(nameless .
[(0 5)
((emacs
(24 4)))
"Hide package namespace in your emacs-lisp code" single
((:url . "http://elpa.gnu.org/packages/nameless.html")
(:keywords "convenience" "lisp"))])
(names .
[(20150723 0)
((emacs
Expand Down Expand Up @@ -480,7 +496,7 @@
((:url . "http://elpa.gnu.org/packages/omn-mode.html")
(:keywords))])
(org .
[(20150831)
[(20150921)
nil "Outline-based notes management and organizer" tar nil])
(osc .
[(0 1)
Expand Down Expand Up @@ -540,7 +556,7 @@
((:url . "http://elpa.gnu.org/packages/scroll-restore.html")
(:keywords "scrolling"))])
(seq .
[(1 8)
[(1 9)
nil "Sequence manipulation functions" single
((:url . "http://elpa.gnu.org/packages/seq.html")
(:keywords "sequences"))])
Expand Down Expand Up @@ -706,6 +722,15 @@
nil "use xclip to copy&paste" single
((:url . "http://elpa.gnu.org/packages/xclip.html")
(:keywords "convenience" "tools"))])
(xelb .
[(0 1)
((emacs
(24 4))
(cl-generic
(0 2)))
"X protocol Emacs Lisp Binding" tar
((:keywords "unix")
(:url . "https://github.com/ch11ng/xelb"))])
(xpm .
[(1 0 3)
nil "edit XPM images" tar
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-09-03T18:05:01+0900 using DSA
Good signature from 474F05837FBDEF9B GNU ELPA Signing Agent <elpasign@elpa.gnu.org> (trust undefined) created at 2015-09-22T18:05:02+0900 using DSA
2 changes: 1 addition & 1 deletion elpa/archives/melpa/archive-contents

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions elpa/async-20150818.1154/async-pkg.el

This file was deleted.

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" (21975 3865 8515 406000))
;;;### (autoloads nil "async" "async.el" (22018 21551 160246 685000))
;;; Generated autoloads from async.el

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

;;;***

;;;### (autoloads nil "async-bytecomp" "async-bytecomp.el" (21975
;;;;;; 3864 999515 334000))
;;;### (autoloads nil "async-bytecomp" "async-bytecomp.el" (22018
;;;;;; 21551 159246 681000))
;;; Generated autoloads from async-bytecomp.el

(autoload 'async-byte-recompile-directory "async-bytecomp" "\
Expand All @@ -96,8 +96,8 @@ Async compilation of packages can be controlled by

;;;***

;;;### (autoloads nil "dired-async" "dired-async.el" (21975 3864
;;;;;; 977515 159000))
;;;### (autoloads nil "dired-async" "dired-async.el" (22018 21551
;;;;;; 156246 670000))
;;; Generated autoloads from dired-async.el

(defvar dired-async-mode nil "\
Expand All @@ -116,8 +116,8 @@ Do dired actions asynchronously.

;;;***

;;;### (autoloads nil nil ("async-pkg.el" "smtpmail-async.el") (21975
;;;;;; 3865 29966 82000))
;;;### (autoloads nil nil ("async-pkg.el" "smtpmail-async.el") (22018
;;;;;; 21551 163439 75000))

;;;***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,20 @@ All *.elc files are systematically deleted before proceeding."
async-bytecomp-allowed-packages)))

(defadvice package--compile (around byte-compile-async)
(let ((cur-package (package-desc-name pkg-desc)))
(let ((cur-package (package-desc-name pkg-desc))
(pkg-dir (package-desc-dir pkg-desc)))
(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))
(package-activate-1 pkg-desc)
(load "async-bytecomp") ; emacs-24.3 don't reload new files.
;; Add to `load-path' the latest version of async and
;; reload it when reinstalling async.
(when (string= cur-package "async")
(cl-pushnew pkg-dir load-path)
(load "async-bytecomp"))
;; `async-byte-recompile-directory' will add directory
;; as needed to `load-path'.
(async-byte-recompile-directory (package-desc-dir pkg-desc) t))
ad-do-it)))

Expand Down
Binary file not shown.
7 changes: 7 additions & 0 deletions elpa/async-20150909.2257/async-pkg.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(define-package "async" "20150909.2257" "Asynchronous processing in Emacs"
'((emacs "24")
(cl-lib "0.5"))
:url "https://github.com/jwiegley/emacs-async")
;; Local Variables:
;; no-byte-compile: t
;; End:
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
;;; Commentary:

;; This file provide a redefinition of `dired-create-file' function,
;; which must be loaded *after* dired-aux.el, performs copies,
;; moves and all what is handled by `dired-create-file' in the background
;; using a slave Emacs process, by means of the async.el module.
;; performs copies, moves and all what is handled by `dired-create-file'
;; in the background using a slave Emacs process,
;; by means of the async.el module.
;; To use it, put this in your .emacs:
;;
;; (eval-after-load "dired-aux"
;; '(require 'dired-async))
;;
;;

;; (dired-async-mode 1)

;; This will enable async copy/rename etc...
;; in dired and helm.

;;; Code:

Expand Down
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,7 +3,7 @@
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))

;;;### (autoloads nil "avy" "avy.el" (21992 9910 772584 164000))
;;;### (autoloads nil "avy" "avy.el" (22018 21550 105242 670000))
;;; Generated autoloads from avy.el

(autoload 'avy-goto-char "avy" "\
Expand Down Expand Up @@ -99,7 +99,7 @@ Setup the default shortcuts.
\(fn)" nil nil)

(autoload 'avy-goto-char-timer "avy" "\
Read one or two consecutive chars and jump to the first one.
Read one or many consecutive chars and jump to the first one.
The window scope is determined by `avy-all-windows' (ARG negates it).
\(fn &optional ARG)" t nil)
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(define-package "avy" "20150824.211" "set-based completion" '((emacs "24.1") (cl-lib "0.5")) :url "https://github.com/abo-abo/avy" :keywords '("point" "location"))
(define-package "avy" "20150922.251" "set-based completion" '((emacs "24.1") (cl-lib "0.5")) :url "https://github.com/abo-abo/avy" :keywords '("point" "location"))
Binary file not shown.

0 comments on commit 2a58c67

Please sign in to comment.