Re: [9fans] Setting acme to a GoMono or DejavuSansMono font

2023-01-15 Thread michaelian ennis
− Is minus: https://en.m.wiktionary.org/wiki/%E2%88%92 On January 15, 2023 at 00:14:51, Lucio De Re (lucio.d...@gmail.com) wrote: > Are you perhaps using an unusual hyphen (m-dash, perhaps)? > > -- > Lucio De Re > 2 Piet Retief St > Kestell (Eastern Free State) > 9860 South Africa > > Ph.: +27

Re: [9fans] Setting acme to a GoMono or DejavuSansMono font

2023-01-15 Thread revrari
That did the trick! Thanks so much. acme -f /mnt/font/GoMono/11a/font -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T24f3cf01c959c542-M7900b5850c68c7efe885b6ca Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Setting acme to a GoMono or DejavuSansMono font

2023-01-15 Thread Lucio De Re
Are you perhaps using an unusual hyphen (m-dash, perhaps)? -- Lucio De Re 2 Piet Retief St Kestell (Eastern Free State) 9860 South Africa Ph.: +27 58 653 1433 Cell: +27 83 251 5824 -- 9fans: 9fans Permalink:

Re: [9fans] Setting acme to a GoMono or DejavuSansMono font

2023-01-15 Thread Lucio De Re
It's the "-F" that the invoked "acme" complains about, then the font filename. That just doesn't compute. mnt/font is interpreted by the font management library as a Unix socket to the font server. 9 man fontsrv will help some, it shows how to check which fonts are available. -- Lucio De

Re: [9fans] Setting acme to a GoMono or DejavuSansMono font

2023-01-15 Thread revrari
I've checked and there is no shell alias or function. What path do you use for the fonts?  -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T24f3cf01c959c542-M8ab36c2671b67dfe2a7e32ae Delivery options:

Re: [9fans] Setting acme to a GoMono or DejavuSansMono font

2023-01-14 Thread Lucio De Re
You probably have a shell alias or a shell function called acme. The p9p acme does accept the -f and -F options, I use them all the time. -- Lucio De Re 2 Piet Retief St Kestell (Eastern Free State) 9860 South Africa Ph.: +27 58 653 1433 Cell: +27 83 251 5824

Re: [9fans] Setting acme to a GoMono or DejavuSansMono font

2023-01-14 Thread Raoul Comninos
Those examples seem to pertain to running acme via rc, which I am not doing. However, I tried: % acme −F /mnt/font/GoMono/11a/font and I get, can't open −F: No such file or directory can't open /mnt/font/GoMono/11a/font: No such file or directory On Sun, 15 Jan 2023 at 09:16, Mark van Atten

Re: [9fans] Setting acme to a GoMono or DejavuSansMono font

2023-01-14 Thread Mark van Atten
> then acme starts, but the font is not GoMono. 9 man fontsrv (EXAMPLES) Mark. -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T24f3cf01c959c542-M6bd7d4b766df7cdfd0a27ee1 Delivery options:

[9fans] Setting acme to a GoMono or DejavuSansMono font

2023-01-14 Thread revrari
I have successfully installed plan9port on Ubuntu Linux. I managed to change the font for sam when I run it. I have set this in my .bash_aliases file: alias sam="export font=/mnt/font/GoMono/11a/font && sam" However, the same code does not work for acme. If I add this alias: alias acme="export

Re: [9fans] plan9port acme imageinit: can't open font

2022-03-10 Thread donk86
Hi,  acme, or libdraw is not finding your font.  What you can do is $ 9p ls font That shows  a listing of all available fonts pick one and use the -f / -F flags with a font that is listed and see what happens. This is the line that starts acme  in my riostart acme -a -f /mnt/font/'Go

Re: [9fans] plan9port acme imageinit: can't open font

2022-03-09 Thread Blake McBride
Thanks for the pointers. I tried them and it didn't help. I suppose I'll move on without acme. If anyone is ever interested in taking a look at this, you can see from my original post what I am running. Thanks. Blake On Thu, Mar 3, 2022 at 10:26 AM Lucio De Re wrote: > You nay have to

Re: [9fans] plan9port acme imageinit: can't open font

2022-03-03 Thread Lucio De Re
You nay have to delete the namespace in /tmp that may have been created under root's permissions. I'm guessing, but it seems the most likely culprit. That, or fontsrv, which may also have left something that only root can access. Of course, /mnt/font is a dreadful red herring. Lucio.

[9fans] plan9port acme imageinit: can't open font

2022-03-03 Thread Blake McBride
Greetings, I am running Plan9port on Fedora 35. When I run acme as root, it runs fine. However, when I try to run it as a regular user, I get: $ acme imageinit: can't open font /mnt/font/Courier/12a/font: 0��� acme: can't open display: 0��� $ Any help would be appreciated. Thanks! Blake

Re: [9fans] plan9port acme and /dev/ptmx

2021-12-30 Thread Conor Williams
Yeah - sane something and the wm V.v g /c:ny22 Pr:where ya gona bee On Thursday, December 30, 2021, fijal wrote: > plan9port's acme run as root (linux) seems to change permissions on > /dev/ptmx after shell window (win in acme) is opened. > Anybody met this problem? > > Cheers > fijal > *9fans

[9fans] plan9port acme and /dev/ptmx

2021-12-30 Thread fijal
plan9port's acme run as root (linux) seems to change permissions on /dev/ptmx after shell window (win in acme) is opened. Anybody met this problem? Cheers fijal -- 9fans: 9fans Permalink:

Re: [9fans] Can acme directory listings be customized through plumber?

2021-09-18 Thread ori
ably write my own "acme app" for this, similar to acme mail, which I rewrote recently: http://git.9front.org/plan9front/plan9front/HEAD/sys/src/cmd/upas/Mail/f.html (Feel free to steal win.c, which provides a reasonable API for interacting with acme events) ------

[9fans] Can acme directory listings be customized through plumber?

2021-09-15 Thread Chris McGee
to learn more about how to put this together? If not, then I might have a look at how to program this behaviour into my own copy of acme. Thanks, Chris -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T93887e657a7d3332

[9fans] Re: Acme IRC Basic SASL Support

2021-02-21 Thread cpaynetaffe
Whoops, I meant to send this to the plan9port-dev mailing list—sorry! -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tb7203430b1bb75f4-M839bd6147be4278edc568844 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] plan9port: acme remoting

2021-01-04 Thread Lyndon Nerenberg
I've always just used aan(8) + cfs(4) for this sort of situation. -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T5addc17a0e19cd91-Mb3f8fff0efe927f263afe55f Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] plan9port: acme remoting

2021-01-04 Thread Semyon Novikov
Same here, works flawlessly with WSL2 and VcXsrv. Also there is an option of Edwood, but it's not quite worked well for me in the past. On Mon, 4 Jan 2021, at 14:43, Pouya Tafti wrote: > On Mon, 4 Jan 2021, at 12:00, Ole-Hjalmar Kristensen wrote: > > Anyone got plan9port to work under Cygwin? >

Re: [9fans] plan9port: acme remoting

2021-01-04 Thread Pouya Tafti
On Mon, 4 Jan 2021, at 12:00, Ole-Hjalmar Kristensen wrote: > Anyone got plan9port to work under Cygwin? Never tried it on Cygwin, but I once had the misfortune of having to use Windows for work and got p9p to work on WSL w/o much trouble afaicr. --

Re: [9fans] plan9port: acme remoting

2021-01-04 Thread Ole-Hjalmar Kristensen
Very interesting. In the past, I have resorted to using a combination of Sam/9term/plumber in similar scenarios, but I really prefer Acme. At the moment I'm running Acme over X11, since I'm constrained to using Windows on the desktop, and I've got a working X server, but no Acme on Windows. Anyone

[9fans] plan9port: acme remoting

2021-01-03 Thread marius a. eriksen
Lately, I have needed to do a great deal of my work on remote servers. It's been difficult to do this with acme. Previously, I have attempted to run acme entirely remotely, and then attach to a local devdraw instance . This works okay, but also has many

[9fans] Mail Acme - outgoing email

2017-11-05 Thread woplan9
Hi! I'm trying to work out how to access outgoing email, in plan9port. 1 - I' m mounting mailfs to a specific path ( /usr/local/plan9/mail/box/USER/), which works good. 2 - /acme/mail/readme specifies that if /mail/box/$user/outgoing exists, all send acme mail will be stored there. Creating

[9fans] Compiling acme in plan9port

