Your message dated Mon, 29 Dec 2008 04:59:48 +0000
with message-id <[email protected]>
and subject line %~
has caused the Debian Bug report #494098,
regarding zsh: Prompt expansion of %~ seems broken.
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
494098: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494098
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zsh
Version: 4.3.6-6
Severity: minor

Expansion of %~ seems to have been broken.  This is the behaviour I see:

  ~: print $PS1
  %~:
  ~: print -P %~
  ~
  ~: cd Desktop 
  /home/magnus/Desktop: print -P %~
  /home/magnus/Desktop
  /home/magnus/Desktop: cd ..
  /home/magnus: print -P %~
  /home/magnus

This is the behaviour I expect:

  ~: print $PS1
  %~:
  ~: print -P %~
  ~
  ~: cd Desktop 
  ~/Desktop: print -P %~
  ~/Desktop
  ~/Desktop: cd ..
  ~: print -P %~
  ~

I'm farily sure this is a regression, but I don't remember when I first
saw it.

/M

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages zsh depends on:
ii  libc6                     2.7-13         GNU C Library: Shared libraries
ii  libcap2                   2.11-2         support for getting/setting POSIX.
ii  libncursesw5              5.6+20080713-1 shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libpcre3                      7.6-2.1    Perl 5 Compatible Regular Expressi

Versions of packages zsh suggests:
pn  zsh-doc                       <none>     (no description available)

-- no debconf information



--- End Message ---
--- Begin Message ---
No problem.


--- End Message ---

Reply via email to