Re: [9fans] How to customize set of commands in acme

2023-01-15 Thread Alexander Sychev
Hello, For manipulating tags of windows, you can eather use external application or patch acme. I wrote an application, https://github.com/santucco/atag, it manipulates tags of acme's windows. I doubt it will work in plain Plan9 without modifications, I use it with acme from plan9port. I do not

[9fans] Almost full featured Xen support

2020-07-14 Thread Alexander Sychev
Hi, Finally I made a support of virtual displays and input events for Xen. https://github.com/santucco/9xen Best regards, Alexander -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Ta1ecafa83e8727a4-M301f764935ee2cb6702638b2 Delivery

Re: [9fans] Plan 9 won't boot on Xen 8.0

2019-07-18 Thread Alexander Sychev
As usual for me, i have longterm plans for that usecase :-) drawterm supposes one Plan9 machine and one machine with any other OS + drawterm. I would like to have Plan9 in Xen with a support of peripherals as much as possible, and without X. Linux (or something similar) has to be minimal Dom0 On

Re: [9fans] Plan 9 won't boot on Xen 8.0

2019-07-18 Thread Alexander Sychev
aps...@gmail.com> wrote: > Thanks for your response, and apologies for the delay in replying. > I was thinking if it would also be possible to migrate the current > Plan 9 setup that is used with Xen to Qemu. > Thanks. > > On Mon, Jul 8, 2019 at 10:53 AM Alexander Syc

Re: [9fans] Plan 9 won't boot on Xen 8.0

2019-07-08 Thread Alexander Sychev
Hi, Xen now looks for a section with name '__xen_guest' starting from a second section. A simple workaround is to make two '__xen_guest' sections (with a small patch of xenelf.c): diff -r xen/mkfile xen2/mkfile 105c107,108 < ./xenelf.$cputype $target.elf $target __xen_guest ''$XENELF'' ---

Re: [9fans] upas : without acme : possible?

2018-11-29 Thread Alexander Sychev
Hi, Sure, no problem. Upas exports a filesystem, you can read it :-) Although I use plan9port version of upas with acme and my client 'amail', sometimes I use 9p to read, for example, a raw message body to send it to spam analitics. But reading messages is uncomfortable, it is true. On Thu, Nov

Re: [9fans] acme error

2016-09-27 Thread Alexander Sychev
Hi, I have already seen the same error. For me it is happening when amail is trying to write a new message in a hidden mailbox window. But I cannot reproduce the error by test emails. On Sat, Sep 24, 2016 at 11:05 AM, Richard Miller <9f...@hamnavoe.com> wrote: > acme: endofframe: couldn't find

[9fans] acme, upas commits

2014-05-13 Thread Alexander Sychev
Hi, I have commited some changes in my experimental fork of plan9port. https://bitbucket.org/santucco/plan9port For acme I made thread safe processing of regular expressions (actually by creating some context). For upas/nfs I made a monitoring of all mailboxes and a decoding of international

Re: [9fans] acme, upas commits

2014-05-13 Thread Alexander Sychev
where they are not? did pthreads blow up the model? - erik On Tuesday, May 13, 2014 7:11:02 AM UTC-4, Alexander Sychev wrote: Hi, I have commited some changes in my experimental fork of plan9port. https://bitbucket.org/santucco/plan9port For acme I made thread safe processing

Re: [9fans] acme, upas commits

2014-05-13 Thread Alexander Sychev
...@gmail.com wrote: did you track down why the unexpected concurrency was happening? this could result in other bugs as well. - erik On Tuesday, May 13, 2014 8:34:29 AM UTC-4, Alexander Sychev wrote: There were problems in p9p under linux, when amail makes simultaneous searches in different

Re: [9fans] p9p on 64 bit Linux

2014-03-04 Thread Alexander Sychev
Hi, I think, you should check the ld cache: ldconfig -p | grep libX11.so Also you can run ldd $PLAN9/bin/devdraw and check some other dependencies from X world On Tue, Mar 4, 2014 at 6:58 AM, Blake McBride bl...@mcbride.name wrote: Greetings, I am trying to build p9p with the latest

Re: [9fans] acme/Mail sorted by replies(threaded)

2014-02-11 Thread Alexander Sychev
Hi, Try to set an environment variable upasname before upas/smtp executing (I set it before acme), but it should be m...@some.com, not 'alias' m...@some.com. upas/marshal takes a user from upasname too. On Tue, Feb 11, 2014 at 12:43 PM, uvelichi...@gmail.com wrote: Hi, I just

Re: [9fans] New internal command for acme proposal (with implementations)

2014-02-05 Thread Alexander Sychev
Hi, I believe Acme should not be extended such way. There already were a lot of proposals of commands to add in Acme. If all of them were added we would have Acme with a size like LibreOffice and a tag on half of screen. Here bitbucket.org/santucco/rev I have placed quick-n-dirty external

Re: [9fans] \[go-nuts] [ANN] amail - a new mail client for Acme\

