On Fri, Jun 6, 2008 at 5:21 PM, Christopher Bratusek <[EMAIL PROTECTED]> wrote: > Hi there, > > I just tried both the animated and opaque outline modes [I'm using box > normally] but, they seem wrylied. > > 'cause then I'm using > > ( define-special-variable move-outline-mode 'animated ) > > I'm _not_ seeing the window on move, just the cursor, and the windows > appears, there I left the mousebutton. > > then I'm using > > ( define-special-variable move-outline-mode 'opaque ) > > I'm seeing the whole window content.
You can only choose between "opaque" and "box", if you put "animated" or any other undefined symbol (like "foo", "desk" or "whatever") that is the expected result... ^__^ -- Andrea
