{5} Accepted, Active Tickets by Owner (Full Description) (36 matches)

List tickets accepted, group by ticket owner. This report demonstrates the use of full-row display.

andrew_b (5 matches)

Ticket Summary Component Milestone Type Created
Description
#2069 missing-mc_config_deinit-vfs_s_close-g_free mc-core 4.7.2 defect 28/02/10

lib/mcconfig/common.c missing mc_config_deinit (tmp_config); lib/vfs/mc-vfs/direntry.c missing vfs_s_close (fh); src/editor/editcmd.c missing g_free (search_string);

in lib/skin/colors.c making it in MC-fashion only


#64 Dialog sizes must be i18n-friendly mc-core 4.7 task 26/12/08

Original: http://savannah.gnu.org/bugs/?19344

Submitted by:Martin Petricek <bilboq>Submitted on:Mon 19 Mar 2007 04:15:14 PM UTC
Category:Screen outputSeverity:3 - Normal
Status:NonePrivacy:Public
Assigned to:NoneOpen/Closed:Open
Release:current (CVS or snapshot)Operating System:GNU/Linux

Discussion:

Mon 19 Mar 2007 04:15:14 PM UTC, original submission:

Size of dialog to select listing mode [(Left|Right) -> Listing mode]
is hardcoded to 45 characters (or actually more if translated 
strings are longer).

However, with this default width, "User defined" string is often not
shown entirely and you have to scroll to see it.

I have created and attached patch, that will widen the dialog by up 
to 15 characters, if size of the screen allows it (dialog never 
grows wider than width of console).

Maybe similar modification could be done also to other dialogs? (not
 sure which of them can benefit from being wider if possible)
	Martin Petricek <bilboq>

#1561 Help for editor dialogs mc-core 4.7 task 23/08/09

'Search', 'Replace', 'Options', 'Save Mode' editor dialogs don't have help (F1).


#2085 Repalce GLib deprecated functions mc-core 4.7 task 04/03/10

g_string_sprintf() is deprecated it is met currently (master) only in src/editor/edit.c replacing it by g_strdup_printf()


#1624 [PATCH] GPM mouse initalization mc-tty Future Releases defect 17/09/09

ALT Linux patch of GPM mouse initialization.

original patch The copy of patch is attached (irrelevant part is removed).


angel_il (14 matches)

Ticket Summary Component Milestone Type Created
Description
#323 mcedit - Record and playback macro works first few times only mcedit 4.7 defect 08/04/09

Open a utf-8 text file in mcedit from mc, record a macro to change some text on each line of the file, then run the macro okay for perhaps 4 times, then the macro no longer works correctly, starts deleting characters in the file sequentially instead, cannot exit macro run mode.

Debian Lenny system - i386 - locale is en_US - with KDE4 Running mc in a KDE konsole.

Using todays Git repo version 4.6.2 (April 7, 2009) which I built from the Git repo sources with libslang2.

GNU Midnight Commander 4.6.2 Virtual File System: tarfs, extfs, cpiofs, ftpfs, fish With builtin Editor Using system-installed S-Lang library with terminfo database With subshell support as default With support for background operations With mouse support on xterm With support for X11 events With internationalization support Data types: char 8 int 32 long 32 void * 32 off_t 64 ecs_char 8

Thanks.


#1797 Tabs lost when pasting text mcedit 4.7 defect 05/11/09

When pasting text that contains tabs, (using shift insert with konsole), the tab characters do not get pasted. This is because the shift key is held down while pasting and the tab character gets converted to a backtab (KEY_BTAB) in the function correct_key_code() in src/tty/key.c


#67 savannah: x selection in editor mcedit 4.7 enhancement 26/12/08

Original: http://savannah.gnu.org/bugs/?19651

Submitted by:me <me4mc>Submitted on:Sat 21 Apr 2007 10:25:44 AM UTC
Category:EditorSeverity:3 - Normal
Status:NonePrivacy:Public
Assigned to:NoneOpen/Closed:Open
Release:4.6.1Operating System:GNU/Hurd

