RE: TODO list for the next version

2001-05-29 Thread Nerijus Baliunas
I'm just trying to list issues that, in my opinion, must be addressed before the next version is released. Will you apply my patch for mc.ext? Regards, Nerijus ___ Mc-devel mailing list [EMAIL PROTECTED]

RE: TODO list for the next version

2001-05-29 Thread Nerijus Baliunas
Ok, I have applied a patch bases on yours. It tries catdoc, word2x and then strings. Excel files are handled by xls2csv and the fallback is also strings. Thanks! I will finally not need to handpatch mc.ext after 2 years of patching... BTW, good idea to use || and strings. What about lib and

RE: TODO list for the next version

2001-06-18 Thread Nerijus Baliunas
Hello, Ok, I have applied a patch bases on yours. It tries catdoc, word2x and then strings. Excel files are handled by xls2csv and the fallback is also strings. The resulting entries in mc.ext are: # Microsoft Word Document regex/\.([Dd]o[ct]|DO[CT]|[Ww]ri|WRI)$ View=%view{ascii}

RE: TODO list for the next version

2001-06-18 Thread Nerijus Baliunas
I don't know why you think that antiword is better than its alternatives. It didn't even install properly for me (version 0.31) - I had to create ~/.antiword by hand. Even worse, it doesn't understand the locale charset (LANG=ru_RU.KOI8-R) and blindly tries to load 8859-1.txt. Yes, I noticed

zipfs

2001-11-20 Thread Nerijus Baliunas
Hello, There is a problem with zipfs - if I enter some zip archive and view some file (press F3 inside it), zip archive's date changes to current date. Regards, Nerijus ___ Mc-devel mailing list [EMAIL PROTECTED]

Re[2]: How to use mouse with mc in console

2002-04-11 Thread Nerijus Baliunas
On Thu, 11 Apr 2002 10:51:53 +0200 Peter Hugosson-Miller [EMAIL PROTECTED] wrote: PH 2. It's not likely to be a mc problem. More likely a library problem PH since you've asserted that the mouse 'works' [the cursor moves and you PH can paste]. Have you tried any other console-apps like lynx,

Re[2]: panel_scroll_pages patch

2002-04-11 Thread Nerijus Baliunas
On Thu, 11 Apr 2002 21:45:53 +0200 Shiar [EMAIL PROTECTED] wrote: S latest alterations: S - slight display error w/o panel header fixed. S - corrected mouse position with panel header disabled. S - file [mca]time is now customizable in the ini file. S S could anybody plz comment? or am i the

subshell on AIX

2002-04-26 Thread Nerijus Baliunas
Hello, I have just compiled mc from cvs on AIX 4.2 (with subshell enabled), but subshell does not work. If I press Ctrl-O I can see output of previously entered commands, but no shell prompt, and if I press any key I get mc panels back. I tried various TERMs, but it did not help. Any ideas?

Re[2]: subshell on AIX

2002-04-27 Thread Nerijus Baliunas
On Sat, 27 Apr 2002 17:03:15 +0400 Andrew V. Samoilov [EMAIL PROTECTED] wrote: AVS Hello, AVS AVS I have just compiled mc from cvs on AIX 4.2 (with AVS subshell enabled), AVS but subshell does not work. If I press Ctrl-O I can see AVS output of AVS previously entered commands, but no shell

Re[2]: subshell on AIX

2002-04-27 Thread Nerijus Baliunas
On Sat, 27 Apr 2002 17:05:36 +0400 Andrew V. Samoilov [EMAIL PROTECTED] wrote: AVS Hello, AVS AVS I have just compiled mc from cvs on AIX 4.2 (with AVS subshell enabled), AVS but subshell does not work. If I press Ctrl-O I can see AVS output of AVS previously entered commands, but no shell

Re[6]: subshell on AIX

2002-04-27 Thread Nerijus Baliunas
On Sat, 27 Apr 2002 18:54:03 -0400 Alexander Varakin [EMAIL PROTECTED] wrote: AV I fixed this problem about 2 weeks ago. I posted the patch on this list. AV Hopefully it was applied to cvs, if not - just apply my patch yourself. AV It works for me on AIX 4.3.3 and 5L with bash and xterm. I used

Re: Web editing with mc

2002-07-29 Thread Nerijus Baliunas
On Mon, 29 Jul 2002 13:47:39 -0400 (EDT) David Martin [EMAIL PROTECTED] wrote: 4) Viewers: What about trying links before lynx? I think I sent a patch for that some time ago. BTW, Pavel changed avi/mpg to mplayer, thanks! Regards, Nerijus ___