2014-01-27 Thread Alexander Sychev
Fixed. On Fri, Jan 24, 2014 at 6:31 PM, Uvelichitel uvelichi...@gmail.com wrote: Hi, I have made a support of TLS in p9p's upas/smtp and remade the support of TLS in p9p's upas/nfs (stunnel is not needed anymore). The sources are avaliable in my working copy of plan9port:

Re: [9fans] [p9p] restart program on Acme Load

2014-01-10 Thread Alexander Sychev
Hi! It seems dump file doesn't have application-specific info - it has to start with 'e' symbol. I have manually edited my acme.dump : /home/santucco /usr/local/plan9/font/fixed/anon/anon.14.font

Re: [9fans] [p9p] restart program on Acme Load

2014-01-10 Thread Alexander Sychev
dexen.devr...@gmail.comwrote: On Friday 10 of January 2014 17:03:07 Alexander Sychev wrote: But Dump command doesn't save the info back to acme.dump Maybe this is a bug in rowdump function? found `dump' in acme(4) echo 'dump git gui' | 9p write acme/$winid/ctl and then Dump got me close

Re: [9fans] Help with plumbing rules

2013-11-06 Thread Alexander Sychev
Hi, Question 1: a flag '-d' can be useful a bit. Question 2: $file is filled when you check arg isfile $1 Question 3: I think, the problem is you have to match exact full string is sent to plumber. This variant is working: type is text data matches 'File

[9fans] a restriction of events in Acme

2013-10-30 Thread Alexander Sychev
Hi, I would like to make a patch of Acme to restrict of sending of events. In a 'ctl' file of a window will be send string 'events xxx', where xxx - a list of events Acme can send. For example, 'events LXx' allows Acme to send events about looking in a body and executing in a tag and in the body

[9fans] [ANN] amail - a new mail client for Acme

2013-10-28 Thread Alexander Sychev
Hi, Amail is a new mail client for Acme go get bitbucket.org/santucco/amail It is literate programmed in pure Go. It supports a navigation through mailboxes, threads, switching between unread/all messages, a search in mailboxes, composing and sending new messages. Html-messages can be sent to

Re: [9fans] reading addr always returns #0,#0?

2013-09-02 Thread Alexander Sychev
Hi, The problem is the addr file is closed between your calls. When you open the addr file 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

Re: [9fans] [plan9] acme noscrool feature enable

2013-09-02 Thread Alexander Sychev
Hi, As far as I know Acme doesn't have the noscroll feature at all. Best regards, santucco On Mon, Sep 2, 2013 at 10:57 AM, Giovanni Casano ucas...@gmail.com wrote: Hello all, I do not remember, and I can't find it on the web, how to enable the noscroll feature on acme from plan9port. I

Re: [9fans] Acme button 1 working like button 3

2013-04-10 Thread Alexander Sychev
Hi, I made a variant of a fix of the problem some time ago. https://codereview.appspot.com/7818049/ It seems Russ is very busy and can't review my changes, so the patch can be applied by hands. On Tue, Mar 19, 2013 at 2:56 AM, Patrick Higgins patrick.allen.higg...@gmail.com wrote: I am trying

Re: [9fans] Acme button 1 working like button 3

2013-04-10 Thread Alexander Sychev
Children are not for a month, children are forever :-) On Wed, Apr 10, 2013 at 5:29 PM, andrey mirtchovski mirtchov...@gmail.comwrote: Russ and his wife had a baby, I think he's busy changing diapers (there was an announcement on golang-dev that he'll be away for a month). :) -- Best

Re: [9fans] p9p vs. linux 9fs mount

2013-04-04 Thread Alexander Sychev
Hi, On Thu, Apr 4, 2013 at 5:59 PM, dexen deVries dexen.devr...@gmail.comwrote: p9p/linux question. i can't get seem to get write access to acme's files as mounted via linux 9p driver (v9fs). read works OK, but writes are rejected. I understand my next question is not quite related, but

Re: [9fans] Acme/Mail with plan9ports in Mac OS

2013-03-20 Thread Alexander Sychev
Hi, On Sat, Mar 9, 2013 at 10:10 PM, Rubén Berenguel ru...@mostlymaths.net wrote: Hi everyone, I'm trying (just for the sake of getting it to work!) to read my (imap) mail via acme from plan9ports. I got the mail file server started in my namespace (I can 9p ls mail and see my folders in

Re: [9fans] Plan 9 IPv4 router

2011-07-31 Thread Alexander Sychev
On Sun, Jul 31, 2011 at 5:21 PM, erik quanstrom quans...@quanstro.netwrote: Does anybody know if it's possible to use Plan 9 as an IPv4 router? plan 9 does a fine job of routing ip4 packets. i used plan 9 to do that for a 4 months recently during a network renumbering. if you do this,

Re: [9fans] Scripting acme

2011-06-20 Thread Alexander Sychev
Hello! Look at an example of scripting Acme by Russ Cox. http://groups.google.com/group/golang-nuts/browse_thread/thread/6e2c12ccfe11b61b/c94bd58c73808ec4?lnk=gstq=gofmt+command+for+acme#c94bd58c73808ec4 It made for plan9port, for Plan9 it has to be modified a bit. On Sat, 18 Jun 2011

