emacs-evil / emacs-evil/evil

ex-command `ab` missing

Open
#925 1 comment 1 reaction 0 assignees View on GitHub
enhancement help wanted
Dominant language
Emacs Lisp
Stars
3.9k
Forks
307
PR merge metrics
No merged PRs in 30d

Description

# Issue type

- Enhancement request

# Environment

# Emacs version:
GNU Emacs 27.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.22.21) of 2017-09-21

# Operating System:
arch linux
# Evil version:
1.2.12
# Evil installation type:
MELPA
# Graphical/Terminal:
Graphical X
# Tested in a `make emacs` session:
Yes
# Reproduction steps
- Start Emacs
(package-initialize)
(require 'evil)
(evil-mode)
: ab abbrev abbreviation

# Expected behavior
abbreviation added to global-abbrev-table

# Actual behavior
error message:
Unknown command: 'ab'

Contributor guide

Open the contributing guide

Research direction

Start by tracing the ex-command path exercised by `: ab abbrev abbreviation` after `(evil-mode)`, and compare how related commands are handled. Done means the command is accepted and the abbreviation is added to `global-abbrev-table`, with a regression check covering the reproduction.

Written by the indexing model from the issue text.

Assessment

Tech stack
emacs, emacs-lisp
Domain
tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.