From: Emanuel Berg <moasen@zoho.com>
To: help-gnu-emacs@gnu.org
Subject: Re: dired local ignore file extensions
Date: Mon, 11 Sep 2017 08:29:18 +0200 [thread overview]
Message-ID: <86fubtkatd.fsf@zoho.com> (raw)
In-Reply-To: krpqx3d16xbwbh.fsf@gmail.com
Sivaram Neelakantan wrote:
> While working on latex beamer, I'd like to
> ignore additional file extensions. I created
> a .dired_local.el file with the following
> entries,
>
> ((dired-mode (completion-ignored-extensions .
> ".out") (completion-ignored-extensions .
> ".vrb") (dired-omit-mode . t)))
>
> This doesn't seem to ignore the files ending
> with the above extensions though omit-mode
> becomes enabled.
(setq completion-ignored-extensions
(nconc completion-ignored-extensions (list ".bcf" ".run.xml")) )
--
underground experts united
http://user.it.uu.se/~embe8573
next prev parent reply other threads:[~2017-09-11 6:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-11 6:09 dired local ignore file extensions Sivaram Neelakantan
2017-09-11 6:29 ` Emanuel Berg [this message]
[not found] ` <mailman.301.1505111388.14750.help-gnu-emacs@gnu.org>
2017-09-12 3:22 ` Sivaram Neelakantan
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86fubtkatd.fsf@zoho.com \
--to=moasen@zoho.com \
--cc=help-gnu-emacs@gnu.org \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).