Hi Antonio, I think this feature is disabled by default. In the system-gschemrec file, look for:
--------------------- begin configuration file snippet ; Autoplace component text attributes hook. ; Comment in these if you want the component attributes to be ; automatically placed. ; There are different hooks for situations like adding a new pin, rotating ; or mirroring an existing one, or adding a new attribute. ; The #t at the end means that function is appended to the end of the hook. ;(add-hook! add-component-object-hook (lambda (object) ; (autoplace-object-attributes object)) #t) ;(add-hook! rotate-component-object-hook (lambda (object) ; (autoplace-object-attributes object)) #t) ;(add-hook! mirror-component-object-hook (lambda (object) ; (autoplace-object-attributes object)) #t) ;(add-hook! add-attribute-hook (lambda (object) ; (autoplace-object-attributes object)) #t) --------------------- end configuration file snippet They should be commented out (with the starting semicolon, as you see in the above snippet). Just curious, do you have any suggestion to improve this feature? why don't you like it? Regards, Carlos El jue, 12-10-2006 a las 18:39 -0300, Antonio Augusto Todo Bom Neto escribió: > Hi all, > > Using gschem, I have been some problems every time I add a component. > > All symbols added, its attributes are relocated automaticly. But I don > ´t want this. > > I study where I want the RefDes and Value in any symbol that I create, > and gSchem simply ignore the position on my symbol file. > > How to desable this effect? > > Cheers, > > Antonio > > _______________________________________________ > geda-user mailing list > [email protected] > http://www.seul.org/cgi-bin/mailman/listinfo/geda-user _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

