~ubuntu-branches/ubuntu/karmic/zsh/karmic

« back to all changes in this revision

Viewing changes to Doc/Zsh/roadmap.yo

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-06-02 10:40:25 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602104025-lg6wynxpzqi08k2i
Tags: 4.3.10-1ubuntu1
* Resynchronise with Debian. Remaining changes:
  + debian/zshrc: Enable completions by default, unless
    skip_global_compinit is set

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
There is some discussion of this in the shell FAQ,
51
51
http://zsh.dotsrc.org/FAQ/ .  Note in particular that for combining
52
52
characters to be handled the option tt(COMBINING_CHARS) needs to be set.
 
53
Because the shell is now more sensitive to the definition of the
 
54
character set, note that if you are upgrading from an older version of
 
55
the shell you should ensure that the appropriate variable, either
 
56
tt(LANG) (to affect all aspects of the shell's operation) or
 
57
tt(LC_CTYPE) (to affect only the handling of character sets) is set to
 
58
an appropriate value.  This is true even if you are using a
 
59
single-byte character set including extensions of ASCII such as
 
60
tt(ISO-8859-1) or tt(ISO-8859-15).  See the description of tt(LC_CTYPE)
 
61
in
 
62
ifnzman(noderef(Parameters))\
 
63
ifzman(zmanref(zshparam)).
53
64
 
54
65
subsect(Completion)
55
66