Re: [O] Simple reference card browser by Anything.el

2011-12-12 Thread SAKURAI Masashi
Hi Tassilo, Thank you for your advice! I'm going to discuss this topic at emacs-anything ML. Thanks, -- SAKURAI, Masashi (family, given) m.saku...@kiwanami.net

Re: [O] Simple reference card browser by Anything.el

2011-12-12 Thread Tassilo Horn
Bastien writes: >> First of all, in the mean time it's mostly Thierry Volpiatto and >> Rubikitch doing all the work on anything.el. > > Oops -- sorry I forgot to mention this, thanks for clarifying! No problem, I'm still capable of accepting patches. ;-) Bye, Tassilo

Re: [O] Simple reference card browser by Anything.el

2011-12-12 Thread Bastien
Tassilo Horn writes: > First of all, in the mean time it's mostly Thierry Volpiatto and > Rubikitch doing all the work on anything.el. Oops -- sorry I forgot to mention this, thanks for clarifying! -- Bastien

Re: [O] Simple reference card browser by Anything.el

2011-12-11 Thread Tassilo Horn
SAKURAI Masashi writes: Hi Masashi, > Thank you for your comment. > If I can contribute this program, I'll be glad. First of all, in the mean time it's mostly Thierry Volpiatto and Rubikitch doing all the work on anything.el. > How should I do, Tassilo? Get an account at repo.or.cz. The proj

Re: [O] Simple reference card browser by Anything.el

2011-12-11 Thread SAKURAI Masashi
Hi Bastien, Thank you for your comment. If I can contribute this program, I'll be glad. How should I do, Tassilo? -- SAKURAI, Masashi (family, given) m.saku...@kiwanami.net At Sun, 11 Dec 2011 13:23:20 +0100, Bastien wrote: > > Hi Masashi, > > SAKURAI Masashi writes: > > > I made simple re

Re: [O] Simple reference card browser by Anything.el

2011-12-11 Thread Bastien
Hi Masashi, SAKURAI Masashi writes: > I made simple reference browser. > Just browsing, not executing commands. > > https://gist.github.com/1345100 Great -- I think this could be added to the contrib/ directory of anything. Tassilo (Anything's maintainer) is reading this list, I think the main

[O] Simple reference card browser by Anything.el

2011-12-10 Thread SAKURAI Masashi
Hi, I made simple reference browser. Just browsing, not executing commands. https://gist.github.com/1345100 Sample setting: (eval-after-load "org" '(progn (require 'anything-orgcard) (define-key org-mode-map (kbd "M-4") 'aoc:anything-orgcard) )) Here is a screenshot. https://caco