Re: [9fans] /acme/edit commands?

2016-05-20 Thread sl
> Unfortunately sam isn't available on Inferno I don't remember where I got this, and I don't know who wrote it, and it definitely seems pretty buggy, but: http://plan9.stanleylieber.com/inferno/src/sam.tgz sl

Re: [9fans] /acme/edit commands?

2016-05-20 Thread Brian Vito
Skip Tavakkolian <9nut 9netics.com> writes: > all the recipes in /acme/edit/guide start with 'e' command (ee.l). 'e' > starts by looking in /mnt/acme/index for the buffer id of "file"; it > then operates on the corresponding buffer. so the edit commands are > meant to operate in /mnt/acme

Re: [9fans] /acme/edit commands?

2016-05-20 Thread Skip Tavakkolian
> I had thought the /acme/edit commands (Limbo versions are included with the > latest Inferno distribution, which also has an Acme with Edit) allow for the > editing of files at the command line using the Sam command language > (without having to run Acme itself), while using Edit requires

Re: [9fans] /acme/edit commands?

2016-05-19 Thread Brian Vito
Skip Tavakkolian <9nut 9netics.com> writes: > > i misunderstood the original question. as you noted, the Edit command > provides sam-style text editing, which is probably why nobody misses > /acme/edit. i don't think they were in 4ed (at all or for very long); > they were in 2ed, and the

Re: [9fans] acme on 9front

2016-05-19 Thread cinap_lenrek
fn cd { builtin cd $* && awd } -- cinap

Re: [9fans] /acme/edit commands?

2016-05-19 Thread Skip Tavakkolian
i misunderstood the original question. as you noted, the Edit command provides sam-style text editing, which is probably why nobody misses /acme/edit. i don't think they were in 4ed (at all or for very long); they were in 2ed, and the commands are written in Alef. i had forgotten about them!

Re: [9fans] /acme/edit commands?

2016-05-18 Thread Staven
On Thu, May 19, 2016 at 12:32:18AM +, Brian Vito wrote: > Are the /acme/edit commands (as discussed in the Acme paper and included with > the Inferno version of Acme) included in Plan 9 or plan9port? If not, what is > the > workflow replacement? Thanks. Doesn't the Edit command provide the

Re: [9fans] /acme/edit commands?

2016-05-18 Thread Skip Tavakkolian
i've attached a screen dump that shows /acme/bin in my Plan 9 environment. it tends to become customized after a while. > Are the /acme/edit commands (as discussed in the Acme paper and included with > the Inferno version of Acme) included in Plan 9 or plan9port? If not, what is > the > workflow

Re: [9fans] acme search backwards

2015-09-03 Thread Kurt H Maier
On Thu, Sep 03, 2015 at 07:14:58AM -0700, erik quanstrom wrote: > somehow I thought that was going to be the response, but that's not really > true unless acme has been rewritten on the lower level kbd model. patches > that model also introduces user space kbd control, so good luck using it

Re: [9fans] acme search backwards

2015-09-03 Thread erik quanstrom
somehow I thought that was going to be the response, but that's not really true unless acme has been rewritten on the lower level kbd model. that model also introduces user space kbd control, so good luck using it in the event of panic. - erik On Sep 3, 2015 6:34 AM, Aram Hăvărneanu

Re: [9fans] acme search backwards

2015-09-03 Thread Stanley Lieber
> somehow I thought that was going to be the response gee, erik On Sep 3, 2015, 10:16 AM, at 10:16 AM, erik quanstrom wrote: >somehow I thought that was going to be the response, but that's not >really true unless acme has been rewritten on the lower level kbd >model.

Re: [9fans] acme search backwards

2015-09-03 Thread Rudolf Sykora
On 3 September 2015 at 16:14, erik quanstrom wrote: > somehow I thought that was going to be the response, but that's not really > true unless acme has been rewritten on the lower level kbd model. > > that model also introduces user space kbd control, so good luck using it

Re: [9fans] acme search backwards

2015-09-03 Thread Mathieu Lonjaret
No, I meant other implementation suggestions. Since you're all as lazy as I am, here it is: https://groups.google.com/d/msg/comp.os.plan9/Q6R9iuu0lE8/u3h-FUnXOmEJ On 2 September 2015 at 16:01, wrote: > > Also there was a discussion on 9fans about it with other > >

Re: [9fans] acme search backwards

