_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-persistent-soft 20150223.1853
Propagated dependencies: emacs-pcache@20220724.1841 emacs-list-utils@0.4.7
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: http://github.com/rolandwalker/persistent-soft
Licenses: FreeBSD
Synopsis: Persistent storage, returning nil on failure
Description:

Quickstart (require persistent-soft) (persistent-soft-store hundred 100 "mydatastore") (persistent-soft-fetch hundred "mydatastore") ; 100 (persistent-soft-fetch thousand "mydatastore") ; nil quit and restart Emacs (persistent-soft-fetch hundred "mydatastore") ; 100 Explanation This is a wrapper around pcache.el, providing "soft" fetch and store routines which never throw an error, but instead return nil on failure. There is no end-user interface for this library. It is only useful from other Lisp code. The following functions are provided: `persistent-soft-store `persistent-soft-fetch `persistent-soft-exists-p `persistent-soft-flush `persistent-soft-location-readable `persistent-soft-location-destroy To use persistent-soft, place the persistent-soft.el library somewhere Emacs can find it, and add the following to your ~/.emacs file: (require persistent-soft) See Also M-x customize-group RET persistent-soft RET Notes Using pcache with a more recent version of CEDET gives Unsafe call to `eieio-persistent-read'. eieio-persistent-read: Wrong type argument: class-p, nil This library provides something of a workaround. Compatibility and Requirements GNU Emacs version 24.4-devel : yes, at the time of writing GNU Emacs version 24.3 : yes GNU Emacs version 23.3 : yes GNU Emacs version 22.3 and lower : no Uses if present: pcache.el (all operations are noops when not present) Bugs Persistent-soft is a wrapper around pcache which is a wrapper around eieio. Therefore, persistent-soft should probably be rewritten to use eieio directly or recast as a patch to pcache. TODO Setting print-quoted doesn't seem to influence EIEIO. It doesn't seem right that the sanitization stuff is needed. Detect terminal type as returned by (selected-terminal) as unserializable. Correctly reconstitute cyclic list structures instead of breaking them. Notice and delete old data files. ; License Simplified BSD License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. This software is provided by Roland Walker "AS IS" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall Roland Walker or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Roland Walker.

emacs-avk-emacs-themes 20230825.922
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/avkoval/avk-emacs-themes
Licenses:
Synopsis: Collection of avk themes
Description:

Documentation at https://melpa.org/#/avk-emacs-themes

emacs-other-emacs-eval 20180408.1348
Propagated dependencies: emacs-async@20251005.634
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/xuchunyang/other-emacs-eval
Licenses:
Synopsis: Evaluate the Emacs Lisp expression in other Emacs
Description:

Documentation at https://melpa.org/#/other-emacs-eval

emacs-license-snippets 1.0.0
Propagated dependencies: emacs-yasnippet@0.14.1
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/sei40kr/license-snippets
Licenses: GPL 3+
Synopsis: LICENSE templates for yasnippet
Description:

LICENSE templates for yasnippet

emacs-nerd-icons-dired 0.0.1
Propagated dependencies: emacs-nerd-icons@0.1.0-1.4bd9795
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/rainstormstudio/nerd-icons-dired
Licenses: GPL 3
Synopsis: nerd-icons theme for dired
Description:

nerd-icons theme for dired

emacs-company-posframe 20230104.1229
Propagated dependencies: emacs-company@20251021.2211 emacs-posframe@20250211.110
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/tumashu/company-posframe
Licenses:
Synopsis: Use a posframe as company candidate menu
Description:

Documentation at https://melpa.org/#/company-posframe

emacs-flymake-yamllint 20230226.1024
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/shaohme/flymake-yamllint
Licenses:
Synopsis: YAML linter with yamllint
Description:

Documentation at https://melpa.org/#/flymake-yamllint

emacs-highlight-stages 20210306.418
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://hins11.yu-yake.com/
Licenses:
Synopsis: Highlight staged (quasi-quoted) expressions
Description:

Documentation at https://melpa.org/#/highlight-stages

emacs-russian-holidays 20170109.2140
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/grafov/russian-holidays
Licenses:
Synopsis: Russian holidays for the calendar
Description:

Documentation at https://melpa.org/#/russian-holidays

emacs-consult-flycheck 20250923.1114
Propagated dependencies: emacs-consult@20251013.924 emacs-flycheck@20250527.907
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/minad/consult-flycheck
Licenses:
Synopsis: Provides the command `consult-flycheck'
Description:

