[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCHES] Add command 'query'



* Tyler Thomas Hart <tylerthomashart _at_ gmail _dot_ com> [2012-12-06 12:29:20 -0800]:
> Patch 0014 also adds completion for queries. However, it seems that
> something isn't working in a higher-scoped completion function. I built
> from my master, and tab-completing settings and directions returns
> completions for commands instead of settings and directions. Is this the
> behavoiur for anyone else? Or did I bork my main branch (haven't touched
> it, besides occasionally pulling) and need to reclone?

Works for me:

$ hc complete 1 set
frame_gap
frame_padding
[...]

You can try the following:

git checkout master
git pull origin master
git reset --hard origin/master

Be sure you actually are on master, by doing reset --hard you lose all
commits you did in that branch since origin/master.

Also, are you sure you're actually compiling, installing and running
from master, and not something else? I once searched for a bug some
hours because I accidentally did a "make install" which installed hlwm
to /usr/local/bin, so the older version from there was always run
because it's first in PATH.

Flo

-- 
() ascii ribbon campaign - stop html mail    www.asciiribbon.org
/\ www.the-compiler.org  | I love long mails http://email.is-not-s.ms/
Do not simplify the design of a program if a way can be found to make it 
complex and wonderful.