[bug #14155] 4.6.1: mouse wheel strangeness

2005-08-25 Thread Pavel Tsekov

Follow-up Comment #4, bug #14155 (project mc):

As about slow-scrolling mouse wheel you can try dragging the mouse up/down
with a pressed button. This scrolls up/down one line at at time.

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?func=detailitemitem_id=14155

___
  Message sent via/by Savannah
  http://savannah.gnu.org/

___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[bug #14155] 4.6.1: mouse wheel strangeness

2005-08-25 Thread Pavel Tsekov

Follow-up Comment #5, bug #14155 (project mc):

... using the attached patch ( mc-xterm-mouse-enable-drag.patch ) :)

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?func=detailitemitem_id=14155

___
  Message sent via/by Savannah
  http://savannah.gnu.org/

___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[bug #14155] 4.6.1: mouse wheel strangeness

2005-08-25 Thread Pavel Tsekov

Additional Item Attachment, bug #14155 (project mc):

File name: mc-xterm-mouse-enable-drag.patch Size:1 KB
Support for GPM_DRAG when using xterm mouse reporting
http://savannah.gnu.org/bugs/download.php?item_id=14155item_file_id=2860

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?func=detailitemitem_id=14155

___
  Message sent via/by Savannah
  http://savannah.gnu.org/

___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Bug#324755: mc: tar archives greater than 2GB not supported] (fwd)

2005-08-25 Thread Pavel Tsekov
Hello,

Forwarding the message to mc-devel at gnome dot org where it belongs.
Please, keep the discussion public.

-- Forwarded message --
Date: Thu, 25 Aug 2005 14:54:55 +0200
From: Michael Mueller
To: Pavel Tsekov
Subject: Re: [Bug#324755: mc: tar archives greater than 2GB not supported]

Hi Pavel,

you wrote to Stefano Melchior:
This seems to be a much needed patch indeed. I haven't applied it nor
tested it - just took a look at it. I noticed something that might need
to be fixed in the 3rd  hunk of tar.c patch:

@@ -642,8 +642,9 @@
 int fd = FH_SUPER-u.arch.fd;
 struct vfs_class *me = FH_SUPER-me;

-if (mc_lseek (fd, begin + FH-pos, SEEK_SET) !=
-begin + FH-pos) ERRNOR (EIO, -1);
+
+off_t o = mc_lseek(fd, begin + FH-pos, SEEK_SET);
+if ( o != begin + FH-pos) ERRNOR (EIO, -1);

 count = MIN(count, FH-ino-st.st_size - FH-pos);

The type of FH-pos is not off_t but long. See struct vfs_s_fh in
vfs/xdirentry.h .

Yes, I did notice this before. This should make it impossible to read
files bigger than 2GB from inside the archive. I simply stopped there
because now it is working for me, which is sufficient for a local patch ;)
However, from the findings in the code it seems to be sufficient to
change the definition of 'ofs' in the structs definition.

Btw, the chunk you quoted is not really needed, just used the temporary
variable ('o') for debugging purpose. The result of mc_lseek is off_t
with this patch and (begin + FH-pos) should give an integer the size of
off_t too. So comparing them directly - as was before - should give the
same code in result.


With best regards
Michael M?ller
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


CP1251 ftp-sites

2005-08-25 Thread Stanislav Sukholet
Hello!
I've post this as Bugzilla Bug 166233 – CP1251 ftp-sites as RFE,
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=166233

Bug Comments
Opened by CTAC ([EMAIL PROTECTED])  on 2005-08-17 23:58 EST [reply] 
 
Description of problem:

Hope, that it will be cool to have possibility to set filenames encoding for
ftp-sites (like FAR manager has) in MC.
For example, it can be possible to store encoding info per ftp-site in
Directory hotlist, Ctrl+\

How reproducible:
just make  
cd ftp://ftp.asu.ru/incoming 
within mc and you'll see unreadable cyrillic (due to wrong encoding) 
filenames.


Comment #1 From Jindrich Novy ([EMAIL PROTECTED])   on 2005-08-24 07:06 EST 

[reply]  

Hello CTAC,

maybe it's a good thing to report it as a RFE to mc-devel@gnome.org as well.


-- 
Остаюсь искренне Ваш,
Станислав Сухолёт
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [EMAIL PROTECTED]: Bug#324755: mc: tar archives greater than 2GB not supported]

2005-08-25 Thread Leonard den Ottolander
Hi,

On Wed, 2005-08-24 at 06:36 +0200, Stefano Melchior wrote:
 +off_t result;

 +if (result == (off_t)-1)

Is this cast of -1 necessary as result already is an off_t?

Leonard.

-- 
mount -t life -o ro /dev/dna /genetic/research


___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: accels busted

2005-08-25 Thread Leonard den Ottolander
Hi Pavel,

On Wed, 2005-08-24 at 17:25 +0300, Pavel Tsekov wrote:
 MC is mc-4.6.1-1.FC3 and also CVS
 
 The following settings:
 
 Input / display codepage:
 Other 8 bit
 
 [ ] Full 8 bits input

Odd.
$ rpm -q mc
mc-4.6.1a-0.11.FC4

No difference...

Leonard.

-- 
mount -t life -o ro /dev/dna /genetic/research


___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[bug #14155] 4.6.1: mouse wheel strangeness

2005-08-25 Thread Leonard den Ottolander

Update of bug #14155 (project mc):

  Status:  Ready For Test = Fixed  
 Open/Closed:Open = Closed 
Platform Version:GNU/Hurd = All


___

Reply to this item at:

  http://savannah.gnu.org/bugs/?func=detailitemitem_id=14155

___
  Message sent via/by Savannah
  http://savannah.gnu.org/

___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: CP1251 ftp-sites

2005-08-25 Thread Leonard den Ottolander
Hi Stanislav,

On Thu, 2005-08-25 at 07:57 +0800, Stanislav Sukholet wrote:
 I've post this as Bugzilla Bug 166233 – CP1251 ftp-sites as RFE,
 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=166233

 Hope, that it will be cool to have possibility to set filenames encoding for
 ftp-sites (like FAR manager has) in MC.
 For example, it can be possible to store encoding info per ftp-site in
 Directory hotlist, Ctrl+\

Please register an account and put this in our bugzilla:
https://savannah.gnu.org/bugs/?group=mc

Leonard.

-- 
mount -t life -o ro /dev/dna /genetic/research


___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: accels busted

2005-08-25 Thread Pavel Tsekov
Hello Leonard,

 On Wed, 2005-08-24 at 17:25 +0300, Pavel Tsekov wrote:
  MC is mc-4.6.1-1.FC3 and also CVS
  
  The following settings:
  
  Input / display codepage:
  Other 8 bit
  
  [ ] Full 8 bits input
 
 Odd.
 $ rpm -q mc
 mc-4.6.1a-0.11.FC4
 
 No difference...

Me too is not as effective as providing actual details. I've requested
some information which would be useful to track down the problem:

  http://mail.gnome.org/archives/mc-devel/2005-August/msg00118.html

I also stated that I will debug the problem if details are provided. Also
information about your terminal and the value of TERM would be helpful.

-- 
GMX DSL = Maximale Leistung zum minimalen Preis!
2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [bug #14155] 4.6.1: mouse wheel strangeness

2005-08-25 Thread Pavel Tsekov
Hello,

 Update of bug #14155 (project mc):
 
   Status:  Ready For Test = Fixed
  
  Open/Closed:Open = Closed   
  
 Platform Version:GNU/Hurd = All  

Leonard you got it wrong . The Changelog entry is not for the hunk you
commited. There are two patches filed against this bugreport. The older
fixes the actual problem which is experienced by the reporter. The second
one adds GPM_DRAG support. This allows fancy things as highlighting a block
of text as you drag the mouse in the editor, or moving one entry at a time
when you drag in the panels. If you don't mind I'll write correct changelog
entries tommorow and post them to the list. Too tired now.

-- 
Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko!
Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: accels busted

2005-08-25 Thread Leonard den Ottolander
Hi Pavel,

On Thu, 2005-08-25 at 22:58 +0200, Pavel Tsekov wrote:
  Odd.
  $ rpm -q mc
  mc-4.6.1a-0.11.FC4
  
  No difference...
 
 Me too is not as effective as providing actual details. I've requested
 some information which would be useful to track down the problem:

On FC4 I cannot reproduce the fix you propose (no difference setting
or unsetting that option). Build options for mc on FC4 will _most_
likely not differ from FC3, and same is true for the used tarball (at
least with respect to this 8-bit option).

So what I'm saying is I do not understand how you came to the conclusion
that these two issues (8-bit vs. menu hotkeys) are related.

Leonard.

-- 
mount -t life -o ro /dev/dna /genetic/research


___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel