From Fedora Project Wiki

Revision as of 12:40, 21 August 2023 by Sumantrom (talk | contribs) (Created page with "{{QA/Test_Case |description=This test case ensures that the `emacs-filesystem` structure is properly set up on Fedora. |setup= # Ensure that you have `emacs-filesystem` installed. If not, install it: `sudo dnf install emacs-filesystem` |actions= # Open a terminal. # Verify the directory structure exists: `ls /usr/share/emacs/` # Verify the `site-lisp` directory: `ls /usr/share/emacs/site-lisp/` |results= # The directory `/usr/share/emacs/` should exist. # The `site-lisp`...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case ensures that the emacs-filesystem structure is properly set up on Fedora.

Setup

  1. Ensure that you have emacs-filesystem installed. If not, install it: sudo dnf install emacs-filesystem

How to test

  1. Open a terminal.
  2. Verify the directory structure exists: ls /usr/share/emacs/
  3. Verify the site-lisp directory: ls /usr/share/emacs/site-lisp/

Expected Results

  1. The directory /usr/share/emacs/ should exist.
  2. The site-lisp directory should be present inside /usr/share/emacs/, which is used for site-wide lisp packages.

Optional

For users familiar with Emacs and its lisp packages, you can test adding a custom lisp package to site-lisp and ensure it's loaded correctly by Emacs.