On Mon, May 19, 2008 at 6:57 AM, Enlightenment CVS
<[EMAIL PROTECTED]> wrote:
> Enlightenment CVS committal
>
> Author  : devilhorns
> Project : e17
> Module  : apps/e
>
> Dir     : e17/apps/e/src/bin
>
>
> Modified Files:
>        e_gadcon.c
>
>
> Log Message:
> Fix some formatting while I am here tracking down why every module (when
> used with new gadman module) has an extra separator in the menu.


guys, let's take care to avoid such things... please try to follow the
coding style so dh and englebass don't have to go and reformat
everything every time.

http://wiki.enlightenment.org/index.php/E-Coding#Indentation

Also, PLEASE try to highlight trailing whitespace and remove them!

vim: ---%<-----
highlight OverLength ctermbg=red ctermfg=white guibg=red guifg=white
match OverLength '\%81v.*'

"flag problematic whitespace (trailing and spaces before tabs)
""Note you get the same by doing let c_space_errors=1 but
"this rule really applys to everything.
highlight RedundantSpaces term=standout ctermbg=red guibg=red
match RedundantSpaces /\s\+$\| \+\ze\t/
let c_space_errors=1
""use :set list! to toggle visible whitespace on/off
set listchars=tab:>-,trail:.,extends:>
set list


emacs: ---%<-----
(custom-set-variables
 '(show-trailing-whitespace t)
)
--->%-----

I don't use hight tabs on emacs, but you might do it with C-x w h (or
M-x highlight-regexp) and type "[<TAB>]" (replace <TAB> with keypress,
just press [, then TAB, then ])

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: [EMAIL PROTECTED]
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to