_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-frame-mode 20260710.1851
Propagated dependencies: emacs-s@20260522.135
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/IvanMalison/frame-mode
Licenses:
Build system: melpa
Synopsis: Use frames instead of windows
Description:

Documentation at https://melpa.org/#/frame-mode

emacs-format-sql 20150422.1333
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/paetzke/format-sql.el
Licenses:
Build system: melpa
Synopsis: Use format-sql to make your SQL readable in directly Emacs
Description:

Documentation at https://melpa.org/#/format-sql

emacs-format-all 20260620.1824
Propagated dependencies: emacs-inheritenv@20241119.1355 emacs-language-id@20241024.854
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/lassik/emacs-format-all-the-code
Licenses:
Build system: melpa
Synopsis: Auto-format C, C++, JS, Python, Ruby and 50 other languages
Description:

Documentation at https://melpa.org/#/format-all

emacs-font-utils 20210405.1149
Propagated dependencies: emacs-persistent-soft@20260202.1154 emacs-pcache@20260728.1657
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://github.com/rolandwalker/font-utils
Licenses:
Build system: melpa
Synopsis: Utility functions for working with fonts
Description:

Documentation at https://melpa.org/#/font-utils

emacs-font-lock+ 0-0.aa1c82d
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacsmirror/font-lock-plus
Licenses: GPL 3+
Build system: emacs
Synopsis: Enhancements to standard Font Lock library
Description:

This package provides enhancements to standard Font Lock library.

emacs-faust-mode 0.2
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/magnetophon/emacs-faust-mode.git
Licenses: GPL 3+
Build system: emacs
Synopsis: Faust major mode for editing faust code (.dsp files)
Description:

Major Emacs mode for the Faust programming language, featuring syntax highlighting, automatic indentation and auto-completion.

emacs-fb2-reader 0.1.1
Dependencies: unzip@6.0
Propagated dependencies: emacs-f@0.21.0 emacs-visual-fill-column@2.7.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jumper047/fb2-reader
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs plugin to read FictionBook2 ebooks
Description:

FB2 Reader provides a major mode for reading FictionBook2 (.fb2 and .fb2.zip files) ebooks.

emacs-font-utils 0.7.8-0.abc572e
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/rolandwalker/font-utils/
Licenses: FreeBSD
Build system: emacs
Synopsis: Utility functions for working with fonts in Emacs
Description:

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.

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
Build system: emacs
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-fontawesome 20240925.814
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacsorphanage/fontawesome
Licenses:
Build system: melpa
Synopsis: Fontawesome utility
Description:

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

emacs-firestarter 20210508.1626
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://depp.brause.cc/firestarter
Licenses:
Build system: melpa
Synopsis: Execute (shell) commands on save
Description:

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

emacs-firrtl-mode 20231127.1237
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ibm/firrtl-mode
Licenses:
Build system: melpa
Synopsis: Mode for working with FIRRTL files
Description:

Documentation at https://melpa.org/#/firrtl-mode

emacs-fantom-mode 20221227.218
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/thechampagne/fantom-mode
Licenses:
Build system: melpa
Synopsis: A major mode for the Fantom programming language
Description:

Documentation at https://melpa.org/#/fantom-mode

emacs-fuzzy-clock 20251109.17
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/trevoke/fuzzy-clock.el
Licenses:
Build system: melpa
Synopsis: Display time in a human-friendly, approximate way
Description:

Documentation at https://melpa.org/#/fuzzy-clock

emacs-fennel-mode 20260726.2034
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://git.sr.ht/~technomancy/fennel-mode
Licenses:
Build system: melpa
Synopsis: A major-mode for editing Fennel code
Description:

Documentation at https://melpa.org/#/fennel-mode

emacs-frame-local 20180330.940
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/sebastiencs/frame-local
Licenses:
Build system: melpa
Synopsis: Variables local to a frame
Description:

Documentation at https://melpa.org/#/frame-local

emacs-flymake-lua 20170129.154
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/sroccaserra/flymake-lua
Licenses:
Build system: melpa
Synopsis: Flymake for Lua
Description:

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

emacs-folio-theme 20260711.13
Propagated dependencies: emacs-ef-themes@2.2.0
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/kn66/folio-theme.el
Licenses:
Build system: melpa
Synopsis: Warm paper-like theme built on Modus and Ef
Description:

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

emacs-fsharp-mode 20250630.1818
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/fsharp/emacs-fsharp-mode
Licenses:
Build system: melpa
Synopsis: Support for the F# programming language
Description:

Documentation at https://melpa.org/#/fsharp-mode

emacs-flymake-css 20170723.146
Propagated dependencies: emacs-flymake-easy@20240624.1702
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/purcell/flymake-css
Licenses:
Build system: melpa
Synopsis: Flymake support for css using csslint
Description:

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

emacs-flymake-php 20170723.146
Propagated dependencies: emacs-flymake-easy@20240624.1702
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/purcell/flymake-php
Licenses:
Build system: melpa
Synopsis: A flymake handler for php-mode files
Description:

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

emacs-flymake-vnu 20230310.440
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/theneosloth/flymake-vnu
Licenses:
Build system: melpa
Synopsis: Flymake extension for the v.Nu HTML validator
Description:

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

emacs-fast-scroll 20191016.327
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ahungry/fast-scroll
Licenses:
Build system: melpa
Synopsis: Some utilities for faster scrolling over large buffers
Description:

Documentation at https://melpa.org/#/fast-scroll

emacs-flx-isearch 20191119.515
Propagated dependencies: emacs-flx@20240205.356
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/pythonnut/flx-isearch
Licenses:
Build system: melpa
Synopsis: Fuzzy incremental searching for emacs
Description:

Documentation at https://melpa.org/#/flx-isearch

Page: 15678921
Total packages: 492