Emacs: Show Version

By Xah Lee. Date: . Last updated: .

Check Emacs Version from Terminal

In terminal, type:

emacs --version

emacs version 2023-01-25 njjKz
emacs version 2023-01-25 njjKz

Check Emacs Version Within Emacs

type:

Alt+x version

sample output:

GNU Emacs 28.1 (build 52, x86_64-w64-mingw32) of 2022-04-04

Check if emacs is installed (Linux and MacOS)

In linux or macOS terminal, type:

which emacs

Check if emacs is installed (on Microsoft Windows)

On Microsoft Windows, press ❖ Window key, then type “emacs”.

or, in PowerShell, type:

gcm emacs

〔see PowerShell: Find Command

powershell emacs version 2022-10-05
powershell emacs version 2022-10-05