Re: Sort order

2009-12-24 Thread SZABÓ Gergely
Yury V. Zaytsev wrote: On Wed, 2009-12-23 at 14:33 +0200, Slava Zanko wrote: I found discussion: http://markmail.org/message/xyxwiy6al53zmvsp#query:+page:1+mid:d5dyyh35mjpkuumt+state:results Looks as good old-time tradition ;) What about a ticket ;-) ? Done.

Sort order

2009-12-23 Thread SZABÓ Gergely
Hello, I've just found out that disabling Case sensitive in the Sort order of a panel mixes up the hidden files with the normal ones. As if a leading dot was somehow a 3rd case of the following letter. Is this a bug or is it intentional? I don't like it, honestly. Another thing: I found

Re: Sort order

2009-12-23 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 SZABÓ Gergely wrote: I've just found out that disabling Case sensitive in the Sort order of a panel mixes up the hidden files with the normal ones. As if a leading dot was somehow a 3rd case of the following letter. Is this a bug

Re: Sort order

2009-12-23 Thread Yury V. Zaytsev
On Wed, 2009-12-23 at 14:33 +0200, Slava Zanko wrote: I found discussion: http://markmail.org/message/xyxwiy6al53zmvsp#query:+page:1+mid:d5dyyh35mjpkuumt+state:results Looks as good old-time tradition ;) What about a ticket ;-) ? -- Sincerely yours, Yury V. Zaytsev

Re: Patch to change sort order of hidden files

2007-06-14 Thread Pavel Tsekov
Original-Nachricht Datum: Wed, 13 Jun 2007 15:11:10 +0300 Von: Valter Pohjola Betreff: Patch to change sort order of hidden files I wrote yesterday a small patch which adds an option that forces hidden files to be shown last (regardless of sort order). I think

Patch to change sort order of hidden files

2007-06-13 Thread valter . pohjola
Hi, I wrote yesterday a small patch which adds an option that forces hidden files to be shown last (regardless of sort order). I think that this a better order, since a user is not that often looking for a hidden file. It makes the users home directory look much nicer. The thing that I find

