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 23392 invoked from network); 21 Apr 2021 16:33:48 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 21 Apr 2021 16:33: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=LPxAcpqfMmm2P16Zb7AtrTVrjQROmXpcW5SpLAmhMC0=; b=fmrpp6xPfMdVOxZMEpulIuNY5E bwk2bqhrTcM7wsokdwybGNF0WZu3MxRZuPKnNMzXFbg08yax3/asJ9TspnDENob4fV6g4/+KQaEOu ZOKvG+I3nJ5Ctyo/BewF9sHA1nABvUngwrqUJiVMlPhxJwAPiX97T+1WkLj+T/a6+BsZVgq4WQRBq yIW8WgBVG+PAWqa9Xu0Nz0IJQSQ2OEagH8H7N8gGe5zM3lS/lU3U0Q+h7QwmjpBpzUj5mpXrUF0Nz xQroatsQgdQWpGvtsYn8g2K3BnAcv3F9h6Q/H3QFWsGiM7ZkSmuhr0ZZLNmAFzbcTJbnZr9FvkEhG sbg8qSnw==; Received: from authenticated user by zero.zsh.org with local id 1lZFnP-000IML-AH; Wed, 21 Apr 2021 16:33:47 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1lZFm6-000Hjq-TY; Wed, 21 Apr 2021 16:32:27 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailauth.nyi.internal (Postfix) with ESMTP id 37CD227C0054; Wed, 21 Apr 2021 12:32:25 -0400 (EDT) Received: from imap2 ([10.202.2.52]) by compute1.internal (MEProxy); Wed, 21 Apr 2021 12:32:25 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvddtkedguddtfecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepofgfggfkjghffffhvffutgesth dtredtreerjeenucfhrhhomhepnfgrfihrvghntggvpgggvghljoiiqhhuvgiiuceolhgr rhhrhihvseiishhhrdhorhhgqeenucggtffrrghtthgvrhhnpeekhfelveejfffghfekhe dvvdethfdugefgfeffheduudeludelteegtdeikeduvdenucffohhmrghinhepshhouhhr tggvfhhorhhgvgdrnhgvthenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmh grihhlfhhrohhmpehlrghrrhihvhdomhgvshhmthhprghuthhhphgvrhhsohhnrghlihht hidqudduhedukeejjedtgedqudduledvjeefkeehqdhlrghrrhihvheppeiishhhrdhorh hgsehfrghsthhmrghilhdrtghomh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id D53D2A0007C; Wed, 21 Apr 2021 12:32:24 -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: <62a7d5a0-2b13-40ec-b6ab-2c34776a5405@www.fastmail.com> In-Reply-To: <20210421071745.427a25f64cbc5dbccccd8f74@gmx.com> References: <20210420222112.6aa08414e375f20950162093@gmx.com> <20210420225736.fbc8bb8cc6da4d4b93d0301c@gmx.com> <20210421071745.427a25f64cbc5dbccccd8f74@gmx.com> Date: Wed, 21 Apr 2021 12:30:02 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: "Duke Normandin" Cc: zsh-users@zsh.org Subject: Re: Running emacs from fluxbox menu Content-Type: text/plain X-Seq: 26699 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 9:17 AM, Duke Normandin wrote: > How/where do I "set the path correctly in the environment of emacs" ? By ensuring that whatever process launches emacs provides it with the PATH you want. Your subject suggests that you're launching it directly from fluxbox, so you'll want to figure out - how to make fluxbox set a particular PATH when it launches emacs, or - how to set PATH in the environment of fluxbox itself, so that it gets passed on to emacs. Neither of these things really has anything to do with zsh. There's a fluxbox-users mailing list that you might try. https://sourceforge.net/p/fluxbox/mailman/fluxbox-users/ > I copied & pasted the PATH statement in my .zshrc into ~/.zshenv. > Problem solved!!! Thanks! > > Does this mean that my existing PATH statement is built correctly, or > could it still be messed up? I think setting or modifying PATH in .zshenv is really bad form and should be avoided unless absolutely necessary. I encourage you to figure out how to properly configure the environment for emacs itself. -- vq