Discussion:

Thu 26 Apr 2007 04:16:10 PM UTC, comment #8:

Does it help if you disable "Return does autoindent" from
Options -> General in the editor ?
	Pavel Tsekov <ptsekov>
Project Administrator
Sun 22 Apr 2007 09:32:43 PM UTC, comment #7:

bug in a bugfix...
i noticed bad flicker in the console and realized that the setcolor 
function does force a screen redraw.

therefore i moved its call to edit.c init()

now i get a green blinking _ in the console (no X) when i quit mc - 
much less anoying than the flicker.

any suggestions how to fix that?
	me <me4mc>
Sun 22 Apr 2007 09:56:32 AM UTC, comment #6:

mhh i browsed this menu @savannah and found that there is a 
difference between patch and bug and the bugs i submitted could have
 been patches - sorry for the trouble that might have caused, will 
use patches in future
	me <me4mc>
Sun 22 Apr 2007 09:50:04 AM UTC, comment #5:

yes it is!
because it is a feature that already works in other situations 
(single line)

reproduce:
start xterm
start mc in xterm
go to a file with newlines (eg COPYING)
edit it (F4)

press SHIFT and click-select some content over lines, do NOT use the
 mc cooledit buffer.

paste the selected text (using MIDDLE mouse) in a application like 
email or in the same editor, notice the blanks.

try the same if you cat the file on the terminal and notice that no 
blanks are in the other app:

example:
without patch (sorry bad to see)
SOL>
<EOL
SOL> Preamble
<- EOL
SOL> <EOL

with patch, or using nano or cat:

<EOL
Preamble<EOL
<EOL

i know that there are many terminals arround - maybe xterm isnt a 
good choice - maybe i have no choice at all

peace
	me <me4mc>
Sun 22 Apr 2007 09:31:31 AM UTC, comment #4:

Is it so hard to write a proper bug report ? I want to reproduce the
 problem myself and I couldn't - I failed because the lack of 
information. It is not correct to assume that everything has the 
same problem as you do. And how can I apply a patch if I do not 
understand what's going on.

I am sure Oswald can explain the problem to me but after all it is 
up to the submitter to describe the bug it sees.
	Pavel Tsekov <ptsekov>
Project Administrator
Sun 22 Apr 2007 09:22:16 AM UTC, comment #3:

i dont like the idea of changing the terminal just because a 
application misbehaves. my workarround for several years is to cat 
the current file - hopefully it's not a 60M log...

therefore created a patch (that only works for slang and mc 4.6.1) 
that uses a clear eol function to perform the action of clearing the
rest of the current line.
selection works fine for me now, but the display flickers on 
movement - something i can handle

@pavel: did you even read the post? the solution was in it - i hope 
in future we can improve understanding!

to make it work as described i had to create a new function in 
color.c&h that resets the color index 0. if anything simmilar exists
 please adopt the idea.

i dont care if this ever ends up in the main tree - it would save me
 the trouble of patching. once a year..

gentoo ebuild with use flag in testing phase maybe apears in sunrise
 overlay

peace
me
	me <me4mc>
Sat 21 Apr 2007 11:41:25 AM UTC, comment #2:

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. :)
	Oswald Buddenhagen <ossi>
Sat 21 Apr 2007 11:20:23 AM UTC, comment #1:

Please, calm down. Finding a problem is the easy part - describing 
it properly, so that others can reproduce it, is of great importance
 if you want to get the problem solved.

From you bug report it is clear that you see some problem related 
the way copy/paste works in relation to the internal editor. 
However, I cannot understand what is actually wrong - please, do the
 following:

1) explain what do you do - copy/paste from where to where ?
2) explain what happens
3) explain what do you expect to happen
	Pavel Tsekov <ptsekov>
