Re: keystrokes change according to runlevel

2011-05-20 Thread Jan Engelhardt
On Wednesday 2011-05-18 17:19, Felix Miata wrote: Could some dev look at https://bugzilla.novell.com/show_bug.cgi?id=400552 and either suggest that's really a bug that should be filed in the mc tracker, or comment there as to how to find a solution, or even propose one there? Linux VT: (key -

Re: updated: [1c287d7] First bunch of mhl_mem_free removal patches

2009-02-10 Thread Jan Engelhardt
On Tuesday 2009-02-10 12:49, Patrick Winnertz wrote: @@ -40,7 +40,7 @@ 2009-01-30 Enrico Weigelt, metux ITS weig...@metux.de - * replaced calls to g_free() by mhl_mem_free() + * replaced calls to g_free() by g_free() 2009-01-29 Mikhail S. Pobolovets styx...@gmail.com I spot

Re: [PATCH] type accuracy in listbox routines

2009-02-06 Thread Jan Engelhardt
On Tuesday 2009-02-03 15:45, Enrico Weigelt wrote: * Andrew Borodin aboro...@vmail.ru schrieb: Greetings! Since trac is still locked, I'm sending patch here. If you have git write access, you can also create a branch. (IMHO better than sending patches) Since one does not need write

trac register error

2009-02-05 Thread Jan Engelhardt
Oops… Trac detected an internal error: OperationalError: database is locked There was an internal error in Trac. It is recommended that you inform your local Trac administrator and give him all the information he needs to reproduce the issue. To that end, you could How to Reproduce

Git repository management

2009-02-05 Thread Jan Engelhardt
Hi, the fact that I regularly get (forced update) when pulling from the mc git repo is bit mind-boggling as it makes it harder to track where things go. Also I wonder how you deal with duplicates (I guess not at alL). Recently, remotes/mc/HACK_utf8_mc-4.6 has been added, while there already

Re: [Midnight Commander] #239: double declaration of bool false and true (conflicting with stdbool.h)

2009-02-05 Thread Jan Engelhardt
On Thursday 2009-02-05 23:39, Oswald Buddenhagen wrote: On Wed, Feb 04, 2009 at 03:05:57PM -, Ticket System wrote: As winnie already said, stdbool.h is part of the C99 spec, this - just like the reliance on snprintf - seems to be another successful attempt to make mc unusable on older

Re: Building 4.6.2

2009-02-04 Thread Jan Engelhardt
On Wednesday 2009-02-04 07:52, Patrick Winnertz wrote: I think this is error. Run of ./configure is enougth in release tarball. Correct tarball must provides all required files to be ndependent of autotools installed or not on current host. Jepp. that's true. And I found the error I guess:

Re: Building 4.6.2

2009-02-04 Thread Jan Engelhardt
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 should not be for when a tarball is about to be created, because these

Re: Abstracting away glib?

2009-02-02 Thread Jan Engelhardt
On Monday 2009-02-02 13:15, Mourad De Clerck wrote: Now, don't get me wrong: if glib gets in the way of your esthetic senses, or you dislike it for some other reasons, feel free to toss it; I'm already grateful people are taking an interest in mc at all. But I'd expected you to start using more

mcedit patches for ticket#113

2009-02-02 Thread Jan Engelhardt
I had previously tackled Savannah bug id#13146 (copied to trac as ticket #113) and added a slew of patches for it to the opensuse mc package. I now rebased them for the new git repo and published it at git://dev.medozas.de/mc master with commits ebbefa3e(^)..18408124: build:

[bug #13146] make tabs and trailing spaces visible

2008-07-07 Thread Jan Engelhardt
Follow-up Comment #20, bug #13146 (project mc): Ok since nobody replied here are some patches of my own. They require that mc(edit) has COMPLETE support for UTF-8!, which is not the case in the mc source distribution. The openSUSE .src.rpm has the required utf8 bits. Will try to make them submit

[bug #13146] make tabs and trailing spaces visible

2008-07-07 Thread Jan Engelhardt
Follow-up Comment #21, bug #13146 (project mc): Patch #2 -- cedit-eol-mark.diff This patch implements comment #8's suggestion to use ¶ as an EOL marker. It can be toggled using the OptionsHighlight options dialog, or, of course, by editing ~/.mc/config directly. (file #16004)

[bug #13146] make tabs and trailing spaces visible

2008-07-07 Thread Jan Engelhardt
Follow-up Comment #22, bug #13146 (project mc): Patch #3 -- cedit-fix-whitespace.diff We definitely need to set MOD_WHITESPACE or the space between tab stops is drawn with some random color. (file #16005) ___ Additional Item Attachment:

[bug #13146] make tabs and trailing spaces visible

2008-07-07 Thread Jan Engelhardt
Follow-up Comment #23, bug #13146 (project mc): Patch #4 -- cedit-symbol-prefs.diff This patch changes the space fill character to some Unicode dot (·) [this one is also available on the text console], and makes the -- tab filler into the Unicode ◀──▶ too. (file #16006)

[bug #13146] make tabs and trailing spaces visible

2008-07-07 Thread Jan Engelhardt
Follow-up Comment #24, bug #13146 (project mc): I noticed I cannot just use the Unicode characters (like p-ch = 0xB7), as that does not take into account terminals that are not in UTF-8. But the fix is simple enough (p-ch = SLsmg_Is_Unicode ? 0xB7 : .). BTW, I also implemented the MS Word-style

[bug #13144] c is _not_ c++

2008-07-06 Thread Jan Engelhardt
Follow-up Comment #1, bug #13144 (project mc): So use .hpp for C++ header files ;-) ___ Reply to this item at: http://savannah.gnu.org/bugs/?13144 ___ Message sent via/by Savannah

[bug #13751] support for x clipboard wanted

2008-07-06 Thread Jan Engelhardt
Follow-up Comment #1, bug #13751 (project mc): I run mc/mcedit always with the -d switch to deactivate mc's special mouse handling and get my X clipboard support (i.e. double-click to copy, middle button to paste) back. ___ Reply to this

mcedit annoying syntax highlight changes

2008-06-28 Thread Jan Engelhardt
Hi, starting with mc 4.6.2, there have been changes to the syntax highlighting, specifically displaying whitespace. int main(void) { --if (this) { that; --} } While I welcome this, I sometimes prefer to have it turned off[1]. Looking at the source code, I see no tunable