Re: BUG: viewing compressed files

2003-07-03 Thread Adam Byrtek / alpha
the same (or similiar) bug happens. Regards Adam -- _.|._ |_ _. : Adam Byrtek /alpha [EMAIL PROTECTED] (_|||_)| |(_| : http://krakow.linux.org.pl/pgp 0xB25952C0 | ___ Mc-devel mailing list [EMAIL PROTEC

Re: BUG: viewing compressed files

2003-06-30 Thread Adam Byrtek / alpha
It needs to be fixed. Adam, it's your code. Shame on me I didn't notice that filtered edit uses edit_insert_file to init its buffer :( Simple fix attached with additional routine to remove stale lock during editor cleanup... -- _.|._ |_ _. : Adam Byrte

Re: Sugesstion for code cleanups

2003-06-29 Thread Adam Byrtek / alpha
On Sat, Jun 28, 2003 at 07:33:17PM +0200, David Sterba wrote: > I don't know if it's convenient to treat all such parts as bugs > and file them into BTS or just put some items to TODO. The best way is just to submit patches to fix them :) -- _.|._ |_ _. : Ad

Re: BUG: viewing compressed files

2003-06-29 Thread Adam Byrtek / alpha
for 4.6.0a) In 4.6.0a if I enter the "Raw mode" then press F10, then F3 again filename changes into "archive-2002.gz", but it changes back into "archive-2002.gz#ugz" if I press F8 to enter "Parse mode" again... Does anybody have similiar problems? Regards

Re: BUG: viewing compressed files

2003-06-29 Thread Adam Byrtek / alpha
but not in 4.6.0 version. > > It's a write lock. It needs to be fixed. Adam, it's your code. Ok, I'll examine this, but this is definitely not connected with the bug in the viewer. -- _.|._ |_ _. : Adam Byrtek /alpha [EMAIL PROTECTED] (_|||_)| |(_

BUG: viewing compressed files