2017-11-04 Thread woplan9
Hello! I'm trying to recompile acme in plan9port in order to add some things to text.c. I' ve done this in the past, but now, with "mk install" or "mk all", in /usr/local/plan9/src/cmd/acme/, i' m getting the following errors: 9l -o o.acme acme.o addr.o buff.o cols.o disk.o ecmd.o edit.o

[9fans] Sam/Acme commands and idioms in ASCII/Markdown

2015-07-15 Thread Anssi Porttikivi
I converted A Sam Commands Reference Card by Steve Simon http://sam.cat-v.org/cheatsheet/ to Markdown ASCII format for myself to use in Acme-sac. Could be just raw ASCII of course. sam-editor-commands-and-idioms.md http://pastebin.com/wX1f0ExG -- mailto:a...@iki.fi

Re: [9fans] Sam/Acme commands and idioms in ASCII/Markdown

2015-07-15 Thread Anssi Porttikivi
Well, I spent 15 minutes ;-) keskiviikko 15. heinäkuuta 2015 st...@quintile.net st...@quintile.net kirjoitti: hope you didn't spend long on it, the source is here: http://quintile.net/papers/sam-refcard.tbl if you want to reformat it. some times I think this refcard is all I will be

Re: [9fans] Sam/Acme commands and idioms in ASCII/Markdown

2015-07-15 Thread st...@quintile.net
hope you didn't spend long on it, the source is here: http://quintile.net/papers/sam-refcard.tbl if you want to reformat it. some times I think this refcard is all I will be remembered for - better than nothing I guess. -Steve On 15 Jul 2015, at 09:27, Anssi Porttikivi

Re: [9fans] Sam/Acme commands and idioms in ASCII/Markdown

2015-07-15 Thread st...@quintile.net
it would be more helpful if you submitted fixes to the appropriate author if you find mistakes. I wrote the original document based on sam(1), Sam-tut.ms, and the musings of the sam-fans list. it collates info which was hard won at the time. sam's language is so expressive few people

Re: [9fans] Sam/Acme commands and idioms in ASCII/Markdown

2015-07-15 Thread Antons Suspans
Tr, 07/15/2015 11:27 AM Anssi Porttikivi porttik...@gmail.com rakstīja: I converted A Sam Commands Reference Card by Steve Simon http://sam.cat-v.org/cheatsheet/ to Markdown ASCII format for myself to use in Acme-sac. Could be just raw ASCII of course.

[9fans] p9p Acme - how to turn off output output buffering

2014-11-28 Thread dexen deVries
how do i turn off output buffering in p9p Acme for particular fd? a braindead linux application does dup(2), and proceeds using FD 3 as error output, which results in buffered output in Acme.

[9fans] Two Acme questions

2014-07-23 Thread Riddler
Tried everything I could think of with that path, except that... That's fixed it, thanks!

Re: [9fans] Two Acme questions

2014-07-22 Thread Bence Fábián
omit the first slash. as in: 9p read acme/$winid/body 2014-07-17 11:39 GMT+02:00 Riddler riddler...@gmail.com: Thanks for the info, I will take a look at 9fromt/p9p acme's code. As for the second question, I am running plumber. Just to check I did 9 plumber to try to start it again and am

Re: [9fans] Two Acme questions

2014-07-17 Thread Riddler
Thanks for the info, I will take a look at 9fromt/p9p acme's code. As for the second question, I am running plumber. Just to check I did 9 plumber to try to start it again and am getting Address already in use, so it is up. If I do ls /tmp/ | grep ns. the directory ns.riddler.:0 is there and I

[9fans] Two Acme questions

2014-07-16 Thread Riddler
Hey guys, I've been using acme as my main editor for going on two weeks now and I'm starting to get the hang of it! I've got two questions though if anyone can offer some input. First, after using plan9 and plan9port I've noticed that on plan9port (from Arch Linux's repository) the tagline seems

Re: [9fans] Two Acme questions

2014-07-16 Thread erik quanstrom
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 unavoidable) long paths in them. Plan9's acme (I'm using 9atom)

Re: [9fans] Two Acme questions

2014-07-16 Thread Lee Fallat
On Wed, Jul 16, 2014 at 1:28 PM, erik quanstrom quans...@quanstro.net 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