2015-09-03 Thread Rudolf Sykora
On 3 September 2015 at 11:16, Mathieu Lonjaret > https://groups.google.com/d/msg/comp.os.plan9/Q6R9iuu0lE8/u3h-FUnXOmEJ Thanks for the link! I wonder, why is it that they claim that implementing the functionality of: 3b = search forward, shift+3b = search backward is not feasible on plan9...

Re: [9fans] acme search backwards

2015-09-03 Thread erik quanstrom
On Thu Sep 3 02:40:05 PDT 2015, rudolf.syk...@gmail.com wrote: > On 3 September 2015 at 11:16, Mathieu Lonjaret > > https://groups.google.com/d/msg/comp.os.plan9/Q6R9iuu0lE8/u3h-FUnXOmEJ > > Thanks for the link! > I wonder, why is it that they claim that implementing the functionality > of: > 3b

Re: [9fans] acme search backwards

2015-09-03 Thread Aram Hăvărneanu
On Thu, Sep 3, 2015 at 3:11 PM, erik quanstrom wrote: > because the keyboard doesn't pass modal presses to user space There has been solved in 9front in 2011: http://man.cat-v.org/9front/8/kbdfs -- Aram Hăvărneanu

Re: [9fans] acme search backwards

2015-09-02 Thread lucio
> I.e., the suggestions you mention are still far from reciprocal > to a b3-click on any word in the text file. It's just one of those Pandora's boxes, once it's open it can't be closed. I have continual trouble with unintentionlly pressing the Cape-Lock key at the same time as the letter A and

Re: [9fans] acme search backwards

2015-09-02 Thread lucio
> Also there was a discussion on 9fans about it with other > suggestions/solutions. :-/RE is what I remember Russ recommending, It's not perfect, but it does help. Lucio.

Re: [9fans] acme search backwards

2015-09-02 Thread Mathieu Lonjaret
I had done https://bitbucket.org/mpl/acme-with-easy-backwards-search , but since I wasn't bright enough to host it as a diff I don't really remember how it works or what I changed. I think I had added a Rev command to the tag bar of the window. Although it wasn't useful enough for me to keep on

Re: [9fans] acme search backwards

2015-09-02 Thread Rudolf Sykora
On 2 September 2015 at 16:37, Alexander Kapshuk wrote: > On Wed, Sep 2, 2015 at 5:01 PM, wrote: >>> Also there was a discussion on 9fans about it with other >>> suggestions/solutions. >> >> :-/RE >> >> is what I remember Russ recommending,

Re: [9fans] acme search backwards

2015-09-02 Thread Alexander Kapshuk
On Wed, Sep 2, 2015 at 5:01 PM, wrote: >> Also there was a discussion on 9fans about it with other >> suggestions/solutions. > > :-/RE > > is what I remember Russ recommending, It's not perfect, but it does help. > > Lucio. > > Page 4 of A Tutorial for Sam Command

Re: [9fans] Acme 2-1 chord arguments

2015-07-16 Thread Alexander Kapshuk
I just tried typing 'git' into my '/project/root/dir/+Errors' with 'log' selected in a different Acme window. Executing chord 2-1 on 'git' did work for me. The 'log' argument has to be selected in its entirety, but not the trailing new line, which would generate an 'invalid key error' message, if

Re: [9fans] Acme 2-1 chord arguments

2015-07-16 Thread Brian Zwahr
Sorry, let me be more clear. The issue when I need to send multiple arguments. For instance using 2-1 to add “pull” or “checkout” to “git” works. However, using 2-1 to add “pull --prune” or “checkout .” does not work. At least, not in +Errors. It does work in win, though, apparently. On Jul

Re: [9fans] Acme 2-1 chord arguments

2015-07-16 Thread Alexander Kapshuk
I see. Sorry. I don't have any other ideas for you to try at the moment. On Thu, Jul 16, 2015 at 8:45 PM, Brian Zwahr ech...@icloud.com wrote: Sorry, let me be more clear. The issue when I need to send multiple arguments. For instance using 2-1 to add “pull” or “checkout” to “git” works.

Re: [9fans] Acme 2-1 chord arguments

2015-07-16 Thread Brian Zwahr
Thanks for the information! I must confess, I don’t fully understand your idiomatic answer. On Jul 15, 2015, at 10:41 AM, dexen deVries dexen.devr...@gmail.com wrote: dirty 1.) rc -c 'git '^ note the space after git idiomatic 1.) use win(1), pass 'command' argument a script which

