注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
pulldown.el のいちばん単純な利用例です。pulldown.el すごい! (require 'pulldown) (setq my-mail-ad... pulldown.el のいちばん単純な利用例です。pulldown.el すごい! (require 'pulldown) (setq my-mail-address-list '([email protected] [email protected] [email protected] [email protected])) (defun my-mail-address () (interactive) (insert (replace-regexp-in-string "\\\\" "" (prin1-to-string (pulldown-menu my-mail-address-list))))) (global-set-key (kbd "M-h") 'my-mail-address) 追記(おまけ) 連想リストの場合は、たとえばこう書けます。 (setq sample-alist
2012/10/04 リンク