% comments are usually in red (i.e. the default font-lock-comment-face) ****calcul mechanical % ***commands are colored ***mesh plane_strain % and typing indents the line **file tube.geof % indentation is based on the previous same-or-more star-level command ***resolution newton **sequence *time 1. *increment 10 *algorithm p1p2p3 % some keywords are recognized % TAB characters are highlighted (you usually don't want them !) **something_that_requires_a_function *func sin(x); *surface_function 3*x+3; % functions terminated by a semi-colon are in italics ... if an italics font is available % the 'func' or 'function' keyword is looked for ... *function_2 3x+2; % ... so this is not recognized (may be considered a bug) *function 3 x % ... and multi-line functions are not recognized either (by emacs, it may be ok for Z) + 2y ; ***bc **pressure_from_mpcci *bset interface **impose_nodal_dof % f1 key runs zman user (shortcut is bound to 'ZeBuLoN-help-on-keyword ) gauche U1 0.0 gauche U2 0.0 ***material *file ~/MATERIAL/steel.mat % M-o (i.e. Alt-o which is bound to 'ZeBuLoN-find-file-under-cursor) on a filename opens it (if it exists) ****return