Re: fatal: The remote end hung up unexpectedly

2009-03-05 Thread David Sterba
hi, va...@mosja:~/hacker git clone ssh://midnight-commander.org:/git/mc.git use 'git clone git://midnight-commander.org/git/mc.git' (hey it's written on the first page of www.m-c.org! :) if you have ssh access to mc.org, use git clone ssh+git://... hth, dave

Compilation error: some mhl_* remainders

2009-02-17 Thread David Sterba
:783: undefined reference to `mhl_mem_free' /home/dsterba/_dev/mc-build/src/screen.c:784: undefined reference to `mhl_str_dup' Signed-off-by: David Sterba d...@jikos.cz -- diff --git a/src/screen.c b/src/screen.c index b069b17..0b8920e 100644 --- a/src/screen.c +++ b/src/screen.c @@ -780,8 +780,8

Re: GNU Midnight Commander 4.6.2-pre1

2007-10-18 Thread David Sterba
Hi, On Fri, Sep 28, 2007 at 11:14:47PM +0200, Pavel Tsekov wrote: I am trying to extract and describe all those changes that happened between 4.6.1 and the current cvs version. can you please write down the changes you've discovered into CVS/mc/NEWS file ? Partial list will be useful too.

[bug #18129] sort users and groups in chown dialog

2007-09-23 Thread David Sterba
Additional Item Attachment, bug #18129 (project mc): File name: 01-sorted-userlist.patch Size:2 KB ___ Reply to this item at: http://savannah.gnu.org/bugs/?18129 ___ Message sent

Filename quoting on cmdline

2003-07-05 Thread David Sterba
Hi, there seems to be inconsistency in cmdline filename quoting. Ctrl+Enter puts quoted name into command, but tab completion does not quote filenames. So, I think, insert_text() (complete.c) should call name_quote() too. David --- complete.c +++ complete.c @@ -786,6 +786,8 @@ static int

Re: [bug] three small bugs in mc (2003-06-25-17)

2003-07-04 Thread David Sterba
Hi, When I press F4 in search results box, edit the file and then exit the editor, i get back to the search result box (as expected), but instead of seeing file panels under the search result box as in old mc versions, i see the editor screen (just the current file on which the cursor is is

Re: [patch] change sort order with single keyboard shortcut

2003-07-04 Thread David Sterba
Hi, After applying my patch, following keys start to work: Sort by name Ctrl-F3 Sort by extension Ctrl-F4 Sort by modification time Ctrl-F5 Sort by size Ctrl-F6 Keep unsorted Ctrl-F7 Sort by creation time Ctrl-F8 Sort by

Re: [patch] change sort order with single keyboard shortcut

2003-07-02 Thread David Sterba
Hi, After applying my patch, following keys start to work: Sort by name Ctrl-F3 Sort by extension Ctrl-F4 Sort by modification time Ctrl-F5 Sort by size Ctrl-F6 Keep unsorted Ctrl-F7 Sort by creation time Ctrl-F8 Sort by

Re: [bug] three small bugs in mc (2003-06-25-17)

2003-07-02 Thread David Sterba
Hi, When I press F4 in search results box, edit the file and then exit the editor, i get back to the search result box (as expected), but instead of seeing file panels under the search result box as in old mc versions, i see the editor screen (just the current file on which the cursor is is

BUG: Bg. copy RO overwrite, assertion fail

2003-07-01 Thread David Sterba
Hi, assume this situation: 1. make a directory 2. copy some files into this dir 3. remove write acces 4. copy the same files into the directory again in background 5. [expect] file replace query dialog should pop up (as in foreground mode) [got] assertion fail in filegui.c:685 The test

[PATCH] File search responsiveness

2003-07-01 Thread David Sterba
Hi, long time ago ... * From: Jindrich Makovicka makovick kmlinux fjfi cvut cz * To: mc-devel gnome org * Subject: [patch] interruptible file search viewer operations * Date: Sun, 04 May 2003 10:38:36 +0200 This is a reincarnation of patches I sent some time ago, but they

Re: [PATCH] Add 'Ignore ...' buttons to error msg window

2003-06-28 Thread David Sterba
Hi, What about keeping current buttons, but changing 'Ignore' from 'Ignore all' to 'Ignore similar'? That seems right the right thing to do (without having to explain what Ignore similar means). I think it will be more consistent with other commanders to have buttons for 'ignore' (just one)

Re: Why my mouse does not work under console (under xterm i works fine)?

2003-06-28 Thread David Sterba
Hi, Why my mouse does not work under console (under xterm i works fine)? What do you mean by 'does not work'? The mouse cursor does not appear at all, or it's just incorrect interaction with MC? Look if the GPM is running (process 'gpm'). In short, it's a program which handles mouse on

[PATCH] Add 'Refresh', 'Free all VFS' to VFS list dialog

2003-06-28 Thread David Sterba
/ChangeLog --- mc/src/ChangeLog Sat Jun 28 14:55:50 CEST 2003 +++ mc-vfs/src/ChangeLog Sat Jun 28 14:55:50 CEST 2003 @@ -0,0 +1,8 @@ +2003-06-27 David Sterba [EMAIL PROTECTED] + + * hotlist.c: Add buttons 'Refresh', 'Free all VFS' to Active VFS + dialog. + (hotlist_button_callback): Handle the buttons

Sugesstion for code cleanups

2003-06-28 Thread David Sterba
Hi, I just looked around sources and found many FIXMEs. Some of them apparently old or talking about thinks that should be really fixed (but are not). I'd like to ask, if it's worth to map all these parts, analyze or suggest correct solution, and add new potentially suspicious parts. Most of

Re: [PATCH] Do not select symlinked dirs as files

2003-06-18 Thread David Sterba
/ChangeLog Sun Jun 15 21:15:13 2003 +++ mc-sel/src/ChangeLog Wed Jun 18 12:19:37 2003 @@ -0,0 +1,18 @@ +2003-06-18 David Sterba [EMAIL PROTECTED] + + * background.c: Set number of supported arguments for background + jobs to 6 due to extensions of quick dialog. + (background_attention): Handle the count

[PATCH] Fix for segfault on large syntax file

2003-06-13 Thread David Sterba
will be enough for everyone forever David diff -S ChangeLog -X .diffignore -urNp mc/edit/ChangeLog mc-large-syntax/edit/ChangeLog --- mc/edit/ChangeLog Tue Jun 10 18:59:53 2003 +++ mc-large-syntax/edit/ChangeLog Fri Jun 13 19:13:32 2003 @@ -0,0 +1,6 @@ +2003-06-13 David Sterba [EMAIL PROTECTED

Re: [PATCH] Do not select symlinked dirs as files

2003-06-13 Thread David Sterba
Hi, so, now it is possible to choose in 'Configuration' menu whether to select symlinked dir as file or directory. The default (after first run of patched mc) is as before (i.e. sym. dir as file). Patch uploaded to MC patch tracking system. David

[PATCH] Do not select symlinked dirs as files

2003-06-11 Thread David Sterba
David Sterba [EMAIL PROTECTED] * cmd.c (select_cmd, unselect_cmd, reverse_selection_cmd): Handle symlinked directories as directories in file selections. diff -X .diffignore -urNp mc/src/cmd.c mc-1ft/src/cmd.c --- mc-sel/src/cmd.c Tue Feb 18 06:25:45 2003 +++ mc/src/cmd.c Wed Jun 11

(no subject)

2003-06-11 Thread David Sterba
Hi, I'd like to ask, what is the rason of excluding operation 'Move' from computing totals in panel_operate() [file.c:2023] ? code: -- file.c - // this vvv if (operation != OP_MOVE verbose file_op_compute_totals) {

Re: [PATCH] Do not select symlinked dirs as files

2003-06-11 Thread David Sterba
Hi, I don't like this. I want when selecting all that symlinks are being selected as well. With other words. It should behave as it is now. Well, let's make it optional then (in 'Configuration' menu), because it is not always the desired behaviour. David

Bug in background processing and error handling

2003-06-10 Thread David Sterba
Hi, while implementing 'Ignore ...' buttons to error messages, I came accros a strange behaviour of background processing + error handling. Let's say, I want to copy many files into a directory but don't have permission to. In case of foreground processing, everythig is ok. Now do the same, but

[PATCH] Add 'Ignore ...' buttons to error msg window

2003-06-10 Thread David Sterba
(buf.st_mode)){ - file_error (_( Destination \%s\ must be a directory \n %s ), + file_error (NULL, IGN_NONE, _( Destination \%s\ must be a directory \n %s ), dest); g_free (dest); return; 2003-06-10 David Sterba [EMAIL PROTECTED] Add 'Ignore ...' buttons to error message dialogs

[PATCH] Assume Shift+Backspace is Backspace

2003-06-06 Thread David Sterba
Hello, I'm sending a patch, wich corrects keypress of 'Shift+Backspace' to 'Backspace'. It seems to me more comfortable not to release the Shift key when typing variable name and making a typo. By now Shift+BS does nothing and only slows down typing. I think Shift+BS has not any specific

Re: File find: open viewer does not jump to line?

2003-02-08 Thread David Sterba
Hi, Can you sent here diff -u .mc-old/ini .mc/ini output? Attached. Dave --- .mc-old/ini Fri Feb 7 20:31:55 2003 +++ .mc/ini Fri Feb 7 21:13:11 2003 @@ -1,18 +1,4 @@ -[Layout] -equal_split=1 -first_panel_size=50 -message_visible=0 -keybar_visible=0 -xterm_hintbar=0 -output_lines=0

File find: open viewer does not jump to line?

2003-02-07 Thread David Sterba
Hi, [in mc 4.6.0] opening editor/viewer in file find dialog does not go to the line. I think, it worked in the past versions. bye Dave ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: File find: open viewer does not jump to line?

2003-02-07 Thread David Sterba
Hi, Give more details. Describe: 1) What you do. I open the file find dialog. Enter the string to search. Press OK to start search. Wait until some files are found. Go to the entry, pres F3. The internal viewer opens. Press F5 (view current line). It always show 1, although the found entry

Re: File find: open viewer does not jump to line?

2003-02-07 Thread David Sterba
Hi, You can try this before running mc: $ cd $ mv .mc .mc-old (and may be) Sometimes fresh configuration solves strange problems. Yes, it works now. Dave ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: hotlist: now with edit

2003-02-04 Thread David Sterba
Hi, Please report your experience. Please also share your ideas on these issues: 1. Hotkeys of entries may obscure the hotkeys of the buttons in the bottom of the list. Do we need to: block conflicting hotkeys from being entered, or warn the user, or disable button hotkeys? As for me, I'd

re: hotkeys in hotlist patch submitted

2003-02-03 Thread David Sterba
hi, it works for me too :-) i find the hotkeys very useful. in current implementation i simulate hotkeys by placing the most visited dirs to top and bottom (or near to), so this is about 4-6 dirs. the Up button does not work (nothing happens). i came across this just randomly, i cant remember i

Re: [PATCH] xterm titlebar

2002-12-12 Thread David Sterba
Hi, +fprintf (stdout, \33]0;mc - %s\7, d); How about writing into /dev/tty ? Anyway, good feature :-) bye Dave ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

MC Hints: F13 == Shift-F3 ?

2002-12-04 Thread David Sterba
Hi, 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. bye Dave --- lib/mc.hint.cs +++ lib/mc.hint.cs @@ -29,7 +29,7 @@ Poznámka: Pøíkazy shellu nefungují, pokud nepracujete na lokální systému

Re[4]: problem with nls on AIX

2002-12-02 Thread David Sterba
Hi, I ran autogen.sh on another PC (Linux) and copied configure to AIX. ./configure --disable-nls ends with config.status: creating intl/Makefile config.status: error: cannot find input file: intl/Makefile.in Just for compilation purpose ... supply a Makefile.in with empty targets

Re: [PATCH] Find file non-recursively

2002-12-02 Thread David Sterba
Hi, MC finds files in specified directory and in it's all subdirecories. I made a small patch that allows to choose how the files find: recursively (as usually) or not (new behaviour). The new checkbox find recursively is added in File find dialog. The only find.c file is changed. Some

Re: [PATCH proposal] FISH: don't let ssh write its ouput tothecontrolling tty

2002-11-27 Thread David Sterba
Hi, patch works fine for logging through username password, but not for rsa keys. MC successfully logs to the remote host but does not know about it. I think, that this option is not taken into account in the patch. Adding hostkey works fine. Tested on Linux. Why are the

Re: [PATCH proposal] FISH: don't let ssh write its ouput tothecontrolling tty

2002-11-27 Thread David Sterba
Hi, patch works fine for logging through username password, but not for rsa keys. MC successfully logs to the remote host but does not know about it. Does not know about what ? If it doesn't know the host a dialog box should appear and ask the user to confirm its identity. Are you