9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: dexen deVries <dexen.devries@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] git and (p9p) acme
Date: Thu, 26 Apr 2012 10:43:24 +0200	[thread overview]
Message-ID: <18048725.z8OFRqiaCJ@coil> (raw)
In-Reply-To: <CAHcDtnnAyPTNh_+NUUFdtMo5GbCkj+4LSyV5O3BePu0To_RKxQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 636 bytes --]

On Wednesday 25 of April 2012 23:35:59 Mathieu Lonjaret wrote:
> So, are you saying E just works out of the box for you as the $EDITOR
> for git/hg?
> Or did you have to tweak a few things like what Aram and Dexen describe?

worked out-of-box; I only add plumbing for PHP stuff -- and start plumber in
~/.profile

use $VISUAL rather than $EDITOR to ensure it is used only under X Windows

--
dexen deVries



Weightless and alone
you speed through the eerie nothingness of space
you circle 'round the Moon
and journey back
to face the punishing torment of re-entry

-- LUNA-C, ``Supaset8 (full release)'', #24m52s

[-- Attachment #2: plumbing --]
[-- Type: text/plain, Size: 197 bytes --]

#file / line in PHP format
type is text
data matches '(.+) on line ([0-9]+)'
arg isfile $1
data set $file
attr add addr=$2
plumb to edit

include /usr/local/plan9/plumb/initial.plumbing


[-- Attachment #3: dot-profile-fragment --]
[-- Type: text/plain, Size: 100 bytes --]

export VISUAL=E

if [ "$DISPLAY" ]; then
	nohup plumber </dev/null >/dev/null 2>/dev/null &
fi

  parent reply	other threads:[~2012-04-26  8:43 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-19 11:51 Mathieu Lonjaret
2012-04-19 12:10 ` [9fans] " dexen deVries
2012-04-19 12:16   ` Aram Hăvărneanu
2012-04-19 12:12 ` Aram Hăvărneanu
2012-04-20 16:04 ` sqweek
2012-04-20 17:07   ` Mathieu Lonjaret
2012-04-20 19:39     ` Mark van Atten
2012-04-20 20:48       ` Mathieu Lonjaret
2012-04-25 20:21         ` Russ Cox
2012-04-25 20:30           ` [9fans] " Lyndon Nerenberg
2012-04-25 20:36             ` Russ Cox
2012-04-25 20:46               ` Lyndon Nerenberg
2012-04-25 20:51                 ` John Floren
2012-04-25 20:57                   ` Lyndon Nerenberg
2012-04-25 20:58                     ` Russ Cox
2012-04-25 21:01                       ` Lyndon Nerenberg
2012-04-25 20:56                 ` Russ Cox
2012-04-25 20:59                   ` Lyndon Nerenberg
2012-04-25 21:02                     ` Russ Cox
2012-04-25 21:04                       ` Lyndon Nerenberg
2012-04-25 21:05                       ` Lyndon Nerenberg
2012-04-25 21:06                         ` Russ Cox
2012-04-25 21:35           ` Mathieu Lonjaret
2012-04-25 21:44             ` [9fans] " Aram Hăvărneanu
2012-04-25 21:49               ` Aram Hăvărneanu
2012-04-25 22:35                 ` Mathieu Lonjaret
2012-04-26  3:32             ` Russ Cox
2012-04-26  8:05               ` [9fans] " Rob Pike
2012-04-26 22:20               ` Mathieu Lonjaret
2012-04-27 11:48                 ` Ethan Burns
2012-04-27 11:52                 ` Ethan Burns
2012-06-14 12:51                 ` Mathieu Lonjaret
2012-04-26  8:43             ` dexen deVries [this message]
2012-04-27 16:15 ` [9fans] " Christian Neukirchen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18048725.z8OFRqiaCJ@coil \
    --to=dexen.devries@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).