Re: In my mc.keymap I would like to change Find = alt-f

2022-10-16 Thread Andrew Borodin
On Sat, 15 Oct 2022 22:00:13 + (UTC) Bob Currey via mc wrote: > I would like to remap the find file to work on alt-f, alt-slash, or > ctrl-slash. > I tried those in my ~/.config/mc.keymap file, but none of them work.  I do > think > the change to alt-f did work a few years ago. > QuitQuiet

Re: Undeletable macro

2022-10-04 Thread Andrew Borodin
On Tue, 4 Oct 2022 16:38:00 +0300 Sergei Antonov via mc wrote: > How do I clear this macro? Removing ~/.config/mc does not help. Macros are stored in ~/.local/share/mc/mc.macros. -- Andrew ___ mc mailing list

Re: Quick view

2022-10-02 Thread Andrew Borodin
On Sun, 02 Oct 2022 10:14:23 +0200 "Riccardo Paolo Bestetti" wrote: > One feature I like about MC is "quick view" (C-x q), or the ability to > use one of the panes to quickly preview files. However, I have noticed > that it doesn't work as well as the file viewer (F3). Some examples: > > - When

Re: shortcut for "Sort by Modify Time"

2022-06-07 Thread Andrew Borodin
On Tue, 7 Jun 2022 08:56:06 +0200 Fourhundred Thecat via mc wrote: > I normally use "Sort by Name" in mc panels, but frequently need to > switch to "Sort by Modify Time" from the menu selection. But this is > quite tedious: > >F9 -> Sort Order -> Modify Time > > Is there any shortcut for

Re: MC 4.8.28 main menu hotkeys

2022-04-06 Thread Andrew Borodin
On Wed, 6 Apr 2022 19:31:55 +0100 Paul Marwick via mc wrote: > My specific problem is the change in the left or right menu, where "S" was > the key > for sort order. There was a hotkey conflict between "SFTP link" and "Filter": "F" was used in both items[1]. Change of hotkey for "Filter" was

Re: Help testing release candidate / mc-4.8.28-rc1

2022-03-21 Thread Andrew Borodin
On Sun, 20 Mar 2022 19:12:13 +0100 Oswald Buddenhagen via mc-devel wrote: > On Sun, Mar 20, 2022 at 06:59:32PM +0300, Andrew Borodin wrote: > >On Sun, 20 Mar 2022 15:22:14 +0100 Oswald Buddenhagen via mc-devel > > > > wrote: > >> `mc -P $file` doesn't work any mor

Re: Help testing release candidate / mc-4.8.28-rc1

2022-03-20 Thread Andrew Borodin
On Sun, 20 Mar 2022 15:22:14 +0100 Oswald Buddenhagen via mc-devel wrote: > On Sun, Mar 20, 2022 at 01:15:41PM +0100, Yury V. Zaytsev wrote: > >TLDR; I would appreciate if you could please test the following tarball on > >your systems > and report any blocker regressions as compared to the

Re: make "filter" case insensitive

2022-02-24 Thread Andrew Borodin
On Thu, 24 Feb 2022 09:59:07 +0100 Fourhundred Thecat via mc wrote: > If there is no configuration option to make the matching > case-nonsensitive, would it be possible to change this in the source > code easily? Unfortunately, no. Feel free to create a ticket:

Re: keymap problem with 4.8.27

2021-11-11 Thread Andrew Borodin
On Wed, 10 Nov 2021 19:24:03 +0100 Henning wrote: > Instead I Use f1 to invoke the hotlist becaus ctrl-\ not usable with german > keyboard layout. > Also, I invoked search with ctrl-f because alt-? is not usable here. > But it doesn't work any more. > > I replaced every keymap file (in /etc/mc,

Re: Any missed features?

2021-02-16 Thread Andrew Borodin
On Tue, 16 Feb 2021 13:23:44 -0500 Felix Miata wrote: > http://www.midnight-commander.org/ticket/1952 > > Highly frustrating, cannot use it for Mozilla.org's Firefox downloads. :( I'm working on it. -- Andrew ___ mc mailing list

Re: Any missed features?

2021-02-15 Thread Andrew Borodin
On Mon, 15 Feb 2021 17:30:59 -0600 Sebastian Gniazdowski wrote: > I'm going to have some free time in the upcoming few days, so I'm looking > for an idea to work/code on, so I thought that I'll ask: are there any > features missed in MC? Everybody wants to implement features, even that features

Re: entering zip archives since 4.8.22?

2021-02-10 Thread Andrew Borodin
On Wed, 10 Feb 2021 11:48:42 +0100 wwp wrote: > is it just me or is it since mc 4.8.22 that entering a .zip archive > opens it up in desktop's file browser? > > Here: CentOS7 with Mate, if I [enter] a zip file in mc 4.8.22, it opens > the desktop's defaut binding for zip files: engrampa. > > My

