help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs causing automount error


From: Michael Albinus
Subject: Re: emacs causing automount error
Date: Tue, 11 Feb 2014 15:56:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Patrick <patrick.brem87@gmail.com> writes:

> Hello,

Hi Patrick,

> 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?

This seems to be caused by vc. If I open ~/.emacs, for example, vc
checks the existence of the following files:

/home/albinus/RCS/.emacs,v
/home/albinus/.emacs,v
/home/albinus/RCS/.emacs
/home/albinus/CVS/Entries
/home/albinus/.emacs/.svn
/home/albinus/.svn
/home/.svn
/.svn
/home/albinus/SCCS/s..emacs
/home/albinus/s..emacs
/home/albinus/.emacs/.bzr/checkout/format
/home/albinus/.bzr/checkout/format
/home/.bzr/checkout/format
/.bzr/checkout/format
/home/albinus/.emacs/.git
/home/albinus/.git
/home/.git
/.git
/home/albinus/.emacs/.hg
/home/albinus/.hg
/home/.hg
/.hg
/home/albinus/.emacs/_MTN/format
/home/albinus/_MTN/format
/home/_MTN/format
/_MTN/format
/home/albinus/.emacs/{arch}/=tagging-method
/home/albinus/{arch}/=tagging-method
/home/{arch}/=tagging-method
/{arch}/=tagging-method

If you don't need vc, disable it. It might also improve performance.

> Thanks,
> Patrick

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]