_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-pcache 20220724.1841
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: unspecified
Licenses: GPL 2+
Synopsis: persistent caching for Emacs.
Description:

pcache provides a persistent way of caching data, in a hashtable-like structure. It relies on `eieio-persistent in the backend, so that any object that can be serialized by EIEIO can be stored with pcache. pcache handles objects called "repositories" (`pcache-repository') and "entries" (`pcache-entry'). Each repository is identified by a unique name, that defines an entry in `pcache-directory'. Subdirectories are allowed, by the use of a directory separator in the repository name. Example: (let ((repo (pcache-repository "plop"))) (pcache-put repo foo 42) ; store value 42 with key foo (pcache-get repo foo) ; => 42 ) Keys can be pretty much any Lisp object, and are compared for equality using `eql Optionally, cache entries can expire: (let ((repo (pcache-repository "plop"))) (pcache-put repo foo 42 1) ; store value 42 with key foo for 1 second (sleep-for 1) (pcache-get repo foo) ; => nil )

emacs-number 20170901.1312
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: unspecified
Licenses: GPL 3
Synopsis: Working with numbers at point.
Description:

Do trivial arithmetic on the numbers at point. Attempts to preserve padding when it can. Examples: M-x number/add 1 RET 1 -> 2 05 -> 06 6.30 -> 7.30 07.30 -> 08.30 -08.30 -> -07.30 M-x number/pad 2 RET 5 -> 05 M-x number/pad 2 RET 6 RET 3.141 -> 03.141000 The "guessing" where the number is isn't yet quite awesome, e.g. it doesn't know that the 05 in "2014-05-01" is a month and not, e.g. the number -05. But you can use the region to explicitly denote the start and end of the number. The following keybindings might be nice to use: (global-set-key (kbd "C-c C-+") number/add) (global-set-key (kbd "C-c C--") number/sub) (global-set-key (kbd "C-c C-*") number/multiply) (global-set-key (kbd "C-c C-/") number/divide) (global-set-key (kbd "C-c C-0") number/pad) (global-set-key (kbd "C-c C-=") number/eval)

emacs-ggtags 0.9.0
Dependencies: global@6.6.13
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/leoliu/ggtags
Licenses: GPL 3+
Synopsis: Frontend to the GNU Global source code tagging system
Description:

ggtags provides a frontend to the GNU Global source code tagging system.

Features:

  • Build on compile.el for asynchronicity and its large feature-set.

  • Automatically update Global's tag files when needed with tuning for large source trees.

  • Intuitive navigation among multiple matches with mode-line display of current match, total matches and exit status.

  • Read tag with completion.

  • Show definition at point.

  • Jump to #include files.

  • Support search history and saving a search to register/bookmark.

  • Query replace.

  • Manage Global's environment variables on a per-project basis.

  • Highlight (definition) tag at point.

  • Abbreviated display of file names.

  • Support all Global search backends: grep, idutils, etc.

  • Support exuberant ctags http://ctags.sourceforge.net/ and pygments backend.

  • Support all Global's output formats: grep, ctags-x, cscope etc.

  • Support projects on remote hosts (e.g. via tramp).

  • Support eldoc.

  • Search GTAGSLIBPATH for references and symbols.

emacs-emacsql 20240906.1342
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/magit/emacsql
Licenses:
Synopsis: High-level SQL database front-end
Description:

Documentation at https://melpa.org/#/emacsql

emacs-cuirass 0.3-1.4b89e02
Propagated dependencies: emacs-bui@1.2.1
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/cuirass.el
Licenses: GPL 3+
Synopsis: Interface for Guix build farm Cuirass
#<unspecified>
emacs-agitate 0-0.0e382c0
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~protesilaos/agitate
Licenses: GPL 3+
Synopsis: Extras for diff-mode, vc-git, log-edit, log-view
Description:
emacs-nordrrr 0.1-19.923a55a
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/nordrrr
Licenses: GPL 3+
Synopsis: Emacs nord theme
#<unspecified>
emacs-orglink 1.1.6-0.05df498
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/tarsius/orglink
Licenses: GPL 3+
Synopsis: Use Org Mode links in other modes
#<unspecified>
emacs-prot-vc 0.1.0-2.f6b41b4
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://gitlab.com/protesilaos/dotfiles/
Licenses: GPL 3+
Synopsis: Extensions to vc.el for dotemacs
#<unspecified>
emacs-info-ph 0.0.1-0.a867f98
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/info-ph
Licenses: GPL 3+
Synopsis: Info persist history mode
#<unspecified>
emacs-tablist 20231019.1126
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: unspecified
Licenses:
Synopsis: Extended tabulated-list-mode
Description:

Documentation at https://melpa.org/#/tablist

emacs-enlight 20240602.2025
Propagated dependencies: emacs-compat@30.0.0.0
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ichernyshovvv/enlight
Licenses:
Synopsis: Highly customizable startup screen
Description:

Documentation at https://melpa.org/#/enlight

emacs-dogears 20240412.850
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/alphapapa/dogears.el
Licenses:
Synopsis: Never lose your place again
Description:

Documentation at https://melpa.org/#/dogears

emacs-modalka 20230606.1357
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/mrkkrp/modalka
Licenses:
Synopsis: Modal editing your way
Description:

Documentation at https://melpa.org/#/modalka

emacs-leanote 20161223.139
Propagated dependencies: emacs-request@20230127.417 emacs-pcache@20220724.1841 emacs-s@20220902.1511 emacs-async@20240821.253
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/aborn/leanote-emacs
Licenses:
Synopsis: A minor mode writing markdown leanote
Description:

Documentation at https://melpa.org/#/leanote

emacs-tagedit 20161121.855
Propagated dependencies: emacs-s@20220902.1511 emacs-dash@20240510.1327
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: unspecified
Licenses:
Synopsis: Some paredit-like features for html-mode
Description:

Documentation at https://melpa.org/#/tagedit

emacs-grapnel 20131001.1534
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://www.github.com/leathekd/grapnel
Licenses:
Synopsis: HTTP request lib with flexible callback dispatch
Description:

Documentation at https://melpa.org/#/grapnel

emacs-neotree 20240721.233
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/jaypei/emacs-neotree
Licenses:
Synopsis: A tree plugin like NerdTree for Vim
Description:

Documentation at https://melpa.org/#/neotree

emacs-diffpdf 20210626.1447
Propagated dependencies: emacs-transient@20241001.1031
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ShuguangSun/diffpdf.el
Licenses:
Synopsis: Transient diffpdf
Description:

Documentation at https://melpa.org/#/diffpdf

emacs-weechat 20190520.1551
Propagated dependencies: emacs-s@20220902.1511 emacs-tracking@20240225.1112
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/the-kenny/weechat.el
Licenses:
Synopsis: Chat via WeeChat's relay protocol in Emacs
Description:

Documentation at https://melpa.org/#/weechat

emacs-timeout 20240623.2023
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/karthink/timeout
Licenses:
Synopsis: Throttle or debounce elisp functions
Description:

Documentation at https://melpa.org/#/timeout

emacs-darcsum 20190316.2215
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: unspecified
Licenses:
Synopsis: a pcl-cvs like interface for managing darcs patches
Description:

Documentation at https://melpa.org/#/darcsum

emacs-reddigg 20240730.2339
Propagated dependencies: emacs-promise@20210307.727 emacs-ht@20230703.558
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/thanhvg/emacs-reddigg
Licenses:
Synopsis: A reader for redditt
Description:

Documentation at https://melpa.org/#/reddigg

emacs-orglink 20240805.1431
Propagated dependencies: emacs-compat@30.0.0.0
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/tarsius/orglink
Licenses:
Synopsis: Use Org Mode links in other modes
Description:

Documentation at https://melpa.org/#/orglink

Total results: 7926