emacs-info

Navigate and query Emacs Info manuals for Emacs, Elisp, and GNU tools.

60|13|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/plurigrid/asi --skill emacs-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: emacs-info
Source: https://github.com/plurigrid/asi/tree/main/skills/emacs-info
Command: npx skills add https://github.com/plurigrid/asi --skill emacs-info

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides Emacs Info navigation and querying to quickly access Emacs, Elisp, and GNU tool manuals.

Core Features & Use Cases

  • M-x info and info queries for manuals
  • Cross-reference navigation and search in Info mode
  • Standalone Info usage outside Emacs for quick reference

Quick Start

Open Info with M-x info and jump to "elisp" or "emacs" manuals, or search with info-apropos RET.

Frequently Asked Questions about emacs-info

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access Emacs and GNU tool documentation from within Emacs?

Launch the Info browser with M-x info to navigate Emacs, Elisp, and GNU tool manuals. Jump directly to a specific manual using (info "<manual>") — for example, (info "elisp") opens the Elisp manual. Info mode supports cross-reference navigation and keyword search for efficient documentation lookup.

How do I search for documentation in Emacs Info?

Use info-apropos to search across Info manuals by keyword. Press RET after entering your search term to find matching entries across Emacs, Elisp, and GNU tool documentation. Navigate results using standard Info commands: n/p for next/previous node, u for parent, and l for back.

What are the basic navigation commands in Emacs Info mode?

Info mode uses n (next node), p (previous node), u (parent node), and l (last visited node) for traversal. These commands let you move through manual structure and cross-references. M-x info launches the browser; (info "<manual>") opens a specific manual directly.

Can I use Info mode outside of Emacs for quick documentation lookup?

Yes, standalone Info usage is supported for accessing documentation independently of Emacs buffers. You can also integrate Info queries directly into Emacs Lisp code using (info "<manual>") calls, enabling programmatic documentation access within your workflows.

Does Emacs Info work with Elisp development and GNU tools beyond Emacs?

Emacs Info provides integrated access to Emacs, Elisp, and GNU tool manuals. This makes it suitable for developers working across multiple GNU tools and writing Elisp extensions, offering centralized documentation navigation without switching contexts.