[bug #18767] Panel sort order: fallback to name

2007-01-15 Thread Egmont Koblinger
Follow-up Comment #4, bug #18767 (project mc): Thanks for the patch. I know about ls -U, but I think the audience of ls and mc might be a little bit different. For the ls command it might be considered as a filesystem debug option, or an option that can speed up scripts where the order isn't

[bug #18767] Panel sort order: fallback to name

2007-01-15 Thread Pavel Tsekov
Update of bug #18767 (project mc): Status:None = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #5: Well, the guy who posted

[bug #18767] Panel sort order: fallback to name

2007-01-13 Thread Pavel Tsekov
Follow-up Comment #1, bug #18767 (project mc): I don't know if the Unsorted view make sense but I know that the GNU 'ls' has a -U option which is supposed to print unsorted entries. ___ Reply to this item at:

[bug #18767] Panel sort order: fallback to name

2007-01-13 Thread Pavel Tsekov
Follow-up Comment #2, bug #18767 (project mc): Egmont, I've just verified that GNU ls does what you suggest in the situation described below. I'll apply a patch soon. ___ Reply to this item at: http://savannah.gnu.org/bugs/?18767

[bug #18767] Panel sort order: fallback to name

2007-01-13 Thread Pavel Tsekov
Follow-up Comment #3, bug #18767 (project mc): I've commited a patch: http://cvs.sv.gnu.org/viewcvs/mc/mc/src/dir.c?sortby=dater2=1.67r1=1.66diff_format=u ___ Reply to this item at: http://savannah.gnu.org/bugs/?18767

[bug #18767] Panel sort order: fallback to name

2007-01-12 Thread Egmont Koblinger
URL: http://savannah.gnu.org/bugs/?18767 Summary: Panel sort order: fallback to name Project: GNU Midnight Commander Submitted by: egmont Submitted on: Friday 01/12/2007 at 14:49 Category: None Severity

[bug #13549] Wrong sort order in unsorted mode.

2006-02-10 Thread Oleg Broytmann
Follow-up Comment #4, bug #13549 (project mc): Thank you for the patch for the first problem! I cannot verify it right now - I'm using binary Midnight Commander from Debain 3.1. I hope very much to see in the next relase. As of the second problem - I cannot reproduce it, too, in the current

[bug #13549] Wrong sort order in unsorted mode.

2006-02-10 Thread Leonard den Ottolander
Update of bug #13549 (project mc): Open/Closed:Open = Closed ___ Follow-up Comment #5: Ok, closing. Pavel, you should now be able to close these reports yourself. Hope you could do that

[bug #13549] Wrong sort order in unsorted mode.

2006-01-29 Thread Pavel Tsekov
Update of bug #13549 (project mc): Status: Ready For Test = Fixed ___ Follow-up Comment #3: I've commited the patch. Please, close this bugreport.

[bug #13549] Wrong sort order in unsorted mode.

2006-01-26 Thread Pavel Tsekov
Update of bug #13549 (project mc): Status:None = Confirmed ___ Reply to this item at: http://savannah.gnu.org/bugs/?func=detailitemitem_id=13549

[bug #13549] Wrong sort order in unsorted mode.

2006-01-26 Thread Pavel Tsekov
Follow-up Comment #2, bug #13549 (project mc): The attached patch should fix problem number 1. As for problem number two I cannot reproduce it with latest MC so unless someone can reproduce it I'll consider it to be fixed. If noone objects I'll commit the patch in 2-3 days.

[bug #13549] Wrong sort order in unsorted mode.

2006-01-26 Thread Pavel Tsekov
Update of bug #13549 (project mc): Status: Confirmed = Ready For Test ___ Reply to this item at: http://savannah.gnu.org/bugs/?func=detailitemitem_id=13549

[bug #13549] Wrong sort order in unsorted mode.

2005-06-26 Thread anonymous
URL: http://savannah.gnu.org/bugs/?func=detailitemitem_id=13549 Summary: Wrong sort order in unsorted mode. Project: GNU Midnight Commander Submitted by: None Submitted on: Sun 06/26/2005 at 10:57 Category: VFS

[bug #13549] Wrong sort order in unsorted mode.

2005-06-26 Thread Pavel Tsekov
Follow-up Comment #1, bug #13549 (project mc): Please, login before posting bugs . It is hard to get feedback if you do not login. ___ Reply to this item at: http://savannah.gnu.org/bugs/?func=detailitemitem_id=13549

sort order

2003-07-23 Thread Koblinger Egmont
Hi, mc sorts the files in standard ascii order (strcmp() instead of strcoll()). IMHO it would be better if it sorted them according to the current locale. This way those who don't like this still can set LC_COLLATE=C to revert the current behavior. (Tested with 4.6.0) bye, Egmont

Re: sort order

2003-07-23 Thread Pavel Roskin
-sensitive sort dependent on its behavior. This is a kludge, but I don't know of any proposal how to do it better. I'll appreciate if you explain your suggestion a little bit more. In particular, I don't understand whether you are suggesting to remove the case sensitive checkbox in the Sort Order dialog

Re: [patch] change sort order with single keyboard shortcut

2003-07-05 Thread Oswald Buddenhagen
On Thu, Jul 03, 2003 at 02:46:51AM +0200, David Sterba wrote: Hi, After applying my patch, following keys start to work: Sort by name Ctrl-F3 Sort by extension Ctrl-F4 Sort by modification time Ctrl-F5 Sort by size Ctrl-F6 Keep unsorted

Re: [patch] change sort order with single keyboard shortcut

2003-07-04 Thread David Sterba
Hi, After applying my patch, following keys start to work: Sort by name Ctrl-F3 Sort by extension Ctrl-F4 Sort by modification time Ctrl-F5 Sort by size Ctrl-F6 Keep unsorted Ctrl-F7 Sort by creation time Ctrl-F8 Sort by

Re: [patch] change sort order with single keyboard shortcut

2003-07-02 Thread David Sterba
Hi, After applying my patch, following keys start to work: Sort by name Ctrl-F3 Sort by extension Ctrl-F4 Sort by modification time Ctrl-F5 Sort by size Ctrl-F6 Keep unsorted Ctrl-F7 Sort by creation time Ctrl-F8 Sort by

[patch] change sort order with single keyboard shortcut

2003-07-01 Thread tux
I have created a change sort order by simple keyboard shortcuts patch (includes also useful sort mode indicator) (since, for instance f9,enter,s,m,r,o is not very user friendly 'keystroke' to change to sort by mtime) After applying my patch, following keys start to work: Sort by name

Re: Patch for dot-files sort order under glibc 2.2

2001-07-13 Thread Pavel Roskin
-differing names, but spreading dot-files throughout the directory is absolutely unacceptable. Then they should set LC_COLLATE=POSIX in the environment (e.g. in .bash_profile) or unset case sensitive in the Sort order dialog. I don't like adding features to work around bugs. Broken case sensitive

Re: Bad sort order under glibc 2.2

2001-07-11 Thread Pavel Roskin
Hi, Dmitry! But changing case-sensitivity of file sort order is not good too -- there is a long ago established practice of naming important files with a leading capital, for those to be desplayed first (README, Makefile vs. makefile, etc.), and this practice is documented. Oh, mamma