From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: PJ Weisberg Newsgroups: gmane.emacs.devel Subject: Re: exec-path and PATH Date: Sat, 19 Mar 2011 10:18:33 -0700 Message-ID: References: <86ipvfiyp0.fsf@gmail.com> <83vczfr0o0.fsf@gnu.org> <86aagrhx8b.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1300555135 6074 80.91.229.12 (19 Mar 2011 17:18:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 19 Mar 2011 17:18:55 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Christoph Scholtes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 19 18:18:51 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0zne-00051r-7g for ged-emacs-devel@m.gmane.org; Sat, 19 Mar 2011 18:18:50 +0100 Original-Received: from localhost ([127.0.0.1]:32916 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0znd-0005Vx-4d for ged-emacs-devel@m.gmane.org; Sat, 19 Mar 2011 13:18:49 -0400 Original-Received: from [140.186.70.92] (port=46909 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0znY-0005Vs-FK for emacs-devel@gnu.org; Sat, 19 Mar 2011 13:18:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0znT-0001Jh-Jc for emacs-devel@gnu.org; Sat, 19 Mar 2011 13:18:41 -0400 Original-Received: from smtpauth13.prod.mesa1.secureserver.net ([64.202.165.37]:55709) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Q0znT-0001J5-8y for emacs-devel@gnu.org; Sat, 19 Mar 2011 13:18:39 -0400 Original-Received: (qmail 6186 invoked from network); 19 Mar 2011 17:18:36 -0000 Original-Received: from unknown (209.85.161.41) by smtpauth13.prod.mesa1.secureserver.net (64.202.165.37) with ESMTP; 19 Mar 2011 17:18:36 -0000 Original-Received: by fxm18 with SMTP id 18so5156212fxm.0 for ; Sat, 19 Mar 2011 10:18:33 -0700 (PDT) Original-Received: by 10.223.112.83 with SMTP id v19mr2714739fap.122.1300555113920; Sat, 19 Mar 2011 10:18:33 -0700 (PDT) Original-Received: by 10.223.98.207 with HTTP; Sat, 19 Mar 2011 10:18:33 -0700 (PDT) In-Reply-To: <86aagrhx8b.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 64.202.165.37 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:137425 Archived-At: On 3/19/11, Christoph Scholtes wrote: > Eli Zaretskii writes: > >> I would even say >> >> >> It is searched for in `exec-path' (which see). > > Literally? What does the `(which see)' mean? Same thing as "(see exec-path)". A reference to another part of the documentation. -PJ