all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Masterson <David.Masterson@synopsys.com>
Subject: Re: info path in shell vs info path in emacs
Date: 06 Mar 2003 17:51:02 -0800	[thread overview]
Message-ID: <u7kbc2bcp.fsf@synopsys.com> (raw)
In-Reply-To: b62b39cb.0303061537.34f0c068@posting.google.com

>>>>> Chris  writes:

> In my shell environment, infopath is set to: /home/me/info (my own
> info files) /usr/share/info (where all the Emacs info is put) and
>  /usr/share/gcc-data/i686-pc-linux-gnu/3.2/info where all the system
> info files are. This is good when I am in the shell.

> But when I am in emacs, I would like to only see my info and the emacs
> info files... not all the system info. However, emacs still picks up
> the system files even with this in my .emacs:

> (setq Info-directory-list
>    '("/usr/share/info"
>      "/home/chris/elisp/info"))

> How can I tell emacs to drop that system path?

I think (ie. untested):

(remove-from-list 'Info-directory-list 
        '("/usr/share/gcc-data/i686-pc-linux-gnu/3.2/info")
  )

-- 
David Masterson                David DOT Masterson AT synopsys DOT com
Sr. R&D Engineer               Synopsys, Inc.
Software Engineering           Sunnyvale, CA

  reply	other threads:[~2003-03-07  1:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-06 23:37 info path in shell vs info path in emacs Chris
2003-03-07  1:51 ` David Masterson [this message]
2003-03-08  2:57   ` Chris
2003-03-08 14:27     ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u7kbc2bcp.fsf@synopsys.com \
    --to=david.masterson@synopsys.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.