Project Administrator
Sat 21 Apr 2007 10:25:44 AM UTC, original submission:

i managed to find another x problem:
when you are in the *term and select some text all newlines are lost
 and filled up with spaces.

i managed to find the problem in the
editordraw.c in print_to_widget
the hline draws blanks at the rest of the line.

i understand that behaviour but there is a possibility to do this right:

SLtt_set_color (DEFAULT_COLOR_INDEX, NULL, "default", "default");
SLsmg_erase_eol();
or
clrtoeol()

however, i tryed to create that behaviour and failed because i 
cannot set the default color index (0) to blue/white.
the problem is that users with other color settings (me: 
black/green) could be angy if i hardcode blue/white

the default state is black/white - looks ugly but works.

if you could suggest how to properly set the fg/bg

should i create a new function in src/color.h?

any suggestions? 

#280 Fast switch between recently used files mcedit 4.7 enhancement 21/02/09

Ctrl+F1,F2,F3 or Alt-!, Alt-@, Alt-# - save bookmark Alt+1,2,3 - fast open bookmarked file

open file1 in mcedit press Ctrl+F1 or Alt-! (Alt+Shift+1) exit

open file2 in mcedit press Ctrl+F2 or Alt-@ (Alt+Shift+2) exit

open file3 in mcedit press Ctrl+F3 or Alt-# (Alt+Shift+3)

press Alt+1 goto file1 press Alt+2 goto file2 press Alt+3 goto file3

enjoy )


#1364 overly verbose xterm window title mc-core 4.7 enhancement 21/06/09

ticket #192 makes my desktop's task bar pretty useless for distinguishing my mc instances: the actually visible part of every window's title is now identical. also, this additional information is useless in most cases. if you want to do that right, the display must be selective: show only info which differs from the defaults. the locality and ownership of the session can be determined by querying the utmp database (on the command line, that would be the tty and who commands). the less magic and more flexible approach would be allowing the user to specify what to put into the title manually - a patch has been proposed in http://mail.gnome.org/archives/mc-devel/2007-August/msg00004.html.


#1542 External Scripting mc-core 4.7 enhancement 17/08/09
/------------- External scripting --------------\
|                                               |
| Script:    Name/command line                  |
|  (*) Basic _________________________          |
|  ( ) Pipe  _________________________          |
|                                               |
| [ ] Whole file if no highlited block          |
| [ ] Pad if column highliting                  |
|                                               |
| Output:                                       |
|  (*) Replace                                  |
|  ( ) Insert                                   |
|  ( ) Discard                                  |
|                                               |
|         [<  OK  >]        [ Cancel ]          |
\-----------------------------------------------/

#1652 Hide ^M in editor. mcedit Future Releases enhancement 02/10/09

Need to hide ^M symbols at end of lines in text files with '\r\n' line ends.

Better way: create keybinding for toggle ^M symbols.


#1666 1st line shifted after paragraph format mcedit 4.7 defect 03/10/09

Steps to reproduce: 1. mcedit mc.ext (example file) 2. ctrl-down (so that at least 1st line of a paragraph to be formatted is scrolled above the screen) 3. alt-p

Effect: first line shows contents shifted to right:

# Warning: Structure of this

any cursor movement at this line fixes view to: # Midnight Commander 3.0 extension file # Warning: Structure of this


#2094 resetting option_cursor_beyond_eol does not reset over_col mcedit 4.7 defect 09/03/10

disabling "cursor beyond end of line" does not zero out over_col, so if one turns off the option while currently beyond eol, left/right navigation will do funny things. the next operation which resets the column will restore normality.


#278 Change title of panel after panelization mc-core 4.7 enhancement 20/02/09

Change title of panel after panelization

in mc:

$ mkdir /tmp/test1 $ cd /tmp/test1 $ touch test.txt

click menu: Command / eXternal panelize

select: Field "Command" input: find . -name \*.t* -print

