Re: Quick view

2022-10-02 Thread Oswald Buddenhagen via mc-devel
On Sun, Oct 02, 2022 at 11:53:20AM +0300, Andrew Borodin wrote: - Some of the files that ca be successfully rendered in the viewer (e.g. HTML, images*, PDF) show up as plain text/binary dumped as ASCII instead in quick view It's a feature[2]. Quick view shows file in the raw mode to avoid

Re: Help testing release candidate / mc-4.8.28-rc1

2022-03-21 Thread Oswald Buddenhagen via mc-devel
On Mon, Mar 21, 2022 at 09:44:45AM +0300, Andrew Borodin wrote: mc-wrapper.sh doesn't create a file. i know, but i'm using my own function (for historical reasons): mc () { local tf=$(mktemp); /usr/local/bin/mc -P $tf "$@" && test -r $tf && cd "$(<$tf)"; rm -f $tf } ... which,

Re: Help testing release candidate / mc-4.8.28-rc1

2022-03-20 Thread Oswald Buddenhagen via mc-devel
On Sun, Mar 20, 2022 at 06:59:32PM +0300, Andrew Borodin wrote: On Sun, 20 Mar 2022 15:22:14 +0100 Oswald Buddenhagen via mc-devel wrote: `mc -P $file` doesn't work any more when the file already exists (which is of course the case after file=`mktemp`). Indeed. A following patch

Re: Help testing release candidate / mc-4.8.28-rc1

2022-03-20 Thread Oswald Buddenhagen via mc-devel
On Sun, Mar 20, 2022 at 01:15:41PM +0100, Yury V. Zaytsev wrote: TLDR; I would appreciate if you could please test the following tarball on your systems and report any blocker regressions as compared to the previous 4.8.27 release: i tested master instead: find.c: In function ‘find_cmd’:

Re: change default configuration

2018-08-02 Thread Oswald Buddenhagen
On Fri, Jul 27, 2018 at 10:29:28PM +0200, Yury V. Zaytsev wrote: > I fought against it for quite some time, but, in the end, this was not > a fight that I could win. Debian Policy says it should be this way, > thus so it is, and so it will be :-/ > fwiw, this refers to

Re: change default configuration

2018-07-27 Thread Oswald Buddenhagen
On Fri, Jul 27, 2018 at 05:01:17PM +0300, Sergey Naumov via mc-devel wrote: >I'm curious whether there is a way to change default configuration >that is generated when user invokes mc for the first time? > according to the manual's FILES section, you can create $prefix/share/mc/mc.ini.

[PATCH] fix directory search order to be depth-first again

2016-05-22 Thread Oswald Buddenhagen
this matches the pre-glib implementation, and is way more natural. --- src/filemanager/find.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filemanager/find.c b/src/filemanager/find.c index e8719c9..2f5db3f 100644 --- a/src/filemanager/find.c +++ b/src/filemanager/find.c

Re: Transifex and Russian Italian translations

2015-06-08 Thread Oswald Buddenhagen
On Mon, Jun 08, 2015 at 12:09:50PM +0200, Marco Ciampa wrote: On Sun, Jun 07, 2015 at 09:29:01PM +0200, Yury V. Zaytsev wrote: Otherwise, shall we at least somehow block people from using Transifex for the languages that are being committed directly to the repository? I do not like the

Re: mc is over!? - post by Ilia Maslakov on Russian-speaking IT site

2015-05-30 Thread Oswald Buddenhagen
On Thu, May 28, 2015 at 12:46:08AM +0300, Paul Sokolovsky wrote: On Wed, 27 May 2015 22:28:15 +0200 Yury V. Zaytsev y...@shurup.com wrote: For example, one could have set up a script to import Trac tickets into Github Issues. There are many half-way working scripts floating around, but they

Re: mc is over!? - post by Ilia Maslakov on Russian-speaking IT site

2015-05-30 Thread Oswald Buddenhagen
On Sat, May 30, 2015 at 02:08:37PM +0300, Paul Sokolovsky wrote: On Sat, 30 May 2015 11:53:58 +0200 Oswald Buddenhagen oswald.buddenha...@gmx.de wrote: On Thu, May 28, 2015 at 12:46:08AM +0300, Paul Sokolovsky wrote: You again trying to over-complicate. Start from a clean page on github

Re: mc is over!? - post by Ilia Maslakov on Russian-speaking IT site

2015-05-30 Thread Oswald Buddenhagen
On Sat, May 30, 2015 at 02:47:02PM +0200, Yury V. Zaytsev wrote: Under these circumstances, I can stick my own (very negative) opinion of Github issue tracker somewhere deep down, and accept that the tools are chosen by those people who do the real work. If they like Github issues and they

new development model?

2013-12-15 Thread Oswald Buddenhagen
hi guys, it appears that you moved the primary git repo to github. did i miss the announcement on this list, or did you simply forget to make one? anyway, you updated the home page, but not the various wiki pages, so i have no clue in how far the information as a whole is still current. how do i

