|
From: Joe E. <jen...@fl...> - 2006-12-17 20:42:08
|
Jeff Hobbs wrote: > Joe English wrote: > > Proposed change: [...] > It looks like remove and forget would only take window names. Any reason not > to support tab ids as well? Is that because you do want to error on a tabId > that isn't a window but isn't a valid id? Basically, yeah. Right now, [$nb forget] takes a tab identifier, which is a managed window-or-integer-or-other stuff. In the proposed scheme, it would take an arbitrary window. It wouldn't be too hard to make it take a managed window-or-other window- or-integer-or-other stuff instead, but if there's no compelling reason to I'd rather not complicate things. --Joe English jen...@fl... |