zsh-users
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: Goran Larsson <hoh@lorelei.approve.se>, zsh-users@math.gatech.edu
Subject: Re: zsh - new user with questions
Date: Wed, 19 Aug 1998 12:18:31 -0700	[thread overview]
Message-ID: <980819121832.ZM11783@candle.brasslantern.com> (raw)
In-Reply-To: <m0z9C94-000X3MC@mailgw.approve.se>

On Aug 19,  7:35pm, Goran Larsson wrote:
} Subject: Re: zsh - new user with questions
}
} 1. If we have a filename with the name "Strasse" and one with the
}    name "Straße". Both filenames are created when the English
}    language is selected. If the German language is selected later,
}    wich one of them should be accessed as "STRASSE"?
} 
} 2. If we have a filename with the name "Straße" you can access it
}    as "STRASSE" if you select German, but not if you select English.

He's not suggesting changing the behavior of the file system, he's
suggesting changing the behavior of completion.  That is, if in zsh
you typed

zsh% ls STRASSE<TAB>

then zsh would complete case-insensitively and you'd see

zsh% ls Straße
              ^
	      cursor here

The actual _access_ to the file still has to use its "real" name.

Now, it's a bit more difficult to deal with cases where two characters
maps onto one like that, because zsh normally assumes that completion
can only produce longer words ... but otherwise it's neither impossible
nor a problem for file creation or access.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


  reply	other threads:[~1998-08-19 19:29 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-08-19 15:09 Stephen Riehm
1998-08-19 17:35 ` Goran Larsson
1998-08-19 19:18   ` Bart Schaefer [this message]
1998-08-19 19:58     ` Roland Jesse
1998-08-19 20:33       ` Sweth Chandramouli
1998-08-19 21:19         ` Roland Jesse
1998-08-20  9:47       ` Andrej Borsenkow
1998-08-19 17:53 ` Case insensitive completion (Re: zsh - new user with questions) Bart Schaefer
  -- strict thread matches above, loose matches on Subject: below --
1998-08-20 11:27 zsh - new user with questions Stephen Riehm
1998-08-19 12:34 Stephen Riehm
1998-08-19 13:53 ` Goran Larsson
1998-08-19 16:03 ` Bart Schaefer
1998-08-18 15:33 Stephen Riehm
1998-08-18 16:17 ` Matthew Lovell
1998-08-18 16:28 ` Peter Stephenson
1998-08-18 22:46   ` David Hedbor
1998-08-19  1:21     ` Bart Schaefer
1998-08-18 16:43 ` Zefram

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=980819121832.ZM11783@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=hoh@lorelei.approve.se \
    --cc=zsh-users@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).