Re: [9fans] Two Acme questions

2014-07-16 Thread sl
you'd need to backport p9p acme to plan 9. This has been done for 9front. Some additional features were implemented in 9front's copy of Plan 9 acme, but it's not accurate to say p9p acme was backported to 9front. sl

Re: [9fans] Two Acme questions

2014-07-16 Thread Aram Hăvărneanu
On Wed, Jul 16, 2014 at 7:31 PM, Lee Fallat ircsurfe...@gmail.com wrote: This has been done for 9front. Only partially. The tag expands to multiple lines, but does not accept newlines. Also, sl is right. -- Aram Hăvărneanu

Re: [9fans] Two Acme questions

2014-07-16 Thread Lee Fallat
On Wed, Jul 16, 2014 at 3:14 PM, Aram Hăvărneanu ara...@mgk.ro wrote: On Wed, Jul 16, 2014 at 7:31 PM, Lee Fallat ircsurfe...@gmail.com 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

[9fans] p9p acme: shift key breaks mouse B1

2013-09-13 Thread Jeremy Jackins
Since updating my p9p repo recently (and for the first time in many months), I've been getting the following behaviour in acme: pressing shift (regardless of whether I'm typing, clicking, or sweeping the mouse) causes B1 to behave like B3 until I reset it by pressing alt or right clicking in a

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

2013-09-03 Thread Giovanni Casano
Terminal window scrolling in Acme (win) does not depend on the shell you are using (rc, bash): it always scrolls. Maybe I do not remember well. Thank you for your answers. 2013/9/2 Giovanni Casano ucas...@gmail.com: ops, I use bash as default shell... maybe should I use rc? 2013/9/2 dexen

[9fans] [plan9] acme noscrool feature enable

2013-09-02 Thread Giovanni Casano
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 wrote Noscrool on window top bar, and then I tried to execute it with middle mouse, but I did not gain effect, just an error. Please, help me! Thank you in advance.

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] [plan9] acme noscrool feature enable

2013-09-02 Thread dexen deVries
On Monday 02 of September 2013 14:19:17 Alexander Sychev wrote: Hi, As far as I know Acme doesn't have the noscroll feature at all. if `win' is of any help, it has the following property: Win windows follow the same scrolling heuristic as in 9term(1): the window scrolls on output only if

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

