all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Moreton <andrewjmoreton@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: emacs causing automount error
Date: Tue, 11 Feb 2014 15:03:07 +0000	[thread overview]
Message-ID: <vz18uthn13o.fsf@gmail.com> (raw)
In-Reply-To: 38b946ba-8d2d-49ee-9d04-6f5e72d44a9c@googlegroups.com

On Tue 11 Feb 2014, Patrick wrote:

> Hello,
>
> I am using emacs on several machines, and now my system administrator told me
> that on one machine his log files are filled up with this
>
> Feb 10 14:38:46 xx automount[3394]: key ".bzr" not found in map source(s).
> Feb 10 14:38:46 xx automount[3394]: key ".git" not found in map source(s).
> Feb 10 14:38:46 xx automount[3394]: key ".hg" not found in map source(s).
> Feb 10 14:38:46 xx automount[3394]: key "_MTN" not found in map source(s).
> Feb 10 14:38:46 xx automount[3394]: key "{arch}" not found in map source(s).
>
> Comparing the timestamps, this happens everytime I start emacs. Is anyone
> familiar with this problem or can point me to where I can stop emacs from
> trying to access all these inexisting keys on startup?

The names from the log are the directories that various version control
systems use to store their metadata in a working copy (i.e tree of
version controlled files).

If you use vc-mode then Emacs finds the root of your working copy by
searching up the directory heirarchy until it finds one of these
directories. At that point it knows which version control system is in
use.

Read the Version Control section of the emacs manual for details. That
suggests doing "(setq vc-handled-backends nil)" to completely disable
VC.

Please file a bug report (M-x report-emacs-bug) with full details of the
emacs version, file paths and log entries to help the developers tune the
search for VC directories.

HTH,

    AndyM




  parent reply	other threads:[~2014-02-11 15:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-11  9:50 emacs causing automount error Patrick
2014-02-11 14:56 ` Michael Albinus
2014-02-11 15:03 ` Andy Moreton [this message]
2014-02-11 16:46 ` W. Greenhouse
2014-02-11 16:56 ` Glenn Morris
2014-02-11 22:26   ` Stefan Monnier
     [not found] ` <mailman.14783.1392137889.10748.help-gnu-emacs@gnu.org>
2014-02-11 21:14   ` patrick.brem87

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=vz18uthn13o.fsf@gmail.com \
    --to=andrewjmoreton@gmail.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.
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.