_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-activities 0.7.2
Propagated dependencies: emacs-persist@0.6.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alphapapa/activities.el
Licenses: GPL 3+
Synopsis: Save/restore sets of windows, tabs/frames, and their buffers
Description:

Inspired by Genera's and KDE's concepts of "activities", this library allows the user to select an "activity", the loading of which restores a window configuration into a tab-bar tab or frame, along with the buffers shown in each window. Saving an activity saves the state for later restoration. Switching away from an activity saves the last-used state for later switching back to, while still allowing the activity's initial or default state to be restored on demand. Resuming an activity loads the last-used state, or the initial/default state when a universal argument is provided. The implementation uses the bookmark system to save buffers states–that is, any major mode that supports the bookmark system is compatible.

emacs-org-remark 1.3.0
Propagated dependencies: emacs-org@9.7.25
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://nobiot.github.io/org-remark/
Licenses: GPL 3+
Synopsis: Highlight & annotate text using Org mode
Description:

Org-remark lets you highlight and annotate text files, websites, EPUB books and Info documentation using Org mode.

Features:

  • Highlight and annotate any text file. The highlights and notes are kept in an Org file as the plain text database. This lets you easily manage your marginal notes and use the built-in Org facilities on them – e.g. create a sparse tree based on the category of the notes

  • Create your your own highlighter pens with different colors, type (e.g. underline, squiggle, etc. optionally with Org’s category for search and filter on your highlights and notes)

  • Have the same highlighting and annotating functionality for websites (when browsing with EWW), EPUB books with nov.el, Info documentation

emacs-nhexl-mode 1.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/nhexl-mode.html
Licenses: GPL 3+
Synopsis: Minor mode to edit files via hex-dump format
Description:

This package implements NHexl mode, a minor mode for editing files in hex dump format. The mode command is called nhexl-mode.

This minor mode implements similar functionality to hexl-mode, but using a different implementation technique, which makes it usable as a "plain" minor mode. It works on any buffer, and does not mess with the undo log or with the major mode.

