Your message dated Thu, 20 Dec 2007 09:42:56 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#457076: zsh: is-at-least does not work properly
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: zsh
Version: 4.3.2-25
Severity: minor
Tags: patch

The is-at-least function in zsh (which is used in some other functions)
uses setopt LOCAL_OPTIONS which is only available in ksh emulation mode.
Instead it should use emulate -L zsh to use LOCAL_OPTIONS in zsh mode.
Patch is attached.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21.3-tonguc
Locale: LANG=tr_TR.UTF-8, LC_CTYPE=tr_TR.UTF-8 (charmap=UTF-8)

Versions of packages zsh depends on:
ii  debconf [debconf-2.0]  1.5.11            Debian configuration management sy
ii  libc6                  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libncurses5            5.5-5             Shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libcap1                       1:1.10-14  support for getting/setting POSIX.
ii  libpcre3                      6.7+7.4-2  Perl 5 Compatible Regular Expressi

-- no debconf information

-- 
########################################################################
You have junk mail.
########################################################################
Tonguç Yumruk
17c17
< emulate zsh ; setopt LOCAL_OPTIONS
---
> emulate -L zsh #; setopt LOCAL_OPTIONS

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 4.3.3-1

Turkish locale problem, fixed in 4.3.3-1?


--- End Message ---

Reply via email to