Re: hardcoded /tmp instead of TMPDIR

2002-09-05 Thread Nerijus Baliunas
On Thu, 5 Sep 2002 22:16:55 +0200 Oskar Liljeblad [EMAIL PROTECTED] wrote: MC does not use $TMP. (The reporter must have meant $TMPDIR.) BTW, it would be nice if mc created temporary files in $TMPDIR/mc-username instead of $HOME/.mc/tmp (the ones with directory names inside as I understand).

Re[2]: Can't compile CVS: libvfs-mc.a undefined references

2002-09-21 Thread Nerijus Baliunas
On Sat, 21 Sep 2002 02:47:56 -0400 (EDT) Pavel Roskin [EMAIL PROTECTED] wrote: --libdir=/usr/local/share I would like to suggest using share for architecture independent files and lib for dependent, again. Regards, Nerijus ___ Mc-devel mailing list

problem with nls on AIX

2002-09-30 Thread Nerijus Baliunas
Hello, I get this error at the linking stage: collect2: ld returned 8 exit status ld: 0711-317 ERROR: Undefined symbol: ..libintl_gettext ld: 0711-317 ERROR: Undefined symbol: ..libintl_bindtextdomain ld: 0711-317 ERROR: Undefined symbol: ..libintl_textdomain ld: 0711-345 Use the -bloadmap or

Re[2]: Another way to fix subshell problem on AIX

2002-09-30 Thread Nerijus Baliunas
On Wed, 25 Sep 2002 01:29:00 -0400 (EDT) Pavel Roskin [EMAIL PROTECTED] wrote: #elif IS_AIX strcpy (pty_name, /dev/ptc); pty_master = open (pty_name, O_RDWR); #else Applied. Thank you! I can confirm that this fix works for AIX 4.2. Thanks! Regards, Nerijus

Re[2]: problem with nls on AIX

2002-09-30 Thread Nerijus Baliunas
On Mon, 30 Sep 2002 18:49:42 -0400 (EDT) Pavel Roskin [EMAIL PROTECTED] wrote: ld: 0711-317 ERROR: Undefined symbol: ..libintl_gettext It look like an attempt to link object files compiled by different compilers. Probably. I suspect the problem could be with gettext.0.11.5.tar.Z

Re: Links -dump as HTML viewer

2002-10-17 Thread Nerijus Baliunas
On Thu, 17 Oct 2002 07:42:35 -0400 (EDT) David Martin [EMAIL PROTECTED] wrote: 9.0. It includes links 2.1pre2 and it seems that the -dump option has been removed. Sniff. You get a warning about it when viewing HTML files and I'm afraid that lynx is used instead. That's my error.

Re[2]: Compiled mc on OS-X (Jaguar)

2002-11-10 Thread Nerijus Baliunas
On Sun, 10 Nov 2002 21:10:11 -0500 (EST) Pavel Roskin [EMAIL PROTECTED] wrote: What's the name and the version of your C compiler? In Jaguar it's gcc 3.1, IIRC. Regards, Nerijus ___ Mc-devel mailing list [EMAIL PROTECTED]

Re[4]: Compiled mc on OS-X (Jaguar)

2002-11-10 Thread Nerijus Baliunas
On Sun, 10 Nov 2002 22:59:37 -0500 (EST) Pavel Roskin [EMAIL PROTECTED] wrote: It seems the same problem is with earlier OS-X; so you probably could use SF compile farm. Sorry, I don't see the same problem based in the information you provided. I assumed so, as cc didn't produce

Re: FW: saving file position, bracket matching extension

