From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glauber Alex Dias Prado Subject: Re: cheatsheets in emacs Date: Wed, 22 Sep 2010 21:45:47 -0300 Message-ID: <87iq1xwamc.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: (Rustom Mody's message of "Wed, 22 Sep 2010 19:11:39 +0530") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org To: Rustom Mody Cc: help-gnu-emacs@gnu.org, emacs-orgmode List-Id: emacs-orgmode.gnu.org FYI There is also a cheat emacs interface: http://github.com/defunkt/cheat.el the idea is not bad if it isnt a NIH syndrom otherwise just use cheat ;) Rustom Mody writes: > There is this ruby utility cheat (see http://cheat.errtheblog.com/ ) > that allows one to make/use cheatsheets using ruby. The format of the > cheatsheet is yml. > > I feel that it should be possible to replace ruby by emacs and the > yaml format by org-mode > > Does anything like this exist? > > There is of course a third aspect to the ruby solution -- providing > web-available cheatsheets (see http://cheat.errtheblog.com/b ) > This I am currently not asking for because I am only trying to track > my own findings in a manageable way