[9fans] Desktop File for Acme [plan9port]

2019-09-11 Thread Parker Ellertson
I'm trying to set up a desktop entry so I can launch acme w/o opening a spare terminal. So far I have this in the entry: ``` [Desktop Entry] Version=1.0 Type=Application Exec=/home/parker/bin/acme.rc & Terminal=true Name=Acme Icon=/usr/local/plan9/mac/spaceglenda.png ``` And the executable file

Re: [9fans] Rc Recursion

2019-01-25 Thread Parker Ellertson
sweet! thanks On 1/25/19 8:03 PM, Skip Tavakkolian wrote: > recursion works fine. here's an example: > > https://gist.github.com/9nut/476be37e25e9561f525036bcf60a2014 > > > On Fri, Jan 25, 2019 at 6:37 PM Parker Ellertson > wrote: > > This might be a stup

[9fans] Rc Recursion

2019-01-25 Thread Parker Ellertson
or a while. Seems like a cool shell to write scripts in. Any info is appreciated! -- Parker Ellertson email: pellert...@firemail.cc pgp public key attached for those who care 0xF7B8433D74D6F2DB.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: [9fans] On compiling the Mail program for acme...

2019-01-13 Thread Parker Ellertson
I'm sure this is obvious, but I just realized I forgot to mention that I am using the plan9port version of acme. On 1/13/19 3:43 AM, Parker Ellertson wrote: > I've actually compiled the program, but I'm running into issues with > another step in setting up the program. Right

[9fans] On compiling the Mail program for acme...

2019-01-13 Thread Parker Ellertson
I've actually compiled the program, but I'm running into issues with another step in setting up the program. Right now I need to change some file permission is $PLAN9/log, but that directory seems to not exist... Has this changed? -- Parker Ellertson emai

Re: [9fans] Enter special characters in acme.

2018-12-18 Thread Parker Ellertson
Just ran the command below and it worked! Thanks, Mark. On 12/17/18 8:54 PM, Mark van Atten wrote: 9 mklatinkbd -x $PLAN9/lib/keyboard >$HOME/.XCompose -- Parker Ellertson email: pellert...@firemail.cc

[9fans] Enter special characters in acme.

2018-12-17 Thread Parker Ellertson
I'm currently running acme on Debian using plan9port. I've tried using X11's alt-typing (not sure if that's what it's actually called), and acme isn't doing squat. I'll probably never have an actual use for it, but it would be nice to know. -- Parke