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

2022-03-21 Thread Oswald Buddenhagen via mc-devel
On Mon, Mar 21, 2022 at 09:44:45AM +0300, Andrew Borodin wrote: mc-wrapper.sh doesn't create a file. i know, but i'm using my own function (for historical reasons): mc () { local tf=$(mktemp); /usr/local/bin/mc -P $tf "$@" && test -r $tf && cd "$(<

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 Oswald Buddenhagen via mc-devel
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 more when the file already exists (which is of course the case after file=`mktemp`). Indeed. A following patch

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 regre

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

2022-03-20 Thread Oswald Buddenhagen via mc-devel
mem, | ^~~~ `mc -P $file` doesn't work any more when the file already exists (which is of course the case after file=`mktemp`). ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Help testing release candidate / mc-4.8.28-rc1

2022-03-20 Thread Yury V. Zaytsev
Hi there, 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 4.8.27 release: https://www.midnight-commander.org/nopaste/tarball/mc-4.8.28-pre1.tar.xz $ sha256sum mc-4.8.28-pre1.tar.xz

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

2021-08-03 Thread Yury V. Zaytsev
On Tue, 3 Aug 2021, Andreas wrote: This can happen if configure and build step run with different compiler. At configure step (exactly at mc-cflags.m4) compiler flags are tested against compiler support, if supported it will added to build/make config. Thanks for the tip! Maybe setting

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

2021-08-03 Thread Aleš Janda
ould be in a month or so but not in this release. But I like that someone misses my patch :-) Aleš Janda ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

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

2021-08-03 Thread Yury V. Zaytsev
Silicon will be the workaround I will put in the release notes, until we get proper autotools support (hopefully) with the next release. If you are unhappy with /usr/local, you can always specify custom prefix with --prefix=$HOME/opt/mc or so. (It doesn't include panel scrollbars from #4256

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

2021-08-02 Thread Yury V. Zaytsev
urs, Yury V. Zaytsev ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Help testing release candidate / mc-4.8.27-rc1

2021-08-01 Thread Yury V. Zaytsev
Hi there, 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 4.8.26 release: https://www.midnight-commander.org/nopaste/tarball/mc-4.8.27-pre1.tar.xz $ sha256sum mc-4.8.27-pre1.tar.xz

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

2021-01-22 Thread David Haller
Hello, I just compiled mc-4.8.26 (release version) on two systems, one ancient, one current gentoo and: On Mon, 18 Jan 2021, 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: I can c

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

2021-01-21 Thread Yury V. Zaytsev
___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

4.8.22 gpm log spam / input misbehavior when using mc under screen via ssh without root privileges

2021-01-21 Thread Bodo Eggert
Please cc me on replies (reply to all) If: - I ssh to my server - without root privileges - then start a screen - then start mc Then: - mc hammers gpm to open a connection - gpm logs: Jan 16 14:49:13 nas10 /usr/sbin/gpm[2552]: *** warning [daemon/processconn.c(129)]: Jan 16 14:49

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

2021-01-18 Thread Andrew Borodin
> I'll fix this today. Fixed: https://midnight-commander.org/changeset/a88a626e76139259e5b6fc0db39045f051e243dd -- Andrew ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

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

2021-01-17 Thread Andrew Borodin
hould add the version to AC_INIT, so that PACKAGE_VERSION > gets set correctly during configure. If not, generated docs have > 'mc-' instead of 'mc-$VERSION' (e.g. mc-4.8.25) as version in e.g. > the pdf ;) This is known too: https://midnight-commander.org/ticket/3603 >

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

2021-01-17 Thread David Haller
rses code gone?) I can do more debugging if you can't pinpoint the change... Ah, yes: $ mc --version GNU Midnight Commander 4.8.25-154-g33c84e75e Built with GLib 2.64.5 Built with S-Lang 2.3.2 with terminfo database With builtin Editor With subshell support as default With support for background o

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

2021-01-11 Thread Sergei Trofimovich via mc-devel
ps://www.midnight-commander.org/nopaste/tarball/mc-4.8.25-154-g33c84e75e.tar.xz > > $ sha256sum mc-4.8.25-154-g33c84e75e.tar.xz > ce5f965a9be603098eda65afd1aa149e285d903fe303fe907c6a5e88f28dd772 > mc-4.8.25-154-g33c84e75e.tar.xz > > I've built this tarball out of the latest

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

2021-01-11 Thread mc
Hi! 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 > 4.8.25 release: > > https://www.midnight-commander.org/nopaste/tarbal

