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

2003-02-08 Thread Andrew V. Samoilov
Hi, David Sterba wrote: 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. Can you sent here diff -u .mc-old/ini .mc/ini output? -- Regards, Andrew V. Samoilov

[PATCH] key.c: Dynamically load XOpenDisplay, XQueryPointer andXCloseDisplay

2003-02-08 Thread Pavel Tsekov
Hello, Attached is a very usefull patch. It removes the runtime dependency on libX11. This way one can build MC with support for X11 events and can distribute it both to users who have X and other which dont. This patch's aim is to make the life of package maintainers easier. This patch is

Re: Update TODO list

2003-02-08 Thread Pavel Machek
Hi! Some more TODO entries: 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... Maybe someone familiar with fishfs code could

Re: Update TODO list

2003-02-08 Thread Gabucino
Pavel Machek wrote: I don't think lslR is important enough for optimizing/rewritting into C. Well I use just two of the extra features of mc: fishfs and lslrfs. And both are broken. -- Gabucino MPlayer Core Team msg01971/pgp0.pgp Description: PGP signature

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

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

2003-02-08 Thread Pavel Roskin
On Sat, 8 Feb 2003, David Sterba wrote: Can you sent here diff -u .mc-old/ini .mc/ini output? Attached. I think that problem is more likely to be due to an old .mc/bindings file. It could have something like this: default/* View=mcview %f Needless to say that mcview would be called

Re: [PATCH] key.c: Dynamically load XOpenDisplay,XQueryPointer and XCloseDisplay

2003-02-08 Thread Pavel Roskin
Hello! 1.) The proper name of the X library should be determined at configure time i.e. libX11.dll or only libX11 for cygwin and libX11.so for unices. Is there any reason why you didn't use the mechanism provided by glib (see gmodule.h)? I think if we link against glib it would be logical to