2002-11-27 Thread Nerijus Baliunas
On Wed, 27 Nov 2002 11:38:39 +0100 BRTHZI Andrs [EMAIL PROTECTED] wrote: [posting without the patches - patches are larger than 40kB, so the posting was not allowed - during the time it will be enabled to post to the list, you can download it from: http://www.wish.hu/mc_patch.tar.gz] I've

Re: [PATCH] bracket matching extension

2002-11-29 Thread Nerijus Baliunas
On Fri, 29 Nov 2002 07:36:22 +0100 BARTHAZI Andras [EMAIL PROTECTED] wrote: Sorry, I don't feel safe about applying your patch. OK, I understand it. I have no more time to send patches for /dev/null, so goodbye, and have fun! If somebody interested in, please look after my patches! Hmm,

Re[3]: problem with nls on AIX

2002-12-02 Thread Nerijus Baliunas
On Tue, 1 Oct 2002 22:55:01 -0400 (EDT) Pavel Roskin [EMAIL PROTECTED] wrote: Could you please try --with-included-gettext option? I used this option with autogen.sh, is it OK? As we can see below, it is still not OK. Please remove the gettext package completely, including the

Re[4]: problem with nls on AIX

2002-12-02 Thread Nerijus Baliunas
On Mon, 2 Dec 2002 12:30:06 -0500 (EST) Pavel Roskin [EMAIL PROTECTED] wrote: Is it possible to add some switch to autogen.sh to NOT use any gettext support at all? It's quite hard. Some references to gettext are hardcoded in configure.in and Makefile.am, so they would have to be

Re: MC Hints: F13 == Shift-F3 ?

2002-12-04 Thread Nerijus Baliunas
On Wed, 4 Dec 2002 14:26:46 +0100 (CET) David Sterba [EMAIL PROTECTED] wrote: in hint files (all languages) is a mistake: Hint: F13 (or Shift-F3) invokes the viewer in raw mode. There should be Shift-F1. Patch attached. It depends on the terminal IIRC, so it may be Shift-F1 or Shift-F3.

Re: Issues with /tmp/mc-$USER directory

2002-12-28 Thread Nerijus Baliunas
On Sun, 29 Dec 2002 00:15:30 +0100 (CET) Tomasz Koczko [EMAIL PROTECTED] wrote: Next close thing .. Sometimes $TMPDIR is assigned to ~/tmp or smething similar and sometimes volumen with /home is mounted as noexec and this breaks many mc functiomalities like cd arch_file. But you can always

Suspend in Find File dialog

2003-01-01 Thread Nerijus Baliunas
Hello, When I upgraded to latest 4.6.0 pre, I noticed that pressing Alt-S (Suspend) in Find File dialog is very unresponsive, i.e. mc actually suspends the search in 10-60 seconds. In version 4.5.55 it was almost instant. Regards, Nerijus ___ Mc-devel

/tmp/mc-username issues

2003-01-19 Thread Nerijus Baliunas
Hello, If /tmp/mc-username is removed when mc is running (by the /tmp cleaning scripts for example), I get an error: Cannot create temporary command file No such file or directory (2) when I try to enter tar.gz file. Regards, Nerijus ___ Mc-devel

Re[2]: MC topdir /.. remove!

2003-01-22 Thread Nerijus Baliunas
On Wed, 22 Jan 2003 16:01:09 +0100 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: prefs. I used to use it that way for many years now and Now the first entry is /bin here no topmost /.. or /. to push. I don't understand. Could you please explain it in more details? What are you

Re[2]: .syntax file syntax changed since 4.5.4x?

2003-01-27 Thread Nerijus Baliunas
On Mon, 27 Jan 2003 16:37:32 -0500 (EST) Pavel Roskin [EMAIL PROTECTED] wrote: Please be assured that I do what I can to make the next release stable and reliable. I'm not resting - I have a lot of things to do, not all of which are related to mc, unfortunately. There is no specific problem

Re[2]: [PATCH] dotdot in the root directory

2003-01-30 Thread Nerijus Baliunas
On Thu, 30 Jan 2003 17:12:32 +0100 Jaroslaw Swierczynski [EMAIL PROTECTED] wrote: 2. Type 'cd /' command. This will get you to root dir even faster from any subdirectory. Of course, whenever it is possible I do so, but many times my left hand is busy :) You can press Ctrl+\, enter, if

Re[2]: An old patch

2003-01-30 Thread Nerijus Baliunas
On Fri, 31 Jan 2003 05:15:49 +0100 Attila Feher (LMF) [EMAIL PROTECTED] wrote: Do you always treat newcomers with complete silence? Why do you think so? I know open source projects with response time of a week or more. Regards, Nerijus ___ Mc-devel

Re: Highlighting trailing spaces

2003-02-02 Thread Nerijus Baliunas
On Sun, 2 Feb 2003 03:34:10 +0100 Arpi [EMAIL PROTECTED] wrote: Btw, the Makefile syntax ruleset also contains an ugly part, showing TABs with bright red backround. It's even worse, as TABs are correct there. I like it - I don't forget to add TABs when adding new lines to Makefiles then. Maybe

Re: Update TODO list

2003-02-06 Thread Nerijus Baliunas
On Thu, 6 Feb 2003 14:29:42 +0100 Arpi [EMAIL PROTECTED] wrote: The fishfs is a little buggy, if you start transferring a big file and then aborts with ctrl+c, it gets into unusable state, and thanks to the vfs dir cache you have to quit mc and restart to get it working again... Command-Free

