Hey,
Put sysname=yourhostname in the plan9.ini file so you don't have to do
the echo every time. I was surprised it was not mentioned in the
plan9.ini (8) man page. I had to do a web search in order to find out
about it.
Enjoy,
Lee
On Mon, Apr 7, 2014 at 10:47 PM, Daryl M wrote:
> Greetings,
>
Does that old version of sam[1] not run on 64-bit Windows?
1: http://plan9.bell-labs.com/sources/extra/9pm051031.zip (the version I
ran awhile ago at my college that I think run 64-bit Windows...).
On Mon, Jun 2, 2014 at 6:08 PM, Steve Simon wrote:
> The short answer is no.
>
> there is the pf
2, 2014 at 7:01 PM, Rob Pike wrote:
> The old version of sam does not run on 64 bits, I am told.
>
> -rob
>
>
> On Mon, Jun 2, 2014 at 3:56 PM, Lee Fallat wrote:
>> Does that old version of sam[1] not run on 64-bit Windows?
>>
>> 1: http://plan9.bell-labs.com/
I don't know anything about ramfs but maybe you can modify it to read
all disk from storage then write back when done? Sounds really
inefficient though. Maybe if it was done with system files it'd be
more practical. AFAIK, but a bit off topic, DamnSmallLinux can do
this. Maybe you'd like to check t
On Wed, Jul 16, 2014 at 1:28 PM, erik quanstrom wrote:
>> First, after using plan9 and plan9port I've noticed that on plan9port
>> (from Arch Linux's repository) the tagline seems to have the ability
>> to wrap onto multiple lines. I quite like it because I end up with
>> some (unfortunately unavo
On Wed, Jul 16, 2014 at 3:14 PM, Aram Hăvărneanu wrote:
> On Wed, Jul 16, 2014 at 7:31 PM, Lee Fallat wrote:
>> This has been done for 9front.
>
> Only partially. The tag expands to multiple lines, but does not accept
> newlines. Also, sl is right.
>
Yes, I was too hasty wi
On Thu, Jul 31, 2014 at 3:50 PM, Nicolas Bercher wrote:
> Since I like bookbinding I did one by my self:
> http://tinyurl.com/lb5jzt3
>
This is awesome.
On Thu, Aug 14, 2014 at 5:40 PM, Skip Tavakkolian
wrote:
> ask in your native language. we know how to use google translate.
>
>
>
> On Thu, Aug 14, 2014 at 2:36 PM, françai s wrote:
>>
>> 2014-08-14 13:12 GMT-03:00, smi...@icebubble.org :
>> > françai s writes:
>> >
>> >> I say this because abo
On Thu, Nov 6, 2014 at 9:04 AM, Iruatã Souza wrote:
> what other program needs two fonts?
>
> On Thu, Nov 6, 2014 at 11:30 AM, erik quanstrom wrote:
>> On Thu Nov 6 08:15:54 EST 2014, iru.mu...@gmail.com wrote:
>>> acme is not the system.
>>>
>>> On Thu, Nov 6, 2014 at 10:48 AM, Stuart Morrow
On Sat, Nov 8, 2014 at 4:46 PM, Mats Olsson wrote:
> Hi guys!
>
> I've tried multiple ways to change the font in Abaco but failed. It
> seems to be compiled in. Is there a way to change the font in Abaco.
> Would really appreciate some help.
>
> Greetings,
> Mats
>
Yeah, they're compiled in. The
The only development you could possibly do is anything with C...and a
few scripting languages ported through APE.
Otherwise, your best bet is to VNC to another computer running a more
mainstream OS- but then you might as well just be running said OS.
On Tue, Nov 18, 2014 at 8:54 AM, Mayuresh Kath
18 Nov 2014 06:01:11 -0800 (PST)
> References: <20141118135448.963e01b5...@wolfman.devio.us>
> From: Lee Fallat
> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
> Content-Type: text/plain; charset=UTF-8
> Subject: Re: [9fans] using plan9 as the only system!
>
, Nov 18, 2014 at 12:02 PM, Skip Tavakkolian
wrote:
> and Go.
>
>
> On Tue, Nov 18, 2014 at 6:01 AM, Lee Fallat wrote:
>>
>> The only development you could possibly do is anything with C...and a
>> few scripting languages ported through APE.
>>
>> Otherwi
On Wed, Feb 4, 2015 at 3:27 PM, Friedrich Psiorz wrote:
> Hi 9fans
>
> I'm writing a little GUI for file system navigation … it's all but
> finished, but
> clicking on directories works, so if somebody would like to try, I'd be
> delighted!
>
> If you have any comments, on the program, on the cod
>From experience, Sam's command window provides a more consistent
experience with the rest of the system. Acme on the other hand
pretends to have individual command windows (more like command lines)
for every file open. Sam has some form of "tiling", but not as
automatic as Acme. Sam also has a rem
You can copy code from Acme and "backport" it. I've done it before and
it was trivial (and it's long gone too).
On Thu, May 19, 2016 at 5:13 PM, Mark van Atten wrote:
> The one thing I regret about Sam is that it doesn't have scroll-select
> as in Acme. I know the k and ' dance, but that is not n
Hey James,
You are brave to bring up such a subject.
Of the zillion fonts I have tried, only Droid Sans looks the best at
smaller text sizes. Of course there are bitmap fonts which are readable at
8x8 but I figured you'd want something a little more scalable and useable
across other systems. Luci
Source code says: no.
Check out line 725* in text.c, and begin your journey!
*Code at line 725 in text.c for 9front acme:
case 0x06:
case Kins: //interesting, didn't know you could use the insert key to
invoke this too.
rp = textcomplete(t); //the path completion
if(rp == nil)
return;
nr = runes
On Mon, Sep 9, 2013 at 10:20 AM, Bence Fábián wrote:
> nothing prevents textcomplete from forking.
>
Sorry, I mean it is not possible without having to change some source code.
:)
Personally, I have replaced Look with Edit because I just highlight-B3 and
it searches. Plus I use the sam command language a lot.
On Tue, Sep 10, 2013 at 12:54 PM, Aram Hăvărneanu wrote:
> Look is useful because you can B2 on it.
>
> --
> Aram Hăvărneanu
>
>
On Thu, Oct 17, 2013 at 3:57 PM, wrote:
>// how does one delete windows that have another window
>// manager running inside (rio or nile)?
>
>To delete a window with any graphical program, you'll need
>external help. Under the hood, you write 'delete' to the target
>window's wctl file. The winwatc
He is saying that some people will use mp3 compression, then convert
to WAV/PCM. Maybe some artists record directly to mp3 then convert to
have them play on audio players.
On Mon, Dec 9, 2013 at 7:20 PM, erik quanstrom wrote:
>> Just beware, in my experience of this (for research purposes,
>> yes
...Tell that to the people who are maintaining 9front and 9atom.
Oh wait, you just did.
My personal opinion: Plan 9 in its forked form will continue to be
used and worked for a long time. Hell, there are people still using
Amigas for "serious" computing! I too many times thinking about
bringing P
23 matches
Mail list logo