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?
if(
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
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 wrote:
> Hello,
>
> Is there any way to make acme from p9p start maximized in Linux?
>
> I have a devilspie script that maximizes ac
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
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.