From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thorsten Jolitz Newsgroups: gmane.emacs.help Subject: Re: contractor resources for emacs extension development Date: Fri, 18 Oct 2013 09:26:42 +0200 Message-ID: <87vc0vghu5.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1382081238 7966 80.91.229.3 (18 Oct 2013 07:27:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Oct 2013 07:27:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 18 09:27:23 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VX4Sv-0007gm-Ub for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Oct 2013 09:27:22 +0200 Original-Received: from localhost ([::1]:56108 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX4Sv-0004st-Il for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Oct 2013 03:27:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX4Sc-0004ks-99 for help-gnu-emacs@gnu.org; Fri, 18 Oct 2013 03:27:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VX4SW-0006qY-Et for help-gnu-emacs@gnu.org; Fri, 18 Oct 2013 03:27:02 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:49871) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX4SW-0006qQ-8q for help-gnu-emacs@gnu.org; Fri, 18 Oct 2013 03:26:56 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VX4ST-0007QR-WF for help-gnu-emacs@gnu.org; Fri, 18 Oct 2013 09:26:54 +0200 Original-Received: from g231226083.adsl.alicedsl.de ([92.231.226.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Oct 2013 09:26:53 +0200 Original-Received: from tjolitz by g231226083.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Oct 2013 09:26:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 73 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g231226083.adsl.alicedsl.de User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:fAZ8XP3gPkC3xYHi3KhgfD8nPEc= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94074 Archived-At: Eric Brown writes: > Thorsten Jolitz writes: > >> >> Here is a screencast on youtube that illustrates how to use the >>libraries with emacs-lisp buffers, but they can be used with many >>major-modes (outorg works e.g. with message-mode too, therefore I'm >>writing this email in full Org-mode right now). >> > > Hi Thorsten, > > I was excited to see your post on the gnus list, too. > > Could you: > - please re/post the URL for the screencast? > - I would like to try out navi. I got your outshine via MELPA -- can > you make that code available there, too? > > Thanks, > Eric Hi Eric, all three libraries should be available via MELPA now, navi-mode and outorg too: [[https://github.com/milkypostman/melpa/blob/master/recipes/navi-mode][navi-mode]] [[https://github.com/milkypostman/melpa/blob/d57762fe51a524731e228c80b4b2d25e827e5858/recipes/outorg][outorg]] let me know if you have difficulties getting them there. If you use Git, you could of course clone (or fork) the github repos I linked to in my other mail, e.g.: ,----------------------------------------- | $ git clone git@github.com:tj64/navi.git `----------------------------------------- ÞS Sorry, I announced the link but forgot to post it. There are other related screencasts in the emacsstuff video channel demonstrating the use of the libraries with PicoLisp (and Org-mode itself). This one shows their use with Emacs Lisp source files: ,------------------------------------------- | http://www.youtube.com/watch?v=nqE6YxlY0rw `------------------------------------------- > --- > > (Just for fun) > > #+BEGIN_SRC emacs-lisp > (message "%s" "emacs rocks") > #+END_SRC > > #+RESULTS: > : emacs rocks I needed just a little trick to make outorg work with message mode, and now I can write arbitrarily complex emails in full Org-mode for the price of doing M-# M-# (M-x outorg-edit-as-org) once to fire up the *outorg-edit-buffer*, and then M-# (M-x outorg-copy-edits-and-exit) to convert the modified content back to its original format. Its really handy to be able to write _and_ evaluate code examples directly in the buffer you are writing your email in ... -- cheers, Thorsten