Re: several issues + wishes

2003-02-18 Thread Nerijus Baliunas
On Tue, 18 Feb 2003 11:53:32 +0100 Oswald Buddenhagen [EMAIL PROTECTED] wrote: mc forgets to reset the x window title when it exits. It was never meant to reset the title. There was a discussion how to restore the original title, but no good solution was suggested. too bad. is the

Re: mc 4.6.0 subshell fix for FreeBSD 5.x

2003-08-05 Thread Nerijus Baliunas
Hello, Attached patch fixes subshell support for FreeBSD 5.x which has grantpt(3). What kind of problem do you have? Does your patch work with FreeBSD 4.x? Yes my patch works with FreeBSD 4.x. FreeBSD 4.x does not have grantpt(3) so BSD version of pty_open_master is compiled in from

Re: mc 4.6.0 subshell fix for FreeBSD 5.x

2003-08-05 Thread Nerijus Baliunas
On Tue, 5 Aug 2003 16:59:56 +0300 (EEST) Nerijus Baliunas [EMAIL PROTECTED] wrote: Yes my patch works with FreeBSD 4.x. FreeBSD 4.x does not have grantpt(3) so BSD version of pty_open_master is compiled in from subshell.c. BTW, I've just compiled mc cvs on FreeBSD 4.5, and subshell does

Re: mc 4.6.0 subshell fix for FreeBSD 5.x

2003-08-05 Thread Nerijus Baliunas
On Tue, 5 Aug 2003 18:26:42 +0300 (EEST) Nerijus Baliunas [EMAIL PROTECTED] wrote: IMHO BSD version of pty_open_master is flawed - for (ptr2) loop always returns, so for (ptr1) loop only runs the first time, no? No, sorry, it's OK, when I took a closer look. But why subshell doesn't work

Re: Version 4.6.0 crashing on HP-UX 11i with glib 1.2.10

2003-09-02 Thread Nerijus Baliunas
On Tue, 2 Sep 2003 11:15:59 +0200 Ralph Schenn [EMAIL PROTECTED] wrote: When i select Left - Listing Mode and check User Mini Status and then try to edit the line below the Checkbox the program crashes with the following codedump: (See attached file: mc-4.6.0.core) Why did you send core

Re: Please test latest mc-stable snapshot

2005-01-25 Thread Nerijus Baliunas
On Sat, 15 Jan 2005 12:55:17 +0500 Pavel Shirshov (pchel) [EMAIL PROTECTED] wrote: Please test http://pavelsh.pp.ru/mc/mc-4.6.1-pre2b.tar.gz On AIX 5.1 sizes are always 0 in a copy or move dialog, when destination file already exists. # ls -l /sbin/apcaccess -rwxr-xr-x 1 root

Re: Issues to fix before 4.6.1?

2005-04-10 Thread Nerijus Baliunas
On Sat, 26 Mar 2005 09:25:28 +0100 Leonard den Ottolander [EMAIL PROTECTED] wrote: Could you please tell us which according to you are issues that still need to be fixed before a release of 4.6.1? On AIX 5.1 sizes are always 0 in a copy or move dialog, when destination file already exists.

Re: %view macro in the user menu implemented

2005-04-10 Thread Nerijus Baliunas
Hello, Just stepped over this old message - do we really need Strip headers from current newsarticle in user menu? It is even default for files here... Nerijus On Mon, 8 Sep 2003 16:32:37 -0400 Sean King [EMAIL PROTECTED] wrote: On Thu, Sep 04, 2003 at 01:17:28PM -0400, Pavel Roskin wrote:

Re: Updated Lithuanian translation

2005-04-22 Thread Nerijus Baliunas
On Tue, 12 Apr 2005 18:05:22 -0400 Pavel Roskin [EMAIL PROTECTED] wrote: Have you applied it to MC_4_6_1_PRE? I don't see it in cvs. Initially, I only applied it to HEAD. The lt.po file was obviously for the HEAD branch because it has translations for all messages in it. I've just

PATCH new OOo2 file extensions

2005-05-12 Thread Nerijus Baliunas
Hello, Please apply this patch: --- mc.ext.orig 2005-04-21 10:15:14.0 +0300 +++ mc.ext 2005-05-12 21:52:22.0 +0300 @@ -347,8 +347,9 @@ Open=(ooffice %f ) # StarOffice 6 and OpenOffice.org formats -regex/\.(sxw|stw|sxc|stc|sxi|sti|sxd|std|sxm|sxg)$