click [ Add new ]

in field Enter command label: input: find test

click [< OK >]

click menu: Command / eXternal panelize

select ls in list click [< Panelize >]

in title panel you need "panelize: find test"


#1480 Home key behavior in editor mcedit 4.7 enhancement 06/08/09

The following patch (against 4.7.0-pre1) makes the Home key go to the first column on first press, and then go to the beginning of non-whitespace -- if any.


#1490 Multiple viewers and editors open concurrently with the file manager mc-core 4.7 enhancement 07/08/09

Ok, this is my second-favourite patch :)

A nice feature of Advanced Midnight Commander mc-4.1.x-MP by Olegarch was the dialog selector. It allowed the user to have multiple viewers and editors open along with the main file manager. They can be switched at will. Note that this does NOT imply multi-threading, because there's no point for editors, viewers and file-managers to run in background; they primarily need user interaction.

The hotkeys for Multi Screen feature: "M-`" selector "M-," switch to previous "M-." switch to next

Yes, I know the hotkeys are not very well-chosen, but I really tried hard to avoid clashes with existing hotkeys. (I just saw M-. was taken in GIT, but honestly, I don't need a hotkey to switch hidden files on and off very frequently; I can live with just a setting in Options for that :))

Patch (against 4.7.0-pre1) attached.


#1688 Warn if opened file can't be written mcedit 4.7 enhancement 09/10/09

When mcedit opens a file which the user can't overwrite, it may say something like "Warning: no write permission".

This was initially reported at https://bugzilla.altlinux.org/show_bug.cgi?id=7803


#1382 Hotkey for swich off double ESC mc-core 4.7 enhancement 26/06/09

I'm no need funny ESC, i have alt and may use it. But anytime i'm use dummy terminals and need ESC as Meta. Swich off "funny ESC" trough ini too difficultly. If will be special hotkey for "funny ESC" mode switching it will be very convenient.


iNode (2 matches)

Ticket Summary Component Milestone Type Created
Description
#32 savannah: mc doesn't clean up tempfiles mc-vfs 4.7 enhancement 25/12/08

Original: http://savannah.gnu.org/bugs/?13953

Submitted by:Marcel Pol <mpol>Submitted on:Wed 27 Jul 2005 02:40:48 PM UTC
Category:VFSSeverity:3 - Normal
Status:In ProgressPrivacy:Public
Assigned to:Pavel Tsekov <ptsekov>Open/Closed:Open
Release:current (CVS or snapshot)Operating System:GNU/Linux

Discussion:

Mon 03 Apr 2006 02:32:13 PM UTC, comment #4:

Reopening since SFS also leaves stale temporary files when 
operating on remote files. I am working on it.
	Pavel Tsekov <ptsekov>
Project AdministratorIn charge of this item.
Thu 23 Mar 2006 03:04:46 PM UTC, comment #3:

I've just commited a fix:

http://cvs.savannah.gnu.org/viewcvs/mc/vfs/extfs.c?root=mc&sortby=date&r2=1.125&r1=1.124&diff_format=u

The temporary files used to remain only if MC exited before the vfs 
"garbage collector" kicked in.
	Pavel Tsekov <ptsekov>
Project AdministratorIn charge of this item.
Mon 01 Aug 2005 10:01:00 PM UTC, comment #2:

Hi Pavel,

Hope you don't mind me assigning this issue to you :) .
	Leonard den Ottolander <leonardjo>
Project Member
Mon 01 Aug 2005 08:56:00 AM UTC, comment #1:

The suggested patch won't do i.e. it is not the right thing to do. 
I am currently investigating .
	Pavel Tsekov <ptsekov>
Project AdministratorIn charge of this item.
Wed 27 Jul 2005 02:40:48 PM UTC, original submission:

Mc 4.6.1 doesn't clean up tempfiles. This happens with mc-4.6.1 on 
Mandriva Cooker.
This is with and without the utf8 patch.
I only tried it with an rpm, and the cpio file remains in the 
/tmp/mc-user directory after a restart of mc.

$ mc --version
GNU Midnight Commander 4.6.1
Virtual File System: tarfs, extfs, cpiofs, ftpfs, fish, undelfs
With builtin Editor
Using system-installed S-Lang library with terminfo database
With subshell support as default
With support for background operations
With mouse support on xterm and Linux console
With internationalization support
With multiple codepages support

A patch is available in the mc-devel archive at:
http://mail.gnome.org/archives/mc-devel/2005-May/msg00228.html
This patch has been made by Dieter Jurzitza on Suse 9.3. 

#1444 shell like completion in quick_cd dialog mc-core 4.7 enhancement 02/08/09

I think shell like completion (by Tab) in quick_cd dialog should be very usefull and more intuitive.


metux (7 matches)

Ticket Summary Component Milestone Type Created
Description
#1872 Build fixups (unused variables, etc) mc-core 4.7 defect 12/12/09

Branch:1872_build_fixups changeset:393a08fac876097259f1587d4e278ce63f347c68

passed all tests, please vote asap as it's critical.


#1897 Build breaks on ignored return values mc-core 4.7.1 defect 24/12/09

glibc has a lot of functions whose return values should not be ignored. this produces a lot of warnings, which cause the build to break when using -Werror (which *really* should be standard for any production build ;-p):

background.c:446: error: ignoring return value of 'write', declared with attribute warn_unused_result

(setting the priority to blocker, since it breaks any serious build)

branch:1897_libc_return_values changeset:b396e0e959179f85e2a10c6d2cffb18879025e0b


#1818 Refactoring no-vfs mc-vfs 4.7 defect 12/11/09

Building w/o VFS seems quite a bit broken now. Refactoring it, eg. moving stuff from src/vfsdummy.h into vfs/vfs.h and get rid of some #ifdef VFS

branch:1818_refactoring_no_vfs_METUX


#1742 [patch] Add settings mc-core 4.7 enhancement 27/10/09

In 96e032b473935ebca5b59494e1fe4a30bd1e7bec there was added option so that * key can reverse only files (default) or also directories.

But there is no GUI to toggle this option, which have two disadvantages:

* Some people don't know about this * You can't toggle it while mc is running

Attched patch adds new checkbox in settings, allowing to toggle it on/off while mc is running.

branch:1742_reverse_file_options changeset:24119387ba4812997c574b41fbb5c7bbf166a0b2


#1813 Statifc buffer version of name_quote() mc-core 4.7 enhancement 09/11/09

name_quote(), which returns a newly allocated string, is used in many places where a static buffer (eg. on stack) would be fully sufficient.


#1775 9P via libmvfs mc-vfs 4.8 task 31/10/09

Adding mvfs adapter and 9P support.

branch:1775_mvfs_9P_2 changeset:7ba76faaa2d2d8ea333fdb099619fba27f78a5b1


#1812 Various cleanups mc-core 4.7 task 09/11/09

slavazanko (6 matches)

Ticket Summary Component Milestone Type Created
Description
#1668 [patch] Screen and input corruption under xterm [non-UTF] mcview 4.7 defect 04/10/09

LANG= LC_CTYPE=pl_PL LC_COLLATE=pl_PL LC_[*]="POSIX" LC_ALL=

Input / display codepage (i.e. display_codepage): ISO-8859-2 source_codepage (set via 'Fix it'): ISO-8859-2

However the same happens with any display_codepage different from 7-bit ASCII or UTF-8 and any (non-UTF at least) locale setting.

The problem: viewing binary files leads to massive screen corruption and Search dialog pops up with 1;2c search string (multiple times depending on actual screen contents). So it looks like the file 'presses' F7 or / and shift-right_arrow for every specified character combination occurrence. In case of bigger files it's impossible to exit from such viewer, as search dialog keeps popping up after closing. No such behaviour on linux console with any circumstances.

I've minimized the problem to 2-byte file: 0x9A 0x14 (attached).

GNU Midnight Commander 4.7.0-pre3 Virtual File System: tarfs, extfs, cpiofs, ftpfs, fish, mcfs With builtin Editor Using system-installed S-Lang library with terminfo database With subshell support as default With support for background operations With mouse support on xterm and Linux console With support for X11 events With internationalization support With multiple codepages support Data types: char 8 int 32 long 32 void * 32 off_t 64 ecs_char 8


#1629 Problems displaying UTF-8 manual pages mcview 4.7 defect 19/09/09

Formatted manual pages using UTF-8 charset are handled incorrectly by mc-4.7-pre2.

Problem 1: Accented characters in bold (yellow) text are displayed incorrectly: the letter, followed by a dot, then the letter once again, all in white.

Problem 2: Search does not find text that are bold or underlined (yellow or red) and contain accented letters. Exception: it finds if only the first character is accented, but highlights the match incorrectly.

I attach such a formatted manpage (emitted by groff-utf8) for your convenience - you might have to press F9 in mcview.


#1483 Panel scrollbar mc-core 4.7 enhancement 06/08/09

The following patch adds a primitive scroll indicator to the file panels. It will display only on the active panel, and only if necessary.

Attached patch (against 4.7.0-pre1) does this.


#1488 Mountpoint selector mc-core 4.7 enhancement 07/08/09

A nice feature of Advanced Midnight Commander mc-4.1.x-MP by Olegarch was the mountpoint selector. I ported it back to MC. Very useful, especially in conjunction with automounters for USB sticks, CDs, etc.

F11 (Shift-F1) and F12 (Shift-F2) will display the mountpoints selectors for each panel.

Patch (against 4.7.0-pre1) attached.


#1686 [PATCH] mc.ext.in patches for DVI and DJVU from Debian mc-vfs 4.7 task 09/10/09

1) Use catdvi instead of dvi2tty and improve code 2) Add djvu support