Help testing release candidate / mc-4.8.26-rc1

2021-01-10 Thread Yury V. Zaytsev
Hi there, 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 4.8.25 release: https://www.midnight-commander.org/nopaste/tarball/mc-4.8.25-154-g33c84e75e.tar.xz $ sha256sum mc-4.8.25-154

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

2020-10-21 Thread dieter via mc-devel
On Wed, 21 Oct 2020 18:39:36 +0300 Andrew Borodin wrote: > 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 blan

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

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

2020-10-21 Thread dieter via mc-devel
Hi, due to limitations of the tar support built-in in mc (as tracked in tickets #2201 und #1952) I am using an extfs module to access tar archives - the one from openSUSE mentioned in ticket #2201. I noticed that it "stopped working" with mc 4.8.25 which has landed in openSUSE

Help testing release candidate / mc-4.8.25-rc1

2020-07-05 Thread Yury V. Zaytsev
Hi there, 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 4.8.24 release: https://www.midnight-commander.org/nopaste/tarball/mc-4.8.24-163-g171957980.tar.xz # sha256sum mc-4.8.24-163

The idea for discussion: adding to MC an autoexec file, which is sourced when pressing Ctrl-O and contains macro variables

2020-04-29 Thread Nikolai Bezroukov
Hi All, In the current versions of MC  macro variables such as  %f, %F, %d %D, etc are not available in the command line window.  But they are quite useful and were available in some old MC versions.  I implemented a "kludge" solution using programmable keyboard (writing a file

mc extfs - option of delayed subdirectories read

2020-01-23 Thread Jacek Pliszka via mc-devel
extfs when getting the full recursive list is costly/slow/unnecessary. What is needed is some kind of convention. Here: https://github.com/seyko2/mc/tree/014-extfs-partial-list author proposed that if the first line starts with ### Then the list is not recursive. I believe slightly better convention

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

2020-01-07 Thread wwp
rg/ticket/4039 Thanks, this all makes sense now! Regards, -- wwp https://useplaintext.email/ pgp5lWsce_9ki.pgp Description: OpenPGP digital signature ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

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

2020-01-07 Thread Andrew Borodin
ttps://midnight-commander.org/ticket/4039 -- А. ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

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

2020-01-07 Thread Andrew Borodin
is a result of [1]. Previously some options that are actually boolean were stored as intreger 0/1. Now its are stored as yes/no. [1] https://midnight-commander.org/ticket/4039 -- А. ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

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

2020-01-07 Thread wwp
> > https://www.midnight-commander.org/nopaste/tarball/mc-4.8.23-149-g06bf088bc.tar.xz > > $ sha256sum mc-4.8.23-149-g06bf088bc.tar.xz > bafd8a0556504c2806b77cd7506ac087d4ad050fbb4d711fbd7898fe493493fd > mc-4.8.23-149-g06bf088bc.tar.x > > I've built this tarball out of the

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

2020-01-06 Thread wwp
Hello Andrew, On Mon, 06 Jan 2020 16:18:32 +0300 Andrew Borodin wrote: > 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

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

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

2020-01-06 Thread wwp
> > https://www.midnight-commander.org/nopaste/tarball/mc-4.8.23-149-g06bf088bc.tar.xz > > $ sha256sum mc-4.8.23-149-g06bf088bc.tar.xz > bafd8a0556504c2806b77cd7506ac087d4ad050fbb4d711fbd7898fe493493fd > mc-4.8.23-149-g06bf088bc.tar.x > > I've built this tarball out of the

Help testing release candidate / mc-4.8.24-rc1

2020-01-01 Thread Yury V. Zaytsev
Hi there, 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 4.8.23 release: https://www.midnight-commander.org/nopaste/tarball/mc-4.8.23-149-g06bf088bc.tar.xz $ sha256sum mc-4.8.23-149

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

2019-06-18 Thread Yury V. Zaytsev
;>> 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. >> >&g

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

2019-06-18 Thread Egmont Koblinger via mc-devel
+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 7eaa51c79bb74

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

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

2019-06-17 Thread Egmont Koblinger via mc-devel
pared to the > > previous 4.8.22 release: > > > > https://www.midnight-commander.org/nopaste/tarball/mc-4.8.22-166-gcd16697a3.tar.xz > > > > $ sha256sum mc-4.8.22-166-gcd16697a3.tar.xz > > c518e0c746fd6755dd0733e70356c8e6a37bda4122c222de961ab78db24780fa > >

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

2019-06-17 Thread Egmont Koblinger via mc-devel
wing tarball > on your systems and report any blocker regressions as compared to the > previous 4.8.22 release: > > https://www.midnight-commander.org/nopaste/tarball/mc-4.8.22-166-gcd16697a3.tar.xz > > $ sha256sum mc-4.8.22-166-gcd16697a3.tar.xz > c518e0c746fd6755dd0733e70356c8e

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

2019-06-17 Thread Henning
On 17/06/2019 16:42, Henning wrote: Build and run ok on CYGWIN_NT-6.3 3.1.0s(0.338/5/3) 2019-06-05 i686. Just build (and run) ok from master. Warnings about shadowed declarations are gone, but 'mc --version' gives 'unknown'. Henning ___ mc

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

2019-06-17 Thread Henning
t-attribute=format] vfprintf (stderr, message, ap); ^~~~ - And finally, I'm not knowledgeable enough to know about blocker regressions. If I can do something to provoke things, please tell me. Otherwise I'm looking forward to the final release. (I'm a long-time [1998] and hardcore

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 92146f10333f6068d6b0a54921bd2cae284705a

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

2019-06-17 Thread David Martin via mc-devel
libsmb/smbencrypt.o libsmb/smbdes.o libsmb/nmblib.o libsmb/namequery.o libsmb/nterr.o libsmb/smberr.o make[5]: se sale del directorio '/home/dmartin/git/mc-4.8.22-166-gcd16697a3/src/vfs/smbfs/helpers' make[5]: se entra en el directorio '/home/dmartin/git/mc-4.8.22-166-gcd16697a3/src

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’: > ../../../../mc-4.8.22-166-gcd

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

2019-06-16 Thread Jack Woehr via mc-devel
'/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’: ../../../../mc-4.8.22-166-gcd16697a3/src/vfs/sfs/sfs.c:281:10: warning: declaration of ‘sfs_info’ shadows a global declaration [-Wshadow] int

Help testing release candidate / mc-4.8.23-rc1

2019-06-16 Thread Yury V. Zaytsev
Hi there, 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 4.8.22 release: https://www.midnight-commander.org/nopaste/tarball/mc-4.8.22-166-gcd16697a3.tar.xz $ sha256sum mc-4.8.22-166

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 ht

Re: Ctrl+J in mc

2019-01-03 Thread Jan Synacek via mc-devel
On Fri, Nov 16, 2018 at 11:40 AM Ivan Pizhenko via mc-devel wrote: > > Hi, I'm wondering why following happens: > In Ubuntu and FreeBSD, when I am pressing Ctrl+J in MC, it puts name > of file on which file cursor is currently on. But this doesn't work in > CentOS and RHE

Re: Ctrl+J in mc

2019-01-03 Thread Ivan Pizhenko via mc-devel
Thanks! Didn't know about Alt+Enter. Looks like in Ubuntu Ctrl+J generates Alt+Enter and in RHEL/CentOS just Enter пт, 16 лист. 2018 о 13:18 Thomas Zajic пише: > > * Ivan Pizhenko via mc-devel, 28.10.18 21:52 > > > Hi, I'm wondering why following happens: > > In Ubuntu a

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

2019-01-03 Thread Jack Woehr via mc-devel
dir.lo CC ext.lo CC file.lo /home/JWOEHR/work/mc-4.8.21-108-g4b46e6194/src/filemanager/file.c: In function 'get_times': /home/JWOEHR/work/mc-4.8.21-108-g4b46e6194/src/filemanager/file.c:899:17: error: incompatible types when assigning to type 'struct timespec' from type

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

2019-01-03 Thread Jack Woehr via mc-devel
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 > > functio

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': > /home

Help testing release candidate / mc-4.8.22-rc1

2018-12-29 Thread Yury V. Zaytsev
Hi there, 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 4.8.21 release: https://www.midnight-commander.org/nopaste/tarball/mc-4.8.21-108-g4b46e6194.tar.xz $ sha256sum mc-4.8.21-108

Re: Ctrl+J in mc

2018-11-16 Thread Thomas Zajic
* Ivan Pizhenko via mc-devel, 28.10.18 21:52 > Hi, I'm wondering why following happens: > In Ubuntu and FreeBSD, when I am pressing Ctrl+J in MC, it puts name > of file on which file cursor is currently on. But this doesn't work in > CentOS and RHEL. > How to fix that in CentOS a

Ctrl+J in mc

2018-11-16 Thread Ivan Pizhenko via mc-devel
Hi, I'm wondering why following happens: In Ubuntu and FreeBSD, when I am pressing Ctrl+J in MC, it puts name of file on which file cursor is currently on. But this doesn't work in CentOS and RHEL. How to fix that in CentOS and RHEL? Ivan. ___ mc-devel

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

2018-05-29 Thread Marco Atzeri
that we aren't regularly using ourselves (non-Linux), like FreeBSD, Solaris, etc. If no serious regressions are going to be uncovered, we'll probably release 4.8.21 in the week to come... Many thanks! Builds fine on cygwin 64 bit with gcc 7.3 ___ mc

Help testing release candidate / mc-4.8.21-rc1

2018-05-27 Thread Yury V. Zaytsev
Hi there, 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 4.8.20 release: https://www.midnight-commander.org/nopaste/tarball/mc-4.8.20-144-ge20376f.tar.xz $ sha256sum mc-4.8.20-144

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

2017-11-18 Thread Yury V. Zaytsev
lowing tarball on your systems and report any blocker regressions as compared to the previous 4.8.19 release: https://www.midnight-commander.org/nopaste/tarball/mc-4.8.19-128-g92f190e.tar.xz $ sha256sum mc-4.8.19-128-g92f190e.

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

2017-11-18 Thread Egmont Koblinger
evious 4.8.19 release: > > https://www.midnight-commander.org/nopaste/tarball/ > mc-4.8.19-128-g92f190e.tar.xz > > $ sha256sum mc-4.8.19-128-g92f190e.tar.xz > d4106d955c586cf593a0558c9c27d51d09dfcca7ea6386873b0922cd5d05add6 > mc-4.8.19-128-g92f190e.tar.xz > > I've built this ta

Help testing release candidate / mc-4.8.20-rc1

2017-11-18 Thread Yury V. Zaytsev
Hi there, 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 4.8.19 release: https://www.midnight-commander.org/nopaste/tarball/mc-4.8.19-128-g92f190e.tar.xz $ sha256sum mc-4.8.19-128

Re: bad timestamps mc-4.8.19 copy from archive

2017-10-09 Thread Nerijus Baliunas
On Fri, 11 Aug 2017 04:53:25 -0400 Felix Miata <mrma...@earthlink.net> wrote: > Actual behavior: > All files from archive show current timestamps > > Expected behavior: > Files and directories inherit individual timestamps from archive It was reported by me - https://mail.

Re: mc macro recording/editing issues

2017-09-20 Thread Andrew Borodin
%C as file offset (WEdit.buffer.curs1)? Should > I file a bug for it? No. usermenu.c isn't related to editor and editor macros. It is related to user menu (called via F2 in file namager or F11 in the editor). I can't confirm that recorded macro isn't stored in ~/.local/share/mc/mc.macros. It works f

Re: mc macro recording/editing issues

2017-09-20 Thread Sergey Naumov
AFAIU the call chain is the following: {"ExecuteScript", CK_PipeBlock (0)} /* CK_PipeBlock */ edit_block_process_cmd() -> user_menu() -> user_menu_cmd() -> execute_menu_command() -> expand_format() Therefore format of .local/share/mc/mcedit/macros.d/macro.*.sh is th

Re: mc macro recording/editing issues

2017-09-20 Thread Sergey Naumov
into this... > > -- > Sincerely yours, > Yury V. Zaytsev > _______ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: mc macro recording/editing issues

2017-09-19 Thread Yury V. Zaytsev
might get luckier with mcedit/etags integration, not sure if there it anything etags-like for go, but if I were you, I'd rather look into this... -- Sincerely yours, Yury V. Zaytsev ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: mc macro recording/editing issues

2017-09-19 Thread Sergey Naumov
Naumov <sknau...@gmail.com>: > Hi All. > > I'm trying to use macro in mcedit. Man says, that recoded macros should > end up in ~/.local/share/mc/mc.macros file. Neither when I record a macro > nor when I use "save setup" in mcedit or mc I do no see any updates in

mc macro recording/editing issues

2017-09-19 Thread Sergey Naumov
Hi All. I'm trying to use macro in mcedit. Man says, that recoded macros should end up in ~/.local/share/mc/mc.macros file. Neither when I record a macro nor when I use "save setup" in mcedit or mc I do no see any updates in mc.macros. If I exit from mc and start it again, recorded macr

bad timestamps mc-4.8.19 copy from archive

2017-08-11 Thread Felix Miata
/fm.no-ip.com/ _______ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: new MC logo proposal

2017-07-15 Thread Antoni Bella Pérez via mc-devel
Hi, +1 for mc-univers Regards Toni ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: new MC logo proposal

2017-07-14 Thread Yury V. Zaytsev
On Fri, 14 Jul 2017, pierre-philipp braun wrote: Once you've picked one up, myself or one of yours can easily generate resized flavors and favicon.ico accordingly. Yes, there was no budget for this. But I find some of those pngs pretty neat esp. `mc-bigchief.png`. I think the `mc

Re: new MC logo proposal

2017-07-14 Thread Felix Miata
pierre-philipp braun composed on 2017-07-14 15:27 (UTC+0200): > ...I would like to > propose a possible replacement of the MC logo which is displayed on the > website and possibly used as desktop icon. Please see sample MC logos > hereby attached and let me know if you're inter

new MC logo proposal

2017-07-14 Thread pierre-philipp braun
Hello mc devs & board, I'm an occasional MC user for some time now and since I'm only a sysadmin, my contribution is somehow limited. However, I would like to propose a possible replacement of the MC logo which is displayed on the website and possibly used as desktop icon. Please see sa

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

2017-02-24 Thread David Haller
from now on and report regressions. -dnh -- Sorry, I don't know how to help in this situation. Maybe you should try asking a human? -- a TeX message _______ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Help testing release candidate / mc-4.8.19-rc1

2017-02-24 Thread Yury V. Zaytsev
Hi there, 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 4.8.18 release: http://www.midnight-commander.org/nopaste/tarball/mc-4.8.18-250-g60faabd.tar.xz $ sha256sum mc-4.8.18-250

Re: Possible usability addition to mc quickview panel

2016-11-03 Thread Yury V. Zaytsev
On Sat, 15 Oct 2016, Sacha Hony wrote: I have inspected the mc source code and it seems like a relative simple addition because the whole framework of calling external programs based on file-magic is already there. Please use the ticket tracker to file feature requests and propose patches

Do you know how to fix "ALT+I" key combo in tightvnc for mc?

2016-11-03 Thread Alexander Oberhuber
Hello, I'm sorry, but maybe you can help me? I'm trying to connect to a Ubuntu 16.04 LTS server using tightvnc. It works neatly, but they key combination "ALT+I" is not being transmitted to midnight commander correctly: Instead of changing both panels to the same directory, MC jus

Possible usability addition to mc quickview panel

2016-11-03 Thread Sacha Hony
Dear MC developers, I use MC a lot during my work. I thought of a possible usability addition that would improve my work flow significantly. I often browse through older archives and directories in which case I use the quickview-panel to inspect the content. During this I find myself repeatedly

Strange problems with mc

2016-11-03 Thread Orlando Marton - Claus Web SRL
Hello, I have a question, i have made a script in .bashrc and since then Im having issues when exiting from mc. 1.At first the problem was the script had the name test (){code} Each time i have exited from mc the script was rulled. 2.Now I have renamed the script to phpininew(){code

Re: root:root ownership of ~/.local/share/mc

2016-11-03 Thread /dev/rob0
On Sat, Sep 17, 2016 at 05:55:04PM +0200, David Martín wrote: > I'm not sure if this is to be considered as a bug or if it is It definitely is not a bug, merely a user misunderstanding. > just an «unfortunate coincidence». In case it's of any use I > will report: > > I am an ac

Re: root:root ownership of ~/.local/share/mc

2016-10-10 Thread Yury V. Zaytsev
On Sat, 17 Sep 2016, David Martín wrote: I'm not sure if this is to be considered as a bug or if it is just an «unfortunate coincidence». In case it's of any use I will report: Well, that's your own fault, you should be rather using: sudo -i mc -- Sincerely yours, Yury V

Re: MC bug?

2016-10-10 Thread Yury V. Zaytsev
On Thu, 29 Sep 2016, Павел Хмиленко wrote: MC installed with brew on macOS Sierra. Getting this error message when trying to run as superuser.   https://gyazo.com/5867954c6971e643a89c5772d1982111 screenshot   Runs as superuser only if   sudo mc -u --nosubshell Well, it couldn't detect

root:root ownership of ~/.local/share/mc

2016-10-10 Thread David Martín
I'm not sure if this is to be considered as a bug or if it is just an «unfortunate coincidence». In case it's of any use I will report: I am an active user of mc. After a fresh install of GNU/Linux (mostly Ubuntu flavors) my first steps look like $> sudo apt install mc $> s

MC bug?

2016-10-10 Thread Павел Хмиленко
Hello!MC installed with brew on macOS Sierra. Getting this error message when trying to run as superuser. https://gyazo.com/5867954c6971e643a89c5772d1982111 screenshot Runs as superuser only if sudo mc -u --nosubshell  ___ mc-devel mailing list https

Re: Help testing the pre-release of mc-4.8.18

2016-09-26 Thread Yury V. Zaytsev
! One day, we'll get to it. Hopefully. -- Sincerely yours, Yury V. Zaytsev ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: Help testing the pre-release of mc-4.8.18

2016-09-26 Thread Andrey Tataranovich
ry with > > cyrillic names in it. But after error MC show correct directory > > listing. > > I think that must have the same underlying reason as this ticket: > > http://www.midnight-commander.org/ticket/3406 > > ... do you have the same issue with

Re: Help testing the pre-release of mc-4.8.18

2016-09-26 Thread Yury V. Zaytsev
Hi Andrey, Thank you for testing! On Mon, 26 Sep 2016, Andrey Tataranovich wrote: Have found "SFTP Protocol error (-31)" when entering directory with cyrillic names in it. But after error MC show correct directory listing. I think that must have the same underlying reason as t

Re: Help testing the pre-release of mc-4.8.18

2016-09-26 Thread Andrey Tataranovich
On Sun, 25 Sep 2016 20:43:46 +0200 "Yury V. Zaytsev" <y...@shurup.com> wrote: > TLDR; we would appreciate if you could test the following tarball on > your systems and report any blocker regressions as compared to 4.8.17: > > http://www.midnight-commander.org/n

Help testing the pre-release of mc-4.8.18

2016-09-25 Thread Yury V. Zaytsev
Hi there, TLDR; we would appreciate if you could test the following tarball on your systems and report any blocker regressions as compared to 4.8.17: http://www.midnight-commander.org/nopaste/tarball/mc-4.8.17-122-g6822251.tar.xz $ sha256sum mc-4.8.17-122-g6822251.tar.xz

Re: mc : bug in locale fr

2016-09-12 Thread Yury V. Zaytsev
t! -- Sincerely yours, Yury V. Zaytsev_______ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

mc : bug in locale fr

2016-09-12 Thread mab974
Hi, I'm using mc-4.8.16 in french language and shortcut "N" is duplicate in the context menu "Sort order". This is embarrassing ;) It should be great to change " trié" to "N Trié" for example "o" is free. For now, i change it manually but it's

Re: mc^2 news (august 2016)

2016-09-11 Thread Yury V. Zaytsev
. -- Sincerely yours, Yury V. Zaytsev ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: mc^2 news (august 2016)

2016-09-11 Thread Andrey Gursky
p you with. > > In my personal view of the situation, however, then the biggest problem > with mc codebase today is the abysmal state of test coverage, which makes > maintenance a gamble and demands extreme efforts to review patches. > > Before this problem is addressed, I'm not ve

Re: mc^2 news (august 2016)

2016-08-20 Thread Yury V. Zaytsev
On Fri, 19 Aug 2016, denisgolovan wrote: It looks to me it will require becoming an MC developer first. To make a positive influence on this process, I mean. Estimating/tearing tickets apart/etc. requires quite a lot of project internal structure knowledge. That's correct; it's a very time

Re: mc^2 news (august 2016)

2016-08-19 Thread denisgolovan
18.08.2016, 22:01, "Yury V. Zaytsev" <y...@shurup.com>: > Besides, I don't even want to work on mc all day long :-) It's a great > hobby project for a few days per week, but that's about it. So, my > personal dream would be to find an employer who is ready to sponsor 1/

Re: mc^2 news (august 2016)

2016-08-18 Thread Yury V. Zaytsev
for the engineers who do go for this (I know some, and they are really seriously brilliant), but, very unfortunately, this is not a compromise that I'm personally prepared to accept. Besides, I don't even want to work on mc all day long :-) It's a great hobby project for a few days per week, but that's

Re: mc^2 news (august 2016)

2016-08-18 Thread denisgolovan
t;y...@shurup.com> 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

Re: mc^2 news (august 2016)

2016-08-17 Thread Mooffie
On 8/17/16, Yury V. Zaytsev <y...@shurup.com> 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 t

Re: mc^2 news (august 2016)

2016-08-17 Thread Yury V. Zaytsev
ng 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 and if all goes well I will again get more actively involved in mc this fall. In the mean time, kudos to Andrew who is single-handedly doing some excellent

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

  1   2   3   4   5   6   7   8   9   10   >