0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

はじめに

現在使用しているemacsのバージョンを調べる方法について投稿します。

開発環境
・WSL2/Ubuntu環境

emacsのバージョンを調べる方法

以下コマンドを実施し、emacsが持つオプション一覧を確認しました。

$ emacs --help

結果として以下の出力がされ、emacs --versionでemacsのバージョン情報が取得できることを確認しました。

コマンド結果
・・・(省略)・・・
--parent-id XID                 set parent window
--help                          display this help and exit
--version                       output version information and exit
・・・(省略)・・・

以下コマンドを実行し、emacsのバージョン情報を確認します。

$ emacs --version
コマンドの結果
GNU Emacs 27.1
・・・(省略)・・・

導入したemacsのversionは27.1であることが分かりました。

emacsの最新バージョンに関する情報

現時点(2024/07/09)でのemacsの最新バージョンは以下とのこと。
以下Emacs-JPのサイトより引用

GNU Emacsの最新安定版は 29.2(2024年1月18日リリース)です。
masterブランチでは次のメジャーバージョンとなる 30.0系統の開発が進行しています。

補足情報に掲載した手順でemacsのインストールを進めたのですが、最新版は取得できていないようです。以下サイトに、より新しいバージョンをインストールする手順が掲載されていたので、参考にしながらより新しいバージョンをインストールしたいと思います。

参考サイト)

補足情報

emacsをインストールした際の手順を以下に記載します。

$ sudo apt update
$ sudo apt install emacs

参考文献

本記事は以下情報を参考にして執筆しました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?