Re: Execute command on a shell link

2013-05-26 Thread Oswald Buddenhagen
On Fri, May 24, 2013 at 01:36:00PM +0200, Marco wrote: usually the command prompt follows the directory of the active panel. But this doesn't work on shell links, it always stays on the local file system. When launching a command the following error pops up: “Cannot execute commands on

Re: [PATCH 5/5 v2] keyboard input: when an unknown sequence is seen, purge all buffered input

2013-01-31 Thread Oswald Buddenhagen
On Thu, Jan 31, 2013 at 11:38:58AM +0100, Denys Vlasenko wrote: Ping... the mc devs are rather insistent on their process and often simply ignore contributions on the list, so you may get a better response when you create trac tickets. ___ mc-devel

Re: ctrl mappings don't work

2013-01-13 Thread Oswald Buddenhagen
On Sun, Jan 13, 2013 at 06:11:16PM +, frank wrote: [continued bullshit] dude, maybe just give it a rest? i *co-authored* the pty code of a terminal emulator (and in the process studied the code of another, plus a whole bunch of manuals). i certainly know the terminology and semantics.

Re: ctrl mappings don't work

2013-01-12 Thread Oswald Buddenhagen
On Sat, Jan 12, 2013 at 10:35:41AM +, frank wrote: i'm not saying that it makes sense to remap ctrl-h/bs or ctrl-m/ret, just that the offered explanation is bogus. You started with [...] huh? slang/ncurses runs the tty in raw mode... in a thread that clearly and explicitely refers

Re: ctrl mappings don't work

2013-01-11 Thread Oswald Buddenhagen
On Thu, Jan 10, 2013 at 11:04:33PM +, frank wrote: huh? slang/ncurses runs the tty in raw mode... Marco's issue concerns rxvt-unicode not the text console. so what? man termios. i'm not saying that it makes sense to remap ctrl-h/bs or ctrl-m/ret, just that the offered explanation is

Re: optimising change CWD algorithm in subshell mode

2012-11-04 Thread Oswald Buddenhagen
On Sat, Nov 03, 2012 at 11:34:58AM +1100, Dmitry Smirnov wrote: For example if current working directory is /1/2/3/4/5 and we want to change to /1/2/3/4/5/6 MC sends cd /1/2/3/4/5/6 to bash when in reality one would likely to use cd ./6 as long as it is just one hop away from current

Re: [PATCH 5/5] keyboard input: when an unknown sequence is seen, purge all buffered input

2012-10-24 Thread Oswald Buddenhagen
On Mon, Oct 22, 2012 at 04:49:45PM +0200, Denys Vlasenko wrote: 50 milliseconds seem to work well. why don't you use the existing timeout? it exists exactly for this purpose. ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: Reply-To header missing for mailing list(s)

2012-03-08 Thread Oswald Buddenhagen
On Thu, Mar 08, 2012 at 05:55:51PM +0100, Alexander Kriegisch wrote: Attn. mailing list admin: Usually mailing lists set the Reply-To header to the list's mailing list yay, flamebait! ;) http://www.unicom.com/pw/reply-to-harmful.html ___ mc-devel

Re: updated: [master] [4de95fe] Ticket #1963: use grep instead of awk in iso9660 extfs plugin.

2010-12-15 Thread Oswald Buddenhagen
On Wed, Dec 15, 2010 at 09:14:31AM +0300, Andrew Borodin wrote: On Tue, 14 Dec 2010 17:28:11 +0100 Oswald Buddenhagen wrote: or more precisely, you mean @EGREP@ Iconv not yet supported|Unknown charset (without the backslash). No. I mean @GREP@ with backslash'ed

Re: Change in mcedit exit dialog

2010-07-11 Thread Oswald Buddenhagen
On Sun, Jul 11, 2010 at 02:41:40AM +0100, Norbert Nemec wrote: I just installed 4.7.3 and was very surprised by the change in the exit dialog of mcedit. http://www.midnight-commander.org/ticket/2265 ___ mc-devel mailing list

Re: how does skin recognize that UTF-8 is available?

2010-05-20 Thread Oswald Buddenhagen
On Thu, May 20, 2010 at 08:53:32AM +0400, Andrew Borodin wrote: On Wed, 19 May 2010 21:45:05 +0200 Janek Kozicki wrote: So I suppose that I would just call for an up-arrow and get either a UTF8 on or a ASCII one. But now I'm troubled. I switched to UTF8 recently and mc is still using ' and

Re: Stable release of mc-4.7.0.3

2010-02-26 Thread Oswald Buddenhagen
On Fri, Feb 26, 2010 at 02:38:34PM +0200, Slava Zanko wrote: Major changes since 4.7.0.2. why on earth are you again inflating the version namespace? this looks like a rather regular bugfix release, i.e. 4.7.1. and the what you called 4.7.1 is pretty much a 4.8. a.b.c.d releases are only

Re: Stable release of mc-4.7.0.3

