Skip to content
Snippets Groups Projects
Commit 02302741 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

some more
parent b4cb48f1
Branches
Tags
No related merge requests found
\input texinfo.tex @c -*-texinfo-*- \input texinfo.tex @c -*-texinfo-*-
@c $Id: gmsh.texi,v 1.25 2003-04-16 08:23:28 geuzaine Exp $ @c $Id: gmsh.texi,v 1.26 2003-04-16 08:32:46 geuzaine Exp $
@c @c
@c Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle @c Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
@c @c
...@@ -2492,12 +2492,19 @@ contributors' will take you directly to @ref{Contributors}. ...@@ -2492,12 +2492,19 @@ contributors' will take you directly to @ref{Contributors}.
@item @item
Use emacs to edit your files, and load the C++ mode! This permits automatic Use emacs to edit your files, and load the C++ mode! This permits automatic
syntax highlighting and easy indentation. Automatic loading of the C++ mode syntax highlighting and easy indentation. Automatic loading of the C++ mode
for @file{.pro} files can be achieved by adding the following command in for @file{.geo} files can be achieved by adding the following command in
your @code{.emacs} file: @code{(setq auto-mode-alist (append '(("\\.pro$" your @code{.emacs} file: @code{(setq auto-mode-alist (append '(("\\.geo$"
. c++-mode)) auto-mode-alist))}. . c++-mode)) auto-mode-alist))}.
@item @item
Define common geometrical objects and options in separate files, reusable in Define common geometrical objects and options in separate files, reusable in
all your problem definition structures. all your problem definition structures.
@item
Save your preferred options with `Tools->Options->Save'. To reset default
options, erase the @code{General.OptionsFileName} (usually
@file{.gmsh-options} in your home directory) or use the `Restore default
options' button in `Tools->Options->General->Output'.
@item
Read the @file{FAQ}...
@end itemize @end itemize
@c ========================================================================= @c =========================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment