<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hello,<div class=""><br class=""></div><div class="">For my Therion’s projects, I wrote a global config file (Config.thc) where I defined all the user defined symbols. In my thconfigs, I call this config file at the beginning of the file with <span style="font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(30, 30, 30); color: rgb(220, 220, 170);" class="">input </span><span style="color: rgb(212, 212, 212); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(30, 30, 30);" class="">config.thc</span>. In the layouts, I call the layouts of the config.thc that I want to use with for instance <span style="font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(30, 30, 30); color: rgb(220, 220, 170);" class="">copy </span><span style="color: rgb(212, 212, 212); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(30, 30, 30);" class="">drawingconfig</span>.</div><div class=""><br class=""></div><div class="">In one of my thconfig, I would like to hide some of these symbols that I have defined in the config file and drawn in a survey. For that, I used in a layout, for instance, <span style="font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(30, 30, 30); color: rgb(220, 220, 170);" class="">symbol-hide </span><span style="color: rgb(212, 212, 212); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(30, 30, 30);" class="">point u:symbol_plan </span>(in my config.thc in the layout drawingconfig, I defined the point <span style="color: rgb(212, 212, 212); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(30, 30, 30);" class="">p_u_symbol_plan</span> as proposed by Juraj Halama).</div><div class=""><br class=""></div><div class="">When I compile (with c43b32a), it crashes with this error : <span style="color: rgb(0, 0, 0); font-family: Menlo; font-size: 11px;" class="">-- unknown symbol specification -- point u:symbol_plan</span></div><div class=""><br class=""></div><div class="">Is it because symbol-hide cannot take in account user defined symbols ?</div><div class="">Is it because I misunderstood the syntax of this command for user defined symbols ?</div><div class="">Is-it a bug ? </div><div class=""><br class=""></div><div class="">Cheers,</div><div class=""><br class=""></div><div class="">Xavier</div><div class=""><br class=""></div></body></html>