Re: [9fans] Acme 2-1 chord arguments

2015-07-16 Thread Alexander Kapshuk
On Wed, Jul 15, 2015 at 5:06 PM, Brian Zwahr ech...@icloud.com wrote: According to the man page, using the 2-1 chord sends selected text as a *distinct* argument to the executed command. This is all well and good for Edit, Look, etc. However, it keeps me from being able to, for instance,

Re: [9fans] Acme 2-1 chord arguments

2015-07-15 Thread dexen deVries
dirty 1.) rc -c 'git '^ note the space after git idiomatic 1.) use win(1), pass 'command' argument a script which executes git for each line of input as arguments through rc(1) to evaluate the arguments in the usual way 2.) you can pass complex regular expression as argument to grep(1), without

Re: [9fans] ACME Getall ?

2015-03-25 Thread Aram Santogidis
Great, your suggestion solves my problem. Thanks Antons. On Tue, Mar 24, 2015 at 7:38 PM, Antons Suspans an...@ml.lv wrote: I guess you could try: Edit X/^'.. ./ e The leading apostrophe selects dirty windows (also directories won't match), and the trailing dot (note the space) ensures

Re: [9fans] ACME Getall ?

2015-03-24 Thread Aram Santogidis
Thanks for your response Ilya. I tried your first suggestion I get the following Error. Edit: no file name given For the second suggestion I get this Error. Edit: dir-name is a directory I closed the directory windows and it was executed, however dot was replaced with the contents of a file.

Re: [9fans] ACME Getall ?

2015-03-24 Thread Antons Suspans
I guess you could try: Edit X/^'.. ./ e The leading apostrophe selects dirty windows (also directories won't match), and the trailing dot (note the space) ensures filename is set. If you want to reread non-dirty... then +Errors and dirs/ should be excluded - this looks uglier: Edit X:^...

Re: [9fans] ACME Getall ?

2015-03-24 Thread Kostarev Ilya
Seems Edit X/.*/ r can do --  Kostarev Ilya On 24 Mar 2015 at 19:54:03, Aram Santogidis (gnubun...@gmail.com) wrote: Hi all, imagine you have multiple files open in acme and then you  $ git checkout somebranch now there is the need to update the views of each open file. You can type

Re: [9fans] acme mouse wheel

2014-11-07 Thread Kostarev Ilya
On p9p works out of the box. --  Kostarev Ilya On 7 Nov 2014 at 20:00:46, Oleg (lego12...@yandex.ru) wrote: Hi. Does anybody known how to use mouse wheel to scroll acme window?

Re: [9fans] acme mouse wheel

2014-11-07 Thread andrey mirtchovski
http://plan9.bell-labs.com/wiki/plan9/mouse_scrolling/ On Fri, Nov 7, 2014 at 9:56 AM, Oleg lego12...@yandex.ru wrote: Hi. Does anybody known how to use mouse wheel to scroll acme window?

Re: [9fans] acme mouse wheel

2014-11-07 Thread trebol
Have you set the mouse to ps2intellimouse?

Re: [9fans] acme mouse wheel

2014-11-07 Thread Mats Olsson
On my Raspberry Pi a cordless mouse with wheel worked out of the box and so did the cordless keyboard. Kind Regards, Mats 2014-11-07 18:25 GMT+01:00, tre...@india.com tre...@india.com: Have you set the mouse to ps2intellimouse?

Re: [9fans] acme mouse wheel

2014-11-07 Thread Oleg
On Fri, Nov 07, 2014 at 05:25:51PM +, tre...@india.com wrote: Have you set the mouse to ps2intellimouse? No. Thank you for the hint!

Re: [9fans] acme mouse wheel

2014-11-07 Thread Oleg
On Fri, Nov 07, 2014 at 10:28:18AM -0700, andrey mirtchovski wrote: http://plan9.bell-labs.com/wiki/plan9/mouse_scrolling/ Thank you! That has helped me.

Re: [9fans] [acme] Edit command -- More than one argument?

2014-10-28 Thread erik quanstrom
On Mon Oct 27 23:49:06 EDT 2014, paul.a.lalo...@gmail.com wrote: What do you mean by resizing flicker? I've never seen it with the multi-line tags. And we do resize the tag by hand - the scroll wheel opens and shuts it, in addition to adding/removing the trailing newline. i didn't realize

