unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* editing a file in a subversion controlled directory makes my emacs explode (almost)
@ 2015-10-27 12:49 Geert Vermeiren
  2015-10-27 15:59 ` Óscar Fuentes
       [not found] ` <mailman.1153.1445961578.7904.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Geert Vermeiren @ 2015-10-27 12:49 UTC (permalink / raw)
  To: help-gnu-emacs

Hi all, 

I ran into this problem:

When I open a file which is located in a subversion controlled directory (local working copy), emacs (24.5.1 on CentOs 6) seems to start doing a LOT of background stuff. 
It eats up processor resources, effectively making the system very sluggish, and RAM, up to and beyond physical memory (of which my machine has 32GB). 

Does anyone have any idea what is going on and how to solve this? 

Many thanks in advance for your insights, 
Kind regards, 

Geert


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: editing a file in a subversion controlled directory makes my emacs explode (almost)
  2015-10-27 12:49 editing a file in a subversion controlled directory makes my emacs explode (almost) Geert Vermeiren
@ 2015-10-27 15:59 ` Óscar Fuentes
       [not found] ` <mailman.1153.1445961578.7904.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 5+ messages in thread
From: Óscar Fuentes @ 2015-10-27 15:59 UTC (permalink / raw)
  To: help-gnu-emacs

Geert Vermeiren <woozong@gmail.com> writes:

> Hi all, 
>
> I ran into this problem:
>
> When I open a file which is located in a subversion controlled
> directory (local working copy), emacs (24.5.1 on CentOs 6) seems to
> start doing a LOT of background stuff.
>
> It eats up processor resources, effectively making the system very
> sluggish, and RAM, up to and beyond physical memory (of which my
> machine has 32GB).
>
> Does anyone have any idea what is going on and how to solve this? 

Does it happen if you start emacs with

$ emacs -Q

? How big is the file you open? Which type it is? (C source code, XML,
etc)




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: editing a file in a subversion controlled directory makes my emacs explode (almost)
       [not found] ` <mailman.1153.1445961578.7904.help-gnu-emacs@gnu.org>
@ 2015-10-27 16:32   ` Geert Vermeiren
  2015-10-27 16:46     ` Óscar Fuentes
       [not found]     ` <mailman.1155.1445964443.7904.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Geert Vermeiren @ 2015-10-27 16:32 UTC (permalink / raw)
  To: help-gnu-emacs

On Tuesday, October 27, 2015 at 4:59:41 PM UTC+1, Óscar Fuentes wrote:
> Geert Vermeiren <woozong@gmail.com> writes:
> > When I open a file which is located in a subversion controlled
> > directory (local working copy), emacs (24.5.1 on CentOs 6) seems to
> > start doing a LOT of background stuff.
> >
> > It eats up processor resources, effectively making the system very
> > sluggish, and RAM, up to and beyond physical memory (of which my
> > machine has 32GB).
> >
> > Does anyone have any idea what is going on and how to solve this? 
> 
> Does it happen if you start emacs with
> 
> $ emacs -Q

It doesn't look like it.. I'll leave it open overnight and see if my system still lives in the morning ;-) 

> 
> ? How big is the file you open? Which type it is? (C source code, XML,
> etc)

The file opened is a maven build file (pom.xml), an xml file of 114KB.  



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: editing a file in a subversion controlled directory makes my emacs explode (almost)
  2015-10-27 16:32   ` Geert Vermeiren
@ 2015-10-27 16:46     ` Óscar Fuentes
       [not found]     ` <mailman.1155.1445964443.7904.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 5+ messages in thread
From: Óscar Fuentes @ 2015-10-27 16:46 UTC (permalink / raw)
  To: help-gnu-emacs

Geert Vermeiren <woozong@gmail.com> writes:

> On Tuesday, October 27, 2015 at 4:59:41 PM UTC+1, Óscar Fuentes wrote:
>> Geert Vermeiren <woozong@gmail.com> writes:
>> > When I open a file which is located in a subversion controlled
>> > directory (local working copy), emacs (24.5.1 on CentOs 6) seems to
>> > start doing a LOT of background stuff.
>> >
>> > It eats up processor resources, effectively making the system very
>> > sluggish, and RAM, up to and beyond physical memory (of which my
>> > machine has 32GB).
>> >
>> > Does anyone have any idea what is going on and how to solve this? 
>> 
>> Does it happen if you start emacs with
>> 
>> $ emacs -Q
>
> It doesn't look like it.. I'll leave it open overnight and see if my
> system still lives in the morning ;-)

If the problem does not happen with -Q, there is something in your
configuration file that is causing it to show. You can try this
approach to pinpoint the culprit:

http://stackoverflow.com/questions/23772890/how-to-find-a-bug-in-emacs-or-init-el

[snip]




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: editing a file in a subversion controlled directory makes my emacs explode (almost)
       [not found]     ` <mailman.1155.1445964443.7904.help-gnu-emacs@gnu.org>
@ 2015-10-28  7:34       ` Geert Vermeiren
  0 siblings, 0 replies; 5+ messages in thread
From: Geert Vermeiren @ 2015-10-28  7:34 UTC (permalink / raw)
  To: help-gnu-emacs

On Tuesday, October 27, 2015 at 5:47:26 PM UTC+1, Óscar Fuentes wrote:
> Geert Vermeiren <woozong@gmail.com> writes:
> 
> > On Tuesday, October 27, 2015 at 4:59:41 PM UTC+1, Óscar Fuentes wrote:
> >> Geert Vermeiren <woozong@gmail.com> writes:
> >> > When I open a file which is located in a subversion controlled
> >> > directory (local working copy), emacs (24.5.1 on CentOs 6) seems to
> >> > start doing a LOT of background stuff.
> >> >
> >> > It eats up processor resources, effectively making the system very
> >> > sluggish, and RAM, up to and beyond physical memory (of which my
> >> > machine has 32GB).
> >> >
> >> > Does anyone have any idea what is going on and how to solve this? 
> >> 
> >> Does it happen if you start emacs with
> >> 
> >> $ emacs -Q
> >
> > It doesn't look like it.. I'll leave it open overnight and see if my
> > system still lives in the morning ;-)
> 
> If the problem does not happen with -Q, there is something in your
> configuration file that is causing it to show. You can try this
> approach to pinpoint the culprit:
> 
> http://stackoverflow.com/questions/23772890/how-to-find-a-bug-in-emacs-or-init-el

Overnight, nothing happened when run with -Q. 
I'll have a look at debugging my init.el 

Thanks Óscar!


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-10-28  7:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-27 12:49 editing a file in a subversion controlled directory makes my emacs explode (almost) Geert Vermeiren
2015-10-27 15:59 ` Óscar Fuentes
     [not found] ` <mailman.1153.1445961578.7904.help-gnu-emacs@gnu.org>
2015-10-27 16:32   ` Geert Vermeiren
2015-10-27 16:46     ` Óscar Fuentes
     [not found]     ` <mailman.1155.1445964443.7904.help-gnu-emacs@gnu.org>
2015-10-28  7:34       ` Geert Vermeiren

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).