Thanks peter, for now ill just change that variable and recompile.

What file is responsible for reading the gschemrc file and getting the
settings from there? I can also just edit that file and add a variable
for the grid style.

On Wed, Apr 29, 2009 at 2:10 PM, Peter Clifton <pc...@cam.ac.uk> wrote:
> On Tue, 2009-04-28 at 01:35 -0700, Yamazaki R2 wrote:
>> Is there anyway to default to the dot grid instead of the mesh grid?
>
> Not easily (without recompiling), no.
>
> When we start saving more state from gschem's sessions, it would be
> possible to get the last grid you used remembered, however there are no
> developers currently working on that task.
>
> Longer answer.. there is always changing the C code and re-compiling:
>
> gschem/src/gschem_toplevel.c:
> Line 129:
>
>  w_current->grid = GRID_MESH;
>
> change to read "GRID_DOTS" instead of "GRID_MESH".
>
> Best wishes,
> --
> Peter Clifton
>
> Electrical Engineering Division,
> Engineering Department,
> University of Cambridge,
> 9, JJ Thomson Avenue,
> Cambridge
> CB3 0FA
>
> Tel: +44 (0)7729 980173 - (No signal in the lab!)
>
>
>
> _______________________________________________
> geda-user mailing list
> geda-user@moria.seul.org
> http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
>


_______________________________________________
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Reply via email to