Re: [9fans] [acme] Edit command -- More than one argument?

2014-10-28 Thread Paul Lalonde
Yes, the scroll wheel forward expands to the full size, and backwards reduces it to one line; this is as designed, and only on the wheel for lack of a better UI idea. I can't say that it has any amount of documentation or discoverability :-( I see what you mean about the jitter on expand

Re: [9fans] [acme] Edit command -- More than one argument?

2014-10-28 Thread erik quanstrom
Yes, the scroll wheel forward expands to the full size, and backwards reduces it to one line; this is as designed, and only on the wheel for lack of a better UI idea. I can't say that it has any amount of documentation or discoverability :-( I see what you mean about the jitter on expand

Re: [9fans] [acme] Edit command -- More than one argument?

2014-10-27 Thread Rob Pike
Edit { s/^/\[/ s/\:\ /\]/ } On Mon, Oct 27, 2014 at 8:28 AM, Eduardo Alvarez astrochelon...@gmail.com wrote: Hello, everyone, I'm in the process of learning acme via Russ Cox's p9p port. Recently, I found myself editing some text to use with markdown, and needed to make more than one

Re: [9fans] [acme] Edit command -- More than one argument?

2014-10-27 Thread Ingo Krabbe
but you can't do this on a acme headline. So how would you apply such multiline commands to a range you marked in the buffer? Edit { s/^/\[/ s/\:\ /\]/ } On Mon, Oct 27, 2014 at 8:28 AM, Eduardo Alvarez astrochelon...@gmail.com wrote: Hello, everyone, I'm in the process of

Re: [9fans] [acme] Edit command -- More than one argument?

2014-10-27 Thread Rob Pike
Yes you can. That's how I verified this works. Open up the tag to multiple lines (just type newline in the tag). -rob

Re: [9fans] [acme] Edit command -- More than one argument?

2014-10-27 Thread lucio
Yes you can. That's how I verified this works. Open up the tag to multiple lines (just type newline in the tag). And in any event, the multiline Edit command can be executed from within the editable text, where vertical space is not usually at a premium. Takes some tidying up afterwards, but

Re: [9fans] [acme] Edit command -- More than one argument?

2014-10-27 Thread Kostarev Ilya
At least p9p acme has multiline tags. Personally, I prefer 2-1 chord complicated or frequent stuff onto Edit command --  Kostarev Ilya On 27 Oct 2014 at 18:48:10, Ingo Krabbe (ikrabbe@gmail.com) wrote: but you can't do this on a acme headline. So how would you apply such multiline

Re: [9fans] [acme] Edit command -- More than one argument?

