_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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-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-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-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-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-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-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-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-fennel-mode 20260210.2300
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-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

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-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-fennel-mode 0.9.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~technomancy/fennel-mode
Licenses: GPL 3+
Build system: emacs
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+
Build system: emacs
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-filechooser 0.2.4-0.e55c5ea
Propagated dependencies: emacs-compat@30.1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/rahguzar/filechooser
Licenses: GPL 3+
Build system: emacs
Synopsis: Backend implementation for xdg-desktop-portal using Emacs
Description:

This package provides a backend implementation for xdg-desktop-portal that uses Emacs. It allows you to use Emacs' file and path selection facilities in graphical programs that use the xdg-desktop-portal dbus interface.

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+
Build system: emacs
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-flex-isearch 20170308.2010
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://bitbucket.org/jpkotta/flex-isearch
Licenses:
Build system: melpa
Synopsis: Flex matching (like ido) in isearch
Description:

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

emacs-flymake-pest 20200710.2327
Propagated dependencies: emacs-pest-mode@20221231.15
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ksqsf/pest-mode
Licenses:
Build system: melpa
Synopsis: A flymake handler for Pest files
Description:

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

Total results: 481