Re: [E-devel] .eap files for modules

2006-09-06 Thread The Rasterman
On Fri, 10 Mar 2006 00:09:24 +0900 "David Stevenson" <[EMAIL PROTECTED]> babbled: > > anyway - in removing the ipc, we also remove all the code needing to > > handle if/when the modules are screwed with from elsewhere etc. making e 1. > > more maintainable, 2. less liable to have bugs, 3. smaller,

Re: [E-devel] .eap files for modules

2006-06-07 Thread The Rasterman
On Fri, 10 Mar 2006 00:09:24 +0900 "David Stevenson" <[EMAIL PROTECTED]> babbled: > > yes. a LOT of config has that problem. i am wondering what we should do > > about it. despite the effort with e_remote - i am beginning to think - to > > reduce code size and maintenance - of literally removing e

Re: [E-devel] .eap files for modules

2006-03-13 Thread David Stevenson
On 3/12/06, Stafford Horne <[EMAIL PROTECTED]> wrote: On Sat, 11 Mar 2006 23:00:05 +0900"David Stevenson" <[EMAIL PROTECTED]> wrote:>>> I'm not that familiar with locale aliasing, but for me (on Debian) it > doesn't seem to be useful atm. I see the code is looking for> locale.aliasfiles, which I do

Re: [E-devel] .eap files for modules

2006-03-12 Thread Stafford Horne
On Sat, 11 Mar 2006 23:00:05 +0900 "David Stevenson" <[EMAIL PROTECTED]> wrote: > > > I'm not that familiar with locale aliasing, but for me (on Debian) it > doesn't seem to be useful atm. I see the code is looking for > locale.aliasfiles, which I do have, but e doesn't read any of them. So > whe

Re: [E-devel] .eap files for modules

2006-03-11 Thread David Stevenson
On 3/10/06, Stafford Horne <[EMAIL PROTECTED]> wrote: David,I see in your changes that the logic is now as follows in e_apps.c: * Get language from LANG environment variable * Get canonic form for language * Store localized propertyI have a few suggestions: 1. You could easily get the language fro

Re: [E-devel] .eap files for modules

2006-03-09 Thread The Rasterman
On Thu, 09 Mar 2006 10:27:00 -0500 dan sinclair <[EMAIL PROTECTED]> babbled: > >> > - issue: there may be issues if users try to use enlightenment_remote > >> > -module-* while using the config dialog at the same time - this stuff > >> still > >> > needs more testing in that area. > >> > >> yes. a

Re: [E-devel] .eap files for modules

2006-03-09 Thread Stafford Horne
David, I see in your changes that the logic is now as follows in e_apps.c: * Get language from LANG environment variable * Get canonic form for language * Store localized property I have a few suggestions: 1. You could easily get the language from the function e_intl_language_get() 2. The l

Re: [E-devel] .eap files for modules

2006-03-09 Thread dan sinclair
> - issue: there may be issues if users try to use enlightenment_remote > -module-* while using the config dialog at the same time - this stuff still > needs more testing in that area. yes. a LOT of config has that problem. i am wondering what we should do about it. despite the effort with e_remo

Re: [E-devel] .eap files for modules

2006-03-09 Thread David Stevenson
On 3/6/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: On Sun, 19 Feb 2006 16:04:09 +0900 "David Stevenson" <[EMAIL PROTECTED]>babbled:> Greetings,>> I've been playing with some ideas for how modules might be able to have > their own eaps (there is a TODO item for this + it would also

Re: [E-devel] .eap files for modules

2006-03-05 Thread The Rasterman
On Sun, 19 Feb 2006 16:04:09 +0900 "David Stevenson" <[EMAIL PROTECTED]> babbled: > Greetings, > > I've been playing with some ideas for how modules might be able to have > their own eaps (there is a TODO item for this + it would also fix some minor > issues with i18n in modules), and am looking