Documentation at https://melpa.org/#/consult-flycheck

emacs-highlight-blocks 20190318.1557
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Fanael/highlight-blocks
Licenses:
Synopsis: Highlight the blocks point is in
Description:

Documentation at https://melpa.org/#/highlight-blocks

emacs-flycheck-clolyze 20190422.2134
Propagated dependencies: emacs-flycheck@20250527.907
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/DLaps/flycheck-clolyze
Licenses:
Synopsis: Add Clolyze to to flycheck
Description:

Documentation at https://melpa.org/#/flycheck-clolyze

emacs-ert-expectations 20121009.734
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://www.emacswiki.org/emacs/download/ert-expectations.el
Licenses:
Synopsis: The simplest unit test framework in the world
Description:

Documentation at https://melpa.org/#/ert-expectations

emacs-flycheck-phpstan 20250930.1139
Propagated dependencies: emacs-flycheck@20250527.907 emacs-phpstan@20250930.1139
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacs-php/phpstan.el
Licenses:
Synopsis: Flycheck integration for PHPStan
Description:

Documentation at https://melpa.org/#/flycheck-phpstan

emacs-company-manually 20200721.1903
Propagated dependencies: emacs-company@20251021.2211 emacs-ivy@20250417.1209
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/yanghaoxie/company-manually
Licenses:
Synopsis: A company backend that lets you manually build candidates
Description:

Documentation at https://melpa.org/#/company-manually

emacs-flycheck-hledger 20241029.1710
Propagated dependencies: emacs-flycheck@20250527.907
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/DamienCassou/flycheck-hledger/
Licenses:
Synopsis: Flycheck module to check hledger journals
Description:

Documentation at https://melpa.org/#/flycheck-hledger

emacs-project-explorer 20150504.14
Propagated dependencies: emacs-es-lib@20141111.1830 emacs-es-windows@20140211.904
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/sabof/project-explorer
Licenses:
Synopsis: A project explorer sidebar
Description:

Documentation at https://melpa.org/#/project-explorer

emacs-comint-histories 20250825.1935
Propagated dependencies: emacs-f@20241003.1131
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/NicholasBHubbard/comint-histories
Licenses:
Synopsis: Many comint histories
Description:

Documentation at https://melpa.org/#/comint-histories

emacs-project-rootfile 20220708.1403
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/buzztaiki/project-rootfile.el
Licenses:
Synopsis: Extension of project.el to detect project with root file
Description:

Documentation at https://melpa.org/#/project-rootfile

emacs-catppuccin-theme 20250910.2247
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/catppuccin/emacs
Licenses:
Synopsis: Catppuccin for Emacs - 🍄 Soothing pastel theme for Emacs
Description:

Documentation at https://melpa.org/#/catppuccin-theme

emacs-evalator-clojure 20160208.2148
Propagated dependencies: emacs-cider@20251028.603 emacs-evalator@20160213.128
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://www.github.com/seanirby/evalator-clojure
Licenses:
Synopsis: Clojure evaluation context for evalator via CIDER
Description:

Documentation at https://melpa.org/#/evalator-clojure

emacs-gnome-screencast 20210125.2001
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/juergenhoetzel/emacs-gnome-screencast
Licenses:
Synopsis: Use Gnome screen recording functionality using elisp
Description:

Documentation at https://melpa.org/#/gnome-screencast

emacs-request-deferred 20220614.1604
Propagated dependencies: emacs-deferred@20170901.1330 emacs-request@20250219.2213
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/tkf/emacs-request
Licenses:
Synopsis: Wrap request.el by deferred
Description:

Documentation at https://melpa.org/#/request-deferred

emacs-docbook-snippets 20150714.1625
Propagated dependencies: emacs-yasnippet@20250602.1342
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/jhradilek/emacs-docbook-snippets
Licenses:
Synopsis: Yasnippets for DocBook
Description:

Documentation at https://melpa.org/#/docbook-snippets

Total results: 8324