lout-users
[Top][All Lists]
Advanced

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

import scope extension for left and right parameters?


From: Gabor Greif
Subject: import scope extension for left and right parameters?
Date: Tue, 16 Nov 2004 15:07:58 +0100
User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.3) Gecko/20040920

Hello list,

I wonder why the "import" declaration works only with named definition parameters and not with left, right (or body, for that matter) ones.

I tried this:

extend @Diag
def @Transition
   import @DocumentSetup left label
   named from { }
   named to { }
{
   @Arrow from { from } to { to } ylabel { label }
}


It does not work :-(, I get:
lout file "test.lout":
  82,24: import left not in scope
  82,29: import label not in scope
  83,15: fatal error: exiting now


My idea is to be able to attach @Footnotes to @Arrow labels.

Is this a bug, or done by design?

I am using version 3.29.

Any ideas?

Thanks,


   Gabor


reply via email to

[Prev in Thread] Current Thread [Next in Thread]