From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 4081 invoked from network); 21 Apr 2021 04:52:48 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 21 Apr 2021 04:52:48 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20200801; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Content-Type:Subject:Cc:To:From:Date: References:In-Reply-To:Message-Id:Mime-Version:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=eK2wLbWZYMIaVsweAPu/T93oCcoRiYefey9PC94pPP8=; b=LkAW7UEEQwMRpx2tF4yYZzjxND 3ce+Cz0EN66MiEBcB84XOnkltO1DOU20caEREhoYQYQLeUtK1LAon7DxkChfR+loE6B3mBHHD/IsF DZeCDVPLNr+3i5eo8Agn1bCzqtDvMBqOpTc5uHc+mmouaEZpQQW8tqK0eGhiZw9j9Agzq94043rVA DW63L6TOOc05chVm7LpijnyJcDMsoluR1v4xLFgYZnjPhdJU0FT5azL2wsjwqOwE34N+NTP/KC4sa 2vUwF/rVpbIotgipV9Qpp7E6LreQD+4WGoRJC4eQv77j4TC8UoaQpG8b0u+pa/ZsLGS99UOqzaw5K S9RyOWSg==; Received: from authenticated user by zero.zsh.org with local id 1lZ4r0-000D52-15; Wed, 21 Apr 2021 04:52:46 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1lZ4qJ-000CTR-T6; Wed, 21 Apr 2021 04:52:04 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailauth.nyi.internal (Postfix) with ESMTP id 553ED27C0054; Wed, 21 Apr 2021 00:51:45 -0400 (EDT) Received: from imap2 ([10.202.2.52]) by compute1.internal (MEProxy); Wed, 21 Apr 2021 00:51:45 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvddtjedgkeeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepofgfggfkjghffffhvffutgesthdtredtreerjeenucfhrhhomhepnfgrfihr vghntggvpgggvghljoiiqhhuvgiiuceolhgrrhhrhihvseiishhhrdhorhhgqeenucggtf frrghtthgvrhhnpeeikeejveeludegfeeigfeulefggfdttdegheevvdehvdeigfehvdff uedvvdeuheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehlrghrrhihvhdomhgvshhmthhprghuthhhphgvrhhsohhnrghlihhthidqudduhedu keejjedtgedqudduledvjeefkeehqdhlrghrrhihvheppeiishhhrdhorhhgsehfrghsth hmrghilhdrtghomh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id C028FA00079; Wed, 21 Apr 2021 00:51:44 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-403-gbc3c488b23-fm-20210419.005-gbc3c488b Mime-Version: 1.0 Message-Id: In-Reply-To: <20210420222112.6aa08414e375f20950162093@gmx.com> References: <20210420222112.6aa08414e375f20950162093@gmx.com> Date: Wed, 21 Apr 2021 00:51:20 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: "Duke Normandin" , "Bart Schaefer" Cc: zsh-users@zsh.org Subject: Re: Running emacs from fluxbox menu Content-Type: text/plain X-Seq: 26686 Archived-At: X-Loop: zsh-users@zsh.org Errors-To: zsh-users-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-users-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: On Wed, Apr 21, 2021, at 12:21 AM, Duke Normandin wrote: > On Tue, 20 Apr 2021 21:10:10 -0700 > Bart Schaefer wrote: > > What does "print -r -- $path" say? > > Prints the $PATH list, but does not include the path of the failing_program So your PATH actually isn't set correctly within emacs. Through what mechanism is failing_program's directory added to PATH "normally"? vq