Yuta Yamada
null+****@clear*****
Tue Aug 28 21:02:48 JST 2012
Yuta Yamada 2012-08-28 21:02:48 +0900 (Tue, 28 Aug 2012) New Revision: e7475827a732e2222f7912f8fb8c2bc2e5338577 https://github.com/logaling/logalimacs/commit/e7475827a732e2222f7912f8fb8c2bc2e5338577 Log: Improve document Modified files: howToUpload.txt logalimacs.el Modified: howToUpload.txt (+16 -0) =================================================================== --- howToUpload.txt 2012-08-27 18:40:22 +0900 (5891eeb) +++ howToUpload.txt 2012-08-28 21:02:48 +0900 (a4d7389) @@ -1,3 +1,19 @@ +MELPAへのアップロード方法 +./melpa/recipes以下に自分のパッケージを追加して +以下の関数をディレクトリとパッケージ名を変更して実行し、 +./melpa/packages以下に作成されるか確認する。 + +(defun my/melpa-upload () + (interactive) + (let* ((melpa-directory "~/Dropbox/work/melpa/")) + (dired melpa-directory) + (load-file (concat melpa-directory "package-build.el")) + (package-build-archive 'stem))) + +;; package名の抽出になぜかこれではだめだった... +;; (package-build-archive (make-symbol (read-string "package-name here: "))) + + Marmaladeへのアップロード方法 パッケージの修正を終えてMarmaladeへアップロードできる準備が整ったら Modified: logalimacs.el (+2 -2) =================================================================== --- logalimacs.el 2012-08-27 18:40:22 +0900 (03f6b69) +++ logalimacs.el 2012-08-28 21:02:48 +0900 (a0e7894) @@ -28,13 +28,13 @@ ;; Logalimacs.el lookup to registered term at logaling-command and, ;; Executes other commands for logaling-command from emacs. -;;; Usage +;;; Usage: ;; Paste below Emacs lisp code to config file as ~/.emacs.d/init.el etc.. ;; (require 'logalimacs) ;; (global-set-key (kbd "M-g M-i") 'loga-interactive-command) ;; (global-set-key (kbd "C-:") 'loga-lookup-in-popup) -;;; Preference setting +;;; Preference setting: ;; (setq ;; ;; Attach dictionary option for loga-lookup. ;; loga-use-dictionary-option t -------------- next part -------------- An HTML attachment was scrubbed... Télécharger