Re: PATCH new OOo2 file extensions

2005-05-13 Thread Nerijus Baliunas
On Fri, 13 May 2005 11:02:57 -0400 Pavel Roskin [EMAIL PROTECTED] wrote: --- mc.ext.orig 2005-04-21 10:15:14.0 +0300 +++ mc.ext 2005-05-12 21:52:22.0 +0300 @@ -347,8 +347,9 @@ Open=(ooffice %f ) # StarOffice 6 and OpenOffice.org formats

Re: PATCH new OOo2 file extensions

2005-05-13 Thread Nerijus Baliunas
On Fri, 13 May 2005 18:13:29 -0400 Pavel Roskin [EMAIL PROTECTED] wrote: IMHO it's safe to apply to MC_4_6_1_PRE too. Most changes are safe to apply, but it takes additional time. I'm Yes, but not in this trivial case :) thinking of skipping 4.6.1 and going to 4.7.0 because the changes

translation update

2005-07-04 Thread Nerijus Baliunas
Hello, please apply a simple patch to both branches. It just alligns numbers (dates and sizes) in copy overwrite dialog (I just added 2 spaces after Šaltinio data:;, so that its length now is the same as Paskirties data:;). Regards, Nerijus lt.po.MC_4_6_1_PRE.diff Description: Binary data

Re: translation update

