_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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-firestarter 20210508.1626
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://depp.brause.cc/firestarter
Licenses:
Synopsis: Execute (shell) commands on save
Description:

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

emacs-fontawesome 20240925.814
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacsorphanage/fontawesome
Licenses:
Synopsis: Fontawesome utility
Description:

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

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

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

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:
Synopsis: Support for the F# programming language
Description:

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

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

Documentation at https://melpa.org/#/fennel-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:
Synopsis: A major mode for the Fantom programming language
Description:

Documentation at https://melpa.org/#/fantom-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:
Synopsis: Variables local to a frame
Description:

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

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

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

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:
Synopsis: Fuzzy incremental searching for emacs
Description:

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

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

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

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:
Synopsis: A flymake handler for php-mode files
Description:

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

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:
Synopsis: Flymake support for css using csslint
Description:

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

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

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

emacs-fennel-mode 0.9.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~technomancy/fennel-mode
Licenses: GPL 3+
Synopsis: Emacs major-mode for editing Fennel code
Description:

Fennel mode provides font-lock, indentation, navigation, and REPL for Fennel code within Emacs.

emacs-fixed-pitch 0.1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/cstby/fixed-pitch-mode
Licenses: GPL 3+
Synopsis: Use a monospaced typeface for code and a proportional one elsewhere
Description:

Fixed-pitch mode is an Emacs minor mode for setting a monospaced typeface. This allows you to set a proportional typeface for UI elements while keeping a monospaced typeface for code.

emacs-frame-local 0.0.1-0.7ee1106
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/sebastiencs/frame-local
Licenses: GPL 3+
Synopsis: Access variables local to an Emacs frame
Description:

This package allows setting and accessing variables local to an Emacs frame. Note that the variables created with this package do not have any relation with variables defined by defvar, defconst, etc.

emacs-flymake-haml 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-haml
Licenses:
Synopsis: A flymake handler for haml files
Description:

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

emacs-flycheck-cfn 20240512.2341
Propagated dependencies: emacs-flycheck@20250527.907
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://gitlab.com/worr/cfn-mode
Licenses:
Synopsis: Flycheck backend for AWS cloudformation
Description:

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

emacs-ffmpeg-utils 20230305.709
Propagated dependencies: emacs-alert@20250823.650
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://repo.or.cz/ffmpeg-utils.git
Licenses:
Synopsis: FFmpeg command utilities wrappers
Description:

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

emacs-fm-bookmarks 20170104.1716
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://github.com/kuanyui/fm-bookmarks.el
Licenses:
Synopsis: Use file manager bookmarks (eg Dolphin, Nautilus, PCManFM) in Dired
Description:

Documentation at https://melpa.org/#/fm-bookmarks

emacs-flycheck-tip 20171020.1048
Propagated dependencies: emacs-flycheck@20250527.907 emacs-popup@20250101.843
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/yuutayamada/flycheck-tip
Licenses:
Synopsis: Show flycheck/flymake errors by tooltip
Description:

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

emacs-flycheck-vdm 20190304.839
Propagated dependencies: emacs-flycheck@20250527.907 emacs-vdm-mode@20190328.1408
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/peterwvj/vdm-mode
Licenses:
Synopsis: Syntax checking for vdm-mode
Description:

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

emacs-flex-compile 20250820.1557
Propagated dependencies: emacs-dash@20250312.1307 emacs-buffer-manage@20241019.1748
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/plandes/flex-compile
Licenses:
Synopsis: Run, evaluate and compile across many languages
Description:

Documentation at https://melpa.org/#/flex-compile

Total results: 471