Re: mc^2 news (august 2016)

2016-08-17 Thread Mooffie
On 8/17/16, Yury V. Zaytsev wrote: > I hope that my efforts in trying to find an employer > who would be ready to sponsor some work on mc at least > on the scale of several hours per week have now finally > borne fruit I very much hope so. It amazes me that the Linux ecosystem

mc^2 news (august 2016)

2016-08-17 Thread Mooffie
Hi folks! mc^2 is a Lua energized version of MC: http://www.typo.co.il/~mooffie/mc-lua/docs/html/ So, what's new since last month? -Two exciting modules: * "Folder Jumping" A feature borrowed from GitHub.com.[1] See screenshot[2] * Unwind Automatically convert Window

mc^2 news (july 2016)

2016-07-14 Thread Mooffie
Hi folks! A new release of mc^2 is out. It's mainly a maintenance release, so there aren't many exciting new features. http://www.typo.co.il/~mooffie/mc-lua/docs/html/ News: The C side: - The branch is rebased against mc 4.8.17. The Lua side: - A few minor bug fixes. - New module

Re: CGDB

2016-05-23 Thread Mooffie
On 5/23/16, Nicolas Rybkin wrote: > Is it possible to debug MC using GDB/CGDB? Sure. There are ways to make gdb and mc use two different terminals (as Slava mentioned, and see later), but, depending on what you want, this is often not needed. > > I can't debug it with pure

Re: Midnight Commander 4.8.16 released

2016-03-19 Thread Mooffie
On 3/15/16, Yury V. Zaytsev wrote: > On Tue, 2016-03-15 at 09:31 +0100, wwp wrote: >> >> I notice that when configuring with slang, the configure summary >> doesn't mention it, whereas for ncurses it explicitely mentions it. >> See for instance (w/ --with-screen=slang or no

Re: Browsing the source

2016-02-21 Thread Mooffie
On 2/19/16, Yury V. Zaytsev wrote: > [...] I've finished the integration > script and the results are available at the following URL: > > http://source.midnight-commander.org Superb! Thanks! minor comments: - GLOBAL ignores dot-files and dot-directories, so you can

Re: Browsing the source

2016-02-19 Thread Mooffie
On 2/18/16, Yury V. Zaytsev <y...@shurup.com> wrote: > I wonder whether you would mind giving `htagsfix` a more permanent home? [...] > Maybe you could "officially" release and maintain it in a GitHub repository Done: https://github.com/mooffie/htagsfix > > or even t

Re: Browsing the source

