Path: csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Peng Yu Newsgroups: gnu.bash.bug Subject: Re: general loadable integration Date: Fri, 14 Dec 2018 14:01:31 -0600 Lines: 13 Approved: bug-bash@gnu.org Message-ID: References: <20150713204638.GA8279@sagulo> <20150714010230.GA721@ma.sdf.org> <20150714054919.GA3374@sagulo> <55A4C4B1.4040501@gmail.com> <20150714091112.GA17337@vapier> <55A7FDAF.3040209@case.edu> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: usenet.stanford.edu 1544817706 21747 208.118.235.17 (14 Dec 2018 20:01:46 GMT) X-Complaints-To: action@cs.stanford.edu Cc: Pierre Gaston , Charles Daffern , "bug-bash@gnu.org" , Mike Frysinger To: Chester Ramey Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=GfeGcXdGkhO34DiMuP2YkvPerZvG8ifgTebJSQU6UFY=; b=pwQcsXzpMIyADNkvtTY5WNC/opNk/CZWdMuo+tFL1ai+qlnIuNi15OaOK8yJymKWXq DQni04va5QmM3enx07zAxhK83ddgzIzhhdeISb0i8ZW6U6m5him81joUyeAoIkBOwhix 6oYt016SViH09Xpwg6AG1BSw922CrJ0/nrhcHTtWW7WNm/BrzppWvVzG3yfqTpqalyk5 Q8iwTvbVVqGJ6alTnLhCIiB9djsMwt93KA47yqOQXLRbfkWQN3zCtkoFUWMnR4pUFLDx 8ou20jKZOkUzcy8MN6edLGZl2/9ZKkvl+XVJJaBRYXeznbQN6by8qr3Ul0/ZTDMvnWfn rziQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=GfeGcXdGkhO34DiMuP2YkvPerZvG8ifgTebJSQU6UFY=; b=cRKebl+4+58GAs2fidtYzdRYk5qmW7Uf3fzp7zYSqW+Ju++vtStFzrYUu0jd5RUOjT XuP9dsKL/NyPpC/XUVMaOp+uHGYD9M/wQNlLA7ClCmA8ezUgXHsMS9JPGkO7VYHcJaF2 3CUUOOuKCW1BaWUgyy4xUgEdVTPt4PD5eBLyAiQ4m1HEHOB+y419a8549CbX0HEESVGL Uhz1BkjeXTNyaBxypYyzR1EXRevPxu5Y7z76Kb5a5uAuW+hZGsyp4u2twaJMCnxOVFdR mRlGG0fRPc+LBkq329gjXOK+tZfVQhnfo9reG+Z1TTwt1snyI+S+S7O+qfukP01fmtAt Oc0w== X-Gm-Message-State: AA+aEWbjfvBVn4TKKOBLNHRN+TpDrVKIv9uChiBGMTfhqga4p9YArpo0 lpeEXvMrD8Vwk0Br5VZxm3WYwLT6Rizvyf5EaWo= X-Google-Smtp-Source: AFSGD/W0fyHOEK7kO6z8cCkPGK9kpl3HqrK2LUoIRhjGOvTf0pCkUrfwos9sk80Ko/tPBjdD2EeePgqToQyciOu5Nsw= X-Received: by 2002:a24:6553:: with SMTP id u80mr4247611itb.0.1544817702972; Fri, 14 Dec 2018 12:01:42 -0800 (PST) In-Reply-To: <55A7FDAF.3040209@case.edu> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4864:20::12c X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.21 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:14916 > I suppose the first thing needed to make that work, and maybe the only > thing needed to make that work, is agreement on the name of a search path > environment variable that enable can use to find loadable builtins. Why not just use an environment variable such as LOADABLES_PATH (just like the way how PATH is used)? Is it too difficult to reach an agreement on this? As of 4.4.23, I still don't see such an environment variable. Anyway, any variable is better than no variable. -- Regards, Peng