2010-02-26 Thread Oswald Buddenhagen
On Fri, Feb 26, 2010 at 03:42:47PM +0100, Yury V. Zaytsev wrote: I was asked to answer you that what they had in mind in the [epoch].[major].[minor].[release] that's pretty much a guarantee that the epoch will never change. Also, they say that Redhat uses the same versioning scheme for the

Re: Some keys are not properly recognized in Konsole/xterm

2010-02-12 Thread Oswald Buddenhagen
On Thu, Feb 11, 2010 at 08:14:44PM -0500, Thomas Dickey wrote: On Fri, 12 Feb 2010, Oswald Buddenhagen wrote: do in any graphical mail reader), i have to: 1) find out that i can do that at all. the man page doesn't contain the term URL once. 2) write a regexp matching urls See the bottom

Re: Some keys are not properly recognized in Konsole/xterm

2010-02-11 Thread Oswald Buddenhagen
On Thu, Feb 11, 2010 at 07:03:40PM -0500, Thomas Dickey wrote: On Fri, 12 Feb 2010, Oswald Buddenhagen wrote: anyway, some useful features would be tabs, clickable urls and proper It's been configurable for clickable urls, for highlighting for a few years. i suppose you mean the multi-click

Re: /#sh:user@host file names with % bug

2010-01-15 Thread Oswald Buddenhagen
On Fri, Jan 15, 2010 at 08:32:01PM +0100, Janek Kozicki wrote: 1. create files named efekt_skali__0.15%.png efekt_skali__1.5%.png 2. log in remotely to that host using /#sh:u...@host 3. observe wrong file names: efekt_skali__0.1593cf4fcng efekt_skali__1.593cf4fcng

Re: function key mapping broken

2009-05-17 Thread Oswald Buddenhagen
On Sat, May 16, 2009 at 11:52:35PM +0200, Oswald Buddenhagen wrote: not sure whether this is a configuration backwards compat failure or a wholly new braindamage: bah - even better: this is a slang vs ncurses[w] issue and probably existed forever; the ncurses-based build is broken

function key mapping broken

2009-05-16 Thread Oswald Buddenhagen
ev'nin', not sure whether this is a configuration backwards compat failure or a wholly new braindamage: mc suddenly maps f11 f12 to what one might think they are (but never were, because there was no point in it) - and then continues with shift-f1 as f13 and so on. of course that breaks the

Re: The status of midnight-commander.org

2009-05-08 Thread Oswald Buddenhagen
hello slava co. On Fri, May 08, 2009 at 12:36:41PM +0300, Slava Zanko wrote: Do you consider the opportunity to give us official mc maintainership burden? after having tracked the development for a while i'm pretty sure pavel will not like what is there. your quality standards simply don't

Re: Cocoa front end

2009-02-22 Thread Oswald Buddenhagen
On Sun, Feb 22, 2009 at 12:15:55AM +, Derek Wyatt wrote: I was thinking of adding a cocoa front end to MC just for fun, given your c++ background you may prefer to join for example the krusader project (qt/kde based twin panel manager; with qt 4.5 it should run on 64 bit macosx as well).

Re: Further Midnight Commander development

2009-02-14 Thread Oswald Buddenhagen
On Fri, Feb 13, 2009 at 08:20:29PM +0200, Pavel Tsekov wrote: You don't become a project member and developer by just waiting for the right moment, appearing on the scene and taking over of everything. would you bet? you may be the best maintainer on earth (you aren't, but wth), but by being

Re: Further Midnight Commander development

2009-02-14 Thread Oswald Buddenhagen
On Sat, Feb 14, 2009 at 04:38:31PM +0100, Patrick Winnertz wrote: to the new ones: get the trac vs. the mailinglist thing sorted. The plan is to move the trac mails together with git commit messages to an own mailinglist. but you want to continue using mc-devel as well? i don't think the

Re: Further Midnight Commander development

2009-02-14 Thread Oswald Buddenhagen
On Sat, Feb 14, 2009 at 05:43:55PM +0100, Patrick Winnertz wrote: Well.. I would like to have some place to discuss everything. of course. If this is too much it would be worth to move this to a separate mailinglist. yes - *if*. but that's not going to be the case. i cannot imagine that

Re: updated: [ae987b9] Reverted the use of bool in favour of gboolean