2016-02-16 Thread Mooffie
> On 2/16/16, Yury V. Zaytsev wrote: >> > Global doesn't seem to be available as a package on RHEL though?! :-( >> >> http://www.geocities.co.jp/keep_creating/sanaly/index.html BTW, you need to install just the "global" package. You don't need "pygments" and "sanaly". (I use

Re: Browsing the source

2016-02-16 Thread Mooffie
On 2/16/16, Yury V. Zaytsev <y...@shurup.com> wrote: > On 2/16/16, Mooffie <moof...@gmail.com> wrote: > > If I get write access to MC's wiki I can prepare a page listing the > > steps to generate this documentation > > Done. Ouch! I created a MarkDown instruct

mc^2 news (january 2016)

2016-01-11 Thread Mooffie
Hi folks! mc^2 is a Lua energized version of MC: http://www.typo.co.il/~mooffie/mc-lua/docs/html/ So, what's new in mc^2 since its announcement here in May 2015? Lots of minor things. Lots of non-minor things. But I won't bore you with lengthy lists. The highlights: * The git commit

Re: mc and me

2015-11-04 Thread Mooffie
On 11/4/15, Egmont Koblinger wrote: > Hi guys, > > I've been thinking about writing something like this for quite a long > time... Egmont, I feel for you! (I hope these are suitable words. I'm not an English speaker. At this moment I'm hungry and tired so I'm giving up

Re: Midnight Commander not compiles on Debian Squeeze

2015-10-20 Thread Mooffie
On 10/20/15, Andrey Tataranovich wrote: > Glib version check patch attached. You also need to update README, INSTALL, HACKING. ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: listbox hotkeys

2015-05-28 Thread Mooffie
the curly brackets (that's their laws).) Anyway, you can do all such tweakings in mc^2 without touching the C code. Here, I translated your code to Lua: https://github.com/mooffie/mc/blob/lua-4.8.14-port/src/lua/tests/snippets/listbox_AZ.lua I've also created a new module today that lets you

Re: mc is over!? - post by Ilia Maslakov on Russian-speaking IT site

2015-05-27 Thread Mooffie
On 5/27/15, Paul Sokolovsky pmis...@gmail.com wrote: happens within your team. Whatever it is, please show goodwill by adding Egmont Koblinger to the maintainer team, if he agrees I second that! ___ mc-devel mailing list

Re: [ANN] mc^2

2015-05-27 Thread Mooffie
On 5/8/15, Egmont Koblinger egm...@gmail.com wrote: Hi, How much work would it be to port your branch to 4.8.14 or git head? I'd really like to use your version for daily work Done. The 4.8.14 port has just been pushed to github. The Getting started (and Installation) chapter now has the

Re: mc is over!? - post by Ilia Maslakov on Russian-speaking IT site

2015-05-27 Thread Mooffie
On 5/27/15, Volodymyr Buell vbu...@gmail.com wrote: Please organise a pol to choose a right person. Personally my opinion - why not to give a steering wheel to Mooffie Hey, hold the horses. I'm not at all a programming hotshot, and being practically anonymous here so far, I should be treated

Re: [ANN] mc^2

2015-05-11 Thread Mooffie
On 5/11/15, Alexander Kriegisch alexan...@kriegisch.name wrote: And now there comes along Mooffie and donates something to the project. As I expected based on my experience with my own patches, people start discussing details and demanding smaller patches In case you're referring here

Re: [ANN] mc^2

2015-05-10 Thread Mooffie
On 5/10/15, Paul Sokolovsky pmis...@gmail.com wrote: ... and the conversation is focused around priority of things to do [...] is exciting new is the only thing you're after, then Paul, Nowhere did I market mc^2 as bringing exciting new stuff. If you'd checked out mc^2 site, you'd have

Re: [ANN] mc^2

2015-05-09 Thread Mooffie
On 5/8/15, Andrew Borodin aboro...@vmail.ru wrote: It would be great if you split first huge commit of branch in several small commits. It will make the review easier. I'll take notice of that. ___ mc-devel mailing list

Re: [ANN] mc^2

2015-05-09 Thread Mooffie
On 5/9/15, Yury V. Zaytsev wrote: Anyways, how do we move from there on? I'll be doing two things: - I'll prepare a document explaining to reviewers the overall structure of the code and the modifications to existing files. - I'll look into porting the code to 4.8.14. The thing I'll

Re: [ANN] mc^2

2015-05-08 Thread Mooffie
On 5/8/15, Egmont Koblinger egm...@gmail.com wrote: [...] a complete rewrite [...] would require at least 100x (but rather 1000x) the work Mooffie has probably already spent. There are no engineering resources for that. [...] Successful redesigns almost always happen in small steps

Re: [ANN] mc^2

2015-05-08 Thread Mooffie
On 5/8/15, Egmont Koblinger wrote: How much work would it be to port your branch to 4.8.14 or git head (they're pretty much the same now)? Probably very little work. I'll do that sometime soon, I hope. ___ mc-devel mailing list

[ANN] mc^2

2015-05-07 Thread Mooffie
Hi guys! I've just published a branch of MC with Lua support: http://www.typo.co.il/~mooffie/mc-lua/docs/html/ See the screenshots link. Also see the other documents link for background (especially HISTORY). Many, many tickets can be solved with mc^2, but I don't want to spam the ticket

Have STREQ(a,b)?

2015-03-29 Thread Mooffie
I see many `if (strcmp (a, b) == 0)` in the code. Wouldn't it be nice if we create a macro and then do `if (STREQ (a,b))` instead? (Not that it bothers me much. I ask this mainly to verify that my subscription works and that I can post here ;-) ___