Re: [Geeqie-devel] Geeqie coding standards? Third edition :o)

2016-12-25 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi Folks, Am Sa den 24. Dez 2016 um 15:43 schrieb Ian Zimmerman: > I use Emacs. I do not know any of emacs and how to customize it depending on the file/projects. I would even not voluntary start emacs. ;-) > - I strongly prefer spaces only

Re: [Geeqie-devel] Geeqie coding standards? Third edition :o)

2016-12-24 Thread Ian Zimmerman
On 2016-12-24 15:00, Klaus Ethgen wrote: > In any case. If we agree about a specific style, it should be > configured via vim modeline in all files. Currently we have the > following: >set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: > It is nothing more wrong than a mismatch of that

Re: [Geeqie-devel] Geeqie coding standards? Third edition :o)

2016-12-24 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi Omari, Am Fr den 23. Dez 2016 um 19:09 schrieb Omari Stephens: > In #2, I had created a one-liner to compute a line-length histogram our > codebase. I've rerun it and included the results below as [1]. If also > attached a list of

Re: [Geeqie-devel] Geeqie coding standards? Third edition :o)

2016-12-23 Thread John Stoffel
Omari> It appears that each time I come back to working on Geeqie, I send one Omari> of these emails ;o) LOL! Omari> Here are threads #1 and #2: Omari> #1: https://sourceforge.net/p/geeqie/mailman/message/22531197/ Omari> #2: https://sourceforge.net/p/geeqie/mailman/message/27441283/ Omari>

[Geeqie-devel] Geeqie coding standards? Third edition :o)

2016-12-23 Thread Omari Stephens
It appears that each time I come back to working on Geeqie, I send one of these emails ;o) Here are threads #1 and #2: #1: https://sourceforge.net/p/geeqie/mailman/message/22531197/ #2: https://sourceforge.net/p/geeqie/mailman/message/27441283/ In #2, I had created a one-liner to compute a

Re: [Geeqie-devel] Geeqie coding standards

2009-05-26 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Am Mo den 25. Mai 2009 um 19:13 schrieb Omari Stephens: At least for the editor Vim there should be a modeline in every source file which forces the coding style to the correct one. The same feature might be available for other editors

Re: [Geeqie-devel] Geeqie coding standards

2009-05-26 Thread Greg Troxel
I hesitate to post on this, but I will anyway: There are existing coding standards out there, and I think it makes sense to adopt one or the other rather than creating a new one. The basic choices seem to be GNU and the BSD KNF, which is perhaps most refined in NetBSD. I would expect gnome to

Re: [Geeqie-devel] Geeqie coding standards

2009-05-26 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Am Di den 26. Mai 2009 um 13:30 schrieb Greg Troxel: I hesitate to post on this, but I will anyway: :-) There are existing coding standards out there, and I think it makes sense to adopt one or the other rather than creating a new one.

Re: [Geeqie-devel] Geeqie coding standards

2009-05-25 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Am Mo den 25. Mai 2009 um 0:25 schrieb Omari Stephens: I found myself with some free time this weekend, Lucky dear. ;-) #2) We need to get rid of tabs as an acceptable form of whitespace Yes, switching will be painful. But ever since

Re: [Geeqie-devel] Geeqie coding standards

2009-05-25 Thread Laurent Monin
Klaus Ethgen a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Am Mo den 25. Mai 2009 um 0:25 schrieb Omari Stephens: I found myself with some free time this weekend, Lucky dear. ;-) yep ;) #2) We need to get rid of tabs as an acceptable form of whitespace Yes,

[Geeqie-devel] Geeqie coding standards

2009-05-24 Thread Omari Stephens
Hi, all I found myself with some free time this weekend, so I'm trying to do some more hacking. In particular, I'm again trying to get images in the View in new window window to be color-managed. While doing some preliminary reading, it suddenly dawned on me that some of the lines in geeqie