<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Arial">Hello Scilab Team,<br>
      <br>
      Curve edition is a quite new feature: clicking on a curve allows
      to select it before either interactively editing its points (move,
      delete, insert), or moving the whole curve.<br>
      But from outside, <br>
    </font>
    <ul>
      <li><font face="Arial">is it possible to know which curve is
          currently/has been lastly interactively selected?</font></li>
      <li><font face="Arial">is there a way </font><font face="Arial">with
          a Scilab instruction </font><font face="Arial"> to set the
          curve we want to edit data?</font></li>
    </ul>
    <p><font face="Arial">For moving it, ged(..) can be used: OK<br>
        For turning on data edition, the internal private useeditor(nFig,%t)
        can be used: OK<br>
        But how is it possible to set or identify the edited object,
        instead of priorly clicking on it?<br>
      </font></p>
    <p><font face="Arial">I have checked that there is no relationship
        between the current object as returned <br>
        by gce() or set by set("hdl",handle) and the current object as
        clicked-on before data edition.<br>
        So, how to process? <br>
        Why not using </font><font face="Arial"><font face="Arial">set("hdl",handle)
          to preset the curve to edit, and using gce() to identify <br>
          the last curve edited?<br>
        </font></font></p>
    <p><font face="Arial">Looking forward to read you,</font></p>
    <p><font face="Arial">Regards<br>
        Samuel<br>
        <br>
      </font></p>
  </body>
</html>