Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!brunix!doorknob!mlm From: mlm@cs.brown.edu (Moises Lejter) Newsgroups: comp.emacs Subject: Re: Limiting file-completion choices Message-ID: Date: 24 May 89 18:19:01 GMT References: <9090@csli.Stanford.EDU> Sender: news@brunix.UUCP Reply-To: mlm@cs.brown.edu Distribution: usa Organization: Brown University Department of Computer Science Lines: 19 In-reply-to: rustcat@csli.Stanford.EDU's message of 24 May 89 03:11:09 GMT There is a variable called "completion-ignored-extensions" that allows you to specify which extensions should not be considered. For example, to avoid considering ".dvi" files during filename completion, you could add the following line to your .emacs : (setq completion-ignored-extensions (cons ".dvi" completion-ignored-extensions)) Moises ----------------------------------------------------------------------------- Internet/CSnet: mlm@cs.brown.edu BITNET: mlm@browncs.BITNET UUCP: ...!uunet!brunix!mlm Phone: (401)863-7664 USmail: Moises Lejter, Box 1910 Brown University, Providence RI 02912