2005-07-04 Thread Nerijus Baliunas
On Mon, 04 Jul 2005 16:36:26 +0300 Andy Shevchenko [EMAIL PROTECTED] wrote: please apply a simple patch to both branches. It just alligns numbers (dates and sizes) in copy overwrite dialog (I just added 2 spaces after Х altinio data:;, so that its length now is the same as Paskirties

Re: Removal of 7-zip oipening support - accidental?

2005-07-20 Thread Nerijus Baliunas
On Thu, 21 Jul 2005 01:26:17 +0200 Leonard den Ottolander [EMAIL PROTECTED] wrote: No such thing happened. I was under the impression PRE and HEAD were in sync here, so I just copied in the PRE version into HEAD. These kind of minor changes that are unlikely to break things have been kept

Re: Internal slang updated to 2.0.5

2005-12-06 Thread Nerijus Baliunas
On Sat, 12 Nov 2005 20:53:11 +0100 Leonard den Ottolander [EMAIL PROTECTED] wrote: As the idea to introduce a second version of an internal slang was not met with much enthusiasm and I don't think we should drop the internal slang (yet?) I've upgraded the internal version to 2.0.5. It's

Re: Internal slang updated to 2.0.5

2005-12-07 Thread Nerijus Baliunas
On Wed, 07 Dec 2005 13:43:39 +0100 Leonard den Ottolander [EMAIL PROTECTED] wrote: Is this the same issue as the one you fixed for slang 1 (http://savannah.gnu.org/cgi-bin/viewcvs/mc/mc/slang/include/slang.h.diff?r1=1.3r2=1.4 )? Yes, adding || defined (_AIX) helped. Please let me know,

Re: Internal slang updated to 2.0.5

2005-12-07 Thread Nerijus Baliunas
Hello, mc from cvs on AIX does not display any lines at all (between panels, in a Copy dialog, etc.). Regards, Nerijus ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

Re: Internal slang updated to 2.0.5

2005-12-08 Thread Nerijus Baliunas
On Thu, 08 Dec 2005 13:47:14 +0100 Leonard den Ottolander [EMAIL PROTECTED] wrote: mc from cvs on AIX does not display any lines at all (between panels, in a Copy dialog, etc.). Assuming you are still building against mcslang? Yes. Try changing the terminal font, building against

Re: Internal slang updated to 2.0.5

2005-12-12 Thread Nerijus Baliunas
On Thu, 8 Dec 2005 16:59:47 +0200, Thu, 8 Dec 2005 15:08:02 +0200 Nerijus Baliunas [EMAIL PROTECTED] wrote: mc from cvs on AIX does not display any lines at all (between panels, in a Copy dialog, etc.). Assuming you are still building against mcslang? Yes. Hmm, now I tried again

Re: subshell output swallowed (patch)

2006-01-05 Thread Nerijus Baliunas
On Mon, 2 Jan 2006 19:20:34 +0100 Egmont Koblinger [EMAIL PROTECTED] wrote: When an external command is executed in mc with subshell support, quite often some characters of its output are swallowed. I can confirm I saw such behaviour. Regards, Nerijus

mc.ext patch

2006-02-13 Thread Nerijus Baliunas
Hello, please apply the following simple patch, as otherwise gimp opens in foreground: --- mc.ext.orig 2005-12-09 12:53:00.0 +0200 +++ mc.ext 2006-02-14 02:31:01.0 +0200 @@ -339,7 +339,7 @@ Include=image shell/.xcf - Open=gimp %f + Open=(gimp %f )

Re: Updated Lithuanian translation

2006-02-18 Thread Nerijus Baliunas
On Sun, 5 Feb 2006 16:37:26 +0200 Pavel Tsekov [EMAIL PROTECTED] wrote: I don't know whether this is the right place to send the translation, but here it is. Commited. Thanks! Small typo fix (removed duplicated ), please apply: --- lt.po 2006-02-18 16:54:44.267729000 +0200 +++

selecting text

2006-03-27 Thread Nerijus Baliunas
Hello, Selecting text in either viewer or editor does not detect line endings, and there are a lot of spaces when I paste. mc from FC5, mc-4.6.1a-10. Regards, Nerijus ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

find in viewer

2006-03-27 Thread Nerijus Baliunas
Hello, Find in viewer does not remember its last search string: F3, F7, enter some text, Enter, F10. F3, F7 - search string field is empty. It used to remember earlier, and it doesn't happen with editor (editor remembers search string). mc-4.6.1a-10 from FC5. Regards, Nerijus

lt.po.diff

2006-04-20 Thread Nerijus Baliunas
Hello, please apply - it makes 'r' available for setting 'rwx', removes doubled bytes and introduces plural forms for files. Regards, Nerijus lt.po.diff Description: Binary data ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

Re: find in viewer

2006-07-13 Thread Nerijus Baliunas
Any news on it? Or at least please fix the regression, if not add new feature. On Tue, 23 May 2006 15:44:30 +0300 (EEST) Pavel Tsekov [EMAIL PROTECTED] wrote: Hello, On Thu, 18 May 2006, Oswald Buddenhagen wrote: On Thu, May 18, 2006 at 05:42:45PM +0300, Pavel Tsekov wrote: I guess in

incorrect hex number in editor

2006-08-31 Thread Nerijus Baliunas
Hello, attached file is 0xC3 0xBC 0xC5 0xAB (you can check with any hex editor or mc viewer in hex mode), but editor shows it (in the last column of the first line) as 0x106 0xBC 0xC5 0xAB. Latest mc from FC5 (2006-06-30-18). Regards, Nerijus ZZ.txt Description: Binary data

Re: incorrect hex number in editor

2006-09-05 Thread Nerijus Baliunas
the versions and release FC5 update to fix it. Jindrich On Fri, 2006-09-01 at 02:17 +0300, Nerijus Baliunas wrote: Hello, attached file is 0xC3 0xBC 0xC5 0xAB (you can check with any hex editor or mc viewer in hex mode), but editor shows it (in the last column of the first line) as 0x106

Re: incorrect hex number in editor

2006-09-05 Thread Nerijus Baliunas
On Tue, 5 Sep 2006 12:18:54 +0200 Egmont Koblinger [EMAIL PROTECTED] wrote: Fedora is using mc with the UTF-8 patches, and provides a full UTF-8 environment, right? Then the file you described above should display as 2 characters, a LATIN SMALL LETTER U WITH DIAERESIS followed by a LATIN

Re: incorrect hex number in editor

2006-09-05 Thread Nerijus Baliunas
On Tue, 5 Sep 2006 12:56:34 +0200 Egmont Koblinger [EMAIL PROTECTED] wrote: Now I'm playing with my mc (not Fedora, but most likely nearly the same UTF-8 patches) in non-UTF-8 mode. With the hu_HU locale (iso-8859-2) I get: 0x102, 0x17A, 0x139, 0x164. With en_US the hex codes displayed are:

Re: patch for viewing DjVu files

2006-09-07 Thread Nerijus Baliunas
On Thu, 7 Sep 2006 15:47:15 +0300 (EEST) Pavel Tsekov [EMAIL PROTECTED] wrote: I am just not sure what is the current policy for adding entries to mc.ext.in. Otherwise its fine with me. There are quite a lot of djvu books now, and djview comes from http://djvulibre.djvuzone.org/ : DjVu is a

Re: patch for viewing DjVu files

2006-09-07 Thread Nerijus Baliunas
On Thu, 7 Sep 2006 19:46:39 +0400 (MSD) [EMAIL PROTECTED] wrote: I use kdvi for djvu, it more handy then djview: Open=if [ $DESKTOP_SESSION = kde ]; then (nohup kdvi %f ); else (nohup djview %f ); fi No problem about using kdvi with me, but why nohup? No entry in mc.ext.in currently has

Re: patch for viewing DjVu files

2006-09-09 Thread Nerijus Baliunas
On Fri, 8 Sep 2006 22:38:46 +0400 (MSD) [EMAIL PROTECTED] wrote: now in my mc.ext : Open=if [ $DESKTOP_SESSION = kde ]; then (nohup kdvi %f /dev/null 21 ); else (if [ -e /usr/bin/evince ]; then (evince %f /dev/null 21 ); else (nohup djview %f /dev/null 21 ); fi); fi evince 0.5.1 does

File has hard-links. Detach before saving?

2006-10-26 Thread Nerijus Baliunas
Hello, now this dialog's default is Yes. But, for example, default Fedora installation has /etc/resolv.conf and /etc/sysconfig/networking/profiles/default/resolv.conf hardlinked. In this case I don't want to detach. So I propose default to be No. Regards, Nerijus

Re: File has hard-links. Detach before saving?

2006-10-27 Thread Nerijus Baliunas
On Fri, 27 Oct 2006 07:18:18 +0200 Oswald Buddenhagen [EMAIL PROTECTED] wrote: now this dialog's default is Yes. But, for example, default Fedora installation has /etc/resolv.conf and /etc/sysconfig/networking/profiles/default/resolv.conf hardlinked. In this case I don't want to detach.

Re: find in viewer

2006-11-01 Thread Nerijus Baliunas
Hello, could this patch please be committed to cvs (I am attaching it for your convenience)? BTW, how this patch works when two mc are running? If I search in 1st mc, then in 2nd mc, and then again in 1st mc, what will I get - last text from 1st or 2nd? I'd prefer from 1st, i.e. different mc

Re: selecting text

2006-12-07 Thread Nerijus Baliunas
On Tue, 28 Mar 2006 00:18:06 +0300 Nerijus Baliunas [EMAIL PROTECTED] wrote: Selecting text in either viewer or editor does not detect line endings, and there are a lot of spaces when I paste. mc from FC5, mc-4.6.1a-10. There is still this problem with latest mc from FC6. Was going to report

Re: find in viewer

2006-12-07 Thread Nerijus Baliunas
On Thu, 2 Nov 2006 09:51:58 +0200 (EET) Pavel Tsekov [EMAIL PROTECTED] wrote: could this patch please be committed to cvs (I am attaching it for your convenience)? BTW, how this patch works when two mc are running? If I search in 1st mc, then in 2nd mc, and then again in 1st mc, what

Re: find in viewer

2006-12-08 Thread Nerijus Baliunas
On Fri, 8 Dec 2006 18:45:10 +0200 (EET) Pavel Tsekov [EMAIL PROTECTED] wrote: I have a patch for this but I am a bit busy right now - moved to a new job. So if you wait a bit... Could you please commit it? Or at least post it here? Regards, Nerijus

[patch] add flv to Include=video

2007-11-01 Thread Nerijus Baliunas
Hello, please apply, mplayer plays flv files. --- mc.ext.orig 2007-04-16 19:50:14.0 +0300 +++ mc.ext 2007-11-01 19:20:04.0 +0200 @@ -433,7 +433,7 @@ regex/\.([wW][mM][vV])$ Include=video -regex/\.([fF][lL][iIcC])$ +regex/\.([fF][lL][iIcCvV])$ Include=video

Re: patch for viewing DjVu files

2007-11-05 Thread Nerijus Baliunas
On Fri, 8 Sep 2006 22:38:46 +0400 (MSD) [EMAIL PROTECTED] wrote: now in my mc.ext : Open=if [ $DESKTOP_SESSION = kde ]; then (nohup kdvi %f /dev/null 21 ); else (if [ -e /usr/bin/evince ]; then (evince %f /dev/null 21 ); else (nohup djview %f /dev/null 21 ); fi); fi There was a thread

Re: Getting ready for a release

2008-08-19 Thread Nerijus Baliunas
Hello, are there any plans for a new release? On Tue, 04 Sep 2007 10:57:42 +0200 Pavel Tsekov [EMAIL PROTECTED] wrote: Hello, As it has been discussed on the mailing list a new release of MC is long overdue. So... I plan to release a new version of MC by mid October. This gives us about

Re: Getting ready for a release

2008-12-15 Thread Nerijus Baliunas
Just FYI - http://mc.redhat-club.org. Another fork, and it is included in tigro repo for Fedora. They recently released version 4.6.3. On Wed, 20 Aug 2008 00:06:34 +0300 Nerijus Baliunas neri...@users.sourceforge.net wrote: Hello, are there any plans for a new release? On Tue, 04 Sep

Re: Midnight Commander 4.8.18 released

2016-10-09 Thread Nerijus Baliunas
On Mon, 3 Oct 2016 17:18:12 +0200 (CEST) "Yury V. Zaytsev" wrote: > > Woops, copy paste mistake. I used a previous mail announcement. MC is > > compiled with --with-x since 4.8.17, as you already asked me :) > > Oh, as a matter of fact, I had a faint suspicion that we've

Re: environment var

2016-12-28 Thread Nerijus Baliunas
On Wed, 28 Dec 2016 06:57:09 +0100 (CET) "Yury V. Zaytsev" wrote: > > Why DBUS_SESSION_BUS_ADDRESS has an original value, and not the one > > which I exported? > > Apparently this variable is somehow set in your profile when it is > executed (.bashrc), so when subshell

environment var

2016-12-27 Thread Nerijus Baliunas
Hello, I have in console: $ set|grep DBUS DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-ZR2apEstxK,guid=0c7838e4610665713b80e43d586042d1 I run export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/500/bus Now: $ set|grep DBUS DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/500/bus But I launch mc

file timestamps not preserved

2017-04-18 Thread Nerijus Baliunas
Hello, mc 4.8.19 does not preserve timestamps of files, if they are copied from tar.gz, cpio archives. But copying from zip is OK. Regards, Nerijus ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: file timestamps not preserved

2017-05-05 Thread Nerijus Baliunas
On Wed, 19 Apr 2017 01:36:49 +0200 Andrey Gursky wrote: > I received the file and was able to reproduce the issue. I applied both patches to 4.8.19: [PATCH] Initialize struct stat st_[acm]tim.tv_nsec when present [PATCH] Remove unused check in configure.ac Ran

Re: file timestamps not preserved

2017-05-05 Thread Nerijus Baliunas
And one more bug report with zip/rar files: if I copy files only, their timestamps are OK, but if I copy directories, timestamps of files inside of them are lost. ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: file timestamps not preserved

2017-05-06 Thread Nerijus Baliunas
On Fri, 5 May 2017 23:31:50 +0200 Andrey Gursky wrote: > I've downloaded the original mc 4.8.19 release, applied the patches, > run autoreconf, then configure, make install and it works for me. Have > you tested with the file you've sent me? If yes, I'm curious what

Re: [PATCH] Initialize struct stat st_[acm]tim.tv_nsec when present

2017-05-06 Thread Nerijus Baliunas
On Sat, 6 May 2017 21:06:39 +0200 (CEST) "Yury V. Zaytsev" wrote: > I've created a ticket and branch for this patch: > > https://midnight-commander.org/ticket/3821#comment:1 > > I've also patched all other places where stat is filled manually that I > could find. The

Re: [PATCH] Initialize struct stat st_[acm]tim.tv_nsec when present

2017-05-06 Thread Nerijus Baliunas
On Sat, 6 May 2017 22:08:47 +0200 (CEST) "Yury V. Zaytsev" wrote: > Regarding the release, I'm not sure about it. As far as I understand, it's > not a regression, but a bug that has been present for a very long time, so > if this is true, then we are not really in a hurry.

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

Re: [PATCH] Initialize struct stat st_[acm]tim.tv_nsec when present

2017-10-09 Thread Nerijus Baliunas
Hello, it would be nice to release 4.8.20, as there will probably be more reports with timestamps not preserving in the near future. On Sun, 7 May 2017 00:52:49 +0200 Egmont Koblinger wrote: > Hi guys, > > It is a regression (on my Fedora at least), as timestamps were

crash when returning to panels by pressing Ctrl-O

2018-10-14 Thread Nerijus Baliunas via mc-devel
Hello, I posted https://bugzilla.redhat.com/show_bug.cgi?id=1639016 but duplicate it here too. I get lots of crashes when returning to mc panels from terminal by pressing Ctrl-O. # coredumpctl debug PID: 10643 (mc) UID: 0 (root) GID: 0 (root) Signal: 11

Re: [PATCH] Initialize struct stat st_[acm]tim.tv_nsec when present

2020-05-18 Thread Nerijus Baliunas via mc-devel
On Sun, 7 May 2017 00:52:49 +0200 Egmont Koblinger wrote: > It is a regression (on my Fedora at least), as timestamps were preserved > > with the earlier mc versions. > > As far as I understand the current story, this is probably due to some > other change since mc didn't change its relevant