emacs:emacs_24.3_using_melpa

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

次のリビジョン
前のリビジョン
emacs:emacs_24.3_using_melpa [2013-12-11 14:37]
Decomo 作成
emacs:emacs_24.3_using_melpa [2015-01-06 11:51] (現在)
行 3: 行 3:
 ===== 試した環境 ===== ===== 試した環境 =====
  
-  * OS X Mountain Lion (v10.8.5) +  * OS X Mountain Lion v10.8.5 
-  * Cocoa Emacs 24.3 + IMEパッチ ([[http://sourceforge.jp/projects/macemacsjp/downloads/58470/|Emacs-24.3-with-inline-patch-R1]]) +  * Cocoa Emacs 24.3.1 + IMEパッチ ([[http://sourceforge.jp/projects/macemacsjp/downloads/58470/|Emacs-24.3-with-inline-patch-R1]]) 
  
 ===== インストール ===== ===== インストール =====
  
-Emacsを起動しscratchバッファで以下の式を評価(最後の行でC-jを押す) +init.elに追加
- +
-尚、この式のオリジナルはhttps://raw.github.com/milkypostman/melpa/master/melpa.elに記載されている。 +
- +
-<code lisp> +
-(progn +
-  (switch-to-buffer +
-   (url-retrieve-synchronously +
-    "https://raw.github.com/milkypostman/melpa/master/melpa.el")) +
-  (package-install-from-buffer  (package-buffer-info) 'single)) +
-</code> +
- +
-init.elに追加+
 <code lisp> <code lisp>
 (require 'package) (require 'package)
行 29: 行 17:
  
 M-x list-packages でパッケージ一覧の更新と一覧表示 M-x list-packages でパッケージ一覧の更新と一覧表示
 +
 +==== 古い情報 ====
 +
 +2014-10-01現在、以下の作業はしなくて良くなった模様。
 +
 +Emacsを起動しscratchバッファで以下の式を評価(最後の行でC-jを押す)
 +
 +尚、この式のオリジナルはhttps://raw.github.com/milkypostman/melpa/master/melpa.elに記載されている。
 +
 +<code lisp |h 古い情報>
 +(progn
 + (switch-to-buffer
 +  (url-retrieve-synchronously
 +   "https://raw.github.com/milkypostman/melpa/master/melpa.el"))
 + (package-install-from-buffer  (package-buffer-info) 'single))
 +</code>
  
 ===== 使ってみる ===== ===== 使ってみる =====
  • emacs/emacs_24.3_using_melpa.1386740239.txt.gz
  • 最終更新: 2013-12-11 14:37
  • by Decomo