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 inden

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

2016-12-24 Thread Omari Stephens
On 12/24/2016 02:43 PM, Ian Zimmerman wrote: > On 2016-12-24 15:00, Klaus Ethgen wrote: ::snip:: >> It is nothing more wrong than a mismatch of that options with the >> current used style. (Does someone here use different editor than vim >> that does not respect such a setting?) > > I use Emacs. T

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

2016-12-24 Thread Omari Stephens
On 12/24/2016 02:00 PM, Klaus Ethgen wrote: > -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 b

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 o

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

2016-12-24 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Sa den 24. Dez 2016 um 15:00 schrieb Klaus Ethgen: > Other think I do prefer is the K&R style instead of the unbalanced > braces GNU style. Well, way around. :-D I could live with "BreakBeforeBraces: Allman" or "BreakBeforeBraces: GNU". (GNU is

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 max-line-leng

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> In

[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 line

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-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 h

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 edito

Re: [Geeqie-devel] Geeqie coding standards

2009-05-25 Thread Vladimir Nadvornik
Hi, On po 25. května 2009, Omari Stephens wrote: > 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. The plan is to drop img-view.c complete

Re: [Geeqie-devel] Geeqie coding standards

2009-05-25 Thread Omari Stephens
Klaus Ethgen wrote: > -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, swi

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, swi

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 p

[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