Thanks to Denis Briand.


#319 [PATCH]_place_cursor_after_inserted_chars mcedit 4.7 enhancement 27/03/09

slyfox (1 match)

Ticket Summary Component Milestone Type Created
Description
#1493 #sh should start in the user's remote home dir, consistently with rsh/ssh mc-vfs 4.7 enhancement 07/08/09

Hello, I think its a good idea.

Vassilii Khachaturov wrote: "The default behaviour of the shell link virtual file system should probably be consistent with the rsh/ssh programs behavior -- initially changing not to the remote filesystem root, but rather to the remote home directory."

Original message: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=276878

regards

Denis Briand


styx (1 match)

Ticket Summary Component Milestone Type Created
Description
#26 savannah: undo does not reset "modified" status mcedit 4.7 defect 25/12/08

Original: http://savannah.gnu.org/bugs/?13737

Submitted by:Oswald Buddenhagen <ossi>Submitted on:Mon 11 Jul 2005 07:56:26 PM UTC
Category:EditorSeverity:3 - Normal
Status:NonePrivacy:Public
Assigned to:NoneOpen/Closed:Open
Release:current (CVS or snapshot)Operating System:All

Discussion:

Mon 11 Jul 2005 07:56:26 PM UTC, original submission:

i often accidentally do minor modifications (mostly partial escape 
sequences) which i undo of course. anyway, afterwards i still don't 
know if this was the only modification.

some considerations for the implementation:
- movements don't change the modified status, so you can't just 
check whether the undo stack is at the last file save point
- undo of changes past the last file save point must re-assert the 
modified status
- at file save points, it would make sense to stop undoing if it 
results from keyboard auto-reapeat (which can be assumed if the 
same sequence arrives (lets say) fife times within one second). 
undo will be resumed when the key is re-asserted after a pause. 

Note: See TracReports for help on using and creating reports.