is it okay to do ^T^Tr (or, CtlAltDel) then? I guess it is, however..
++pac
I've just checked it out, just boot/login/logout:
the terminal went to 'black' (== txt) mode with
prompt:
fsys all sync
main sync: wrote blocks ## why??
(then, cursor blinks until )
term%
why did it write anything wnen nothing was changed? just login/fshalt...
> fshalt runs fossilcons(4) sync to flush the cache,
> before halting the file system.
>
... there've been some issues around pull considering files as locally
modified while they weren't... thus, I have some outdated versions of
everything ... I'll try to edit the pull's output to pull -s list, then
we'll see.
Although unhappy with that, I am spending much time now on linux, writing
i
I had the same problem with ron minnich's distribution, try to dive into
cmd and check the Makefile.
Ron's distro is 60.2, and the changes needed to compile natively are in
/n/sorces/contrib/pac/9go./tbz
HTH,
best,
++pac
Hello,
get the tarball from me:
http://www2.gli.cas.cz/home/cejchan/plan9/go.tgz
unpack it and follow the instructions in go/9install
should compile fine on native plan9/386
be warned: this is version 60.2, much has changed since,
good luck,
++pac
I have a 'refer' port somewhere in contrib/pac, I don't know whether it
runs on p9p, thgere are other's, too, give it a try ;)
best,
Peter.
On Mon, Feb 6, 2012 at 11:17 AM, Rudolf Sykora wrote:
> Hello,
>
> does anybody know about a 'refer' version for pl
> It would be nice to have a widget library including buttons, drop-down menus,
> multiple-line text entry, radio buttons, scrollbars, etc.
Oh, no!!!
++pac
> Oddly enough, that idea does not come with the rider, "And then force
> Peter to use the library exclusively". I somehow doubt that acme will
[snip]
Be sure I will never downgrade to bells and whistles that add no
functionality, hewever, others would.hen rewrite every other's program
UI?
:-)
Be
# remove spaces from file names /// does not work
EXT=boo
rm run
for (old in `{9 ls *.$EXT}) {
new=`{echo $old | tr -d ' ' }
echo mv $old $new >> run
}
# this works, but is ugly:
# remove unwanted chars from file names
EXT=boo
9 ls *.$EXT > foo
9 cat foo | 9 tr -c [0-9
thank you very much , Eric!
I don't use strange chars in my filenames, but others do, sigh,
++pac
> to talk about the port of Go to Plan 9 (or
>
> BTW, what is the current status of 9Go ... I still use 60.2
>
cheers,
++pac
I've found myself in need of running acme on one machine, but devdraw
on another. Since p9p devdraw isn't a file server, exporting and
importing the devdraw server isn't something you can do without extra
help: that's where devdrawserver comes in:
https://github.com/mariusae
wrote:
> s...@9front.org writes:
>
> >> https://docs.google.com/open?id=0B1QVUS-qAuuienlTMHdRYkFzSHM
> >
> > Could this be presented in a format accessible to Plan 9 users?
>
> .TS
> box, tab(:);
> l | l l l l.
> :b1 left:b2 middle:b3 right:cancel
> _
&
On Wed, May 9, 2012 at 4:44 PM, Vincent Zhao wrote:
> I will buy laptop pre-installed with plan9, can my dream come true?
>
I have a working Thinkpad T23 with 1400x1050 video, for years. The
only trouble is that it needs a small program to restore video after
the lid was closed. Works gre
> again just to see if it works a different time. Maybe I'll give 9atom
> a shot too
I had to switch to 9atom some time asgo whe I bought my first sata-ii hd
(but it was not on a laptop). If there is an option "Configure SATA(or IDE)
as AHCI" in your BIOS,
use it.
regards,
++pac
i was always missing a 'command window' where can i see the file with my
customized commands (for the task i'm working on), w/o restarting acme. see
my ancient postings about an idea how to replace (mostly redundant)
taglines with a command window. (yes, i can open my guide file
> select text in the first window
> > 2-1 chord on Look in the second window's tag line
>
>
how about running a command from another window, w/o copying to the tagline?
++pac
> size 16 looks good on 2048x1152 23'' displays.
what graphics card do you use with these displays (natine)?
thanks
++pac
you could use ps2ascii foo.pdf > foo.txt, and serch for the sentence there
but it is not very convenient :-(
++pac
est of the expression as
literal characters."
(see above) really applies (for unknown reasons).
However, I am just a 'toy programmer', so you were warned ;-)
Regards,
++pac
On Thu, Jun 14, 2012 at 10:28 AM, Gorka Guardiola wrote:
> While playing with grep, I was suprised by grep '*\.c' not giving
> an error (* is missing an operand). Arguably * applied to empty ... [snip]
>
,
>
> as I bumped some time ago into the problem that refer only considers
> as dates (i.e. years) numbers starting with 19, but not 20, I want to
> ask whether someone has corrected this issue yet.
>
> [if you have two items
>
> %A fantomas
> %D 2001
>
> %A fantomas
Is 9grid still around? Has much progress been made on the viability of
9grid as a production resource in the past few years? Lots of the web data
is down, so I'd love to hear from anyone using/working on 9grid resources?
Thanks,
D
ed to at least two, possibly three,
> distinct and unrelated projects. I don't believe any of
> them are still ongoing. I also don't think any of them
> were aimed at becoming what i'd call a "production
> resource". What is it you're looking for?
>
>
Go embeds parallel/grid functionality now instead of just lightweight
thread execution? Which packages would you point me at?
Thanks,
D
On Tue, Oct 23, 2012 at 5:09 PM, ron minnich wrote:
> On Tue, Oct 23, 2012 at 1:22 PM, Don A. Bailey
> wrote:
>
> > I'm interested in t
Does Go have issues in general with TCP connections, or is this a Plan 9
specific issue?
D
On Tue, Oct 23, 2012 at 5:41 PM, Matthew Veety wrote:
> On 10/23/2012 8:11 PM, Don A. Bailey wrote:
>
>> Go embeds parallel/grid functionality now instead of just lightweight
>> threa
If I wanted to be insulted, I'd subscribe to a Reddit feed. ;)
D
On Tue, Oct 23, 2012 at 6:03 PM, Kurt H Maier wrote:
> On Tue, Oct 23, 2012 at 05:44:42PM -0700, Don A. Bailey wrote:
> > Does Go have issues in general with TCP connections, or is this a Plan 9
> > speci
Cool, thanks. I appreciate the response.
D
On Tue, Oct 23, 2012 at 5:51 PM, Matthew Veety wrote:
> On 10/23/2012 8:44 PM, Don A. Bailey wrote:
>
>> Does Go have issues in general with TCP connections, or is this a Plan 9
>> specific issue?
>>
>> D
>>
>
, Oct 23, 2012 at 6:15 PM, John Floren wrote:
> On Tue, Oct 23, 2012 at 5:41 PM, Matthew Veety wrote:
> > On 10/23/2012 8:11 PM, Don A. Bailey wrote:
> >>
> >> Go embeds parallel/grid functionality now instead of just lightweight
> >> thread execut
Haha, it's good to know the caustic wit of 9fans hasn't changed in the
twelve years I've participated in it. Screen names change, but trolls will
always persist.
<3
D
On Tue, Oct 23, 2012 at 6:26 PM, Kurt H Maier wrote:
> On Tue, Oct 23, 2012 at 06:11:54PM -0700, Don A. B
If only Joseph Campbell were around to accurately define this lot. I think
he'd get a bigger kick out of 9fans than he did the Grateful Dead. Well,
maybe not. But close, I'm sure.
D
On Tue, Oct 23, 2012 at 6:34 PM, erik quanstrom wrote:
> On Tue Oct 23 21:30:0
You can also use devdrawserver:
https://github.com/mariusaeriksen/devdrawserver
Which acts as a devdraw proxy between two machines.
See also: http://9fans.net/archive/2012/04/207
marius.
On Fri, Oct 26, 2012 at 9:57 AM, erik quanstrom
wrote:
>> Unfortunately acme doesn't have
nd and remove semicolon
before // comments ]
# prefix to postfix operator: ++i --> i++
[ Edit s/\+\+[a-zA-Z]+[0-9a-zA-Z]*/&++/ Edit s/\+\+/d]
thanks,
++pac
how it come i didn't realize that ;-) !
thanks,
peter
On Fri, Jan 11, 2013 at 12:46 PM, Bence Fábián wrote:
> for the third:
> /\+\+[a-zA-Z_]+[0-9a-zA-Z_]*/{
> x/\+\+/d
> a/++/
> }
>
> the braces stuff is pretty tough, but maybe someone will have an idea.
> however
Yes. It was me. For the timer being, I tar the dirs w/too many files in.
Would be glad to have that patch.
Thanks,
++pac
On Sat, Jan 12, 2013 at 12:47 PM, Richard Miller <9f...@hamnavoe.com> wrote:
> Somebody recently reported a problem with ext2srv not working when
> director
Yes, I can recommend Erik' s 9atom, too, it solved my problems with
installation onto a SATA-II HD some time ago...
Regards,
++pac
On Sat, Feb 16, 2013 at 4:11 PM, erik quanstrom wrote:
> > Back to the Plan 9 install issue on native h/w.. does Plan 9 support SATA
> > contro
http://research.swtch.com/acme
http://bendyworks.com/geekville/lab_projects/2012/11/getting-plan-9-running-on-the-raspberry-pi
HTH,
++pac
On Mon, Feb 18, 2013 at 10:59 AM, wrote:
> And if so have they analysed WHY they like it?
>
> How mature [not too problematic for a plan9 beginne
Hi, folks,
I am about to buy an internal HD for my native Plan9 box.
I need 2TB or more, can anyone recommend me a model that is tested to work?
Native, not p9p.
Also, can anyone recommend a hi-res video card, SXGA+ or better, 24-bit
depth?
I am aware of the "Supported PC Hardware"
Thanks, David! Does it run BellLabs Plan9, or does it require Erik's 9atom?
On Wed, Feb 20, 2013 at 11:26 AM, David du Colombier <0in...@gmail.com>wrote:
> > I need 2TB or more, can anyone recommend me a model that is tested to
> work?
>
> I'm currently using som
Without the change, it should get
any example wrong. This is with
native Plan 9, though. Plan9port's
fltfmt.c is not the same, so it must
be working correctly.
term% cat foo.c
#include
#include
void
main(void)
{
print("%.5g\n", 12345.67890);
exits(nil);
}
term% 8.out
12345.7
Plan9port's implementation of fltfmt.c seems
different enough to me that it isn't possible to
simply take the fix from there and add it to
plan9. Perhaps I'm missing something.
The g verb already acts differently in plan9port
and native plan 9: print("%g\n", 0.1) prints .1 in
plan 9 and 0.1 in pla
I would also like it if %g acted the same in plan9
as everywhere else (printing 0.1 instead of .1 in
my example). That's also really easy to change.
It doesn't make sense for plan9port's %g to be
different from plan9, because now you cannot even
count on both prints to work the same way. Since
pri
I would also like it if %g acted the same in plan9
as everywhere else (printing 0.1 instead of .1 in
my example). That's also really easy to change.
It doesn't make sense for plan9port's %g to be
different from plan9, because now you cannot even
count on both prints to work the same way. Since
pri
, but
boyd's port was nearly complete (it's in contrib).
All I've been doing is making small bugfixes here
and there. I'm not finished yet, but it won't be
too much longer, hopefully. Perhaps after that I
can take a look at the latest awk.
Hi, niners!
I have an IDE HD with fossil (no venti) partition on it. It contains some
data precious to me.
I would like to mount it on a native Plan9; yes, I've RTFM, but it seems to
me too brief for me to avoid (fatal) mistakes.
Thus, could some nice person lead me step - by - step?
T
t; immediate problem, but allow me to take a step back:
>
> Don't do that!
>
> Fossil, without venti, is not the stablest thing around. I would very
> strongly recommend against putting precious data on it. I've had it
> go wonky personally, and there've been ple
Okay, I'll give it a try.
I must first decide on a (quasi)stable dir tree. The problem is that I have
almost 2TB of data,
so should I have another 2TB disk for Venti if I want to put there all?
Thanks,
Peter.
On Thu, Mar 14, 2013 at 4:54 PM, wrote:
> > I reorganize my data very of
Hi, 9friends,
could anyone recommend (personal experience would be nice) a VGA card that
can support
1920x1200 mode on native Plan 9 from Bell Labs (from Bell Labs ;-)
?
Yes, I've read the wiki but it seems a bit outdated (?). Maybe not, I can't
tell.
Unfortunately, I am 50+ and
gt; So far I have been liking it, but I just hit an issue: mouse button 1
> > now acts the same as button 3. It was working normally just a few
> > minutes ago. Other X windows including xev still work normally.
> >
> > I would appreciate some help in understanding/resolving
Thank you, thank you, a _big_ thank you, folks!
I will add a line how to parse the XFree86 Modeline to the wiki,
the link is here:
http://en.wikipedia.org/wiki/XFree86_Modeline
Now it works great with my Dell DELL U2412Mb monitor and NVIDIA Corporation
NV44 [GeForce 6200 LE] graphics card
So, you perceive it, too unfortunately, then there will be no more
computers, even electric power nomads don't need it, and won't care :-(
++pac
> IMHO, with the advent of a crisis compared to which 1929 will be a
> minor storm, there will be a general disgust and lac
Yep...
On Sat, Mar 23, 2013 at 11:10 AM, wrote:
> On Sat, Mar 23, 2013 at 10:54:14AM +0100, Peter A. Cejchan wrote:
> > So, you perceive it, too unfortunately, then there will be no more
> > computers, even electric power nomads don't need it, and won
@Lucio: I still hope that some clone of plan9/nix/nxm will merge with Go
... just my dream, and I am just an embryo of a programmer
(as multiply stated here and elsewhere) so take it easy however, I'm
moving all my old stuff (and creating new one) to Go
[unfortunately, I am afraid I
Yes, I run Go on native Plan9,
what I wanted toi say is that I would be happy to see some minimalistic (in
a spirit of plan9) written in, and integrated with, Go...
[Beat my English, as usually, I am not a native speaker]
And yes, binaries are extraordinarily huge (no idea, why). However, I still
Sorry for that. I am not a natuive speaker. English uses different
punctuation then my mothertongue.
However, I hope you got what I wanted to say.
++pac
On Sat, Mar 23, 2013 at 6:08 PM, hiro <23h...@gmail.com> wrote:
> On 3/23/13, Peter A. Cejchan wrote:
> > @Lucio: I still
it s/.*/float64(&)/g# float64()
Edit s/.*/} & {/g# add } {
Edit s/^/\/\/ /g# // comment out
Edit /;[ ]*\/\// Edit s/;//# find and remove semicolon before //
comments
Edit s/\+\+[a-zA-Z]+[0-9a-zA-Z]*/&++/ Edit s/\+\+/d# NOT WORKING prefix
to postfix operat
Maybe it's time for an Acme wiki page?
Also, could you share the plumbing rules you use (for my
inspiration/learning)?
Happy Easter, folks!
++pac
On Fri, Mar 29, 2013 at 9:20 AM, dexen deVries wrote:
> On Friday 29 of March 2013 01:38:06 Bence Fábián wrote:
> > I did a quick wri
to save my time, could you, please, share that trick? Thanks,
++pac
On Mon, Apr 1, 2013 at 3:45 AM, trebol wrote:
> Hello everyone,
> I've had problems discovering the feature of dragging button 1 to scroll
> the tag line. I have used first the p9p's acme, which has a mo
however, in native Plan9, scrolling goes too fast for multi-line tagline :-)
[yes, I know that I should keep commands short, but, e.g., Edit requires
newline between commands :(((]
++pac
On Mon, Apr 1, 2013 at 9:11 AM, trebol wrote:
> On Mon, Apr 01, 2013 at 08:08:18AM +0200, Pete
Wow! That's it! I always wanted a 'command window', now I see why it is
needless. Thanks!
On Mon, Apr 1, 2013 at 2:01 PM, Bence Fábián wrote:
> Do what i do. I have only "Edit" on the tagline and write the commands in a
> new window. And just highlight them a
Graph(1) seems to work:
% @{echo 1; echo 2; echo 3} | graph -a
o
ra 0 0 4096 4096
e
li 200 200 4000 200
v 4000 4000
v 200 4000
v 200 200
li 1150 200 1150 4000
li 2100 200 2100 4000
li 3050 200 3050 4000
li 200 1150 4000 1150
li 200 2100 4000 2100
li 200 3050 4000 3050
m 200 140
t "0 <
Interesting. Which version of OSX is this? I'm running Mountain Lion.
-marius
> Also, keep in mind that there is already a well known and popular tiling
environment in Plan 9. If you are able to make a window manager with an
acme feeling I'm sure many users would be interested. The challenge here is
to have the good taste > required to come up with the right
I also like very much the Acme's replacement of hard-coded menus by
customizable taglines with support of guide files, among others.
With a support of interactive graphics, we could have , e.g., an image
editor within Acme. Just a dream...
++pac
On Fri, Apr 26, 2013 at 9:02 AM, Devon H. O
Yeas, I know it. I once had Oberon installed, before they downgraded it to
Bluebottle. It had a clean design and a single language for everything:
Oberon...
++pac
On Fri, Apr 26, 2013 at 9:15 AM, Charles Forsyth
wrote:
> The Oberon system interface, which inspired help/help (which led to A
devdrawserver is something along these lines:
https://github.com/mariusaeriksen/devdrawserver
-marius
around this by creating the file yourself after
pulling the code from the repository.
Either create a fake VERSION file
echo fake >VERSION
or one that matches what the dist tool would have printed. With sh:
v=`hg log -r tip --template '+{node|short} {date|date}'`
echo deve
Brian Vito wrote:
> What is the current status of sam on Windows? Does anyone have a
> version that runs under Windows 7? The one from http://ib.wmipf.de/pf9.html
> doesn't seem to work anymore. Thanks very much.
>
latest version is here:
https://bitbucket.org/knieriem/pf9/dow
Terry Wendt wrote:
> Thank you for your response erik. The machine I'm trying to boot this
> on is an "old" dell inspiron 530.
9front runs fine on my dell inspiron 530. i have to
boot it with *acpi= in plan9.ini, though.
pap
did you enable *acpi= when booting 9front?
see the section Boot at [1].
pap
[1] http://code.google.com/p/plan9front/wiki/troubleshooting
re settling on the lenovo scrollpoint mouse. IMHO
> it's the best option that's abundantly available, reasonably priced,
> and comfortable to use. It has a real middle button and a scroll
> "stick" instead of a wheel. You can rest the tip of your middle finger
> over
Sounds great!
Thank you, Kenji !!
++pac
On Tue, Aug 6, 2013 at 3:14 AM, arisawa wrote:
> Hello 9fans,
>
> I have written a text database named Kirara.
> The following is a brief introduction to Kirara.
> If you are interested in, get Kirara from:
> http://plan9.aichi-u.a
Do you folks have any solutions to shortening the length
of labels in acme? Back when I used Wily it had a nice
feature to use environment variables if it found a match,
e.g., one could set h=/Users/jimr and wily would show
$h instead of /Users/jimr in the tag. Anyone know of
similar techniques
On Tue, Aug 27, 2013 at 6:44 AM, Robert Raschke wrote:
> On Plan 9 use bind to create yourself a nice hierarchy. Like 'bind -a
> /Users/jimr /me' or similar.
>
> Not sure how easy that is under *nix with p9p, haven't tried that yet. And
> your /Users makes me think y
On Wed, Aug 28, 2013 at 5:13 AM, dexen deVries wrote:
> your selection lacks the final LF to make Rc happy ;-)
>
> a quick and dirty hack would be to always append LF:
> exec /usr/local/plan9/bin/rc <{9p read acme/$id/rdsel;echo;}
>
> tested with:
> echo foo bar
> rc
Hi folks,
I just recently started using Acme. Years ago I was a heavy user
of sam and wily, but when I moved from Linux to a Mac OS X machine
I found the X11 based programs were a bit too fiddly on the mac.
Plan9Port changes all that of course, and for years now I've been
wanting to try m
On Wed, Aug 28, 2013 at 11:42 AM, James A. Robinson <
j...@highwire.stanford.edu> wrote:
> Ideally the font would have glyphs that are easy to read for the
> symbols used in a typical C or Go program when using a smaller font
> (the long label problem I wrote about earlier is ma
ag.
Is my understanding correct if I am thinking that this would
consist of a single event
c0: M
c1: x
flag ^= 8
nb: 4
nr: 4
text: Edit
arg: ...
where ... represents the argument passed to Edit?
Or would this consist of two events, with text set
to Edit and then to the command to pass in?
It'
On Thu, Aug 29, 2013 at 3:49 AM, Costin Chirvasuta wrote:
> I really like /lib/font/bit/vga/vga.font (not sure if it's in official
> plan9, found it in 9front last time).
>
Yep, still there:
https://code.google.com/p/plan9front/source/browse/lib/font/bit/?r=78bdd54efdff480240da4dc6a5dd29d468502d
On Wed, Aug 28, 2013 at 2:31 PM, Lee Fallat wrote:
> ... Droid Sans looks the best at smaller text sizes ...
Thanks, I'm checking out the google android fonts using the TTF
fonts available from
http://www.fontsquirrel.com/fonts/list/foundry/google-android
Jim
So I see that it actually isn't possible to do what
I want, that the write operations to an event file
are limited to just positional information. That's
unfortunate, I had really hoped it was possible to
simulate events via an external program.
.../src/libacme/acme.c:
int
winwriteevent(Win *w,
Fyi, you've got a link to the hotel that ends up at
http://www.iwp9.org/hotelindigoathens and which returns an error:
Object not found
The object /hotelindigoathens does not exist on this server.
errstr: '/usr/web/iwp98e/hotelindigoathens' does not exist
uri host:
header hos
Say I have an acme window with a $winid of 2.
If I type the following commands:
$ echo -n , | 9p write acme/2/addr
$ echo dot=addr | 9p write acme/2/ctl
I see the entire text of the window get selected.
I had assumed that if I then read addr that I would
get back two numbers, 0 and the final
On Sat, Aug 31, 2013 at 10:23 AM, James A. Robinson <
j...@highwire.stanford.edu> wrote:
> I see the entire text of the window get selected.
> I had assumed that if I then read addr that I would
> get back two numbers, 0 and the final byte offset
> of the file (it is a no
next time, an internal address is set to 0,0.
> > But after the writing the address is actual and if you read "data" file
> you
> > will see the text according to your address.
> >
> > I you write the code on C or Go without a closing a descriptor of "addr
D'oh, I'm thinking maybe it's bash that is doing
this (since bash is my default shell instead of
rc).
On Thu, Sep 5, 2013 at 1:16 PM, James A. Robinson <
j...@highwire.stanford.edu> wrote:
> Hi folks,
>
> I can't spot anything in the man page about this:
Hi folks,
I can't spot anything in the man page about this: is
it expected that Acme win will echo the trailing part
of a Send command if the length of the command
exceeds 75 characters?
An example:
http://highwire.stanford.edu/~jimr/acme-win-76.png
Jim
2013/9/5 Rob Pike
> Try
>
> set +o emacs
>
> (sic)
>
Thank you, that did it. Interesting that it's a +o command
to turn something off.
bash(1)
...
READLINE
This is the library that handles reading input when using
an interactive shell, unless the --no
Thanks for the pointers.
I finally did some sleuthing and experimentation.
Indeed, devdraw now knows about a display’s DPI, and launching a devdraw app
with environment devdrawretina=1 enables detection of retina displays, and
setting the current DPI accordingly.
DPI seems to affect a few
On Thu, Sep 5, 2013 at 9:14 PM, Russ Cox wrote:
> The lack of on-the-fly font resizing is a continual source of pain for me
> (I end up having to restart acme a lot), and at some point I will finish
> it. Ideally I want to get to the point where devdrawretina=1 acme (no other
> arg
Hi folks,
Does the Look command offer any functionality
over the Edit command when it comes to searching
a document? The man page indicates it's just a
literal search command, and it seems as though the
Edit command allows for that and much more.
I'm curious about the decision to aut
How many of you folks run Acme directly on the screen of a 15"
macbook pro? I've been using the 17" macbook pro for years, but
Apple has dropped that size, so if I get a replacement it'll have
to be smaller.
Right now I'm using the 17" at 1920x1200 and running
I use a 13” rMBP at the highest resolution setting. I run acme with 3 columns
(though the leftmost column is a shrunk column that’s really only useful for
directory browsing).
The only annoyance is that I regularly connect to an external display, which
requires me to restart acme. Instead of
retina with the maximum "scaled resolution" (looks
> like 1920x1200). IMHO it's perfect.
>
> Regards.
> q
>
> On Wed, Oct 2, 2013 at 10:43 PM, Steven Stallion
> wrote:
> > On Wed, Oct 2, 2013 at 10:02 AM, marius a. eriksen
> wrote:
> >>
I certainly can't get to it via port 80, I get a timeout.
On Wed, Oct 9, 2013 at 9:14 AM, Alex Jordan wrote:
> Anyone know why plan9.bell-labs.com/ is down?
> Yesterday I visited and it returned "object not found", but today it
> fails to load entirely and I get Firefox
mes end up highlighting one block of text, going
to a scratch buffer and highlighting an Edit command, going back
to my file window and sending the text to Edit.
When I move on to the next block of text to Edit, I end up having
to repeat the mouse operations to re-select the Edit commands to
send. Is t
then be asked to
>> provide explanations afterward
>
> What was actually asked,
> https://github.com/g-w1/plan9zig/pull/2#issuecomment-2394838562
>
>> Most of these comments are redundant with what the code does.
>> Before I merge, could you please remove most of th
Why? (Not being flip. This is the first I’ve heard of it and I’d like your
thoughts.)
D
> On Oct 2, 2024, at 3:31 PM, Noam Preil wrote:
>
> V is a scam.
>
> - Noam Preil
--
9fans: 9fans
Permalink:
https://9fans.topicbox.c
What was the solution?DOn Jan 12, 2025, at 11:35 AM, rminn...@p9f.org wrote:
As usual, 30m after sending the note, I figured out what to do. Not to worry :-)
9fans
/ 9fans / see
discussions
+
participants
+
delivery options
Permalink
401 - 499 of 499 matches
Mail list logo