2009-02-10 Thread Oswald Buddenhagen
On Tue, Feb 10, 2009 at 12:49:55PM +0100, Patrick Winnertz wrote: +++ b/edit/usermap.c @@ -59,7 +59,7 @@ typedef struct Config { typedef struct Command { const char *name; -bool (*handler) (config_t *cfg, int argc, char *argv[]); +int (*handler) (config_t *cfg, int argc,

Re: updated: [fe95221] Rewrote the shell_escape function in order to make us of GString and g_string_append_c

2009-02-10 Thread Oswald Buddenhagen
On Tue, Feb 10, 2009 at 12:49:57PM +0100, Patrick Winnertz wrote: Rewrote the shell_escape function in order to make us of GString and g_string_append_c glib has functions for shell (un-)escaping. did you look at those? ___ Mc-devel mailing

Re: Building 4.6.2

2009-02-05 Thread Oswald Buddenhagen
On Thu, Feb 05, 2009 at 08:48:52AM +0100, Jan Engelhardt wrote: On Wednesday 2009-02-04 19:20, Enrico Weigelt wrote: * Patrick Winnertz win...@debian.org schrieb: It seeems that autogen.sh create links instead of copying the files to the correct place. Right, as it should be. This

Re: ticket mail delay

2009-02-05 Thread Oswald Buddenhagen
as nobody is picking that up ... On Sat, Jan 31, 2009 at 06:26:46AM +0100, Enrico Weigelt wrote: * Oswald Buddenhagen o...@kde.org schrieb: the typical mail from trac contains: Received: from menubar.gnome.org (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix

Re: ticket mail delay

2009-02-05 Thread Oswald Buddenhagen
On Thu, Feb 05, 2009 at 08:45:28PM +0100, Patrick Winnertz wrote: i *think* fixing this is merely a matter of subscribing the tracker address to the mailing list. Well.. this will end in a mail loop... you know that the subscriber can simply disable mail delivery?

Re: Building 4.6.2

2009-02-04 Thread Oswald Buddenhagen
On Wed, Feb 04, 2009 at 09:12:03AM +0300, Andrew Borodin wrote: I think this must be fixed and therefor 4.6.2.1 release is needed. jup. make dist-check avoids such bloopers - for the next time. ;) ___ Mc-devel mailing list

Re: updated: [80a6897] cleanup: mhl_str_dir_plus_file(): int - size_t (suggested by Andrew Borodin)

2009-02-01 Thread Oswald Buddenhagen
On Sun, Feb 01, 2009 at 09:02:10PM +0100, Sergei Trofimovich wrote: +while (...) ...; +size_t fnlen = ...; i should point out that this is C99 and consequently won't compile on many platforms with older compilers. ___ Mc-devel

Re: updated: [80a6897] cleanup: mhl_str_dir_plus_file(): int - size_t (suggested by Andrew Borodin)

2009-02-01 Thread Oswald Buddenhagen
On Sun, Feb 01, 2009 at 11:04:54PM +0200, Sergei Trofimovich wrote: On Sun, 1 Feb 2009 21:15:20 +0100 Oswald Buddenhagen o...@kde.org wrote: On Sun, Feb 01, 2009 at 09:02:10PM +0100, Sergei Trofimovich wrote: +while (...) ...; +size_t fnlen = ...; i should point

Re: [bug #25438] Crash when editing a file with a nonexistent syntax file included by ~/.mc/cedit/Syntax

2009-01-30 Thread Oswald Buddenhagen
On Fri, Jan 30, 2009 at 09:10:39AM +, Slava Zanko wrote: In the future, please use trac on www.midnight-commander.org such requests are rather pointless. why wasn't the old bug tracker shut down yet, or at least locked for new submissions? why didn't any of the old admins bother to mark the

Re: [bug #25438] Crash when editing a file with a nonexistent syntax file included by ~/.mc/cedit/Syntax

2009-01-30 Thread Oswald Buddenhagen
On Fri, Jan 30, 2009 at 10:46:48AM +0100, Patrick Winnertz wrote: Am Freitag 30 Januar 2009 10:28:29 schrieb Oswald Buddenhagen: otoh, the new home page isn't so much of a home page at all [...] Yeah.. this is true. If you like I can give you write permissions on the git and you'll can add

ticket mail delay

2009-01-30 Thread Oswald Buddenhagen
hi, the typical mail from trac contains: Received: from menubar.gnome.org (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id C3E4175022D; Fri, 30 Jan 2009 15:17:23 + (GMT) Received: from localhost (localhost.localdomain [127.0.0.1]) by

Re: [Midnight Commander] #145: update m4/* files

2009-01-15 Thread Oswald Buddenhagen
On Thu, Jan 15, 2009 at 03:28:34PM +0100, Philipp Thomas wrote: * Oswald Buddenhagen (o...@kde.org) [20090111 23:56]: why? wouldn't AM_GNU_GETTEXT and possibly gettextize take care of everything? AFAIK running gettextize or autoreconf won't remove an existing intl subdir. so

Re: [Midnight Commander] #156: syntax: c/c++: %uld doesnt get highlighted correctly

2009-01-11 Thread Oswald Buddenhagen
On Sun, Jan 11, 2009 at 06:47:41PM -, Ticket System wrote: Resolution: duplicate |Keywords: Okay.. Closing it as invalid technical or manual problem? :} ___ Mc-devel mailing list

Re: [Midnight Commander] #145: update m4/* files

2009-01-11 Thread Oswald Buddenhagen
On Sun, Jan 11, 2009 at 11:40:27PM +0100, Enrico Weigelt wrote: * MC Ticket System tick...@midnight-commander.org schrieb: actually, it is generally considered bad practice to have generated files under version control at all. anything created by the bootstrap process (autogen.sh)

Re: [Midnight Commander] #126: Merge ./lib/ChangeLog with ./ChangeLog

2009-01-05 Thread Oswald Buddenhagen
On Sun, Jan 04, 2009 at 08:54:33PM -, Ticket System wrote: This is also an issue which should be fixed in 4.6.2 ( a mostly bugfix release) uhm, either it is a pure bugfix release and gets called 4.6.2 or it contains features (or internal reorganization) and gets called 4.7. looks all like

Re: git+patch workflow [WAS: bundled intl stuff necessary]

2009-01-04 Thread Oswald Buddenhagen
On Sun, Jan 04, 2009 at 06:10:06PM +0100, Patrick Winnertz wrote: Am Sonntag 04 Januar 2009 17:48:56 schrieb Oswald Buddenhagen: fwiw, the suggested backporting workflow is quite a nightmare with git, as all the merging goodies work only with forwardporting. I know but having many many

Re: RFC: updated workflow [WAS: Re: git+patch workflow]

2009-01-04 Thread Oswald Buddenhagen
On Sun, Jan 04, 2009 at 09:28:29PM +0100, Patrick Winnertz wrote: ps: If this is okay I'll delete the stable branch and update/write a bit about this workflow to our wiki) delete *the* stable branch, but not the concept of stable branches per se. doing so would mean that once you merged a

Re: [bug] symlink directiories are selected on selection

2008-10-06 Thread Oswald Buddenhagen
On Mon, Oct 06, 2008 at 12:25:47PM +0200, Maciej Pilichowski wrote: My config is the directory should not be selected when I call global select (for example via pressing alt+*). And this works as expected. But if there is not regular directory but symlinked directory (and valid one) MC

[bug #24038] slow starting of mc

2008-08-12 Thread Oswald Buddenhagen
Follow-up Comment #1, bug #24038 (project mc): you should attach the strace of such a startup. ___ Reply to this item at: http://savannah.gnu.org/bugs/?24038 ___ Message sent via/by

Re: mcedit annoying syntax highlight changes

2008-06-29 Thread Oswald Buddenhagen
On Sat, Jun 28, 2008 at 02:33:59PM +0200, Jan Engelhardt wrote: starting with mc 4.6.2, there have been changes to the syntax highlighting, specifically displaying whitespace. http://savannah.gnu.org/bugs/?func=detailitemitem_id=13146 -- Hi! I'm a .signature virus! Copy me into your

[bug #23512] save as retains mode

2008-06-07 Thread Oswald Buddenhagen
URL: http://savannah.gnu.org/bugs/?23512 Summary: save as retains mode Project: GNU Midnight Commander Submitted by: ossi Submitted on: Saturday 06/07/2008 at 09:54 Category: Editor Severity: 3 - Normal

[bug #23513] need read-only mode

2008-06-07 Thread Oswald Buddenhagen
URL: http://savannah.gnu.org/bugs/?23513 Summary: need read-only mode Project: GNU Midnight Commander Submitted by: ossi Submitted on: Saturday 06/07/2008 at 09:57 Category: Editor Severity: 3 - Normal

syntax highlighting choice improvement

2008-05-23 Thread Oswald Buddenhagen
hi, to avoid absurd situations like makefile.c being highlighted as a makefile, i moved the basename-matching rules to the end of the Syntax file. possibly the combined rules should be split into extension-only and filename-only to avoid the critical rules fighting each other, too (e.g.,

Re: syntax highlighting choice improvement

2008-05-23 Thread Oswald Buddenhagen
On Fri, May 23, 2008 at 06:04:40PM +0200, Oswald Buddenhagen wrote: possibly the combined rules should be split into extension-only and filename-only to avoid the critical rules fighting each other, too (e.g., configure.in.c). bah, silly example. meant ChangeLog.mk or something. -- Hi! I'm

[bug #16908] Missing manpage for the binary cons.saver

2008-03-31 Thread Oswald Buddenhagen
Follow-up Comment #5, bug #16908 (project mc): i'm pretty sure i suggested installing cons.saver into ${libexec} a long time ago. that would solve the problem effectively by removing the program from the user's view. ___ Reply to this

Re: Various small fixes to 4.6.2-pre1

2007-11-02 Thread Oswald Buddenhagen
On Fri, Nov 02, 2007 at 11:42:27AM +0100, Vladimir Nadvornik wrote: On ??tvrtek 01 listopad 2007, Oswald Buddenhagen wrote: On Thu, Nov 01, 2007 at 04:48:02PM +0100, Vladimir Nadvornik wrote: --- mc-4.6.2-pre1/vfs/smbfs.c -result = g_strconcat (my_remote, trailing_asterik ? /* : , 0

Re: Various small fixes to 4.6.2-pre1

2007-11-01 Thread Oswald Buddenhagen
On Thu, Nov 01, 2007 at 04:48:02PM +0100, Vladimir Nadvornik wrote: --- mc-4.6.2-pre1/vfs/smbfs.c -result = g_strconcat (my_remote, trailing_asterik ? /* : , 0); +result = g_strconcat (my_remote, trailing_asterik ? /* : , (char *) NULL); the use of NULL is discouraged, at least in

Re: tabs in clipboard, bug?

2007-10-15 Thread Oswald Buddenhagen
On Mon, Oct 15, 2007 at 10:59:08AM +0200, Marco Ciampa wrote: I enjoy the way the actual cvs snapshot mc shows the tabs but... RTFA -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- Chaos, panic, and disorder - my work here is done.

[bug #21248] recursively indented lines from x selection/clipboard

2007-10-04 Thread Oswald Buddenhagen
Follow-up Comment #1, bug #21248 (project mc): presumably this happens only if you ssh/rsh/telnet to another machine outside x/without x forwarding? shift should be detected on local linux consoles and when $DISPLAY is set - worksforme. the other case is cantfix and therefore wontfix. one could

[bug #17822] consecutive resize events not handled correctly

2007-10-01 Thread Oswald Buddenhagen
Follow-up Comment #9, bug #17822 (project mc): when a resize is sent before mc is completely up, it doesn't get the geometry right, either - and yes, this happens about every time an xterm -e mc is restored by session management on my system. so the signal handler should be set up before the

Re: GNU Midnight Commander 4.6.2-pre1

2007-09-29 Thread Oswald Buddenhagen
On Sat, Sep 29, 2007 at 01:02:12AM -0500, [EMAIL PROTECTED] wrote: Me wrote: On Thu, Sep 27, 2007 at 11:01:27PM -0500, [EMAIL PROTECTED] wrote: But I am not sure if this is a desirable feature, or not. it is On what grounds? https://savannah.gnu.org/bugs/index.php?13146 just mark the

Re: Moving the MC homepage to www.gnu.org

2007-09-06 Thread Oswald Buddenhagen
On Wed, Sep 05, 2007 at 10:44:16PM -0400, Pavel Roskin wrote: That's what the reply all option is for, and it's present in all decent mail clients. actually, *decent* mailers (*) have a list reply option. :) (*) e.g., mutt, kmail, ... -- Hi! I'm a .signature virus! Copy me into your

Re: Getting ready for a release

2007-09-04 Thread Oswald Buddenhagen
On Tue, Sep 04, 2007 at 10:57:42AM +0200, Pavel Tsekov wrote: how are we going to number the new release ? 4.7. no exaggerated humbleness, please. -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- Chaos, panic, and disorder - my work here is done.

[bug #13146] make tabs and trailing spaces visible

2007-08-30 Thread Oswald Buddenhagen
Follow-up Comment #13, bug #13146 (project mc): that's weird ... i see no such effect (little surprisingly). though with some terminals/color combinations it becomes light blue, too, and thus hardly visible, but i don't think we can do much about that.

[patch #5104] Move the 'rotatinG dash' toggle from Configuration to Layout

2007-08-27 Thread Oswald Buddenhagen
Follow-up Comment #2, patch #5104 (project mc): not really. i mean, the thought is correct, but it just doesn't cut it. i think the options need to be completely re-grouped: Layout... = Appearance... Configuration... = Behavior... one can work from here ...

Re: [patch #6026] D language syntax file

2007-08-23 Thread Oswald Buddenhagen
On Thu, Aug 23, 2007 at 03:40:29PM +, Pavel Tsekov wrote: Shall I add this syntax file to CVS ? why not? look at vim - it is a real syntax file whore (~500 files). :) it's not like this would be a config file format for a game nobody ever heard of ... -- Hi! I'm a .signature virus! Copy

Re: [PATCH] Allow storing mc configuration in /etc/mc - take 2

2007-05-19 Thread Oswald Buddenhagen
On Sat, May 19, 2007 at 05:04:25PM +0300, Pavel Tsekov wrote: I am reposting in case no one noticed the previous message due to the fact that I replied to an old thread. ah, you wanted a reply ... :) From [EMAIL PROTECTED] Sun May 6 15:06:58 2007 Please, review it and let me know whether to

[patch #5871] enhance selection in xterms

2007-05-07 Thread Oswald Buddenhagen
Follow-up Comment #7, patch #5871 (project mc): re comment #6: we don't - it makes the title too jumpy, imo. ___ Reply to this item at: http://savannah.gnu.org/patch/?5871 ___ Message sent

[bug #19721] Aborting a FISH file transfer still causes the FISH layer to consume the whole file

2007-05-07 Thread Oswald Buddenhagen
Follow-up Comment #5, bug #19721 (project mc): huh? you actually used ssh for that? i guess that's a fine optimization. but for the general case the chunking should be homegrown (based on dd and printf/read, i guess). ___ Reply to this

[bug #19721] Aborting a FISH file transfer still causes the FISH layer to consume the whole file

2007-04-27 Thread Oswald Buddenhagen
Follow-up Comment #1, bug #19721 (project mc): no, i think we can do like ssh does, i.e., tunnel multiple virtual connections through one physical connection. this adds some overhead, though (especially cpu-wise, as we have to call dd for every chunk). btw, you might want to look at kde's

[bug #19664] backspace navigation

2007-04-22 Thread Oswald Buddenhagen
Follow-up Comment #1, bug #19664 (project mc): ah, somebody wants it windows-compatible. i think that's silly. it does not follow the least surprise principle. additionally, the same function is already available in a consistent way with ctrl-pgup.

[patch #5871] enhance selection in xterms

2007-04-21 Thread Oswald Buddenhagen
Follow-up Comment #5, patch #5871 (project mc): i always found it a bit ugly without the surrounding spaces. otoh, screen real estate is scarce ... fwiw, the delimiter chars can be configured, at least in xterm. one could more heuristics to the terminal (to detect paths, urls, etc.), but it

[bug #19651] x selection in editor

2007-04-21 Thread Oswald Buddenhagen
Follow-up Comment #2, bug #19651 (project mc): i understood immediately what he means. :-P me: you can configure most *terms to strip trailing whitespace from the selection. without this, i would have freaked out long ago. :) ___ Reply

Re: Bugs should be reported to [EMAIL PROTECTED]

2007-04-10 Thread Oswald Buddenhagen
On Tue, Apr 10, 2007 at 09:10:13AM +1000, Jeremy Dawson wrote: Pavel Tsekov wrote: It would be nice if the device between the computer moniter and the chair could actually think. (quote from a Linux man page) Bugs should be reported to mc-devel@gnome.org If an email to

Re: [BUG+PATCH] Wrong name sort.

2007-03-06 Thread Oswald Buddenhagen
On Mon, Mar 05, 2007 at 08:21:41PM +0100, Egmont Koblinger wrote: Perhaps it might make sense to have an option in mc where you can _manually_ choose between strcmp() and strcoll() (but hey, that's what LC_COLLATE is for!), ... in theory. i don't think LC_COLLATE as it stands is a good idea

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

2006-10-26 Thread Oswald Buddenhagen
On Fri, Oct 27, 2006 at 05:12:00AM +0300, Nerijus Baliunas 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. So I propose

Re: Fix for password-protected .rar files

2006-07-24 Thread Oswald Buddenhagen
On Mon, Jul 24, 2006 at 05:35:33PM +0200, Denis Vlasenko wrote: On Monday 24 July 2006 16:31, Pavel Tsekov wrote: On Mon, 24 Jul 2006, Denis Vlasenko wrote: https://savannah.gnu.org/bugs/?func=detailitemitem_id=16967 Is this option supported on earlier versions of rar which might be

Re: Makeing the subshell reliable

2006-07-20 Thread Oswald Buddenhagen
On Thu, Jul 20, 2006 at 12:00:58PM +0300, Pavel Tsekov wrote: I hope this explanation helps. If you have questions, please, ask. as i understand it, it is a pure implementation problem and not something fundamental. mc gets the shell's sigchld at any time (just as it does with output), so it

Re: Makeing the subshell reliable

2006-07-19 Thread Oswald Buddenhagen
On Wed, Jul 19, 2006 at 04:58:16PM +0300, Pavel Tsekov wrote: On Tue, 18 Jul 2006, Oswald Buddenhagen wrote: Shall we keep the prompt in this case ? i think it would be logical. But then we shall face the same problems. I mean it is not different from what we do now. The only difference

Re: Makeing the subshell reliable

2006-07-15 Thread Oswald Buddenhagen
On Fri, Jul 14, 2006 at 11:27:27AM +0300, Pavel Tsekov wrote: On Fri, 14 Jul 2006, Oswald Buddenhagen wrote: without the subshell i can't operate mc while the command is executed, i Ok. But it can be as simple as Ctrl-O, execute command, Ctrl-O. There is only an extra Ctrl-O. yes, and i

Re: Makeing the subshell reliable

2006-07-14 Thread Oswald Buddenhagen
On Fri, Jul 14, 2006 at 08:11:55AM +0300, Pavel Tsekov wrote: * execution of commands typed at MC's prompt widget trough the subshell read my lips: NO WAY IN HELL. ;) this is one of the few actual selling points of mc over all the other The prompt widget or the fact that if the

Re: Makeing the subshell reliable

2006-07-13 Thread Oswald Buddenhagen
On Thu, Jul 13, 2006 at 04:29:35PM +0300, Pavel Tsekov wrote: There are several features which are consistent source of problems: My opinion is that we should remove both features from the subshell. * the subshell prompt retrieval - this one is widely known to be unreliable.

Re: Makeing the subshell reliable

2006-07-13 Thread Oswald Buddenhagen
On Thu, Jul 13, 2006 at 09:58:08PM +0300, Pavel Tsekov wrote: On Thu, 13 Jul 2006, Oswald Buddenhagen wrote: On Thu, Jul 13, 2006 at 04:29:35PM +0300, Pavel Tsekov wrote: There are several features which are consistent source of problems: My opinion is that we should remove both features

Re: Midnight Commander mod with Colorer-take5 syntax engine

2006-06-22 Thread Oswald Buddenhagen
On Thu, Jun 22, 2006 at 05:30:38PM +0400, Igor Russkih wrote: already implemented. I should look for that switch then :) . It's a runtime option in editor's settings dialog. You'll find it easily ;) fwiw, i think this is silly. typical example of over-configurability. if it has to be

Re: utf8 patch for mc, slang 2 version

2006-06-14 Thread Oswald Buddenhagen
On Thu, Jun 15, 2006 at 09:45:26AM +1200, Bart Oldeman wrote: On Wed, 14 Jun 2006, Egmont Koblinger wrote: On Tue, Jun 13, 2006 at 07:14:41PM +0200, Tomasz K?oczko wrote: BTW: anyone is working on UFT-8 support for ncurses(w) backend ? I don't think so, and I don't think it is worth it.

Re: find in viewer

2006-05-23 Thread Oswald Buddenhagen
On Tue, May 23, 2006 at 03:44:30PM +0300, Pavel Tsekov wrote: I am just posting it to see whether you like the idea. The patch uses the input field's ability to automatically retrieve the last entered text from the history. i'm fine with it. -- Hi! I'm a .signature virus! Copy me into your

Re: [RFE][PATCH] Display free space on device in panels

2006-05-19 Thread Oswald Buddenhagen
On Fri, May 19, 2006 at 02:29:49PM -0400, Pavel Roskin wrote: Hello! I was originally inspired by the old czech m602 file manager: http://oldgame.legalne.net/big/images/Manazer-M602.00.120.jpg A bit more talky design was used in the DOS Navigator:

Re: [PATCH] Allow storing mc configuration in /etc/mc

2006-05-18 Thread Oswald Buddenhagen
On Thu, May 18, 2006 at 04:09:00PM +0300, Pavel Tsekov wrote: On Thu, 18 May 2006, Jindrich Novy wrote: On Wed, 2006-05-17 at 23:36 +0300, Pavel Tsekov wrote: I think the patch is pretty straigth forward. I am not really sure that we want to check both mc_home and mc_home_alt though. Anyway,

Re: find in viewer

2006-05-18 Thread Oswald Buddenhagen
On Thu, May 18, 2006 at 05:42:45PM +0300, Pavel Tsekov wrote: I guess in the long term the last seach string should be remembered onto persistent storage as for example the file positions. yes. -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- Chaos, panic, and

Re: [BUG] ? mc hangs when $DISPLAY set

2006-05-02 Thread Oswald Buddenhagen
On Tue, May 02, 2006 at 11:25:41PM +0200, Enrico Weigelt wrote: What exactly is this X connection for ? for tracking keyboard modifiers ... fun, isn't it? i think mc should only connect to $DISPLAY if $WINDOWID is also set, meaning it was started from within an xterm (many, if not all term

[bug #16452] mcedit forgets POSIX newline at end of file

2006-04-29 Thread Oswald Buddenhagen
Follow-up Comment #5, bug #16452 (project mc): ... except that this patch does not actually handle the Cancel case ... but other than that i'm fine with it. ___ Reply to this item at:

[bug #16452] mcedit forgets POSIX newline at end of file

2006-04-28 Thread Oswald Buddenhagen
Follow-up Comment #1, bug #16452 (project mc): nothing in the quoted paragraph suggests that a newline has to be present. there are two philosophies regarding newlines: newlines as line terminators (requires newline) and newlines as line breaks (separators - no newline required). personally, i

[patch #4162] detach on quick-save

2006-03-17 Thread Oswald Buddenhagen
Follow-up Comment #2, patch #4162 (project mc): you put the mc_close() outside an else branch; you'll now close an arbitrary handle if the file is not local; closing -1 is not too nice, either. other than that it looks ok. btw, edit_save_as_cmd() uses mc_open() to fake an mc_stat() - i think it

[patch #4970] add label highlighting to c.syntax

2006-03-17 Thread Oswald Buddenhagen
Follow-up Comment #3, patch #4970 (project mc): actually, this patch sucks - it breaks the highlighting of the default: labels in switch statements. ___ Reply to this item at: http://savannah.gnu.org/patch/?func=detailitemitem_id=4970

Re: [patch] support xclipboard

2006-03-16 Thread Oswald Buddenhagen
On Thu, Mar 16, 2006 at 12:09:20PM +0200, vadim wrote: Patch for support XCLIPBOARD from mc. cool. xclip can not insert into XCLIPBOARD under KDE. try disabling klipper and/or playing with its options. as an option, your code should be able to use PRIMARY instead of CLIPBOARD - that should

  1   2   3   >