It also comes with:

  • nhexl-nibble-edit-mode: a "nibble editor" minor mode, where the cursor pretends to advance by nibbles (4-bit) and the self-insertion keys (which only work for hex-digits) will only modify the nibble under point.

  • nhexl-overwrite-only-mode: a minor mode to try and avoid moving text. In this minor mode, not only self-inserting keys overwrite existing text, but commands like `yank' and kill-region as well.

  • It overrides C-u to use hexadecimal, so you can do C-u a 4 C-f to advance by #xa4 characters.

emacs-wanderlust 2.15.9-834.891e223
Dependencies: emacs-spamfilter-el@1.13
Propagated dependencies: emacs-semi-epg@1.14.6-250.85a52b8
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.emacswiki.org/emacs/WanderLust
Licenses: GPL 2+
Synopsis: Yet Another Message Interface on Emacsen
Description:

Wanderlust is an mail/news management system on Emacsen. It supports IMAP4rev1(RFC2060), NNTP, POP and local message files.

The main features of Wanderlust:

  • Pure elisp implementation.

  • Supports IMAP4rev1, NNTP, POP(POP3/APOP), MH and Maildir format.

  • Unified access method to messages based on Mew-like Folder Specification.

  • Mew-like Key-bind and mark handling.

  • Manages unread messages.

  • Interactive thread display.

  • Folder Mode shows the list of subscribed folders.

  • Message Cache, Disconnected Operation.

  • MH-like FCC (Fcc: %Backup and Fcc: $Backup is allowed).

  • MIME compliant (by SEMI).

  • Transmission of news and mail are unified by Message transmitting draft.

  • Graphical list of folders.

  • View a part of message without retrieving the whole message (IMAP4).

  • Server-side message look up (IMAP4), multi-byte characters are allowed.

  • Virtual Folders.

  • Supports compressed folder using common archiving utilities.

  • Old articles in folders are automatically removed/archived (Expiration).

  • Automatic re-file.

  • Template function makes it convenient to send fixed form messages.

emacs-ox-minutes 20180202.1734
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/kaushalmodi/ox-minutes
Licenses: GPL 3+
Synopsis: Plain text backend for Org for Meeting Minutes
Description:

The aim of this exporter to generate meeting minutes plain text that is convenient to send via email. - Unnecessary blank lines are removed from the final exported plain text. - Header decoration and section numbers done in the default ASCII exports is prevented. - Also TOC and author name are not exported. This is an ox-ascii derived backed for org exports. This backend effectively sets the `org-export-headline-levels to 0 and, `org-export-with-section-numbers', `org-export-with-author and `org-export-with-toc to nil time being for the exports. That is equivalent to manually putting the below in the org file: #+options: H:0 num:nil author:nil toc:nil This package has been tested to work with the latest version of org built from the master branch ( http://orgmode.org/cgit.cgi/org-mode.git ) as of Aug 10 2016. EXAMPLE ORG FILE: #+title: My notes * Heading 1 ** Sub heading *** More nesting - List item 1 - List item 2 - List item 3 * Heading 2 ** Sub heading - List item 1 - List item 2 - List item 3 *** More nesting MINUTES EXPORT: __________ MY NOTES __________ * Heading 1 + Sub heading - More nesting - List item 1 - List item 2 - List item 3 * Heading 2 + Sub heading - List item 1 - List item 2 - List item 3 - More nesting REQUIREMENTS: - Emacs 24 is required at minimum for lexical binding support. - Emacs 24.4 is required as ox-ascii got added to org-mode in that Emacs release.

emacs-gameoflife 20200614.1814
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/Lindydancer/gameoflife
Licenses: GPL 3
Synopsis: Screensaver running Conway's Game of Life
Description:

Run Conway's Game of Life, in all windows, using the original window content as seed. In addition, when performing the animation, the original characters and the colors they have, are retained, resulting is a much more living result than when simply using, say, stars. By "seed", it means that the original content of the windows are seen as dots in the plane. All non-blank characters are seen as live dots. The Game of Life animation can be started as a screensaver, so that it starts automatically when Emacs has been idle for a while. By default, it stops after 1000 generations. Screenshot: ![See doc/GameOfLifeDemo.gif for screenshot](doc/GameOfLifeDemo.gif) Usage: `gameoflife-animate -- Start the Game of Life animation. `gameoflife-screensaver-mode -- Run as a screensaver. The animation is started when Emacs has been idle for a while. About Conway's Game of Life: Conway's Game of Life is a simple simulation, originally developed in 1970, taking place in a two-dimentional grid -- think of it as an infinite chess board. A square can either be dead or alive. In each step in the simulation, the following rule applies: - A live square stays alive only if it has two or three neighbours. - A dead square is resurrected if it has exactly three neighburs. Personal reflection: I have noticed that sparse programming languages with a lot of highlighting, like C and C++, produde the most beautiful animations. More dense programming languages, like elisp, tend to "kill" many squares in the first generation, making them less suited for Game of Life seeds.

emacs-cobol-mode 1.1
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://elpa.gnu.org/packages/cobol-mode.html
Licenses: GPL 3+
Synopsis: Mode for editing COBOL code
Description:

This file should not be confused with Rick Bielawski's cobol-mode.el (http://www.emacswiki.org/emacs/cobol-mode.el), which this mode attempts to supersede. This COBOL mode features syntax highlighting for most modern COBOL dialects, indentation, code skeletons, rulers and basic formatting functions. Highlighting changes with the code format, which can be specified using the M-x customize menu. Installation: To install cobol-mode.el, save it to your .emacs.d/ directory and add the following to your .emacs: (autoload cobol-mode "cobol-mode" "Major mode for highlighting COBOL files." t nil) To automatically load cobol-mode.el upon opening COBOL files, add this: (setq auto-mode-alist (append (("\\.cob\\'" . cobol-mode) ("\\.cbl\\'" . cobol-mode) ("\\.cpy\\'" . cobol-mode)) auto-mode-alist)) Finally, I strongly suggest installing auto-complete-mode, which makes typing long keywords and variable names a thing of the past. See https://github.com/auto-complete/auto-complete. Known bugs: * Switching source formats requires M-x customize settings to be changed, saved and cobol-mode to be unloaded then reloaded. * Copying-and-pasting content in fixed-format sometimes results in content being pasted in column 1 and spaces inserted in the middle of it. * The indentation code leaves a lot of trailing whitespace. * Periods on their own line are sometimes indented strangely. * String continuation does not work. Missing features: * Switch between dialect's reserved word lists via M-x customize (without unloading cobol-mode). * Allow users to modify easily reserved word lists. * Expand copybooks within a buffer. * String continuation (see above). * Allow users to modify start of program-name area.

emacs-font-utils 20210405.1149
Propagated dependencies: emacs-persistent-soft@20150223.1853 emacs-pcache@20220724.1841
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: http://github.com/rolandwalker/font-utils
Licenses: FreeBSD
Synopsis: Utility functions for working with fonts
Description:

Quickstart (require font-utils) (font-utils-exists-p "Courier") Explanation Font-utils is a collection of functions for working with fonts. This library has no user-level interface; it is only useful for programming in Emacs Lisp. The following functions are provided, most of which deal with font names rather than font objects: `font-utils-exists-p `font-utils-first-existing-font `font-utils-is-qualified-variant `font-utils-lenient-name-equal `font-utils-list-names `font-utils-name-from-xlfd `font-utils-normalize-name `font-utils-parse-name `font-utils-read-name The most generally useful of these is `font-utils-exists-p', which tests whether a font matching the given name is currently available for use. To use font-utils, place the font-utils.el library somewhere Emacs can find it, and add the following to your ~/.emacs file: (require font-utils) See Also M-x customize-group RET font-utils RET Notes 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: persistent-soft.el (Recommended) Bugs Behavior/echo messages are not sane when font-utils-use-memory-cache is nil, or pcache is not available. Checking for font availability is slow on most systems. Workaround: where supported, font information will be cached to disk. See customize for more. font-utils-exists-p only supports two styles of font name. This page http://www.gnu.org/software/emacs/manual/html_node/emacs/Fonts.html#Fonts describes four styles of font name. TODO Better support for disabling caching. Possibly return a font object instead of font-info vector from font-utils-exists-p. Test whether (find-font (font-spec :name "Name")) is faster than font-info. font-utils-create-fuzzy-matches is not exhaustive enough to catch many typos. ; 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-inflections 2.5-0.55caa66
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/eschulte/jump.el
Licenses: GPL 3+
Synopsis: Convert english words between singular and plural.
#<unspecified>
emacs-prot-common 0.1.0
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://gitlab.com/protesilaos/dotfiles/
Licenses: GPL 3+
Synopsis: Common functions for dotemacs
#<unspecified>
emacs-mathjax-git 0.1-0.db66945
Channel: neguix
Location: negnu/packages/emacs.scm (negnu packages emacs)
Home page: https://github.com/astoff/mathjax.el
Licenses: GPL 3+
Synopsis: MathJax for Emacs
Description:

MathJax for Emacs

emacs-levenshtein 0.1
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/emacsorphanage/levenshtein
Licenses: GPL 3+
Synopsis: Edit distance between two strings
Description:

Edit distance between two strings

emacs-django-mode 0.1
Propagated dependencies: emacs-s@1.13.0 emacs-projectile@2.9.1 emacs-helm-make@0.2.0-0.ebd71e8
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/valpackett/django-mode.git
Licenses: ASL 2.0
Synopsis: Django mode and snippets for Emacs
Description:

Django mode and snippets for Emacs

emacs-copilot-git 0.0.1-0.867a3de
Propagated dependencies: emacs-dash@2.19.1 emacs-s@1.13.0 emacs-f@0.21.0 emacs-editorconfig@0.11.0
Channel: neguix
Location: negnu/packages/emacs.scm (negnu packages emacs)
Home page: https://github.com/copilot-emacs/copilot.el
Licenses: Expat
Synopsis: An unofficial Copilot plugin for Emacs.
Description:

An unofficial Copilot plugin for Emacs.

emacs-excorporate 1.1.2
Propagated dependencies: emacs-fsm@0.2.1 emacs-soap-client@3.2.3 emacs-url-http-ntlm@2.0.5 emacs-url-http-oauth@0.8.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/excorporate.html
Licenses: GPL 3+
Synopsis: Exchange integration
Description:

This package provides Exchange integration for Emacs.

emacs-elementaryx 2.0.0
Propagated dependencies: emacs-elementaryx-dev@2.0.0 emacs-elementaryx-dev-parentheses@2.0.0 emacs-elementaryx-org@2.2.0 emacs-elementaryx-ox-publish@2.0.0 emacs-elementaryx-write@2.1.2 emacs-elementaryx-treemacs@2.0.0 emacs-elementaryx-all-the-icons@2.0.0
Channel: guix-hpc
Location: inria/concace.scm (inria concace)
Home page: https://gitlab.inria.fr/elementaryx/emacs-elementaryx-full
Licenses: CeCILL-C
Synopsis: ElementaryX: Elementary Emacs configuration coupled with Guix Full setup.
Description:

ElementaryX: Elementary Emacs configuration coupled with Guix Full setup.

rust-emacs-macros 0.11.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/ubolonton/emacs-module-rs
Licenses: Modified BSD
Synopsis: Proc macros for Emacs modules
Description:

This package provides proc macros for Emacs modules.

rust-emacs-macros 0.17.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/ubolonton/emacs-module-rs
Licenses: Modified BSD
Synopsis: Proc macros for Emacs modules
Description:

This package provides proc macros for Emacs modules.

emacs-alarm-clock 1.0.4
Dependencies: libnotify@0.8.3 mpg123@1.31.2
Propagated dependencies: emacs-f@0.21.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/wlemuel/alarm-clock
Licenses: GPL 3+
Synopsis: Alarm clock for Emacs
Description:

Alarm Clock provides an alarm clock for Emacs.

emacs-org-redmine 0.1-1.e77d013
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/gongo/org-redmine/
Licenses: GPL 3+
Synopsis: Redmine tools using Emacs
Description:

This program provides an Emacs client for Redmine.

emacs-geiser-eros 0.1.1
Propagated dependencies: emacs-eros@0.1.0-0.a9a92bd emacs-geiser@0.28.2-1.bd12f2d
Channel: rde
Location: rde/packages/emacs-xyz.scm (rde packages emacs-xyz)
Home page: https://git.sr.ht/~sokolov/geiser-eros
Licenses: GPL 3+
Synopsis: Evaluation result overlays for geiser
Description:

geiser-eros provides evaluation result overlays for geiser.

emacs-ledger-mode 20230106.1610
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: unspecified
Licenses: GPL 2
Synopsis: Helper code for use with the "ledger" command-line tool
Description:

Most of the general ledger-mode code is here.

emacs-offlineimap 20150916.1158
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: http://julien.danjou.info/offlineimap-el.html
Licenses: GPL 3
Synopsis: Run OfflineIMAP from Emacs
Description:

M-x offlineimap We need comint for `comint-truncate-buffer

emacs-shell-maker 0.76.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/xenodium/shell-maker
Licenses: GPL 3+
Synopsis: Create Emacs shells
Description:

Shell Maker is a convenience wrapper around Comint mode.

Total results: 2206