2013-09-02 Thread Giovanni Casano
9term windows default behaviour does not scroll when output reaches the end of the window: this is what I am trying to do. Few months ago I succeded in that... now I do not remember how I did :( 2013/9/2 dexen deVries dexen.devr...@gmail.com: On Monday 02 of September 2013 14:19:17 Alexander

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

2013-09-02 Thread dexen deVries
On Monday 02 of September 2013 12:58:28 Giovanni Casano wrote: 9term windows default behaviour does not scroll when output reaches the end of the window: this is what I am trying to do. Few months ago I succeded in that... now I do not remember how I did :( when executed in Acme, the

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

2013-09-02 Thread Giovanni Casano
ops, I use bash as default shell... maybe should I use rc? 2013/9/2 dexen deVries dexen.devr...@gmail.com: On Monday 02 of September 2013 12:58:28 Giovanni Casano wrote: 9term windows default behaviour does not scroll when output reaches the end of the window: this is what I am trying to do.

[9fans] p9p acme: -t option for single line tags

2013-04-08 Thread Mark van Atten
Here is a patch for p9p acme. It adds an option -t which gives single-line tags as in Plan 9 acme. Mark. diff -r ff3404f79037 src/cmd/acme/acme.c --- a/src/cmd/acme/acme.c Sat Jan 19 10:05:12 2013 +0100 +++ b/src/cmd/acme/acme.c Sun Apr 07 14:27:42 2013 +0200 @@ -113,6 +113,9 @@ case 'r':

[9fans] p9p acme vs. firefox

2013-04-03 Thread dexen deVries
probably more of a firefox question, but hey. once in a blue moon† the www-based software i'm developing displays a backtrace. is there a sensible way to plumb it to p9p Acme? all's running on linux/x11 -- dexen deVries [[[↓][→]]] † lies, damn lies and bug metrics ;-)

Re: [9fans] p9p acme vs. firefox

2013-04-03 Thread andrey mirtchovski
try this (you need to have acme open, it won't be started for you): ls -l | 9p write acme/new/data aren't filesystems great? the 'opening this file will give you an fd to a new directory' trick is ridiculously elegant.

[9fans] 9front Acme unresponsive to key presses

2013-03-14 Thread Daode
Kurt H Maier kh...@intma.in wrote: |I don't think hiro was criticizing 9front as much as the fact that 9fans |seems to discuss p9p and vbox on osx more than any other software. I also installed 9front in the meanwhile (python, pfff), and learned that the (broken) hostname setup can be skipped

Re: [9fans] Start acme maximized

2012-11-14 Thread Costin Chirvasuta
Thanks! -W is perfect. On Tue, Nov 13, 2012 at 6:57 PM, Chris Wilson christopher.j.wil...@gmail.com wrote: On Nov 13, 2012, at 10:46 AM, Costin Chirvasuta wrote: Hello, Is there any way to make acme from p9p start maximized in Linux? I have a devilspie script that maximizes acme whenever

[9fans] Start acme maximized

2012-11-13 Thread Costin Chirvasuta
Hello, Is there any way to make acme from p9p start maximized in Linux? I have a devilspie script that maximizes acme whenever it starts but acme gets to start in a smaller window before this and the layout saved in the dump file gets messed up after the maximize.

Re: [9fans] Start acme maximized

2012-11-13 Thread Aram Hăvărneanu
I use -W. It doesn't start maximized, but because I set it to maximized size, the saved layout will get preserved. -- Aram Hăvărneanu

Re: [9fans] Start acme maximized

2012-11-13 Thread Salman Aljammaz
The -W argument lets you set the size of the window. Not quite maximized but you can make it use the same space. On Tue, Nov 13, 2012 at 4:46 PM, Costin Chirvasuta cost...@gmail.comwrote: Hello, Is there any way to make acme from p9p start maximized in Linux? I have a devilspie script that

Re: [9fans] Start acme maximized

2012-11-13 Thread Chris Wilson
On Nov 13, 2012, at 10:46 AM, Costin Chirvasuta wrote: Hello, Is there any way to make acme from p9p start maximized in Linux? I have a devilspie script that maximizes acme whenever it starts but acme gets to start in a smaller window before this and the layout saved in the dump file

Re: [9fans] multiple acme instances with plan9port

2012-11-08 Thread Mark van Atten
Two years or so ago I found the script below, allowing you to start any number of instances of acme. E.g. if you name the script acme9 you use acme9 -n 1, acme9 -n 2, etc., each of which can followed by the usual arguments you wish to pass on to acme. Thanks to whomever wrote this. Mark.

Re: [9fans] multiple acme instances with plan9port

2012-11-07 Thread Sergio Perticone
On Wed, Nov 7, 2012 at 4:53 PM, Bence Fábián beg...@gmail.com wrote: you can try this as a quick fix: $ mkdir /tmp/ns2.r $ NAMESPACE=/tmp/ns2.r acme maybe write a wrapper script for it But probably you should also take care to run (another instance?) of plumber(1) in the same namespace.

Re: [9fans] multiple acme instances with plan9port

2012-11-07 Thread Bence Fábián
Yes. It's clumsy. issuing Local plumber starts it. you could try changing fsys.c:124: if(post9pservice(p[0], acme, mtpt) 0) to post acme.$pid instead of acme. it's fairly trivial, however might break something. i don't have time to check it right now. (there's a global var mainpid. i ithink it

Re: [9fans] multiple acme instances with plan9port

2012-11-07 Thread Sergio Perticone
On Wed, Nov 7, 2012 at 5:09 PM, Bence Fábián beg...@gmail.com wrote: Yes. It's clumsy. issuing Local plumber starts it. you could try changing fsys.c:124: if(post9pservice(p[0], acme, mtpt) 0) to post acme.$pid instead of acme. it's fairly trivial, however might break something. i don't

Re: [9fans] multiple acme instances with plan9port

2012-11-07 Thread Ethan Burns
On Wednesday, November 7, 2012 9:55:34 AM UTC-5, Ruslan Khusnullin wrote: Hi! I'm using acme from plan9port on ubuntu linux. I tried running multiple acmes in Inferno and it works fine, didn't try it in Plan9 but guess it works too. When I try to start acme (having one

Re: [9fans] multiple acme instances with plan9port

2012-11-07 Thread Ruslan Khusnullin
Thank you all, I've ended up with this wrapper: ; cat $home/bin/acme; echo EOF #!/usr/bin/rc NAMESPACE = `{mktemp -d} plumber /dev/null [2=1] #font = $PLAN9/font/lucm/unicode.9.font font = '/mnt/font/Droid Sans Mono/11a/font' exec $PLAN9/bin/acme -ab -f $font -F $font $* EOF it works fine now

Re: [9fans] Using Acme Remotely

2012-10-29 Thread KevinK
On Friday, October 26, 2012 11:35:02 AM UTC-4, KevinK wrote: Hi all, Very new plan9 user here--just installed plan 9 from user space yesterday. Acme seems like a very interesting text editor, and I'd like to give it a try. However, after searching around the documentation and

Re: [9fans] Using Acme Remotely

2012-10-29 Thread KevinK
On Friday, October 26, 2012 11:35:02 AM UTC-4, KevinK wrote: Hi all, Very new plan9 user here--just installed plan 9 from user space yesterday. Acme seems like a very interesting text editor, and I'd like to give it a try. However, after searching around the documentation and

[9fans] Using Acme Remotely

2012-10-26 Thread KevinK
Hi all, Very new plan9 user here--just installed plan 9 from user space yesterday. Acme seems like a very interesting text editor, and I'd like to give it a try. However, after searching around the documentation and watching the ShowYou tutorial that was posted on hacker news some time ago,

Re: [9fans] Using Acme Remotely

2012-10-26 Thread Aram Hăvărneanu
I run it remotely with the display on the local terminal via remote X. When the latency doesn't allow this I just use sam. Alternatively, you might want to mount the remote system locally via sshfs or alternative. -- Aram Hăvărneanu

Re: [9fans] Using Acme Remotely

2012-10-26 Thread Steven Stallion
On Fri, Oct 26, 2012 at 8:34 AM, KevinK kevin.paul.k...@gmail.com wrote: Hi all, Very new plan9 user here--just installed plan 9 from user space yesterday. Acme seems like a very interesting text editor, and I'd like to give it a try. However, after searching around the documentation and

Re: [9fans] Using Acme Remotely

2012-10-26 Thread yy
On 26 October 2012 17:34, KevinK kevin.paul.k...@gmail.com wrote: I've used win to ssh into a remote machine, but this only seems to expose a bash session and not all the functionality acme provides. Since it looks like you can access your files through ssh, I would suggest using sshfs to make

Re: [9fans] Using Acme Remotely

2012-10-26 Thread erik quanstrom
Unfortunately acme doesn't have provisions for remote editing, however you can edit any file on any file system you happen to import into your namespace. If you wish to edit within Plan 9 natively, I'd look into one of the many options to connect to a remote system using a file system

Re: [9fans] Using Acme Remotely

2012-10-26 Thread marius a. eriksen
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 quans...@labs.coraid.com wrote: Unfortunately acme

Re: [9fans] plan9port, acme, spurious MotionNotify events problem

2011-11-03 Thread Gary Capell
In case anyone else runs into the same problem, I worked around it by changing scrsleep() in acme/scrl.c to ignore mouse events which don't change the mouse buttons. This has the (IMO desirable) side-effect of avoiding extra scrolling if you wiggle the mouse a bit while clicking.

Re: [9fans] plan9port, acme, spurious MotionNotify events problem

2011-11-03 Thread Skip Tavakkolian
I have seen something like this with Plan 9 in VMWare; I'm not sure if this is related. On Mon, Oct 24, 2011 at 6:48 AM, Gary Capell gary.cap...@gmail.com wrote: I've recently noticed that scrolling in Acme (plan9port, linux) was working strangely. xev shows that I'm now getting two

[9fans] plan9port, acme, spurious MotionNotify events problem

2011-10-24 Thread Gary Capell
I've recently noticed that scrolling in Acme (plan9port, linux) was working strangely. xev shows that I'm now getting two MotionNotify events after every button press. Acme then scrolls further than I want (hitting b1 or b3 in scroll bar). Has anyone else seen this and is there an easy fix?

Re: [9fans] another acme/Mail question

2011-08-28 Thread Russ Cox
when I was playing with reading gmail with acme/Mail I sent a simple e-mail to my gmail acount (from some webish outlook program, if that's important), but then I saw this in the body of email as shown in acme 9p read mail/mbox/1375/body //a can anybody tell me what it is? acme mail

Re: [9fans] another acme/Mail question

2011-08-28 Thread Martin Harriss
- Reply message - From: Russ Cox r...@swtch.com To: Fans of the OS Plan 9 from Bell Labs 9fans@9fans.net Subject: [9fans] another acme/Mail question Date: Sun, Aug 28, 2011 11:10 when I was playing with reading gmail with acme/Mail I sent a simple e-mail to my gmail acount (from

[9fans] another acme/Mail question

2011-08-27 Thread Rudolf Sykora
Hello, when I was playing with reading gmail with acme/Mail I sent a simple e-mail to my gmail acount (from some webish outlook program, if that's important), but then I saw this in the body of email as shown in acme 9p read mail/mbox/1375/body //a can anybody tell me what it is? (Only when I

[9fans] changing acme colors

2011-07-15 Thread EBo
Can anyone suggest how to change the background window color in acme? The yellow is not quite contrasty enough for me, and I would like to lighten it up a bunch. EBo --

Re: [9fans] changing acme colors

2011-07-15 Thread Connor Lane Smith
Hey, On 15 July 2011 15:00, EBo e...@sandien.com wrote: Can anyone suggest how to change the background window color in acme?  The yellow is not quite contrasty enough for me, and I would like to lighten it up a bunch. I think you'll need to change /n/sources/plan9/sys/src/cmd/acme/acme.c:868

Re: [9fans] changing acme colors

2011-07-15 Thread EBo
On Fri, 15 Jul 2011 15:07:06 +0100, Connor Lane Smith wrote: Can anyone suggest how to change the background window color in acme?  The yellow is not quite contrasty enough for me, and I would like to lighten it up a bunch. I think you'll need to change

Re: [9fans] changing acme colors

2011-07-15 Thread Peter A. Cejchan
i have it somewhere, if you can wait till Monday, have a look: www.gli.cas.cz/home/cejchan/plan9/Default.htm ++pac On Fri, Jul 15, 2011 at 4:13 PM, EBo e...@sandien.com wrote: On Fri, 15 Jul 2011 15:07:06 +0100, Connor Lane Smith wrote: Can anyone suggest how to change the background window

Re: [9fans] changing acme colors

2011-07-15 Thread EBo
I'll be gone this weekend so Monday would be more than fine. Best regards, EBo -- On Fri, 15 Jul 2011 16:46:01 +0200, Peter A. Cejchan wrote: i have it somewhere, if you can wait till Monday, have a look: www.gli.cas.cz/home/cejchan/plan9/Default.htm ++pac On Fri, Jul 15, 2011 at 4:13

Re: [9fans] changing acme colors

2011-07-15 Thread pmarin
For a global color change see http://plan9.bell-labs.com/sources/contrib/sl/reverse/rio/ To chance the color of the tick go to /src/libframe/frinit.c in void frinittick(Frame *f) look for /* vertical line */ draw(f-tick, Rect(FRTICKW/2, 0, FRTICKW/2+1, ft-height), f-display-black, nil, ZP); and

Re: [9fans] changing acme colors

2011-07-15 Thread andrey mirtchovski
EBo, switch to 8-bpp mode and take a look in /lib/cmap. the 'getcmap' command will allow you to switch between the different colormaps and let you experiment with acme's colors. andrey

Re: [9fans] changing acme colors

2011-07-15 Thread erik quanstrom
On Fri Jul 15 12:58:06 EDT 2011, mirtchov...@gmail.com wrote: EBo, switch to 8-bpp mode and take a look in /lib/cmap. the 'getcmap' command will allow you to switch between the different colormaps and let you experiment with acme's colors. some monitors really get acme yellow wrong. a color

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

2011-06-20 Thread Robert Raschke
On Sat, Jun 18, 2011 at 12:42 AM, Mauricio CA mauricio.antu...@gmail.comwrote: Hi, all, Could you give me tips on how to script acme in plan9 from user space? Sorry for asking this question without at least showing some attempts of my own, but the fact is that I'm unable to grasp how to

Re: [9fans] An acme question

2011-04-30 Thread Bakul Shah
On Fri, 29 Apr 2011 21:39:38 - smi...@zenzebra.mv.com wrote: If I were filling out an Acme wishlist, I would like to see triple and quadruple clicks select larger chunks of text. Being able to do something like click-click-click-click to Select All (in those apps that support it) is

Re: [9fans] An acme question

2011-04-30 Thread erik quanstrom
On Sat Apr 30 03:07:39 EDT 2011, ba...@bitblocks.com wrote: On Fri, 29 Apr 2011 21:39:38 - smi...@zenzebra.mv.com wrote: If I were filling out an Acme wishlist, I would like to see triple and quadruple clicks select larger chunks of text. Being able to do something like

[9fans] An acme question

2011-04-29 Thread Bakul Shah
Here's something for a brief respite from linux bashing In acme, at present a single click positions the cursor, a double click selects either the word under the cursor or the entire line, depending on the cursor position. What I would like to do is to the change logic as follows: If you

Re: [9fans] An acme question

2011-04-29 Thread ron minnich
It sort of does that now, if you double click to (e.g.) immediately to the right of { or the left of } it selects the block, multi-line or not. Is this sufficient for you or did I miss something? ron

Re: [9fans] An acme question

2011-04-29 Thread John Floren
On Fri, Apr 29, 2011 at 9:56 AM, Bakul Shah ba...@bitblocks.com wrote: Here's something for a brief respite from linux bashing In acme, at present a single click positions the cursor, a double click selects either the word under the cursor or the entire line, depending on the cursor

Re: [9fans] An acme question

2011-04-29 Thread Bakul Shah
On Fri, 29 Apr 2011 10:16:17 PDT ron minnich rminn...@gmail.com wrote: It sort of does that now, if you double click to (e.g.) immediately to the right of { or the left of } it selects the block, multi-line or not. Is this sufficient for you or did I miss something? It is not quite what I

Re: [9fans] An acme question

2011-04-29 Thread Bakul Shah
On Fri, 29 Apr 2011 10:28:06 PDT John Floren j...@jfloren.net wrote: Acme can already do most of those things, except that when you double click on the space between two words (foo bar). Since you can't really click on a character, rather you can only click between two characters, it ends

Re: [9fans] An acme question

2011-04-29 Thread smiley
Bakul Shah ba...@bitblocks.com writes: Example: given { fee [({ foo bar}) [and so on]] } 1 2 3456 7 Double clicking at 1 selects foo, at 2 or 3 selects the phrase { foo bar}, at 4 selects the phrase ({ foo bar}), at 5 selects the phrase [({ foo bar}) [and so on]],

Re: [9fans] An acme question

2011-04-29 Thread ron minnich
On Fri, Apr 29, 2011 at 2:39 PM, smi...@zenzebra.mv.com wrote: Bakul Shah ba...@bitblocks.com writes: Example: given { fee [({ foo bar}) [and so on]] }            1 2   3456           7 Double clicking at 1 selects foo, at 2 or 3 selects the phrase { foo bar}, at 4 selects the phrase ({

Re: [9fans] assigning acme windows to columns programmatically

2011-01-19 Thread Joseph Xu
Adding this feature turned out to be pretty easy. If anyone else is interested, here's a patch that allows you to write a message of the form col i\n to /n/ctl to move window n to the i th column from the left, starting with 0. diff -r ad2f6f64fbc8 src/cmd/acme/xfid.c --- a/src/cmd/acme/xfid.c

Re: [9fans] assigning acme windows to columns programmatically

2011-01-19 Thread Joseph Xu
Sorry, pretty sure gmail screwed up that inline patch. Attaching instead. patch Description: Binary data

Re: [9fans] assigning acme windows to columns programmatically

2011-01-18 Thread Sergey Zhilkin
Its impossible without modification. On Mon, Jan 17, 2011 at 11:04 AM, Joseph Xu joseph...@gmail.com wrote: Hi: In acme, is it possible to move an existing window into a specific column using its control file interface? I have a script that spawns several windows every run and I'm getting

[9fans] assigning acme windows to columns programmatically

2011-01-17 Thread Joseph Xu
Hi: In acme, is it possible to move an existing window into a specific column using its control file interface? I have a script that spawns several windows every run and I'm getting tired of manually rearranging the windows every time. Joseph

  1   2   >