all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* dired: filenames sorted like on the Macintosh :-(
@ 2004-01-24  7:21 nospam55
  2004-01-26  2:44 ` Harry Putnam
       [not found] ` <mailman.1341.1075085103.928.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: nospam55 @ 2004-01-24  7:21 UTC (permalink / raw)



Hi

my emacs on redhat 8 has an apple-like filename order 
(dots ignored, char order : AaBb ... )

I would like the classical unix ascii order (first dot, uppercase, lowercase chars etc), 
how to tell this to emacs?

 Thanks :-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: dired: filenames sorted like on the Macintosh :-(
  2004-01-24  7:21 dired: filenames sorted like on the Macintosh :-( nospam55
@ 2004-01-26  2:44 ` Harry Putnam
       [not found] ` <mailman.1341.1075085103.928.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Harry Putnam @ 2004-01-26  2:44 UTC (permalink / raw)


nospam55 <nospa@no.yahoo.no> writes:

> Hi
>
> my emacs on redhat 8 has an apple-like filename order 
> (dots ignored, char order : AaBb ... )
>
> I would like the classical unix ascii order (first dot, uppercase, lowercase chars etc), 
> how to tell this to emacs?

Its not an emacs only solution but you can set LC_COLLATE in your
environment and I think it will give you what you want.  Should also
make command line `ls' in your shell do the classical unix listing.

in sh like shells:  LC_COLLATE=C;export LC_COLLATE 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: dired: filenames sorted like on the Macintosh :-(
       [not found] ` <mailman.1341.1075085103.928.help-gnu-emacs@gnu.org>
@ 2004-01-26 19:21   ` nospam55
  0 siblings, 0 replies; 3+ messages in thread
From: nospam55 @ 2004-01-26 19:21 UTC (permalink / raw)




> in sh like shells:  LC_COLLATE=C;export LC_COLLATE

Works! Thanks :-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-01-26 19:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-24  7:21 dired: filenames sorted like on the Macintosh :-( nospam55
2004-01-26  2:44 ` Harry Putnam
     [not found] ` <mailman.1341.1075085103.928.help-gnu-emacs@gnu.org>
2004-01-26 19:21   ` nospam55

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.