2014-10-27 Thread Ingo Krabbe
Yes you can. That's how I verified this works. Open up the tag to multiple lines (just type newline in the tag). I use the plan9 legacy version, that seems to ignore typed newlines. With the p9p it works and possible with the 9front version too. Actually I can echo 'Edit {…

Re: [9fans] [acme] Edit command -- More than one argument?

2014-10-27 Thread Eduardo Alvarez
On Mon, Oct 27, 2014 at 10:09:46AM -0700, Rob Pike wrote: Yes you can. That's how I verified this works. Open up the tag to multiple lines (just type newline in the tag). -rob Yes, it worked thank you for your help. -- Eduardo Alvarez Stercus, Stercus, Stercus, moriturus sum --

Re: [9fans] [acme] Edit command -- More than one argument?

2014-10-27 Thread Skip Tavakkolian
Plan 9's Acme doesn't support multiline (at least not version I have). The way you can do it is to put the multiline instructions for Edit in a different buffer; then select the multiline instructions and middle-left click on Edit of the file you want to edit. On Mon, Oct 27, 2014 at 10:09 AM,

Re: [9fans] [acme] Edit command -- More than one argument?

2014-10-27 Thread sl
Yes you can. That's how I verified this works. Open up the tag to multiple lines (just type newline in the tag). I think this only works in p9p. sl

Re: [9fans] [acme] Edit command -- More than one argument?

2014-10-27 Thread Rob Pike
That's a shame. -rob On Mon, Oct 27, 2014 at 9:41 AM, s...@9front.org wrote: Yes you can. That's how I verified this works. Open up the tag to multiple lines (just type newline in the tag). I think this only works in p9p. sl

Re: [9fans] [acme] Edit command -- More than one argument?

2014-10-27 Thread Paul Lalonde
We (Russ and I) never ported it back to Plan9 because there's a subtle layout bug when columns have different height fonts for the tag and the body. I works well enough for us, but isn't at the quality it should be. Paul On Mon Oct 27 2014 at 3:57:01 PM Rob Pike robp...@gmail.com wrote:

Re: [9fans] [acme] Edit command -- More than one argument?

2014-10-27 Thread erik quanstrom
On Mon Oct 27 19:39:19 EDT 2014, paul.a.lalo...@gmail.com wrote: We (Russ and I) never ported it back to Plan9 because there's a subtle layout bug when columns have different height fonts for the tag and the body. I works well enough for us, but isn't at the quality it should be. the layout

Re: [9fans] [acme] Edit command -- More than one argument?

2014-10-27 Thread Paul Lalonde
What do you mean by resizing flicker? I've never seen it with the multi-line tags. And we do resize the tag by hand - the scroll wheel opens and shuts it, in addition to adding/removing the trailing newline. On Mon Oct 27 2014 at 8:44:57 PM erik quanstrom quans...@quanstro.net wrote: On Mon

Re: [9fans] acme inspired vi clone (warning: x11/unix)

2014-09-29 Thread erik quanstrom
On Sat Sep 27 09:44:02 EDT 2014, joseph.stew...@gmail.com wrote: Didn't see this posted here... might be of interest to some of us with un-re-trainable fingers. http://c9x.me/edit/ its like one of those dreams one has with a high fever. - erik

Re: [9fans] acme inspired vi clone (warning: x11/unix)

2014-09-27 Thread Bence Fábián
Cool. I'll stick with sam/acme but my coworker was just telling me, how he liked the ideas in them, but was used to vi commands. I'll show him this. I tried it out and knowing vi and sam it was mostly straightforward to use. (However it doesn't react well to simply killing the window) 2014-09-27

Re: [9fans] Acme: spaces in file names

2014-08-21 Thread Skip Tavakkolian
i'm not sure, but i think this is where the problem starts. take it with a grain of salt; i'm no acme expert and i spent less than 10 minutes looking through the sources (the Plan 9 version). /sys/src/cmd/acme/wind.c:359,361 On Wed, Aug 20, 2014 at 11:00 AM, Blake McBride bl...@mcbride.name

Re: [9fans] Acme: spaces in file names

2014-08-20 Thread Blake McBride
Thanks for the suggestion. I really wish acme were just fixed. I find acme a beautiful editor. A small number of issues render the editor too much of a hassle to use for me. It is a shame because I really like it. It is clean, simple, easy to learn, and powerful. Thanks. Blake On Wed,

Re: [9fans] Acme: spaces in file names

2014-08-19 Thread Blake McBride
B 'some directory name with spaces' does load the directory correctly. But as soon as you put the cursor into the directory acme changes the buffer header from some directory name with spaces to some. Not supporting space in file/directory names has been the single biggest impediment to my use

Re: [9fans] acme - tags commands repository

2014-05-27 Thread David du Colombier
I am especially interested in Indent+ and Indent- http://9fans.net/archive/2008/09/71 -- David du Colombier

Re: [9fans] acme - tags commands repository

2014-05-27 Thread Carlos U. Cirello Filho
Thanks David. - CC On Tue, May 27, 2014 at 11:19 PM, David du Colombier 0in...@gmail.comwrote: I am especially interested in Indent+ and Indent- http://9fans.net/archive/2008/09/71 -- David du Colombier

Re: [9fans] acme, upas commits

2014-05-13 Thread Alexander Sychev
There were problems in p9p under linux, when amail makes simultaneous searches in different windows. On Tue, May 13, 2014 at 4:23 PM, quanstro quans...@gmail.com wrote: in theory the threads that interact with regular expressions in acme are all cooperatively scheduled. have you seen a case

Re: [9fans] acme, upas commits

2014-05-13 Thread Alexander Sychev
Are there other similar bugs? Actually, I was digging only the amail's problem. Now I can't recall all details (it was few months ago), but I had saw parallel calls of regexp functions without any lock and I thought it should be such way. On Tue, May 13, 2014 at 4:44 PM, quanstro

Re: [9fans] Acme, Edit, code and newline

2014-04-01 Thread Mark van Atten
On Mon, Mar 31, 2014 at 5:54 PM, Daniel Peyrolon tucha...@gmail.com wrote: Edit , x/^[^ ]+[ ]*[^(]*\([^)]*\)[ ]*\{[ ]*\n/ s/[ ]*\{[ ]*\n/\n\{/g So, it was simply a matter of changing $ for \n at the x command! Yes. (In the version I gave, the replacement of the second $, the one in the s

Re: [9fans] Acme, Edit, code and newline

2014-04-01 Thread Daniel Peyrolon
Hi there everyone, Many thanks for the explanation, it's much clearer now. 2014-04-01 9:24 GMT+02:00 Mark van Atten vanattenm...@gmail.com: On Mon, Mar 31, 2014 at 5:54 PM, Daniel Peyrolon tucha...@gmail.com wrote: Edit , x/^[^ ]+[ ]*[^(]*\([^)]*\)[ ]*\{[ ]*\n/ s/[ ]*\{[ ]*\n/\n\{/g

Re: [9fans] Acme, Edit, code and newline

2014-03-31 Thread Mark van Atten
Edit , x/^[^ ]+[ ]*[^(]*\([^)]*\)[ ]*\{[ ]*\n/ s/[ ]*\{[ ]*\n/\n\{/g Mark.

Re: [9fans] Acme, Edit, code and newline

2014-03-31 Thread erik quanstrom
On Mon Mar 31 11:37:51 EDT 2014, vanattenm...@gmail.com wrote: Edit , x/^[^ ]+[ ]*[^(]*\([^)]*\)[ ]*\{[ ]*\n/ s/[ ]*\{[ ]*\n/\n\{/g \ before { is not necesary. - erik

Re: [9fans] Acme, Edit, code and newline

2014-03-31 Thread Mark van Atten
\ before { is not necesary. Don't know how I got that one in there; thanks for catching it! Mark.

Re: [9fans] Acme, Edit, code and newline

2014-03-31 Thread erik quanstrom
\ before { is not necesary. Don't know how I got that one in there; thanks for catching it! it was in the original. - erik

Re: [9fans] Acme, Edit, code and newline

2014-03-31 Thread Daniel Peyrolon
Edit , x/^[^ ]+[ ]*[^(]*\([^)]*\)[ ]*\{[ ]*\n/ s/[ ]*\{[ ]*\n/\n\{/g So, it was simply a matter of changing $ for \n at the x command! How come my command didn't work? It really should work with the $, shouldn't it? Or even without the \n or the $, since the regexp already matched until the

Re: [9fans] Acme, Edit, code and newline

2014-03-31 Thread Ruben Schuller
Hi, 2014-03-31 17:54 Daniel Peyrolon tucha...@gmail.com: Edit , x/^[^ ]+[ ]*[^(]*\([^)]*\)[ ]*\{[ ]*\n/ s/[ ]*\{[ ]*\n/\n\{/g So, it was simply a matter of changing $ for \n at the x command! How come my command didn't work? It really should work with the $, shouldn't it? Or even

Re: [9fans] acme known joke, columns tags lost typing focus

2014-02-12 Thread erik quanstrom
On Wed Feb 12 08:24:28 EST 2014, uvelichi...@gmail.com wrote: Sorry for vagary link. This way my smtp provider attempt tracking how mach my posts were red. I never ask them do that. Clear link would be

Re: [9fans] acme known joke, columns tags lost typing focus

2014-02-12 Thread Rob Pike
I don't understand the bug report. I can't see any problems like what is hinted at in the description. Please explain carefully and precisely how to recreate it. On Wed, Feb 12, 2014 at 5:28 AM, erik quanstrom quans...@quanstro.net wrote: On Wed Feb 12 08:24:28 EST 2014, uvelichi...@gmail.com

Re: [9fans] acme known joke, columns tags lost typing focus

2014-02-12 Thread uvelichitel
Hello. I see in main window tag(where Newcol etc.) and column tags (where Delcol etc.) pipe demonstrating cursor(select) position. I usualy start typing navigating mouse arrow in window body or tag without clicking mouse button, and text inserted in place of that pipe(cursor). If I

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] acme autocompletion

2014-02-11 Thread uvelichitel
Hi, It's mostly proof of concept and for personal needs. To say, it do its work. As noticed any suggestion how to organize UI in more meaningful way very appreciated and can be implemented. Best regards. I don't think anyone objects to it as an external command.

Re: [9fans] acme autocompletion

2014-02-11 Thread Friedrich Psiorz
Hi! I haven't had time to try out your completion system yet, but one thing I could imagine would be a single completion window for a whole acme session. While you type in any other window, it gives you suggestions for completions/insertions. You insert simply by right clicking in the completion

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

2014-02-11 Thread erik quanstrom
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. i'm not sure how this works in p9p, but in plan 9, /mail/box/$user/headers is prepended to

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

2014-02-11 Thread erik quanstrom
I just want to say it makes me feel better to see someone is trying to improve Mail. I've been using Mail for some time in parallel with the gmail web interface. (Basically, I prefer to write an email within acme [full text editor with undo etc.], but searching for a conversation is just

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

2014-02-11 Thread uvelichitel
I just want to say it makes me feel better to see someone is trying to improve Mail. I've been using Mail for some time in parallel with the gmail web interface. (Basically, I prefer to write an email within acme [full text editor with undo etc.], but searching for a conversation is just

Re: [9fans] acme autocompletion

2014-02-10 Thread Bence Fábián
I don't think anyone objects to it as an external command. 2014-02-10 21:46 GMT+01:00, Uvelichitel uvelichi...@gmail.com: Hi. I know acme authors mean autocompletion destructive (excluding ctl-F for filepath). Anyway an attempt. https://bitbucket.org/uvelichitel/compl It

Re: [9fans] Acme, dump, and $HOME

2014-01-15 Thread b.
On 1/13/14, 11:57 AM, Charles Forsyth wrote: On 13 January 2014 16:42, Paul Lalonde paul.a.lalo...@gmail.com mailto:paul.a.lalo...@gmail.com wrote: Can anyone explain to me the rationale of Dump dropping acme.dump in $HOME instead of $PWD? alternatively, if started with acme -l

Re: [9fans] Acme, dump, and $HOME

2014-01-13 Thread dexen deVries
On Monday 13 of January 2014 08:42:22 Paul Lalonde wrote: Can anyone explain to me the rationale of Dump dropping acme.dump in $HOME instead of $PWD? I know I can pass it a different filename, but it seems odd to put it in $HOME instead of where acme is called from. My use case is this: I'm

Re: [9fans] Acme, dump, and $HOME

2014-01-13 Thread Charles Forsyth
On 13 January 2014 16:42, Paul Lalonde paul.a.lalo...@gmail.com wrote: Can anyone explain to me the rationale of Dump dropping acme.dump in $HOME instead of $PWD? alternatively, if started with acme -l dumpfile, why not write it back to the same file?

Re: [9fans] Acme, dump, and $HOME

2014-01-13 Thread Paul Lalonde
Yes, I understand the current behaviour. I don't understand why $home was privileged this way, instead of the startup directory. So for instance, if I drop the dump filename in the top-level tag, and chord it against dump, I get the right thing - it's deposited in the directory where acme was

Re: [9fans] Acme, dump, and $HOME

2014-01-13 Thread Paul Lalonde
That seems even more magical, I think. I've been running with Dump's $HOME lookup changed to $PWD for a few days now with nary a glitch. Unless someone tells me otherwise I'll start pushing for a patch :-) Paul On Mon, Jan 13, 2014 at 8:57 AM, Charles Forsyth charles.fors...@gmail.comwrote:

Re: [9fans] Acme, dump, and $HOME

2014-01-13 Thread Bence Fábián
Because this way there is one default dump file. Maybe it should be $home/lib/acme.dump But when i turn on my terminal it runs acme -l $home/acme.dump automatically. And before i turn it off i just press dump. If I need to preserve a state for longer i can do Dump otherfile. For me this seems the

Re: [9fans] Acme, dump, and $HOME

2014-01-13 Thread Paul Lalonde
Your described behaviour is unaffected by the patch unless you are running acme (automatically) from another directory. Paul On Mon, Jan 13, 2014 at 10:53 AM, Bence Fábián beg...@gmail.com wrote: Because this way there is one default dump file. Maybe it should be $home/lib/acme.dump But

Re: [9fans] Acme, dump, and $HOME

2014-01-13 Thread Charles Forsyth
On 13 January 2014 18:30, Paul Lalonde paul.a.lalo...@gmail.com wrote: That seems even more magical, I think. The idea is that the dump file is a snapshot of a particular state, and it made sense to me to update the given state, instead of putting it back in the default file despite being

Re: [9fans] Acme, dump, and $HOME

2014-01-13 Thread erik quanstrom
The idea is that the dump file is a snapshot of a particular state, and it made sense to me to update the given state, instead of putting it back in the default file despite being given an explicit state. That seemed to me a bit contrary. agree. - erik

Re: [9fans] Acme, dump, and $HOME

2014-01-13 Thread erik quanstrom
The idea is that the dump file is a snapshot of a particular state, and it made sense to me to update the given state, instead of putting it back in the default file despite being given an explicit state. That seemed to me a bit contrary. also if a snapshot is wanted, then we have a tool

Re: [9fans] Acme, dump, and $HOME

2014-01-13 Thread Paul Lalonde
It certainly addresses my use case. I'll give it a spin when I next have 5 minutes to mess with it. Paul On Mon, Jan 13, 2014 at 11:17 AM, Charles Forsyth charles.fors...@gmail.com wrote: On 13 January 2014 18:30, Paul Lalonde paul.a.lalo...@gmail.com wrote: That seems even more

Re: [9fans] Acme, dump, and $HOME

2014-01-13 Thread Pete
On 2014年01月13日 18:30, Paul Lalonde wrote: I've been running with Dump's $HOME lookup changed to $PWD for a few days now with nary a glitch. I think using $PWD might give you a few problems. I had written a wrapper script around acme that bound ./acme.dump over $home/acme.dump, and when ./

Re: [9fans] Acme: spaces in file names

2013-12-15 Thread Blake McBride
Discovering button-3-drag, is there a reason button-3-drag could not be made to load a file or directory with spaces in it? In other words, would this conflict with some other intended operation? Thanks. Blake On Thu, Dec 12, 2013 at 3:10 PM, Blake McBride bl...@mcbride.name wrote: When

Re: [9fans] Acme: spaces in file names

2013-12-15 Thread Friedrich Psiorz
I think the reason is that filenames with spaces are not very common in Plan 9. If you're running plumber, you can probably adjust the regular exressions for file matching in your $HOME/lib/plumbing file. If you don't have that file yet: 9p read plumb/rules $HOME/lib/plumbing ~Fritz Am

Re: [9fans] Acme: spaces in file names

2013-12-15 Thread Blake McBride
Blake-Mac-17:tmp blake$ 9p read plumb/rules 9p: mount: dial unix!/tmp/ns.blake._tmp_launch-nvfpC3_org.x:0/plumb: connect /tmp/ns.blake._tmp_launch-nvfpC3_org.x:0/plumb: No such file I don't have to do this when I search for text with spaces, or to execute a command with spaces. Not being able to

Re: [9fans] Acme: spaces in file names

2013-12-15 Thread Friedrich Psiorz
To use the plumber, you have to start it first. Then you can configure all the Button-3 behavior you want. No need to change the hard coded backup behavior. Am 15.12.2013 17:19, schrieb Blake McBride: Blake-Mac-17:tmp blake$ 9p read plumb/rules 9p: mount: dial

Re: [9fans] Acme: spaces in file names

2013-12-15 Thread Blake McBride
I would greatly appreciate it if you could give me the specifics on this. Thanks! Blake On Sun, Dec 15, 2013 at 10:26 AM, Friedrich Psiorz f.psi...@gmx.de wrote: To use the plumber, you have to start it first. Then you can configure all the Button-3 behavior you want. No need to change the

Re: [9fans] Acme: spaces in file names

2013-12-15 Thread Friedrich Psiorz
To run the plumber, type plumber then you can copy the rules file to $HOME/lib/plumbing and modify it as you wish. The next time you start the plumber (or when you write the modified file back via 9p), it will load that config file and hopefully behave as you planned. Okay, now what's the

Re: [9fans] Acme: spaces in file names

2013-12-15 Thread Blake McBride
Thanks! That is very helpful. On Sun, Dec 15, 2013 at 11:51 AM, Friedrich Psiorz f.psi...@gmx.de wrote: To run the plumber, type plumber then you can copy the rules file to $HOME/lib/plumbing and modify it as you wish. The next time you start the plumber (or when you write the modified

Re: [9fans] Acme: tab size

2013-12-15 Thread Steve Simon
set the tabstop environment var in your $home/lib/profile e.g. tabstop=8 -Steve

<    1   2   3   4   5   6   >