Re: Help testing release candidate / mc-4.8.26-rc1

2021-01-18 Thread Andrew Borodin
On Mon, 18 Jan 2021 08:35:24 +0300 Andrew Borodin wrote: > On Mon, 18 Jan 2021 04:38:10 +0100 David Haller wrote: > > 1. mcedit causes a SIGSEGV when jumping out via Ctrl-o, even if just > >too _look_ at stuff, not doing anything on the (sub-)shell: > > Confirmed.

Re: Help testing release candidate / mc-4.8.26-rc1

2021-01-17 Thread Andrew Borodin
On Mon, 18 Jan 2021 04:38:10 +0100 David Haller wrote: > Hello, Hi! Thanks for testing. > On Sun, 10 Jan 2021, Yury V. Zaytsev wrote: > >TLDR; I would appreciate if you could please test the following tarball on > >your systems and report any blocker regressions as compared to the previous >

Re: Binding non-ASCII characters?

2020-12-04 Thread Andrew Borodin
On Fri, 04 Dec 2020 20:22:37 +0200 JD wrote: > So, my question is, we just can't use non-ASCII here, right? :) Right. https://midnight-commander.org/ticket/2343 -- A. ___ mc mailing list https://mail.gnome.org/mailman/listinfo/mc

Re: extfs changes with mc 4.8.25 regarding '.' '..' in filenames list

2020-10-21 Thread Andrew Borodin
On Wed, 21 Oct 2020 15:05:10 +0200 dieter via mc-devel wrote: > This "untar" module adds "./" at the beginning of the extracted > filenames in order to handle filenames beginning with a blank. > > Removing this "./" it works again, except for filenames which start > with a blank - they are

Re: how to report security bugs?

2020-10-21 Thread Andrew Borodin
On Wed, 21 Oct 2020 15:48:44 +0200 Petr Špaček via mc-devel wrote: > what is the recommended way to report security bugs? https://midnight-commander.org/wiki/NewTicket Registration is required. -- Andrew ___ mc-devel mailing list

Re: Subprocess strangeness

2020-09-14 Thread Andrew Borodin
On Sun, 13 Sep 2020 17:45:08 -0400 Alan Corey via mc wrote: > I've been using mc for 20 years or more and only seen this in the last > couple weeks. I use rxvt as my terminal emulator mostly. I could > navigate to where I wanted another terminal in mc, then type rxvt & > and a new independent

Re: Editor syntax highlighting for Arduino *.ino source code files

2020-07-12 Thread Andrew Borodin
On Sun, 12 Jul 2020 16:14:55 +0100 Keith Roberts wrote: > I'm using the Arduino IDE and I think the language is a subset of C++. > > Can I add a syntax file to MC to allow the editor to highlight C++ code in > the *.ino source file? This is already done:

Re: Filter acting only on files, not on directories

2020-07-04 Thread Andrew Borodin
On Thu, 2 Jul 2020 15:46:19 +0200 Marco via mc wrote: > the filter (in Left/Right ? Filter) acts only on files, not on > directories. Is there a way to include directories in the filter as > well? Unfortunately, no. Filter is applied to files only, -- Andrew

Re: displays bad regular file timestamps on entry to .bz2 file & preserves the errors on copy out

2020-06-14 Thread Andrew Borodin
On Tue, 17 Mar 2020 20:50:49 -0400 Felix Miata wrote: > It's only happened on this one so far that I can remember: > > Others I've checked from mozilla.org are handled normally. > > Tar has no

Re: displays bad regular file timestamps on entry to .bz2 file & preserves the errors on copy out

2020-03-21 Thread Andrew Borodin
On Tue, 17 Mar 2020 20:50:49 -0400 Felix Miata via mc-devel wrote: > It's only happened on this one so far that I can remember: > > Others I've checked from mozilla.org are handled normally.

Re: Help testing release candidate / mc-4.8.24-rc1

2020-01-07 Thread Andrew Borodin
On Tue, 07 Jan 2020 17:45:28 +0300 Andrew Borodin wrote: > On Tue, 7 Jan 2020 14:15:21 +0100 wwp wrote: > > I think I have one more tiny issue to report.. I went back to 4.8.23, > > and at least two settings from the layout prefs were lost: command > > prompt and panel spl

Re: Help testing release candidate / mc-4.8.24-rc1

2020-01-07 Thread Andrew Borodin
On Tue, 7 Jan 2020 14:15:21 +0100 wwp wrote: > I think I have one more tiny issue to report.. I went back to 4.8.23, > and at least two settings from the layout prefs were lost: command > prompt and panel split. Maybe you changed the storage format for some > config items? Yes. This is a result

Re: Help testing release candidate / mc-4.8.24-rc1

