[9fans] Acme and unicode

2008-05-14 Thread hugo rivera
Hi guys: I hope this is not a very silly question, but I do not remember how to write unicode characters in Acme. I am using plan 9 from user space on FreeBSD. As far as I remember, it was something like Alt+X SOME_NUMBER, but this does not work. Saludos Hugo

Re: [9fans] Acme and unicode

2008-05-14 Thread Skip Tavakkolian
/lib/keyboard (or $PLAN9/lib/keyboard in your case). > Hi guys: > I hope this is not a very silly question, but I do not remember how to > write unicode characters in Acme. I am using plan 9 from user space on > FreeBSD. > As far as I remember, it was something like Alt+X SOME_NUMBER, but > this d

Re: [9fans] Acme and unicode

2008-05-14 Thread andrey mirtchovski
http://swtch.com/plan9port/man/man7/keyboard.html On Wed, May 14, 2008 at 8:44 AM, hugo rivera <[EMAIL PROTECTED]> wrote: > Hi guys: > I hope this is not a very silly question, but I do not remember how to > write unicode characters in Acme. I am using plan 9 from user space on > FreeBSD. > As

Re: [9fans] Acme and unicode

2008-05-14 Thread a
keyboard(7) (keyboard(6) on plan 9). lots of shortcuts for specific things, but alt+x+1234 should produce glyphs. see also $PLAN9/lib/keyboard. --- Begin Message --- Hi guys: I hope this is not a very silly question, but I do not remember how to write unicode characters in Acme. I am using plan 9 f

Re: [9fans] ms problem

2008-05-14 Thread Sape Mullender
> I just found out that .RS and .RE no longer work - they too keep the > indent. Again, please revert to the older version. > > On May 12, 2008, at 4:26 PM, Pietro Gagliardi wrote: > >> Hello. The just-updated ms macro set for troff has a problem: if you >> use .P1 and .P2, you have an .IP fo

Re: [9fans] Acme and unicode

2008-05-14 Thread Russ Cox
> keyboard(7) (keyboard(6) on plan 9). lots of shortcuts for > specific things, but alt+x+1234 should produce glyphs. > see also $PLAN9/lib/keyboard. It is perhaps worth pointing out that in Plan 9 (and in Plan 9 from User Space), Alt is just a key like any other, not a modifier like Shift: you d

Re: [9fans] /n/sources/patch/spamhaus

2008-05-14 Thread erik quanstrom
> I don't have a false positive mailbox to skim. > I run Mail Avenger, which lets me run shell scripts [...] > I run Spam Assassin. If SA thinks the mail is spam, > SMTP rejects it rather than saving it or deciding to > reject it later and having to send a bounce. That for me, there's one proble

Re: [9fans] Acme and unicode

2008-05-14 Thread John Stalker
> It is perhaps worth pointing out that in Plan 9 > (and in Plan 9 from User Space), Alt is just a=20 > key like any other, not a modifier like Shift: > you don't have to hold it down through the entire > sequence. Thanks. I never noticed that. Since I need Alt-* a lot that is very helpful to kn

Re: [9fans] /n/sources/patch/spamhaus

2008-05-14 Thread Russ Cox
> for me, there's one problem with this alternative to > the "stupid" spamhaus solution — it requires i run > a linux server. It does not. There are content-based filters for Plan 9. Or I bet you could port many of the standard Unix ones over without much trouble. Mail Avenger is a little harder

[9fans] 9pfuse on mac os x

2008-05-14 Thread Skip Tavakkolian
is anyone able to use 9pfuse on mac os x 10.4 (macfuse 1.5.0)? in my case, after dial succeeds and mount_fusefs is done, 9pfuse gets stuck waiting to read from fuse device. i've verified that macfuse is working with sshfs. maybe the handshake has changed?

Re: [9fans] ext2srv

2008-05-14 Thread cej
Hi, I noticed that ext2srv did not do well with files > 2GB,and, says 'disk full' when there is more than (I guess) 1024 files in a directory. However, I do not have the latest distribution of ext2srv... Thanks for your work, iru! ++pac -Original Message- From: [EMAIL PROTECTED] on

Re: [9fans] running in AMDs simnow

2008-05-14 Thread ron minnich
I love it. 9load is dying in real mode on: 1000:012C B80800 mov ax,0008 1000:012F 8ED8 mov ds,ax ^^^ takes a triple fault, which is interesting, as vm is not on. But this is kind of intriguing because that's not how I recal