Your message dated Sun, 28 Dec 2008 15:04:39 +0100
with message-id <[email protected]>
and subject line Re: Bug#509127: tintin++: Delay within alias lasts for ever.
has caused the Debian Bug report #509127,
regarding tintin++: Delay within alias lasts for ever.
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.)


-- 
509127: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509127
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tintin++
Version: 1.98.7-1
Severity: important

Example:
#alias {quit} {#history {write} {.tt_history}; #delay {3} {quit}}

The "quit" is never executed.

When written as a named delay it's working fine.
#alias {quit} {#history {write} {.tt_history}; #delay {quit} {quit} {3}}

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-k7
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)

Versions of packages tintin++ depends on:
ii  libc6                  2.3.6.ds1-13etch7 GNU C Library: Shared libraries
ii  zlib1g                 1:1.2.3-13        compression library - runtime

tintin++ recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Hi,

On Thu, Dec 18, 2008 at 05:20:19PM +0000, Silverflower Cornefelde wrote:
> Package: tintin++
> Version: 1.98.7-1
> Severity: important
> 
> Example:
> #alias {quit} {#history {write} {.tt_history}; #delay {3} {quit}}
> 
> The "quit" is never executed.
> 
> When written as a named delay it's working fine.
> #alias {quit} {#history {write} {.tt_history}; #delay {quit} {quit} {3}}
>

In my case none of both aliases works, after the given delay time I am still
logged in the MUD (do not quit).

You are trying to name the alias after a command you are using, so it geneates 
a recursive bucle.  If I you try naming the alias with a different name to the 
command it will work:

#alias {qq} {#history {write} {.tt_history}; #delay {3} {quit}}




--- End Message ---

Reply via email to