Re: [9fans] MetaPost added to kerTeX!

2011-05-20 Thread Alexander Sychev
Thierry Hercules Laronde, you are an incredible hero :-)! You should change your email signature :-), You have realy merited it! Which are the Augean Stables next ones? Resting is not a deal for a superhero! On Fri, 20 May 2011 17:10:12 +0400, tlaro...@polynum.com tlaro...@polynum.com

Re: [9fans] plan9 from user space on openbsd 4.7 amd64 fails to build

2010-07-03 Thread Alexander Sychev
Hello! That is easy - a file OpenBSD-x86_64-asm.s doesn't exist in /usr/local/plan9/src/libthread. By the way, OpenBSD-x86_64.c doesn't exist too. Both files have to contain OpenBSD-specific implementations of some functions. For plan9port there is a separated list where you should post related

Re: [9fans] hoc output format

2010-05-13 Thread Alexander Sychev
that awk(1) is more useful (rather, more powerful) for doing programmed computations (number crunching, etc.), where hoc(1) is more of a convenience for basic calculations. Best, ak On Wed, May 12, 2010 at 3:41 AM, Alexander Sychev santu...@gmail.com wrote: Hello! IFAIK, hoc(1) hasn't got

Re: [9fans] hoc output format

2010-05-13 Thread Alexander Sychev
On Thu, 13 May 2010 17:24:47 +0400, erik quanstrom quans...@quanstro.net wrote: On Thu May 13 03:51:56 EDT 2010, santu...@gmail.com wrote: Yes, I'm agree, but with one exception - awk(1) separates a data from a code, hoc(1) doesn't do it. So hoc(1) can be used for plain calculation tasks,

Re: [9fans] hoc output format

2010-05-12 Thread Alexander Sychev
Hello! IFAIK, hoc(1) hasn't got such possibility. awk(1) can help: $ hoc -e PI | awk '{printf %2.2f, $0}' 3.14 On Wed, 12 May 2010 14:24:57 +0400, Rudolf Sykora rudolf.syk...@gmail.com wrote: Hello everyone, is there any way to control the output format of hoc(1), i.e. e.g. the number of

Re: [9fans] LaTeX: supplementary tips

2010-04-27 Thread Alexander Sychev
Hello! Thank you! I can't check TeX on Plan9 right now, but I'm going to do this in the nearest future... Can you please add these tips to the corresponding README on kergis.com? On Tue, 27 Apr 2010 13:36:39 +0400, tlaro...@polynum.com tlaro...@polynum.com wrote: Since it seems that

Re: [9fans] TeX: hurrah!

2010-04-16 Thread Alexander Sychev
Hello! Congratulations! Have you any plans to adapt the TeX for UTF-8 input? On Fri, 16 Apr 2010 15:57:56 +0400, tlaro...@polynum.com tlaro...@polynum.com wrote: So it compiles without ado under Plan9! And it's pure C89 (POSIX is just for the framework, not for the code: I have removed

Re: [9fans] TeX: hurrah!

2010-04-16 Thread Alexander Sychev
Wilfrid Laurier University 75 University Avenue West Waterloo, Ontario N2L 3C5 Tel. (519) 884-1970 x3193 Fax (519) 883-0991 (ATTN Arch. Classics) Alexander Sychev santu...@gmail.com 16/04/2010 9:32:04 am Hello! Congratulations! Have you any plans to adapt the TeX for UTF-8 input? On Fri, 16 Apr

Re: [9fans] problem with installing plan9

2010-03-13 Thread Alexander Sychev
Thanks, Erik! At least I have found the iso image ftp://ftp.quanstro.net/other/plan9.iso.bz2 works quite correctly (even with venti!). On Wed, Mar 3, 2010 at 6:07 AM, erik quanstrom quans...@quanstro.netwrote: bios 0: drive 0x80: 80.026,361,856 bytes, type 3 - drive 0x80 is the hard drive,

Re: [9fans] problem with installing plan9

2010-03-03 Thread Alexander Sychev
Hello! looks like CD read errors.. This is not CD read errors. bios 0: drive 0x80: 80.026,361,856 bytes, type 3 - drive 0x80 is the hard drive, isn't it? biosdiskcall: int 13 op 0x42 drive 0x80 failed, ah error 0x80 sectread: bios failed to read 512 @ sector 0 of 0x80 - an error with

Re: [9fans] problem with installing plan9

2010-03-02 Thread Alexander Sychev
Hello! I have the same problem on my IBM ThinkPad T42 with ISO images at least since 20 Feb 2010. But after some waiting, the installation menu appears. After the installation Plan9 starts without the errors with sectors reading. Actually, in my installation rio can't start due an error

Re: [9fans] mmap

2008-07-29 Thread Alexander Sychev
On Tue, 29 Jul 2008 12:52:14 +0400, Enrico Weigelt [EMAIL PROTECTED] wrote: Hi! an full mmap() is a really nice thing. It can make a lot things easier if you just map the whole file into the process' memory and let the kernel handle the actual IO. Yes, it is comfortable. But just think a