2003-06-29 Thread Adam Byrtek / alpha
y: when I press F8 twice, the output is correct! I could examine this problem when I find some time, but maybe somebody (Pavel?) knows which commit could cause such a mess? Regards Adam -- _.|._ |_ _. : Adam Byrtek /alpha [EMAIL PROTECTED] (_|||_)| |(_| : http://krak

Re: mcedit (allmost)dead-loop and memory leak

2003-06-27 Thread Adam Byrtek / alpha
y dirty. When I tried to trace and fix one simple error in the search engine it took me two nights to do this... -- _.|._ |_ _. : Adam Byrtek /alpha [EMAIL PROTECTED] (_|||_)| |(_| : http://krakow.linux.org.pl/

Re: Feature Requests

2003-05-27 Thread Adam Byrtek / alpha
the Hold Shift when selecting text with mouse, then paste it with middle mouse button to other app. This is because normally mc handles mouse on its own, but when Shift is pressed mouse is controlled by X terminal, which is responsible for copy and paste. Regards Adam -- _.|._ |_ _. : Ad

Re: annoyance: undo does not reset "modified" status

2003-04-04 Thread Adam Byrtek / alpha
eys. Fortunately I don't use mcedit, but JED, which has undo implemented in a way I like. Regards Adam -- _.|._ |_ _. : Adam Byrtek /alpha [EMAIL PROTECTED] (_|||_)| |(_| : http://krakow.linux.org.pl/pgp 0xB25952C0 | __

Re: annoyance: undo does not reset "modified" status

2003-04-04 Thread Adam Byrtek / alpha
sure if it is wide to undo every cursor movement. IMO pop_action should apply EVERY movement action till the last action which actually modified something (including this action). Regards -- _.|._ |_ _. : Adam Byrtek /alpha [EMAIL PROTECTED] (_|||_)| |(_| : http://

Re: [PATCH] Editor file locking

2003-04-04 Thread Adam Byrtek / alpha
ets refreshed after query_dialog, and edit->force value set in edit_insert is lost... Patch attached. -- _.|._ |_ _. : Adam Byrtek /alpha [EMAIL PROTECTED] (_|||_)| |(_| : http://krakow.linux.org.pl/pgp 0xB25952C0 |

Re: [PATCH] Editor file locking

2003-04-02 Thread Adam Byrtek / alpha
x27;t know why it happens. I haven't changed anything in editor main code. It has to have something to do with edit_query_dialog. I don't have time to debug it now... Regards Adam -- _.|._ |_ _. : Adam Byrtek /alpha [EMAIL PROTECTED] (_|||

Re: [PATCH] Editor file locking

2003-04-02 Thread Adam Byrtek / alpha
following scenario. First mc opens and > starts editing. Second mc starts editing, the user chooses "Continue". > Second mc exits without saving. First mc exits without saving. The lock > remains. Fixed patch attached. Regards Adam -- _.|._ |_ _. :

[PATCH] Editor file locking

2003-04-02 Thread Adam Byrtek / alpha
nsidered stable. (Patch also sent to BTS) Regards Adam -- _.|._ |_ _. : Adam Byrtek /alpha [EMAIL PROTECTED] (_|||_)| |(_| : http://krakow.linux.org.pl/pgp 0xB25952C0 | Index: edit/Makefile.am

Charset conversion

2003-04-01 Thread Adam Byrtek / alpha
Many people (especially from Russia) ask me to enable charset conversion in Debian mc binary package. Is it safe to do this with 4.6.0, or should I refuse? Regards Adam -- _.|._ |_ _. : Adam Byrtek /alpha [EMAIL PROTECTED] (_|||_)| |(_| : http://krakow.linux.org.pl

Re: mcedit file locking

2003-03-31 Thread Adam Byrtek / alpha
what mc should do. I'll try to implement this. Regards Adam -- _.|._ |_ _. : Adam Byrtek /alpha [EMAIL PROTECTED] (_|||_)| |(_| : http://krakow.linux.org.pl/pgp 0xB25952C0 | ___ Mc-devel mailing

Re: mcedit file locking

2003-03-30 Thread Adam Byrtek / alpha
o lock it again. */ Regards Adam -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| : email alpha@(irc.pl|debian.org) | : jabber alpha.pl(at)jabber.org, pgp 0xB25952C0 ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: mcedit file locking

2003-03-24 Thread Adam Byrtek / alpha
n once. Warn user when opening locked file." Did I misunderstand something? Regards Adam -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| : email alpha@(irc.pl|debian.org) | : jabber alpha.pl(at)jabber.org, pgp 0xB25952C0 __

Re: SQL syntax update for PostgreSQL

2003-03-23 Thread Adam Byrtek / alpha
ch-box when copying, it will do the job. Regards Adam -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| : email alpha@(irc.pl|debian.org) | : jabber alpha.pl(at)jabber.org, pgp 0xB25952C0 ___ Mc-devel mailing list [EM

Re: Config file handling

2003-03-21 Thread Adam Byrtek / alpha
me other place. Maybe. But AFAIK mc code doesn't know how to distinct global files from personal ones besides path checking. Regards Adam -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| : email alpha@(irc.pl|debian.org) | : jabber alpha.pl(at)jabber.org, pg

Config file handling

2003-03-20 Thread Adam Byrtek / alpha
n denied) We should not try to write to public files, so profile_name should be used only for reading... But dump_profile still wants to save file (even unmodified), so we check and save only in home_dir. Regards Patch attached and in BTS Adam -- _.|._ |_ _. : Adam Byrtek /alpha/ (_||

TODO list

2003-03-20 Thread Adam Byrtek / alpha
FS). Moreover one can always use Ctrl-PgUp, Ctrl-PgDn, so it is not a problem (btw it doesn't work on rxvt and aterm). Regards Adam -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| : email alpha@(irc.pl|debian.org) | : jabber alpha.pl(at)jab

Re: Shift&F6 rename files on 4.6.x versions

2003-03-19 Thread Adam Byrtek / alpha
so nobody uses it this way... Regards Adam -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| : email alpha@(irc.pl|debian.org) | : jabber alpha.pl(at)jabber.org, pgp 0xB25952C0 ___ Mc-devel mailing list [EMAIL PROTECTED] h

Re: [PATCH]: Locale's abbreviated month & vfs

2003-03-19 Thread Adam Byrtek / alpha
utilization. I know it is broken. This is not the final patch - it is a patch for Andrew to merge with his modifications which I didn't know about. Regards -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| : email alpha@(irc.pl|debian.org) | :

Re: [PATCH]: Locale's abbreviated month & vfs

2003-03-19 Thread Adam Byrtek / alpha
ear - tell me. 3) Try to create file: --cut-- 000 aaa --cut-- WITHOUT final newline. Now try to search 'aaa' - not found. Fixed in my patch (attached). Regards Adam -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_

Re: [PATCH]: Locale's abbreviated month & vfs

2003-03-19 Thread Adam Byrtek / alpha
4&group_id=3521 The problem is connected with the viewer, and my patch fixes the critical bug (core dump or infinite loop). Regards alpha -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| : email alpha@(irc.pl|debian.org) | : jabber alpha.pl(at)jabber.org,

Re: Account in FTP

2003-03-12 Thread Adam Byrtek / alpha
On Wed, Mar 12, 2003 at 09:14:54AM +0100, Lorinczy Zsigmond wrote: > My BS2000 mainframe wants account when connecting via FTP, > (332 Account required.) but mc do not prompts the user for it. Try cd /#ftp:[EMAIL PROTECTED] Regards -- _.|._ |_ _. : Adam Byrtek

Re: Retain orig. filename as suffix for tmp. filename

2003-03-10 Thread Adam Byrtek / alpha
e quoted. Please note that is not the case with plain VFS. Unfortunately I've just tested it with VFSes. A lesson for me I should not make any assumptions... and that mc design is still a bit mysterious for me. Regards Adam -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| :

Re: [OT] Re: rename improvement

2003-03-07 Thread Adam Byrtek / alpha
e to see that feature in Midnight Commander and this is a > serious request. So go and patch it. It should be very simple to patch. Regards Adam -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| : email alpha@(irc.pl|debian.org) | : jabber alpha.pl(at

[OT] Re: rename improvement

2003-03-07 Thread Adam Byrtek / alpha
nd I think its a great piece of software, but your overall attitude is quite amusing... Wage your silly war if you really need it. Sorry for OT. Regards -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| : email alpha@(irc.pl|debian.org) | : jabber alpha.pl(at)j

Re: rename improvement

2003-03-07 Thread Adam Byrtek / alpha
ing Shift-F6. Regards -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| : email alpha@(irc.pl|debian.org) | : jabber alpha.pl(at)jabber.org, pgp 0xB25952C0 ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.or

Re: Error message window size bug

2003-03-04 Thread Adam Byrtek / alpha
-- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| : email alpha@(irc.pl|debian.org) | : jabber alpha.pl(at)jabber.org, pgp 0xB25952C0 ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: Xterm title format string

2003-03-02 Thread Adam Byrtek / alpha
On Sun, Mar 02, 2003 at 03:42:39PM +0100, Adam Byrtek / alpha wrote: > I just like to ask you, what other format variables might be useful > for users (pid, edited/viewed file name...)? I will appreciate any > suggestions. Nevermind. I decided to support standard bash PS1 substitut

Xterm title format string

2003-03-02 Thread Adam Byrtek / alpha
ables might be useful for users (pid, edited/viewed file name...)? I will appreciate any suggestions. Regards -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| : email alpha@(irc.pl|debian.org) | : jabber alpha.pl(at)jabber.org, pgp 0xB25952C0 _

Re: patchfs update

2003-02-26 Thread Adam Byrtek / alpha
On Wed, Feb 26, 2003 at 04:21:21PM +0100, Adam Byrtek / alpha wrote: > I've sent this patch to Andrew privately for review, it is the feature > Arpi asked for. As is has been accepted I'm sending the patch to the > list - could you please test it? Forgotten

Re: patchfs update

2003-02-26 Thread Adam Byrtek / alpha
d, thanks. I've sent this patch to Andrew privately for review, it is the feature Arpi asked for. As is has been accepted I'm sending the patch to the list - could you please test it? Regards -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| : email alpha@(irc.pl|debian.or

Re: Retain orig. filename as suffix for tmp. filename

2003-02-24 Thread Adam Byrtek / alpha
On Mon, Feb 24, 2003 at 03:35:32PM +0100, Oswald Buddenhagen wrote: > then add an assert(basename); and increment right away. Sounds wise, thats what 'assert' is for... Thanks. -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| : email alpha@(irc.

[Debian BTS] ru_RU.UTF-8 locale

2003-02-24 Thread Adam Byrtek / alpha
1.2.10-3 The GLib library of C routines ii libgpmg1 1.19.6-5 General Purpose Mouse Library [lib ii mc-common 4.5.55-1 Common files for mc and gmc ---cut--- Regards -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| : email

Re: Retain orig. filename as suffix for tmp. filename

2003-02-24 Thread Adam Byrtek / alpha
increment beyond the string. Result is not so important in impossible case :) Of course your code would be also good, with one exception: basename = filename; because filename includes all the vfs stuff, which we don't want IMO. Regards -- _.|._ |_ _. : Adam Byrtek /alpha/ (_

Re: Retain orig. filename as suffix for tmp. filename

2003-02-24 Thread Adam Byrtek / alpha
d then pressing F4? AFAIK the filename is not passed through the shell, so the only problem can be a severe bug in the editor, which still exists and can be exploited when one copies the file. Of course we limit it a bit, but it is still a security issue - in a editor, not mc. Regards --

Re: Retain orig. filename as suffix for tmp. filename

2003-02-24 Thread Adam Byrtek / alpha
ith '_' enough? Regards -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| : email alpha@(irc.pl|debian.org) | : jabber alpha.pl(at)jabber.org, pgp 0xB25952C0 ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Retain orig. filename as suffix for tmp. filename

2003-02-23 Thread Adam Byrtek / alpha
ame is more informative (see the second point at the beginning). Patch in the BTS (also attached): https://savannah.gnu.org/patch/index.php?func=detailpatch&patch_id=1167&group_id=3521 -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| : email alpha@(irc.pl|debian.org)

Tilde expansion fix

2003-02-18 Thread Adam Byrtek / alpha
directories... Patch in BTS: https://savannah.gnu.org/patch/index.php?func=detailpatch&patch_id=1129&group_id=3521 Regards -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org _

Re: Patch to avoid history duplicates applied

2003-02-18 Thread Adam Byrtek / alpha
the last command, but the previous one. Alt-H works fine. It has to be some simple mistake. -- _.|._ |_ _. : Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org ___

Re: MC bug

2003-02-18 Thread Adam Byrtek / alpha
ebian). You should remove/update any mc shell alises/functions. Look in your shell startup files and read man page about the modified -P option. See also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=181302 > S pozdravem Pozdrawiam, Adam -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|

Re: AMC merge patch #2

2003-02-11 Thread Adam Byrtek / alpha
ng things in mc that 99,9% users wouldn't use. Regards alpha ps. When 'contrib' will be created, could sb move 'hp48' and 'bpp' extfses there? Its an example of (nearly) useless extfs. -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.or

Re: [patch] avoid invoking commands with empty argument

2003-02-11 Thread Adam Byrtek / alpha
sted. I've set show_output_starts_shell=1 and started cvs mc with 'mc -u', and after Ctrl-O I saw only this before mc returned to panels: Type exit' to return to the Midnight Commander zsh: string expected after -c

[patch] avoid invoking commands with empty argument

2003-02-11 Thread Adam Byrtek / alpha
he data in. The same problem occur with some other editors (jed to name one) Patch submitted: https://savannah.gnu.org/patch/index.php?func=detailpatch&patch_id=1092&group_id=3521 -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0

Re: Update TODO list

2003-02-11 Thread Adam Byrtek / alpha
uld be quite silly. Especially rewriting in bash - I wonder if it is possible at all... Perl is perfect language for such purposes (text analysis). Regards -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at

Re: Alternative syntax for perl, html and sh

2003-02-11 Thread Adam Byrtek / alpha
like you have forgotten about an attachment, or a link to those files :) Regards -- _.|._ |_ _. : Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org ___ Mc-deve

Usability issue - error dialog

2003-02-11 Thread Adam Byrtek / alpha
ponging hotkeys in yellow? Regards -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: contrib directory badly needed

2003-02-06 Thread Adam Byrtek / alpha
l with lynx. Don't worry, I prefer simple and useful design. -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org ___ Mc-devel mailing lis

Re: GNU Midnight Commander 4.6.0 released

2003-02-05 Thread Adam Byrtek / alpha
and can be apt-ed from: deb http://people.debian.org/~alpha/mc/ ./ Since now I maintain the Debian mc package, as the previous maintainer lost interest in it. The package will be included in the official Debian distribution soon. Regards -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl

Re: contrib directory badly needed

2003-02-05 Thread Adam Byrtek / alpha
protests, I could improve the mc homepage when I have more time, or even rebuild it from scratch. I develop some commercial sites (http://www.rpg-portal.pl http://www.nostromorpg.pl), so you could be sure I know how things work in web design. Regards -- _.|._ |_ _. : Adam Byrtek, alph

Re: hotlist: now with edit

2003-02-05 Thread Adam Byrtek / alpha
some other mark "intrudes" into labels I think it Ok, but imo you should treat '..' like a label and align it with other labels (to conform with the filesystem metaphor). -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819,

Re: contrib directory badly needed

2003-02-05 Thread Adam Byrtek / alpha
ion). Moreover when somebody wants to publish his patch - he could do this on his homepage. However 'contrib' dir would be a great thing for add-ons like mc-burner or some special vfses. Regards -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|

Re: hotlist: now with edit

2003-02-05 Thread Adam Byrtek / alpha
alpha a space before "Entry label", "Directory path" and "Hotkey" would make it more pretty imo. -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org _

Re: hotlist: now with edit

2003-02-05 Thread Adam Byrtek / alpha
the > hotkey? I would prefer standard approach like: "My &favourite directory" where 'f' will be a hotkey. -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.

Re: hotlist: now with edit

2003-02-05 Thread Adam Byrtek / alpha
applied to 4.6.0 Regards -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: Connection status on menu bar

2003-01-30 Thread Adam Byrtek / alpha
it a minute for hintbar message refresh. -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: Connection status on menu bar

2003-01-29 Thread Adam Byrtek / alpha
message is left on a menubar, but it was this way before (I've just tested this on 4.55, 4.6.0-pre[23]). And Dave pointed in his mail that something which was good before is now broken... -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C

Re: [PATCH] dotdot in the root directory

2003-01-29 Thread Adam Byrtek / alpha
c! If people really want this (I still don't know what for), we should leave .. in the root dir. I don't mind, I actually do nothing in a root dir. -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |

Re: Connection status on menu bar

2003-01-29 Thread Adam Byrtek / alpha
"%-*s", COLS-1, str); -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: .syntax file syntax changed since 4.5.4x?

2003-01-26 Thread Adam Byrtek / alpha
d and sucks. So we should have stable 4.6.0, and then merge your patches from amc (some of them are quite useful) or fix color handling. Pavel, now that you resolved the Italian .po problem, are there any problems that could slow down the 4.6.0 release? Regards -- _.|._ |_ _.: Adam By

Re: title refreshing (xtt) and the 4.6.0 release

2003-01-24 Thread Adam Byrtek / alpha
e isn't any better way? (If somebody knows how to obtain X windowid without WINDOWID env variable, tell me) Regards alpha -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org __

Re: removing the obsolete gnome (gmc) support?

2003-01-23 Thread Adam Byrtek / alpha
e final 4.6.0 release will be available shortly. 4.5.x is very old and no longer supported. IMO it would be better for everybody if you help with current mc development, instead of forking the old code. Regards -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_

Re: [PATCH] Clean xterm title restore (was: xterm_title Test Fix (delay removed))

2003-01-19 Thread Adam Byrtek 'alpha'
On Sun, Jan 19, 2003 at 10:59:18PM +0100, Adam Byrtek 'alpha' wrote: > I looked into vim code as Thomas suggested, but the whole xterm title > thing was really huge and messy, about few hundreds of code. I've ^^ d

Re: [PATCH] Clean xterm title restore

2003-01-19 Thread Adam Byrtek 'alpha'
_. : Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

[PATCH] Clean xterm title restore (was: xterm_title Test Fix (delay removed))

2003-01-19 Thread Adam Byrtek 'alpha'
ed and sent to the BTS (update for #898). Feel free to send any comments, I don't have any experience with xlib programming. Regards PS. Pavel, could you also apply #954, it is simple yet important. -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|:

4.6.0 final?

2003-01-19 Thread Adam Byrtek 'alpha'
Pavel, could you tell us what is the timeline for 4.6.0 final release? Do you plan to release rc3? What still needs to be done in order to release (TODO shows only documentation/testing) and how can we help? Regards -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org

Re: xterm_title Test Fix (delay removed)

2003-01-19 Thread Adam Byrtek 'alpha'
-with-x, but I think it's not a big problem. I could implement this if you think it's good. > Yes, I'm finally home and online. Welcome back. BTW could you close applied or rejected patches in BTS, please? Regards -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_

Re: README.extfs

2003-01-17 Thread Adam Byrtek 'alpha'
nal File Systems" (with 's' on the end) so users could realize by just viewing 'Contents' that in fact there are many of them. Regards -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |

Re: probably bug in FTP

2003-01-16 Thread Adam Byrtek 'alpha'
ree, this is a known bug, already on the TODO list. It was under the 4.6.0 heading, but looks like Pavel moved this to 4.6.1 - maybe he didn't have enough time to handle this. Before 4.6.1 [...] ftp and fish with home != '/' - readjust directory to the home. --

Re: xterm_title Test Fix (delay removed)

2003-01-15 Thread Adam Byrtek 'alpha'
line? Could you give us your opinion on this? -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: README.extfs

2003-01-15 Thread Adam Byrtek 'alpha'
- would you do this? -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Xterm title fix

2003-01-14 Thread Adam Byrtek 'alpha'
A patch to refresh xterm title after: - running a shell command - Ctrl-O some_prog_which_changes_title Ctrl-O Also posted to BTS. Regars -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org

mcview man page

2003-01-14 Thread Adam Byrtek 'alpha'
mcview man page attached (mostly for Debian package of mc I'm polishing up - Debian policy strongly recommends manpage for every binary). It is based mainly on mcedit(1). Andrew could you check it and put this into cvs if it's good? -- _.|._ |_ _. : Adam Byrtek, alpha@(irc.pl|

Feature suggestion - syntax highlighting in the viewer

2003-01-14 Thread Adam Byrtek 'alpha'
y will get inspied bt this idea - or just give me some clues how to start? Regards -- _.|._ |_ _. : Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org ___ Mc-devel ma

Re: xterm_title patch 898

2003-01-14 Thread Adam Byrtek 'alpha'
r using this approach to restore the title ? I think we should wait for Pavel's opinion, afair he returns soon. It would be good to know his point of view on this issue. -- _.|._ |_ _. : Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |

Re: Cancel key learning with ESC

2003-01-13 Thread Adam Byrtek 'alpha'
On Mon, Jan 13, 2003 at 06:06:36AM -0500, David Martin wrote: > The "Learning keys" dialog says that you can press ESC and wait > to cancel. But you can wait forever... I guess you have to press it twice fast, one ESC is treated as Meta AFAIK. -- _.|._ |_ _. : Adam Byrte

Re: "File 'cd0' exists but cannot be stated" fix for QNX 6.x

2003-01-12 Thread Adam Byrtek 'alpha'
They already *are* directories: ~% ls -l /tmp ls: /tmp/FILMY: Input/output error total 19 drwxrwxr-x1 alphaalpha4096 2002-10-09 23:03 maciek 'FILMY' is unavailable share, 'maciek' is available share. -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.or

Re: "File 'cd0' exists but cannot be stated" fix for QNX 6.x

2003-01-12 Thread Adam Byrtek 'alpha'
add that this message often shows when dealing with samba shares mounted with smbmount but currently unavailable. Regards -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org

Re: xterm_title patch 898

2003-01-12 Thread Adam Byrtek 'alpha'
I'm not sure if this feature is really so important. I personaly use shell to refresh title to cwd on every cd or execution. To Tomas: Yes, I think your plan (XTERM_TITLE variable) is good. It would be very hard to convince people, but I think you should try. Regards -- _.|._ |_

Re: a solution for high and dry xterm_title

2003-01-01 Thread Adam Byrtek 'alpha'
discussed on this list, and I've made a patch to store and restore old title: https://savannah.gnu.org/patch/?func=detailpatch&patch_id=898&group_id=3521 Regards -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |

Re: Xterm title [PATCH included]

2002-12-29 Thread Adam Byrtek 'alpha'
On Sun, Dec 29, 2002 at 02:12:06PM +0100, Adam Byrtek 'alpha' wrote: > I guess attached patch could be helpful for you. Small fix attached. -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: ji

Re: Xterm title [PATCH included]

2002-12-29 Thread Adam Byrtek 'alpha'
le' off. When somebody turns this off - it means he has a purpose. I'm sending this patch to mc BTS, maybe Pavel will consider including it to 4.6.0 when he returns. HTH Regards -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0

patchfs context

2002-12-24 Thread Adam Byrtek 'alpha'
patch, and I wonder if even patch(1) supports this... Could you test this feature and send me any comments, please? I wish all mc-devel people Merry Christmas! Regards alpha -- _.|._ |_ _. : Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp

Re: [PATCH] xterm titlebar

2002-12-22 Thread Adam Byrtek 'alpha'
Have a good time on your vacation! Regards ps. I've found small bug in the hintbar code, I'll submit patch for this separately. -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.o

Re: [PATCH] lynx-like jumpkeys

2002-12-22 Thread Adam Byrtek 'alpha'
list" Yes, I know this :) -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: [PATCH] lynx-like jumpkeys

2002-12-21 Thread Adam Byrtek 'alpha'
h other unix apps. Regards -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: [PATCH] xterm titlebar

2002-12-21 Thread Adam Byrtek 'alpha'
Pavel, would you accept 'xterm hintbar' removal? IMHO it's just a bloat, as it simply duplicates the 'normal' hintbar. Of course the 'xterm path' and 'xterm hintbar' can coexist together, but it might cause some confusion to users. Regards alpha

Re: [PATCH] lynx-like jumpkeys

2002-12-21 Thread Adam Byrtek 'alpha'
cvs version? Regards -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/

Re: [PATCH] xterm titlebar

2002-12-21 Thread Adam Byrtek 'alpha'
On Sat, Dec 21, 2002 at 05:47:01PM +0100, Tomas Styblo wrote: > I don't know if Adam would be willing to implement that. I'm looking into this issue, but the mc code is still quite mysterious to me sometimes :) I'll tell you when I achieve something. Regards -- _.|._ |_ _

Re: patchfs, audio update

2002-12-19 Thread Adam Byrtek 'alpha'
bout the small misunderstanding betwen me and Andrew. I just couldn't reproduce his bug and was a bit confused. We found out that maybe it's a bug in Perl 5.6 (Andrew uses this version). I use 5.8 and everything works fine. Regards -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org

Re: patchfs, audio update

2002-12-19 Thread Adam Byrtek 'alpha'
now what Andrew wanted to fix. I thought maybe it was the 'empty line problem' (which in fact exists) and I've send a patch for this. Regards -- _.|._ |_ _. : Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alph

Syntax highlighting

2002-12-19 Thread Adam Byrtek 'alpha'
Maybe a silly question, but why can't we have syntax highlighting in viewer? Regards -- _.|._ |_ _. : Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org _

Re: patchfs, audio update

2002-12-18 Thread Adam Byrtek 'alpha'
both places. > Tested, works for me. I'm not applying it to avoid conflicts, but keep it > in mind. The patch for this issue is already in BTS! -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.

Re: patchfs, audio update

2002-12-18 Thread Adam Byrtek 'alpha'
em - let me know, maybe your system has broken pipes... And thanks for your interest in patchfs. Regards alpha -- _.|._ |_ _. : Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org I

Re: patchfs, audio update

2002-12-18 Thread Adam Byrtek 'alpha'
files with length >0 but !=actual_length -- _.|._ |_ _. : Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl(at)jabber.org ___ Mc-devel mailing list [EMAIL PROTECTED] http://

Re: patchfs, audio update

2002-12-18 Thread Adam Byrtek 'alpha'
BTW, new incarnation reports wrong patch sizes for gzipped patches. I'll examine this when I have more time. Regards -- _.|._ |_ _. : Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|: gg 1802819, pgp 0xB25952C0 |: jid alpha.pl

  1   2   >