2020-01-06 Thread Andrew Borodin
On Mon, 6 Jan 2020 12:45:57 +0100 wwp wrote: > > I noticed one regression: if I start mc, then start mcedit from > subshell, I'll get: > === > GNU Midnight Commander is already running on this terminal. > Subshell support will be disabled. > === > > Back to 4.8.23 and the issue is gone, as

Re: Last version - Enter key bug

2019-12-22 Thread Andrew Borodin
On Mon, 23 Dec 2019 02:18:53 +0100 Piotr Biesiada via mc-devel wrote: > Just tested: > 4.8.22-1 does not have this bug > 4.8.23-1 does have this bug > > Reproduce: > 1. open Cygwin > 2. type "mc" > 3. open "Right" menu > 4. go down with arrow keys to "Shell connection" > 5. press Enter > > Bug is

Re: ordinary files in rpm file not displayed/accessible

2019-08-14 Thread Andrew Borodin
On Wed, 14 Aug 2019 05:03:06 -0400 Felix Miata via mc wrote: > On "entry" to 132k > http://download.opensuse.org/tumbleweed/repo/oss/x86_64/MozillaFirefox-branding-upstream-68.0.1-2.1.x86_64.rpm > or >

Re: 4.8.23: pulldown menu items can't be accessed with key

2019-06-24 Thread Andrew Borodin
On Mon, 24 Jun 2019 10:29:30 +0200 Henning wrote: > In the pulldown menues the key doesn't work as expected. Menu > items can only be accessed with the letter keys. Instead, enter be- > haves exactly like down-arrow. This is valid for mc and mcedit. Currently I'm using recent mc and menu works

Re: Help testing release candidate / mc-4.8.23-rc1

2019-06-18 Thread Andrew Borodin
On Mon, 17 Jun 2019 22:56:45 +0200 Egmont Koblinger via mc-devel wrote: > There's a severe usability regression: After pressing F9 the hotkeys > (e.g. O for Options, then L for Layout) don't work. Thanks for the bugreport. Fixed in 7eaa51c79bb74e6e650935e23895c62073ff46c5. -- A.

Re: Help testing release candidate / mc-4.8.23-rc1

2019-06-18 Thread Andrew Borodin
On Mon, 17 Jun 2019 22:56:45 +0200 Egmont Koblinger via mc-devel wrote: > There's a severe usability regression: After pressing F9 the hotkeys > (e.g. O for Options, then L for Layout) don't work. Thanks for the bugreport. Fixed in 7eaa51c79bb74e6e650935e23895c62073ff46c5. -- A.

Re: Help testing release candidate / mc-4.8.23-rc1

2019-06-17 Thread Andrew Borodin
On Mon, 17 Jun 2019 08:56:55 +0200 David Martin via mc-devel wrote: > "Ubuntu 16.04.6 LTS": many unsigned int cast warnings for smbfs. Thanks for the report. Fixed in c47f0c4bba7af48c2147950f23fbc2e14f1de162 92146f10333f6068d6b0a54921bd2cae284705a7 -- Andrew

Re: Help testing release candidate / mc-4.8.23-rc1

2019-06-16 Thread Andrew Borodin
On Sun, 16 Jun 2019 22:06:56 -0600 Jack Woehr via mc-devel wrote: > make[4]: Entering directory '/usr/local/src/MC/build-4.8.22-166/src/vfs/sfs' > CC sfs.lo > ../../../../mc-4.8.22-166-gcd16697a3/src/vfs/sfs/sfs.c: In function > ‘sfs_open’: >

Re: [PATCH] fix GPM bug in MC

2019-02-27 Thread Andrew Borodin
On Wed, 27 Feb 2019 13:54:35 -0500 (EST) Mikulas Patocka wrote: > I am sending this patch that fixes GPM bug. Thanks! Please add your patch and comment to https://midnight-commander.org/ticket/3208 -- Andrew ___ mc-devel mailing list

Re: Help testing release candidate / mc-4.8.22-rc1

2018-12-29 Thread Andrew Borodin
On Sat, 29 Dec 2018 19:46:16 -0700 Jack Woehr via mc wrote: > In IBM i PASE environment, we're back to having struct timespect trouble > with this snapshot: This is weird. > /home/JWOEHR/work/mc-4.8.21-108-g4b46e6194/src/filemanager/file.c: In > function 'get_times': >

Re: Help testing release candidate / mc-4.8.22-rc1

2018-12-29 Thread Andrew Borodin
On Sat, 29 Dec 2018 19:46:16 -0700 Jack Woehr via mc wrote: > In IBM i PASE environment, we're back to having struct timespect trouble > with this snapshot: This is weird. > /home/JWOEHR/work/mc-4.8.21-108-g4b46e6194/src/filemanager/file.c: In > function 'get_times': >

Re: change default configuration

2018-07-27 Thread Andrew Borodin
On Fri, 27 Jul 2018 17:01:17 +0300 Sergey Naumov via mc-devel wrote: > I'm curious whether there is a way to change default configuration that is > generated when user invokes mc for the first time? > > For example, I want "use_internal_edit" to be true by default instead of > false for any new

Re: develop vfs plugin

2018-05-28 Thread Andrew Borodin
On Mon, 28 May 2018 13:42:33 +0200 Raikol Duergar wrote: > the problem is that extfs helpers need full ls -lR from start, Yes. This mean that you read an archive one time only. Otherwise, if you want walk through archive directories, you have to read archive again and again. If archive doesn't

Re: develop vfs plugin

2018-05-25 Thread Andrew Borodin
On Wed, 23 May 2018 13:07:28 +0200 Raikol Duergar wrote: > i dont like to do a full scan of archive from the start The base vfs library code is in the lib/vfs directory. Also you can find there some notes in README and HACKING files. Unfortunately, historically, a detail documentation is

Re: Contributing to the wiki

2017-10-02 Thread Andrew Borodin
On Tue, 3 Oct 2017 00:13:15 +0200 Cristian Rigamonti wrote: > Hi, I'd like to suggest/make some changes to the documentation > at https://midnight-commander.org/wiki/doc > > Is it possible to have edit permission on the wiki? (my trac account is "cri") Thanks for the request! I added permission

Re: mc macro recording/editing issues

2017-09-20 Thread Andrew Borodin
On Wed, 20 Sep 2017 12:28:02 +0300 Sergey Naumov wrote: > But I will try to use macro too. > In the code (usermenu.c: expand_format()) I see that despite mcedit manual > mentions %c, it is not actually supported. > Could I fix %c and also add %C as file offset

Re: bad timestamps mc-4.8.19 copy from archive

2017-08-11 Thread Andrew Borodin
On Fri, 11 Aug 2017 05:37:17 -0400 Felix Miata wrote: > Yury V. Zaytsev composed on 2017-08-11 11:04 (UTC+0200): > > > Felix Miata wrote: > ... > >> Reverting to 4.8.17 solves. > > > Please check current git, should be already solved. > > No luck searching. I get 15k hits searching for

Re: MC doesn't edit files on remote file systems (e.g. ssh) if external editor is used

2017-07-06 Thread Andrew Borodin
On Thu, 6 Jul 2017 16:26:10 +0200 (CEST) "Yury V. Zaytsev" wrote: > I've just reproduced the issue with an external editor. I guess for some > reason > we don't upload the file back when the editor quits. You are welcome to file > a bug, > and even better would be if you could have a look at it,

Re: Local-to-dir mcedit prefs or quick profiles?

2017-02-20 Thread Andrew Borodin
On Mon, 20 Feb 2017 11:24:48 +0100 (CET) "Yury V. Zaytsev" wrote: > On Mon, 20 Feb 2017, wwp wrote: > > > What feature or best practice would you suggest in order to quickly > > switch mcedit settings (general editor options) according to the file > > location? What do you guys do in such

Re: [PATCH] fix directory search order to be depth-first again

2016-05-22 Thread Andrew Borodin
On Sun, 22 May 2016 12:45:58 +0200 Oswald Buddenhagen wrote: > this matches the pre-glib implementation, and is way more natural. Thanks! Committed to the 3641_cleanup branch. -- Andrew ___ mc-devel mailing list

About 4.8.16 (was: Re: mc^2 news (january 2016))

2016-02-27 Thread Andrew Borodin
On Thu, 25 Feb 2016 22:17:33 +0100 "Yury V. Zaytsev" wrote: > On a related note, I think we (or, rather, I) should start thinking > about releasing 4.8.16 sometime soon. There is quite a bit of good stuff > accumulated in master already. I agree. > The biggest problem now is that the cleanup

Re: Cannot submit new ticket

2015-12-12 Thread Andrew Borodin
Greetings! >From now, almost all spam filters are switched off. The only spam filter which is still used is BadIP[1]. In addition, since we have 99.9% of spam from users with @yahoo.com and @outlook.com emails, registration from these email domains are permanently disallowed. [1]

Re: Midnight Commander 4.8.15 released

2015-11-08 Thread Andrew Borodin
On Sun, 08 Nov 2015 21:33:19 +0100 Laurent Wandrebeck wrote: > --enable-vfs-mcfs This is useless. mcfs was removed a long time ago. -- A. ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: mc and me

2015-11-06 Thread Andrew Borodin
On Fri, 6 Nov 2015 11:12:55 +0300 Slava Zanko wrote: > > I'm all for granting Egmont commit access. > > +1 from me. Me too. -- Andrew ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: Midnight Commander not compiles on Debian Squeeze

