[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

[9fans] com: comments toggle in acme

2012-11-13 Thread Jacek Masiulaniec
My latest addition to the acme column tag, alongside |a-, |a+, and |fmt. #!/usr/bin/env rc fn f { n=$1 if(! cat $f | cut -c1-$n | 9 grep -v '^[ ]+$' /dev/null){ x=`{f `{expr $n + 1}} echo '.'$x } } f=/tmp/com.$pid cat $f switch($%){ case *.go *.c c='//' case * c='#' } # Remove comment?