Re: multiple configs

2009-11-29 Thread Keith Roberts
On Sat, 28 Nov 2009, Yury V. Zaytsev wrote: To: /dev/rob0 r...@gmx.co.uk From: Yury V. Zaytsev y...@shurup.com Subject: Re: multiple configs On Sat, 2009-11-28 at 13:42 -0600, /dev/rob0 wrote: On Sat, Nov 28, 2009 at 02:08:53PM -0500, MK wrote: Is it possible to start mc with an alternate

Re: multiple configs

2009-11-29 Thread Yury V. Zaytsev
On Sat, 2009-11-28 at 19:46 -0500, MK wrote: I just have this feeling I would do a little less ctrl-t if they were, for example, different colors. I might be wrong, but it's worth a try. Also different listing modes might be useful. The only justification I would be convinced with is e.g.

Re: How to change the defaults for file highlighting?

2009-11-29 Thread Theodore Kilgore
On Sun, 29 Nov 2009, Yury V. Zaytsev wrote: On Sun, 2009-11-29 at 12:35 -0600, Theodore Kilgore wrote: So from what I understand you have now made this more permanent by providing a tie-in to the ini file? If so, then that's great. We can all be happy. Yes, from now on you should be able

Re: How to change the defaults for file highlighting?

2009-11-29 Thread Yury V. Zaytsev
On Sun, 2009-11-29 at 13:39 -0600, Theodore Kilgore wrote: Thanks. Now if someone can specify exactly which code version this is and exactly where to get it? [Midnight-Commander] select_flags = ... /* selection flags */ typedef enum { SELECT_FILES_ONLY = 1 0, SELECT_MATCH_CASE = 1

Re: multiple configs, and --program-prefix

2009-11-29 Thread MK
My problem w/ rob0's method is that, as Yuri points out, the subshell now thinks ~ is something it is not, which for starters means copying or symlinking .bashrc, etc. I could not find a configure option for this, so in the src/ directory of the tarball I tried this: perl -pi

Re: multiple configs, and --program-prefix

2009-11-29 Thread Yury V. Zaytsev
On Sun, 2009-11-29 at 15:03 -0500, MK wrote: I could not find a configure option for this, so in the src/ directory of the tarball I tried this: CFLAGS='-DMC_USERCONF_DIR=\.mc2\' is your friend. I think this would be a nice option and very easy to impliment as a command line option -- I

Re: Mc Digest, Vol 67, Issue 20

2009-11-29 Thread Merrill Jensen
Hello, I've been lurking in this mailing list for some time now and would like to proceed on some of this now. Is this an acceptable means to introduce a question? I really do not understand the mechanics of it, being new to mailing lists. Again my first question is how do I use this

Re: Mc Digest, Vol 67, Issue 20

2009-11-29 Thread Yury V. Zaytsev
On Sun, 2009-11-29 at 14:58 -0600, Merrill Jensen wrote: Again my first question is how do I use this medium to post a question? Just send an email to mc@gnome.org . -- Sincerely yours, Yury V. Zaytsev ___ Mc mailing list

Re: How to change the defaults for file highlighting? (fwd)

2009-11-29 Thread Theodore Kilgore
Oops. I didn't reply to the list. Fixed, now. -- Forwarded message -- Date: Sun, 29 Nov 2009 22:44:02 +0100 From: Yury V. Zaytsev y...@shurup.com To: Theodore Kilgore kilg...@banach.math.auburn.edu Subject: Re: How to change the defaults for file highlighting? On Sun,

Re: How to change the defaults for file highlighting?

2009-11-29 Thread Theodore Kilgore
On Sun, 29 Nov 2009, Yury V. Zaytsev wrote: On Sun, 2009-11-29 at 13:39 -0600, Theodore Kilgore wrote: Thanks. Now if someone can specify exactly which code version this is and exactly where to get it? [Midnight-Commander] select_flags = ... /* selection flags */ typedef enum {

Re: How to change the defaults for file highlighting?

2009-11-29 Thread Andrew Borodin
On Sun, 29 Nov 2009 12:35:12 -0600 (CST) Theodore Kilgore wrote: On Sun, 29 Nov 2009, Andrew Borodin wrote: Since 11/18/2009 all options of Select/Unselect group dialog are saved in 'select_flags' ini option (see http://www.midnight-commander.org/ticket/1776). 1. Precisely to which