2015-10-20 Thread Andrew Borodin
On Tue, 20 Oct 2015 19:54:45 +0200 "Yury V. Zaytsev" wrote: > On Tue, 2015-10-20 at 14:48 +0300, Mooffie wrote: > > > > You also need to update README, INSTALL, HACKING. > > Thanks! I would have forgotten about it. What about forgotten 11 PKG_CHECK_MODULES(GMODULE, [gmodule-no-export-2.0

Re: COPYOUT time

2015-06-10 Thread Andrew Borodin
On Wed, 10 Jun 2015 19:10:52 +0300 Nicolas Rybkin wrote: Can anyone tell me where is implementation of mc_fstat() ? I can't find it. lib/vfs/interface.c:589 -- Andrew ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: Translations and Transifex

2015-06-09 Thread Andrew Borodin
On Tue, 9 Jun 2015 21:17:35 +0200 Morten Bo Johansen wrote: On 2015-06-09 Oswald Buddenhagen wrote: do you see what is right below that button on the pricing page? No, nothing that contradicts what I said. Please open my eyes. https://www.transifex.com/pricing/ Open source projects

Re: Hello

2015-05-18 Thread Andrew Borodin
On Mon, 18 May 2015 17:18:22 -0400 David Both wrote: That information is actually very helpful. I will proceed on the basis that the primary documentation is the MAN page and that information will move into the help file. Current man page is very big. We have an old idea to split it in to

Re: [ANN] mc^2

2015-05-10 Thread Andrew Borodin
On Sun, 10 May 2015 14:25:50 +0300 Paul Sokolovsky wrote: the patch exists http://www.midnight-commander.org/ticket/1652 , and only held by exactly perfectionist attitudes and lack of more general response. I don't have words other than I wrote in ticket comments. -- Andrew

Re: [ANN] mc^2

2015-05-08 Thread Andrew Borodin
On Fri, 8 May 2015 15:05:33 +0300 Mooffie wrote: 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. It would be great if you split

Re: Bug reports / suggestions welcome here ?

2015-04-18 Thread Andrew Borodin
On Sat, 18 Apr 2015 12:52:07 +0200 Rikishi 42 wrote: I've been using mc for a very, very long time now. And a while (years ?) back there was a change in the interface of the copy progress display. I liked that very much, but found a bug and also a need for a an additional option. I'm only

Re: reporting of issues

2015-03-29 Thread Andrew Borodin
On Sun, 29 Mar 2015 09:52:46 +0200 Frank Dietrich wrote: I have a quick question: Is it enough to report an issue on https://github.com/MidnightCommander/mc/issues We (developers) don't use github as issue tracker. or should it be reported anywhere else also? Please report any issue here:

Re: Ticket comment rejected and lost

2015-02-23 Thread Andrew Borodin
On Mon, 23 Feb 2015 17:16:19 +0100 Egmont Koblinger wrote: Actually, I got the same message again. I can't submit my newest bug report. Sorry. I still hope to make spam filter more corresponding to spam and ham. For last day, there 3 real spam messages was banned. (Which, for reference is:

Re: Ticket comment rejected and lost

2015-02-10 Thread Andrew Borodin
On Mon, 9 Feb 2015 14:59:53 +0100 Egmont Koblinger wrote: So... I wanted to submit a comment to ticket 2027... I logged in, wrote about 10-15 lines, and after clicking Submit I was given an error, something like Submission rejected because of suspected spam (can't remember the exact words).

Re: Bug tracker doesn't work

2014-12-15 Thread Andrew Borodin
On Sat, 13 Dec 2014 15:23:03 +0100 Egmont Koblinger egm...@gmail.com wrote: I'd like you to understand that at this point that fixing the development architecture and process of mc is the most critical issue, pretty much blocking everything else. Slava is working on fixing bugtracker.

Re: remember / save left and right directory

2014-02-20 Thread Andrew Borodin
On Thu, 20 Feb 2014 17:44:26 +0200 Alex waza...@inbox.lv wrote: Why MC do not remember last directory (right/left windows) when I quit from it ? How to fix it ? Menu-Options-Panel options... [x] Auto save panels setup -- Andrew ___ mc mailing list

Re: Incorrect behavior in Hotlist - Insert

2013-12-31 Thread Andrew Borodin
On Tue, 31 Dec 2013 19:14:09 -0800 Mike Smithson wrote: Not decrementing (as I have done here by commenting out the lines) leaves the cursor on the new entry. This seems *more* correct than jumping up two entries. I agree. I removed the decrement of l-pos in the 2290_find_file_speedup branch

Re: Compile from git clone fails.

2013-12-26 Thread Andrew Borodin
On Thu, 26 Dec 2013 13:50:24 -0800 Mike Smithson mdooli...@gmail.com wrote: Normally I compile from tarball. git clone git://github.com/MidnightCommander/mc.git I used standard process: autogen.sh, ./configure, make, and everything goes fine until the very end. I get this: gcc

Re: panel scrolling

2013-12-23 Thread Andrew Borodin
Hi! On Mon, 23 Dec 2013 20:43:08 -0800 Mike Smithson mdooli...@gmail.com wrote: Try it, you'll like it. Cool! Looks very interesting. Would you please create a ticket at the midnight-commander.org? It also demonstrates how easy it is to add new option to mc these days. I have some remarks

Re: MC Tabs

2013-10-16 Thread Andrew Borodin
On Mon, 14 Oct 2013 20:20:19 +0200 Cosmin Popescu wrote: Please find attached my contribution to mc: tabs like Total Commander has. This is a known issue: https://www.midnight-commander.org/ticket/1581 I am a regular midnight commander user. I use it for all my file exploring needs on several

Re: What is audio/x-wav D)download or C)cancel anyway?

2013-09-03 Thread Andrew Borodin
On Mon, 2 Sep 2013 19:41:17 -0500 (CDT) Theodore Kilgore wrote: and why do I get a black screen with this mysterious message at the bottom when I am attempting to play a WAV file in MC running in a terminal (not in X!)? And, of course, I just get this message, no music. What in the world

Re: Disabling file highlighting for some types?

2013-09-03 Thread Andrew Borodin
On Fri, 30 Aug 2013 09:34:03 +0200 Dominik Vogt wrote: and filehighlight.ini has this section I want to disable: -- [temp] extensions=tmp;$$$;~;bak extensions_case=false regexp=(^#.*|.*~$) -- How can I disable these predefined rules in the user specific configuration?

Re: Vim's modeline support

2013-09-03 Thread Andrew Borodin
On Sat, 31 Aug 2013 17:32:28 +0200 Tomasz Wasilczyk wrote: Hi, I recently needed indentation styles set per-file (not globally). Such feature is supported by vim with modeline mod enabled, but my favorite editor is mcedit. So, I've just wrote modeline support for mcedit. Here is the patch

Re: [PATCH] Fix info for ogg files in sound.sh

2013-05-19 Thread Andrew Borodin
On Sat, 18 May 2013 18:09:06 +0300 wrote: MC 4.8.8 views OGG files incorrectly if they names contain spaces: Error opening input file My\ recording\ #1.ogg: No such file or directory There is a small bug in misc/ext.d/sound.sh. ogginfo should be shown for MC_EXT_FILENAME like other cases.

Re: MC-win-4.8.7 does not show files

2013-05-19 Thread Andrew Borodin
On Sat, 18 May 2013 03:36:04 +0300 Alpo Värri wrote: Midnight Commander Windows version 4.8.7 MC for Windows isn't developed and isn't supported at all. Sorry. -- Andrew ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: shortcut key for sorting by mtime

2013-05-11 Thread Andrew Borodin
On Wed, 8 May 2013 10:16:54 +0800 Weiwu Zhang wrote: The way I do it now is to select from menu and set order there. It involves more than a dozen key-stokes everytime when I enter INCOMING folder. Is there a shortcut key for this purpose or an alternative solution? There are following

Re: mc ignores parts of /etc/mailcap

2013-05-02 Thread Andrew Borodin
On Thu, 2 May 2013 11:15:21 +0800 Weiwu Zhang wrote: If I press Enter on a gif/jpeg file, mc calls 'feh' to display it. If I press Enter on a mp3/wav file, mc flashes and does nothing more. No more software are launched. mc itself does not use /etc/mailcap. mc uses own file of extension

Re: midnight commander internal cd in scripts

2013-02-24 Thread Andrew Borodin
On Fri, 22 Feb 2013 20:16:17 +0200 Elad Rom wrote: Is there a way to cd into a folder (be it ssh, ftp or local folders) from an existing instance of midnight commander through a shell script? Example: Inside an open MC instance, in my home folder, there is a file called somessh.sh. When I

Re: midnight commander internal cd in scripts

2013-02-24 Thread Andrew Borodin
On Sun, 24 Feb 2013 22:52:19 +0200 Elad Rom wrote: could you give an example for such a script? Example of what? can I run it from mc panels, or from the user menu? Yes from mc command line only via source. Directly from panels (pressing Enter) -- no, because script is executed in the new

Re: stable vs. latest

2013-02-19 Thread Andrew Borodin
On Tue, 19 Feb 2013 15:19:11 -0500 Felix Miata wrote: Last Debian, Fedora *buntu releases had 4.8.x. Current Gentoo is 4.8.7. Mageia 3 is about to be released with 4.8.7. So, why does the stable/4.8.1.x branch even exist? There is no stable branch anymore. 4.8.1.7 was the last release in

Re: how to modify mc configuration directory

2013-02-06 Thread Andrew Borodin
On Thu, 7 Feb 2013 14:43:51 +0800 vinurs wrote: I am a new comer for mc, is there any method to modify the mc configuration directory from .config/mc to .mc (for example), I searched the google, but I can't find the answer. This question is for mc@ mailing list, not for mc-devel@ one. In

Re: Easy renaming of files

2013-01-28 Thread Andrew Borodin
On Mon, 28 Jan 2013 10:34:29 +0100 Marco wrote: Is there an easier way to rename files, for instance a shortcut to pre-populate the field with the current file name? Shifr-F6. -- Andrew ___ mc-devel mailing list

Re: ctrl mappings don't work

2013-01-11 Thread Andrew Borodin
On Thu, 10 Jan 2013 20:30:50 +0100 Oswald Buddenhagen wrote: huh? slang/ncurses runs the tty in raw mode, so it gets all the keys just fine. what is most likely happening is that mc's command prompt is eating those keys before they reach the keybinding dispatcher. Ok. In xterm when I press

Re: external diff

2012-11-28 Thread Andrew Borodin
On Wed, 28 Nov 2012 19:42:47 +0100 Frank Dietrich wrote: is it possible to configure an external diff tool? I would like to use meld in case I need to diff a directory. Current I do it like this in panel1: cd .. in panel2: cd .. type command 'meld ' in panel2: CTRL-SHIFT-ENTER

Bugreports

2012-10-26 Thread Andrew Borodin
On Fri, 26 Oct 2012 16:14:41 +0200 Kov?cs Zolt?n wrote: Dear mc-devel, First of all, print relevant subject. Is this enough for a normal bug report? I use 4.8.1 (3:4.8.1-4 in an Ubuntu box). No. Current release is 4.8.6. For bug report for recent mc version welcome to

Re: Remapping keyboard shortcuts

2012-10-02 Thread Andrew Borodin
On Tue, 2 Oct 2012 09:23:08 +0200 Marco wrote: First of all, what version of mc do you use? Show the result of mc -V. What terminal emulator do you use? Show 'echo $TERM' and 'stty -a'. What keyboard layout do you use, QWERTY or something else? I'm not familiar with terminal setup, but seems

Re: Bug in mc

2012-10-01 Thread Andrew Borodin
On Thu, 27 Sep 2012 11:39:54 +0200 Jakusev, Alexandr wrote: Our system has an old version of diff that does not support -a flag. When mc invokes it for file comparison purposes, it returns error saying that such flag is not recognised. Upon such event, mc crashes happily. While there are many

Re: Spanish Help + man

2012-09-27 Thread Andrew Borodin
On Sat, 15 Sep 2012 17:37:06 +0200 David Mart?n wrote: I have updated the Spanish docs for mc. Here is the main source file. Thanks! Applied: https://www.midnight-commander.org/changeset/672c572e9b18363bfb4cad854082da739e11d569 -- Andrew ___

Re: [801bab95] issues with man pages

2012-09-25 Thread Andrew Borodin
On Tue, 25 Sep 2012 07:37:14 +0200 (CEST) Werner LEMBERG w...@gnu.org wrote: compilation and installation of commit 801bab95 on my GNU/Linux box using the standard incantation (./autogen.sh, ./configure; sudo make install) was just fine, however, there are three issues, the first of them

Re: [801bab95] issues with man pages

2012-09-25 Thread Andrew Borodin
On Tue, 25 Sep 2012 12:36:29 +0200 (CEST) Werner LEMBERG wrote: the `exec_prefix' variable doesn't get expanded: ${exec_prefix}/lib/mc/ext.d/text.sh view man lessa As first step, would you please try build mc with the attached patch. Thanks! -- Andrew diff --git a/configure.ac

Re: [801bab95] issues with man pages

2012-09-25 Thread Andrew Borodin
On Tue, 25 Sep 2012 12:36:29 +0200 (CEST) Werner LEMBERG wrote: the `exec_prefix' variable doesn't get expanded: ${exec_prefix}/lib/mc/ext.d/text.sh view man lessa Please test patch https://www.midnight-commander.org/changeset/684eaa426b76a791a54b1bc8f29cc37e9dfbb8e7 Thanks! -- Andrew

Re: Segfault when viewing HTML files with mc -v

2012-07-30 Thread Andrew Borodin
On Mon, 30 Jul 2012 01:38:53 +0300 Nikos Chantziaras wrote: (I'm on Linux 64-bit. This happens with current Git master as well as the 4.8.4 release. 4.8.3 does not have the issue. Thanks for the bugreport. But best way to report bugs is to create ticket at midnight-commander.org. Since

Re: Transifex and mc.pot

2012-07-30 Thread Andrew Borodin
On Mon, 30 Jul 2012 01:34:46 +0200 David Mart?n wrote: I feel that I'm doing something wrong about translations... I keep my es.po file updated to latest git sources. Not every day nor every week, but on a regular basis. But if I upload the file to Transifex it REFUSES quite a few messages. I

Re: Segfault when viewing HTML files with mc -v

2012-07-30 Thread Andrew Borodin
On Mon, 30 Jul 2012 14:32:49 +0200 Yury V. Zaytsev wrote: Worse even it's substantially harder for most of them to communicate in English, so tickets that require a lot of communication naturally get put off till later. Some communication problems in non-native language exist, yes. But

Re: System-wide smooth scrolling?

2012-03-23 Thread Andrew Borodin
On Fri, 23 Mar 2012 03:16:32 -0700 (PDT) Gilles wrote: Smooth scrolling is available per user through ~/.mc/ini. I was wondering if MC provided a system-wide configuration file so that settings applied to all users (root and non-root)? If user's configuration files exists, it is used. If

Re: Set sort order to show directories on top.

2012-01-31 Thread Andrew Borodin
On Tue, 31 Jan 2012 21:39:59 -0600 Christian Dysthe wrote: Is it possible to set directory sort order so that directories always is shown on top? This is default sort order. Menu-Left/Right-Sort order...-Name -- Andrew ___ mc mailing list

Re: F1 can't find help

2011-11-13 Thread Andrew Borodin
On Sun, 13 Nov 2011 15:28:59 -0600 sc wrote: when i hit F1 in mc i get a message that he can't find /usr/share/mc/help/mc.hlp curiously, i have a /usr/share/mc/help path, but it is empty i'm on opensuse, installed mc from yast (4.7.5.1) This a packaging error. Ask your mc maintainer to

Re: F5/F6 rename functionality removed?!!

2011-10-09 Thread Andrew Borodin
On Sat, 8 Oct 2011 01:58:33 -0700 (PDT) slaj wrote: Anyway, that is not important, still I'm not able to rename a file because the ESC shift+6 sequence does not give me anything. Sure, shift+f6 is acceptable solution for rename, and this could be just problem of a my terminal(s) but for the

Re: Problem with renaming a file

2011-10-07 Thread Andrew Borodin
On Thu, 06 Oct 2011 20:06:43 +0200 Hartmut Figge wrote: Too complicated. I do not see an explanation how to file a bug there and searching the wiki leads to | Creating a custom report requires a comfortable knowledge of SQL. Well, i do know nothing about SQL. *g* It would be nice if you

Re: Problem with renaming a file

2011-10-07 Thread Andrew Borodin
On Fri, 07 Oct 2011 11:12:28 +0200 Hartmut Figge wrote: Wanting to file a bug and not finding a way to do so on https://www.midnight-commander.org/ i used the Tab Help/Guide and found https://www.midnight-commander.org/wiki/TracReports. The paragraph 'Creating Custom Reports' was terrifying.

Re: F5/F6 rename functionality

2011-10-06 Thread Andrew Borodin
On Thu, 6 Oct 2011 04:02:36 -0700 (PDT) slaj wrote: Why the HECK you removed rename functionality from F5/F6?!! What idiot decided to change the F5/F6 window to not show the file name!!! I've just updated MC after many years to see that developers are destroying this gem! I don't understand

Re: Problem with renaming a file

2011-10-06 Thread Andrew Borodin
On Thu, 06 Oct 2011 16:39:15 +0200 Hartmut Figge wrote: hafi@i5 ~ $ mc --version GNU Midnight Commander 4.7.5.3 Downloading a patch from bugzilla/mozilla gives a file with the name attachment.cgi?id=564208. My build script requires, that a patch begins with 'patch'. Trying a rename to

Re: Zip support broken ?

2011-09-26 Thread Andrew Borodin
On Thu, 22 Sep 2011 14:49:21 -0300 Fr?d?ric L. W. Meunier wrote: Slackware 13.37 comes with Midnight Commander 4.7.5.2 and UnZip 6.0. When I press Enter on a .zip archive, it does nothing. Well, it's known bug: https://www.midnight-commander.org/ticket/423 Would you like test the patch

Re: mc and ctrl-x

2011-09-14 Thread Andrew Borodin
On Wed, 14 Sep 2011 10:35:14 +0200 Ladislav Hagara wrote: please, is possible to give ctrl-x back as shortcut for extended keybindings mode. In new stable version 4.7.5.4 [1] you removed it. Oops, sorry, that is my fault. According to #2586 [2] you prefer ctrl-x as shortcut for !WordRight

Re: mc and ctrl-x

2011-09-14 Thread Andrew Borodin
On Wed, 14 Sep 2011 14:53:10 +0200 Ladislav Hagara wrote: BTW, why did you edit only misc/mc.keymap.default in that ticket and not also misc/mc.keymap. Imho, both should be fixed. mc.keymap is symlink to mc.keymap.default in repo. While creating the tarball, symlinks are replaced by files which

Re: What is the difference between Change time and Modify time?

2011-07-31 Thread Andrew Borodin
On Sat, 30 Jul 2011 14:10:41 -0500 (CDT) Theodore Kilgore wrote: To answer your question, please read the stat(2) man page and find description of change time (ctime) and modify time (mtime) Probably, the built-in help should be more verbose about sort orders. -- Andrew

  1   2   >