From mboxrd@z Thu Jan 1 00:00:00 1970 From: joakim@verona.se Subject: Re: Lentic.0.6 and org mode Date: Sun, 11 Jan 2015 13:33:20 +0100 Message-ID: References: <87zj9tml69.fsf@newcastle.ac.uk> <54AF03A8.1070102@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAHi1-0006pn-Mx for emacs-orgmode@gnu.org; Sun, 11 Jan 2015 07:33:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAHhy-0005X4-GL for emacs-orgmode@gnu.org; Sun, 11 Jan 2015 07:33:33 -0500 Received: from plane.gmane.org ([80.91.229.3]:43459) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAHhy-0005VP-9Z for emacs-orgmode@gnu.org; Sun, 11 Jan 2015 07:33:30 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YAHhw-0001Vb-SB for emacs-orgmode@gnu.org; Sun, 11 Jan 2015 13:33:28 +0100 Received: from h-235-62.a149.priv.bahnhof.se ([85.24.235.62]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 Jan 2015 13:33:28 +0100 Received: from joakim by h-235-62.a149.priv.bahnhof.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 Jan 2015 13:33:28 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Thierry Banel writes: > Nice! I also tried it and found it really interesting! > > I spent some time figuring out how to use it. > > This is what I did eventually: > M-xlentic-mode > M-xlentic-mode ;; twice > M-x lentic-mode-split-window-below > Then change the new buffer to the desired mode (Java mode, C++ mode, > whatever). > (I was created in fundamental mode). > > Is this the standard way to use it? I also scratched my head before figuring anything out. I installed from Melpa, and the Melpa Lentic comes with 0 docs, which is sad. Then I cloned the github repo, and tried the examples, and got a bit more enlightened. To summarize, it would be nice if Lentic came with some form of docs in the Melpa repo. Or, why not install it en Elpa? BTW my interest in Lentic comes from that I recently started using Litterate programming for my emacs init file (which works very well) and also for some clojure/overtone code, where the literate paradigm is pretty useful (because overtone is a music live coding environment) > > Thierry > > > Le 08/01/2015 14:55, Phillip Lord a écrit : >> I thought some of you might be interested in the new release of my >> package, lentic. One of the things that it now does is allow >> multi-modal of editing of Emacs source, using org mode for the >> documentation. I realise that it's already possible to use ELPA >> org-babel to write literate el files, or to use outorg.el, but lentic >> provides a different form of interaction. You can edit the org form or >> the emacs-lisp form as you choose. The source code of lentic is, itself, >> written in this way. There is a screen cast linked below which shows >> what the interaction looks like. >> >> Available on MELPA-stable, MELPA and Marmalade >> https://github.com/phillord/lentic> http://www.russet.org.uk/blog/3035> https://vimeo.com/116078853> >> > > > -- Joakim Verona