From e7a05e78bcd5b2d881562a4a4ac61fc88228a737 Mon Sep 17 00:00:00 2001 From: Daniel Higginbotham Date: Thu, 14 Nov 2013 09:42:32 -0500 Subject: [PATCH] fixing stuffs --- .gitignore | 2 +- elpa/ac-nrepl-0.18/ac-nrepl-autoloads.el | 64 - elpa/ac-nrepl-0.18/ac-nrepl-pkg.el | 1 - elpa/ac-nrepl-0.18/ac-nrepl.el | 294 ---- elpa/ac-nrepl-0.18/ac-nrepl.elc | Bin 8500 -> 0 bytes elpa/archives/gnu/archive-contents | 260 ++++ elpa/archives/marmalade/archive-contents | 1 + elpa/archives/tromey/archive-contents | 447 ++++++ elpa/cl-lib-0.3/cl-lib-autoloads.el | 18 + elpa/cl-lib-0.3/cl-lib-pkg.el | 1 + .../cl-lib-pkg.elc} | Bin 643 -> 598 bytes elpa/cl-lib-0.3/cl-lib.el | 342 +++++ elpa/cl-lib-0.3/cl-lib.elc | Bin 0 -> 3814 bytes elpa/dash-2.3.0/dash-autoloads.el | 18 + elpa/dash-2.3.0/dash-pkg.el | 1 + elpa/dash-2.3.0/dash-pkg.elc | Bin 0 -> 586 bytes elpa/dash-2.3.0/dash.el | 1268 +++++++++++++++++ elpa/dash-2.3.0/dash.elc | Bin 0 -> 43337 bytes elpa/epl-0.4/epl-autoloads.el | 17 + elpa/epl-0.4/epl-pkg.el | 1 + elpa/epl-0.4/epl-pkg.elc | Bin 0 -> 611 bytes elpa/epl-0.4/epl.el | 552 +++++++ elpa/pkg-info-0.4/pkg-info-autoloads.el | 87 ++ elpa/pkg-info-0.4/pkg-info-pkg.el | 1 + elpa/pkg-info-0.4/pkg-info-pkg.elc | Bin 0 -> 649 bytes elpa/pkg-info-0.4/pkg-info.el | 188 +++ init.el | 3 +- nrepl-history | 5 + 28 files changed, 3209 insertions(+), 362 deletions(-) delete mode 100644 elpa/ac-nrepl-0.18/ac-nrepl-autoloads.el delete mode 100644 elpa/ac-nrepl-0.18/ac-nrepl-pkg.el delete mode 100644 elpa/ac-nrepl-0.18/ac-nrepl.el delete mode 100644 elpa/ac-nrepl-0.18/ac-nrepl.elc create mode 100644 elpa/archives/gnu/archive-contents create mode 100644 elpa/archives/marmalade/archive-contents create mode 100644 elpa/archives/tromey/archive-contents create mode 100644 elpa/cl-lib-0.3/cl-lib-autoloads.el create mode 100644 elpa/cl-lib-0.3/cl-lib-pkg.el rename elpa/{ac-nrepl-0.18/ac-nrepl-pkg.elc => cl-lib-0.3/cl-lib-pkg.elc} (56%) create mode 100644 elpa/cl-lib-0.3/cl-lib.el create mode 100644 elpa/cl-lib-0.3/cl-lib.elc create mode 100644 elpa/dash-2.3.0/dash-autoloads.el create mode 100644 elpa/dash-2.3.0/dash-pkg.el create mode 100644 elpa/dash-2.3.0/dash-pkg.elc create mode 100644 elpa/dash-2.3.0/dash.el create mode 100644 elpa/dash-2.3.0/dash.elc create mode 100644 elpa/epl-0.4/epl-autoloads.el create mode 100644 elpa/epl-0.4/epl-pkg.el create mode 100644 elpa/epl-0.4/epl-pkg.elc create mode 100644 elpa/epl-0.4/epl.el create mode 100644 elpa/pkg-info-0.4/pkg-info-autoloads.el create mode 100644 elpa/pkg-info-0.4/pkg-info-pkg.el create mode 100644 elpa/pkg-info-0.4/pkg-info-pkg.elc create mode 100644 elpa/pkg-info-0.4/pkg-info.el create mode 100644 nrepl-history diff --git a/.gitignore b/.gitignore index f7eb9f335..48ef436b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ *~* *#* -elpa + .smex-items places \ No newline at end of file diff --git a/elpa/ac-nrepl-0.18/ac-nrepl-autoloads.el b/elpa/ac-nrepl-0.18/ac-nrepl-autoloads.el deleted file mode 100644 index 44825ab3b..000000000 --- a/elpa/ac-nrepl-0.18/ac-nrepl-autoloads.el +++ /dev/null @@ -1,64 +0,0 @@ -;;; ac-nrepl-autoloads.el --- automatically extracted autoloads -;; -;;; Code: - - -;;;### (autoloads (ac-nrepl-popup-doc ac-nrepl-setup) "ac-nrepl" -;;;;;; "ac-nrepl.el" (21031 23314 0 0)) -;;; Generated autoloads from ac-nrepl.el - -(add-hook 'nrepl-connected-hook 'ac-nrepl-refresh-class-cache t) - -(defface ac-nrepl-candidate-face '((t (:inherit ac-candidate-face))) "\ -Face for nrepl candidates." :group (quote auto-complete)) - -(defface ac-nrepl-selection-face '((t (:inherit ac-selection-face))) "\ -Face for the nrepl selected candidate." :group (quote auto-complete)) - -(defconst ac-nrepl-source-defaults '((available . ac-nrepl-available-p) (candidate-face . ac-nrepl-candidate-face) (selection-face . ac-nrepl-selection-face) (prefix . ac-nrepl-symbol-start-pos) (document . ac-nrepl-documentation)) "\ -Defaults common to the various completion sources.") - -(defvar ac-source-nrepl-ns (append '((candidates . ac-nrepl-candidates-ns) (symbol . "n")) ac-nrepl-source-defaults) "\ -Auto-complete source for nrepl ns completion.") - -(defvar ac-source-nrepl-vars (append '((candidates . ac-nrepl-candidates-vars) (symbol . "v")) ac-nrepl-source-defaults) "\ -Auto-complete source for nrepl var completion.") - -(defvar ac-source-nrepl-ns-classes (append '((candidates . ac-nrepl-candidates-ns-classes) (symbol . "c")) ac-nrepl-source-defaults) "\ -Auto-complete source for nrepl ns-specific class completion.") - -(defvar ac-source-nrepl-all-classes (append '((candidates . ac-nrepl-candidates-all-classes) (symbol . "c")) ac-nrepl-source-defaults) "\ -Auto-complete source for nrepl all class completion.") - -(defvar ac-source-nrepl-java-methods (append '((candidates . ac-nrepl-candidates-java-methods) (symbol . "m") (action . ac-nrepl-delete-java-class-hint)) ac-nrepl-source-defaults) "\ -Auto-complete source for nrepl java method completion.") - -(defvar ac-source-nrepl-static-methods (append '((candidates . ac-nrepl-candidates-static-methods) (symbol . "s")) ac-nrepl-source-defaults) "\ -Auto-complete source for nrepl java static method completion.") - -(autoload 'ac-nrepl-setup "ac-nrepl" "\ -Add the nrepl completion source to the front of `ac-sources'. -This affects only the current buffer. - -\(fn)" t nil) - -(autoload 'ac-nrepl-popup-doc "ac-nrepl" "\ -A popup alternative to `nrepl-doc'. - -\(fn)" t nil) - -;;;*** - -;;;### (autoloads nil nil ("ac-nrepl-pkg.el") (21031 23314 908410 -;;;;;; 0)) - -;;;*** - -(provide 'ac-nrepl-autoloads) -;; Local Variables: -;; version-control: never -;; no-byte-compile: t -;; no-update-autoloads: t -;; coding: utf-8 -;; End: -;;; ac-nrepl-autoloads.el ends here diff --git a/elpa/ac-nrepl-0.18/ac-nrepl-pkg.el b/elpa/ac-nrepl-0.18/ac-nrepl-pkg.el deleted file mode 100644 index 797501e69..000000000 --- a/elpa/ac-nrepl-0.18/ac-nrepl-pkg.el +++ /dev/null @@ -1 +0,0 @@ -(define-package "ac-nrepl" "0.18" "auto-complete sources for Clojure using nrepl completions" (quote ((nrepl "0.1") (auto-complete "1.4")))) diff --git a/elpa/ac-nrepl-0.18/ac-nrepl.el b/elpa/ac-nrepl-0.18/ac-nrepl.el deleted file mode 100644 index 58884a9df..000000000 --- a/elpa/ac-nrepl-0.18/ac-nrepl.el +++ /dev/null @@ -1,294 +0,0 @@ - -;;; ac-nrepl.el --- auto-complete sources for Clojure using nrepl completions - -;; Copyright (C) 2012 Steve Purcell - -;; Author: Steve Purcell -;; Sam Aaron -;; URL: https://github.com/purcell/ac-nrepl -;; Keywords: languages, clojure, nrepl -;; Version: 0.18 -;; Package-Requires: ((nrepl "0.1") (auto-complete "1.4")) - -;; This program is free software; you can redistribute it and/or -;; modify it under the terms of the GNU General Public License -;; as published by the Free Software Foundation; either version 3 -;; of the License, or (at your option) any later version. - -;; This program is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -;; GNU General Public License for more details. - -;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see . - -;;; Commentary: - -;; Provides a number of auto-complete sources for Clojure projects -;; using nrepl. - -;;; Installation: - -;; Available as a package in both Melpa (recommended) at -;; http://melpa.milkbox.net/ and Marmalade at http://marmalade-repo.org/ -;; M-x package-install ac-nrepl - -;;; Usage: - -;; (require 'ac-nrepl) -;; (add-hook 'nrepl-mode-hook 'ac-nrepl-setup) -;; (add-hook 'nrepl-interaction-mode-hook 'ac-nrepl-setup) -;; (eval-after-load "auto-complete" -;; '(add-to-list 'ac-modes 'nrepl-mode)) - -;; If you want to trigger auto-complete using TAB in nrepl buffers, you may -;; want to use auto-complete in your `completion-at-point-functions': - -;; (defun set-auto-complete-as-completion-at-point-function () -;; (setq completion-at-point-functions '(auto-complete))) -;; (add-hook 'auto-complete-mode-hook 'set-auto-complete-as-completion-at-point-function) -;; -;; (add-hook 'nrepl-mode-hook 'set-auto-complete-as-completion-at-point-function) -;; (add-hook 'nrepl-interaction-mode-hook 'set-auto-complete-as-completion-at-point-function) -;; -;; You might consider using ac-nrepl's popup documentation in place of `nrepl-doc': -;; -;; (define-key nrepl-interaction-mode-map (kbd "C-c C-d") 'ac-nrepl-popup-doc) - -;;; Code: - -(require 'nrepl) -(require 'auto-complete) - -(defun ac-nrepl-available-p () - "Return t if nrepl is available for completion, otherwise nil." - (condition-case nil - (not (null (nrepl-current-tooling-session))) - (error nil))) - -(defun ac-nrepl-sync-eval (clj) - "Synchronously evaluate CLJ. -Result is a plist, as returned from `nrepl-send-string-sync'." - (nrepl-send-string-sync clj (nrepl-current-ns) (nrepl-current-tooling-session))) - -(defun ac-nrepl-candidates* (clj) - "Return completion candidates produced by evaluating CLJ." - (let ((response (plist-get (ac-nrepl-sync-eval (concat "(require 'complete.core) " clj)) - :value))) - (when response - (car (read-from-string response))))) - -(defun ac-nrepl-unfiltered-clj (clj) - "Return a version of CLJ with the completion prefix inserted." - (format clj ac-prefix)) - -(defun ac-nrepl-filtered-clj (clj) - "Build an expression which extracts the prefixed values from CLJ." - (concat "(filter #(.startsWith % \"" ac-prefix "\")" - (ac-nrepl-unfiltered-clj clj) ")")) - -(defun ac-nrepl-candidates-ns () - "Return namespace candidates." - (ac-nrepl-candidates* - (ac-nrepl-filtered-clj "(complete.core/namespaces *ns*)"))) - -(defun ac-nrepl-candidates-vars () - "Return var candidates." - (ac-nrepl-candidates* - (ac-nrepl-filtered-clj "(let [prefix \"%s\"] - (if-not (.contains prefix \"/\") - (complete.core/ns-vars *ns*) - (let [ns-alias (symbol (first (.split prefix \"/\"))) - core (find-ns 'clojure.core)] - (if-let [ns (or (get (ns-aliases *ns*) ns-alias) - (find-ns ns-alias))] - (let [vars (complete.core/ns-vars ns) - vars (if (= core ns) - vars - (remove (into #{} (complete.core/ns-vars core)) vars))] - (map (fn [x] (str ns-alias \"/\" x)) vars)) - '()))))"))) - -(defun ac-nrepl-candidates-ns-classes () - "Return namespaced class candidates." - (ac-nrepl-candidates* - (ac-nrepl-filtered-clj "(complete.core/ns-classes *ns*)"))) - -(defvar ac-nrepl-all-classes-cache nil - "Cached list of all classes loaded in the JVM backend.") - -(defun ac-nrepl-refresh-class-cache () - "Clear `ac-nrepl-all-classes-cache' and then refill it asynchronously." - (setq ac-nrepl-all-classes-cache nil) - (nrepl-eval-async - (concat "(require 'complete.core)" - (ac-nrepl-unfiltered-clj "(concat @complete.core/nested-classes - @complete.core/top-level-classes)")) - (nrepl-make-response-handler - (nrepl-current-connection-buffer) - (lambda (buffer value) - (setq ac-nrepl-all-classes-cache (car (read-from-string value)))) - nil nil nil) - (nrepl-current-ns) - (nrepl-current-tooling-session))) - - -;;;###autoload -(add-hook 'nrepl-connected-hook 'ac-nrepl-refresh-class-cache t) - -(defun ac-nrepl-candidates-all-classes () - "Return java method candidates." - (when (string-match-p "^[a-zA-Z]+[a-zA-Z0-9$_]*\\.[a-zA-Z0-9$_.]*$" ac-prefix) - ac-nrepl-all-classes-cache)) - -(defun ac-nrepl-candidates-java-methods () - "Return java method candidates." - (ac-nrepl-candidates* - (ac-nrepl-filtered-clj - "(for [class (vals (ns-imports *ns*)) - method (.getMethods class) - :when (not (java.lang.reflect.Modifier/isStatic (.getModifiers method)))] - (str \".\" (.getName method) \" [\"(.getName class)\"]\"))"))) - -(defun ac-nrepl-candidates-static-methods () - "Return static method candidates." - (ac-nrepl-candidates* - (ac-nrepl-filtered-clj - "(let [prefix \"%s\"] - (if (or (not (.contains prefix \"/\")) - (.startsWith prefix \"/\")) - '() - (let [scope (symbol (first (.split prefix \"/\")))] - (map (fn [memb] (str scope \"/\" memb)) - (when-let [class (try (complete.core/resolve-class scope) - (catch java.lang.ClassNotFoundException e nil))] - (complete.core/static-members class)))))) "))) - -(defun ac-nrepl-documentation (symbol) - "Return documentation for the given SYMBOL, if available." - (let ((doc - (substring-no-properties - (replace-regexp-in-string - "\r" "" - (replace-regexp-in-string - "^\\( \\|-------------------------\r?\n\\)" "" - (plist-get (ac-nrepl-sync-eval - (format "(try (eval '(clojure.repl/doc %s)) - (catch Exception e (println \"\")))" symbol)) - :stdout)))))) - (unless (string-match "\\`[ \t\n]*\\'" doc) - doc))) - -(defun ac-nrepl-symbol-start-pos () - "Find the starting position of the symbol at point, unless inside a string." - (let ((sap (symbol-at-point))) - (when (and sap (not (in-string-p))) - (car (bounds-of-thing-at-point 'symbol))))) - -;;;###autoload -(defface ac-nrepl-candidate-face - '((t (:inherit ac-candidate-face))) - "Face for nrepl candidates." - :group 'auto-complete) - -;;;###autoload -(defface ac-nrepl-selection-face - '((t (:inherit ac-selection-face))) - "Face for the nrepl selected candidate." - :group 'auto-complete) - -;;;###autoload -(defconst ac-nrepl-source-defaults - '((available . ac-nrepl-available-p) - (candidate-face . ac-nrepl-candidate-face) - (selection-face . ac-nrepl-selection-face) - (prefix . ac-nrepl-symbol-start-pos) - (document . ac-nrepl-documentation)) - "Defaults common to the various completion sources.") - -;;;###autoload -(defvar ac-source-nrepl-ns - (append - '((candidates . ac-nrepl-candidates-ns) - (symbol . "n")) - ac-nrepl-source-defaults) - "Auto-complete source for nrepl ns completion.") - -;;;###autoload -(defvar ac-source-nrepl-vars - (append - '((candidates . ac-nrepl-candidates-vars) - (symbol . "v")) - ac-nrepl-source-defaults) - "Auto-complete source for nrepl var completion.") - -;;;###autoload -(defvar ac-source-nrepl-ns-classes - (append - '((candidates . ac-nrepl-candidates-ns-classes) - (symbol . "c")) - ac-nrepl-source-defaults) - "Auto-complete source for nrepl ns-specific class completion.") - -;;;###autoload -(defvar ac-source-nrepl-all-classes - (append - '((candidates . ac-nrepl-candidates-all-classes) - (symbol . "c")) - ac-nrepl-source-defaults) - "Auto-complete source for nrepl all class completion.") - -(defun ac-nrepl-delete-java-class-hint () - "Remove the java class hint at point." - (let ((beg (point))) - (search-backward " [") - (delete-region beg (point)))) - -;;;###autoload -(defvar ac-source-nrepl-java-methods - (append - '((candidates . ac-nrepl-candidates-java-methods) - (symbol . "m") - (action . ac-nrepl-delete-java-class-hint)) - ac-nrepl-source-defaults) - "Auto-complete source for nrepl java method completion.") - -;;;###autoload -(defvar ac-source-nrepl-static-methods - (append - '((candidates . ac-nrepl-candidates-static-methods) - (symbol . "s")) - ac-nrepl-source-defaults) - "Auto-complete source for nrepl java static method completion.") - -;;;###autoload -(defun ac-nrepl-setup () - "Add the nrepl completion source to the front of `ac-sources'. -This affects only the current buffer." - (interactive) - (add-to-list 'ac-sources 'ac-source-nrepl-ns) - (add-to-list 'ac-sources 'ac-source-nrepl-vars) - (add-to-list 'ac-sources 'ac-source-nrepl-ns-classes) - (add-to-list 'ac-sources 'ac-source-nrepl-all-classes) - (add-to-list 'ac-sources 'ac-source-nrepl-java-methods) - (add-to-list 'ac-sources 'ac-source-nrepl-static-methods)) - -;;;###autoload -(defun ac-nrepl-popup-doc () - "A popup alternative to `nrepl-doc'." - (interactive) - (popup-tip (ac-nrepl-documentation (symbol-at-point)) - :point (ac-nrepl-symbol-start-pos) - :around t - :scroll-bar t - :margin t)) - -(provide 'ac-nrepl) - -;; Local Variables: -;; coding: utf-8 -;; eval: (checkdoc-minor-mode 1) -;; End: - -;;; ac-nrepl.el ends here diff --git a/elpa/ac-nrepl-0.18/ac-nrepl.elc b/elpa/ac-nrepl-0.18/ac-nrepl.elc deleted file mode 100644 index ecede98c12219d2e793afaf5a6c053a26211ee26..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8500 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 diff --git a/elpa/archives/gnu/archive-contents b/elpa/archives/gnu/archive-contents new file mode 100644 index 000000000..9e6d8c95f --- /dev/null +++ b/elpa/archives/gnu/archive-contents @@ -0,0 +1,260 @@ +(1 + (ack . + [(1 3) + nil "Interface to ack-like source code search tools" tar + ((:url . "https://github.com/leoliu/ack-el"))]) + (adaptive-wrap . + [(0 5) + nil "Smart line-wrapping with wrap-prefix" single + ((:url . "http://elpa.gnu.org/packages/adaptive-wrap.html"))]) + (adjust-parens . + [(1 3) + nil "Indent and dedent Lisp code, automatically adjust close parens" tar + ((:url . "http://elpa.gnu.org/packages/adjust-parens.html"))]) + (all . + [(1 0) + nil "Edit all lines matching a given regexp" single + ((:url . "http://elpa.gnu.org/packages/all.html"))]) + (auctex . + [(11 87 2) + nil "Integrated environment for *TeX*" tar + ((:url . "http://www.gnu.org/software/auctex/"))]) + (cl-lib . + [(0 3) + nil "Properly prefixed CL functions and macros" single + ((:url . "http://elpa.gnu.org/packages/cl-lib.html"))]) + (coffee-mode . + [(0 4 1 1) + nil "Major mode for CoffeeScript files" single + ((:url . "http://github.com/defunkt/coffee-mode"))]) + (company . + [(0 6 12) + nil "Modular in-buffer completion framework" tar + ((:url . "http://company-mode.github.io/"))]) + (csv-mode . + [(1 2) + nil "Major mode for editing comma/char separated values" single + ((:url . "http://centaur.maths.qmul.ac.uk/Emacs/"))]) + (debbugs . + [(0 5) + nil "SOAP library to access debbugs servers" tar + ((:url . "http://elpa.gnu.org/packages/debbugs.html"))]) + (dict-tree . + [(0 12 8) + ((trie + (0 2 5)) + (tNFA + (0 1 1)) + (heap + (0 3))) + "Dictionary data structure" single + ((:url . "http://www.dr-qubit.org/emacs.php"))]) + (diff-hl . + [(1 5 1) + ((cl-lib + (0 2))) + "Highlight uncommitted changes" tar + ((:url . "https://github.com/dgutov/diff-hl"))]) + (dismal . + [(1 5) + ((cl-lib + (0))) + "Dis Mode Ain't Lotus: Spreadsheet program Emacs" tar + ((:url . "http://elpa.gnu.org/packages/dismal.html"))]) + (djvu . + [(0 5) + nil "Edit and view Djvu files via djvused" single + ((:url . "http://elpa.gnu.org/packages/djvu.html"))]) + (docbook . + [(0 1) + nil "Info-like viewer for DocBook" single + ((:url . "http://elpa.gnu.org/packages/docbook.html"))]) + (ediprolog . + [(1 0) + nil "Emacs Does Interactive Prolog" single + ((:url . "http://elpa.gnu.org/packages/ediprolog.html"))]) + (eldoc-eval . + [(0 1) + nil "Enable eldoc support when minibuffer is in use." single + ((:url . "http://elpa.gnu.org/packages/eldoc-eval.html"))]) + (enwc . + [(1 0) + nil "The Emacs Network Client" tar + ((:url . "http://elpa.gnu.org/packages/enwc.html"))]) + (epoch-view . + [(0 0 1) + nil "Minor mode to visualize epoch timestamps" single + ((:url . "http://elpa.gnu.org/packages/epoch-view.html"))]) + (f90-interface-browser . + [(1 1) + nil "Parse and browse f90 interfaces" single + ((:url . "http://github.com/wence-/f90-iface/"))]) + (ggtags . + [(0 7 5) + nil "GNU Global source code tagging system" single + ((:url . "https://github.com/leoliu/ggtags"))]) + (heap . + [(0 3) + nil "Heap (a.k.a. priority queue) data structure" single + ((:url . "http://www.dr-qubit.org/emacs.php"))]) + (ioccur . + [(2 4) + nil "Incremental occur" single + ((:url . "http://elpa.gnu.org/packages/ioccur.html"))]) + (jgraph-mode . + [(1 0) + nil "Major mode for Jgraph files" single + ((:url . "http://elpa.gnu.org/packages/jgraph-mode.html"))]) + (js2-mode . + [(20131106) + ((emacs + (24 1))) + "Improved JavaScript editing mode" tar + ((:url . "https://github.com/mooz/js2-mode/"))]) + (jumpc . + [(3 0) + nil "jump to previous insertion points" single + ((:url . "http://elpa.gnu.org/packages/jumpc.html"))]) + (lex . + [(1 1) + nil "Lexical analyser construction" tar + ((:url . "http://elpa.gnu.org/packages/lex.html"))]) + (lmc . + [(1 2) + nil "Little Man Computer in Elisp" single + ((:url . "http://elpa.gnu.org/packages/lmc.html"))]) + (load-dir . + [(0 0 3) + nil "Load all Emacs Lisp files in a given directory" single + ((:url . "http://elpa.gnu.org/packages/load-dir.html"))]) + (markchars . + [(0 2 0) + nil "Mark chars fitting certain characteristics" single + ((:url . "http://elpa.gnu.org/packages/markchars.html"))]) + (memory-usage . + [(0 2) + nil "Analyze the memory usage of Emacs in various ways" single + ((:url . "http://elpa.gnu.org/packages/memory-usage.html"))]) + (minimap . + [(1 0) + nil "Sidebar showing a \"mini-map\" of a buffer" single + ((:url . "http://elpa.gnu.org/packages/minimap.html"))]) + (muse . + [(3 20) + nil "Authoring and publishing tool for Emacs" tar + ((:url . "http://mwolson.org/projects/EmacsMuse.html"))]) + (nhexl-mode . + [(0 1) + nil "Minor mode to edit files via hex-dump format" single + ((:url . "http://elpa.gnu.org/packages/nhexl-mode.html"))]) + (nlinum . + [(1 1) + nil "Show line numbers in the margin" single + ((:url . "http://elpa.gnu.org/packages/nlinum.html"))]) + (notes-mode . + [(1 30) + nil "Indexing system for on-line note-taking" tar + ((:url . "http://elpa.gnu.org/packages/notes-mode.html"))]) + (num3-mode . + [(1 1) + nil "highlight groups of digits in long numbers" single + ((:url . "http://elpa.gnu.org/packages/num3-mode.html"))]) + (oauth2 . + [(0 9) + nil "OAuth 2.0 Authorization Protocol" single + ((:url . "http://elpa.gnu.org/packages/oauth2.html"))]) + (omn-mode . + [(1 0) + nil "Support for OWL Manchester Notation" single + ((:url . "http://elpa.gnu.org/packages/omn-mode.html"))]) + (org . + [(20131112) + nil "Outline-based notes management and organizer" tar nil]) + (quarter-plane . + [(0 1) + nil "Minor mode for quarter-plane style editing" single + ((:url . "http://elpa.gnu.org/packages/quarter-plane.html"))]) + (queue . + [(0 1) + nil "Queue data structure" single + ((:url . "http://www.dr-qubit.org/emacs.php"))]) + (rainbow-mode . + [(0 9) + nil "Colorize color names in buffers" single + ((:url . "http://elpa.gnu.org/packages/rainbow-mode.html"))]) + (register-list . + [(0 1) + nil "Interactively list/edit registers" single + ((:url . "http://elpa.gnu.org/packages/register-list.html"))]) + (shen-mode . + [(0 1) + nil "A major mode for editing shen source code" tar + ((:url . "http://elpa.gnu.org/packages/shen-mode.html"))]) + (sisu-mode . + [(3 0 3) + nil "Major mode for SiSU markup text" single + ((:url . "http://elpa.gnu.org/packages/sisu-mode.html"))]) + (smart-operator . + [(4 0) + nil "Insert operators with surrounding spaces smartly" single + ((:url . "http://xwl.appspot.com/ref/smart-operator.el"))]) + (sml-mode . + [(6 4) + nil "Major mode for editing (Standard) ML" single + ((:url . "http://elpa.gnu.org/packages/sml-mode.html"))]) + (sokoban . + [(1 0 4) + nil "Sokoban game for emacs" tar nil]) + (svg-clock . + [(0 5) + nil "Analog clock using Scalable Vector Graphics" single + ((:url . "http://elpa.gnu.org/packages/svg-clock.html"))]) + (tNFA . + [(0 1 1) + ((queue + (0 1))) + "Tagged non-deterministic finite-state automata" single + ((:url . "http://www.dr-qubit.org/emacs.php"))]) + (temp-buffer-browse . + [(1 1) + nil "temp buffer browse mode" single + ((:url . "http://elpa.gnu.org/packages/temp-buffer-browse.html"))]) + (trie . + [(0 2 6) + ((tNFA + (0 1 1)) + (heap + (0 3))) + "Trie data structure" single + ((:url . "http://www.dr-qubit.org/emacs.php"))]) + (undo-tree . + [(0 6 3) + nil "Treat undo history as a tree" single + ((:url . "http://www.dr-qubit.org/emacs.php"))]) + (uni-confusables . + [(0 1) + nil "Unicode confusables table" tar nil]) + (vlf . + [(0 9 1) + nil "View Large Files" single + ((:url . "https://github.com/m00natic/vlfi"))]) + (w3 . + [(4 0 49) + nil "Fully customizable, largely undocumented web browser for Emacs" tar + ((:url . "http://elpa.gnu.org/packages/w3.html"))]) + (websocket . + [(1 1) + nil "Emacs WebSocket client and server" tar + ((:url . "http://elpa.gnu.org/packages/websocket.html"))]) + (windresize . + [(0 1) + nil "Resize windows interactively" single + ((:url . "http://elpa.gnu.org/packages/windresize.html"))]) + (xclip . + [(1 3) + nil "use xclip to copy&paste" single + ((:url . "http://elpa.gnu.org/packages/xclip.html"))]) + (yasnippet . + [(0 8 0) + nil "Yet another snippet extension for Emacs." tar + ((:url . "http://github.com/capitaomorte/yasnippet"))])) diff --git a/elpa/archives/marmalade/archive-contents b/elpa/archives/marmalade/archive-contents new file mode 100644 index 000000000..8f75773c0 --- /dev/null +++ b/elpa/archives/marmalade/archive-contents @@ -0,0 +1 @@ +(1(paredit .[(22)()"minor mode for editing parentheses -*- Mode: Emacs-Lisp -*-"single])(sass-mode .[(3 0 14)((haml-mode (3 0 14)))"Major mode for editing Sass files"single])(perspective .[(1 9)()"switch between named \"perspectives\" of the editor"single])(slime .[(20100404 1)()"Superior Lisp Interaction Mode for Emacs"single])(slime-repl .[(20100404)((slime (20100404)))"Read-Eval-Print Loop written in Emacs Lisp"single])(scpaste .[(0 6)((htmlize (1 39)))"Paste to the web via scp."single])(idle-highlight .[(1 0)()"highlight the word the point is on"single])(magit .[(1 2 0)()"Control Git from Emacs."tar])(durendal .[(0 2)((clojure-mode (1 7)) (slime (20100404)) (paredit (22)))"A bucket of tricks for Clojure and Slime."single])(htmlize .[(1 39)()"Convert buffer text and decorations to HTML."single])(furl .[(0 0 2)()"Friendly URL retrieval"single])(marmalade .[(0 0 4)((furl (0 0 2)))"Elisp interface for the Emacs Lisp package server."single])(yari .[(0 6)()"Yet Another RI interface for Emacs"single])(enclose .[(0 0 2)()"Enclose cursor within punctuation pairs"single])(html-script-src .[(0 0 2)()"Insert