Path: csiph.com!xmission!news.glorb.com!usenet.stanford.edu!not-for-mail From: isabella parakiss Newsgroups: gnu.bash.bug Subject: unsetting from BASH_ALIASES Date: Tue, 27 Oct 2015 03:54:29 +0100 Lines: 11 Approved: bug-bash@gnu.org Message-ID: NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: usenet.stanford.edu 1445914473 784 208.118.235.17 (27 Oct 2015 02:54:33 GMT) X-Complaints-To: action@cs.stanford.edu To: bug-bash Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=SchS3uM3L6hbw7xgHOZEXci8/D/rpapWpaem7UM3Fq0=; b=poZdJBPhEMNa/04iVq8UUQCUBlbwMZrQ7EQ5wroTYgO2lSI7UvGFEU6VSRjxa2YTpB Ux/6uGhkuxUns1UfylVeUWowlXtHAzdMUPkYQeBoH1z0vsdFmov2I1TVu+2QoXD58yqq Og8Z+ancNMLgntk+rGjWFv+FsmvqVNv26OmrH7qdrX1+vDBuPw2okk+1IqsAtxzKnkn9 FHc9Zp22FpKcfx8eprUBfu6CS3AsNu72UYnHl9+bjyGbLPmdECEeIr97lasSYWn1zjg3 S3+KLcteRtxsv4CQZpWmA3A4XW/banage7I+bFUoEj0fZsshCWOQuUZcBP+Z8VLmQN/l mbzw== X-Received: by 10.50.137.99 with SMTP id qh3mr21383965igb.44.1445914469685; Mon, 26 Oct 2015 19:54:29 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::22f X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.bash.bug:11777 man bash claims that unsetting elements from BASH_ALIASES causes them to be removed from the alias list. This doesn't work and from what I can see in variables.c there's nothing that's called when an element in a dynamic variable is unset. Is there any plan to support this? --- xoxo iza