all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs startup suddenly slower
@ 2017-09-13 17:26 Sivaram Neelakantan
  2017-09-13 17:46 ` Drew Adams
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Sivaram Neelakantan @ 2017-09-13 17:26 UTC (permalink / raw)
  To: help-gnu-emacs

 I was tinkering with my .Emacs file and I don't know what happened
 but my Emacs startup has shot up to 83 secs compared to 4 to 7 secs
 earlier as checked by M-x Emacs-init-time.  This was done multiple
 times and time ranged from 45 to 85 secs

I installed benchmark that I got from github
https://github.com/dholm/benchmark-init-el and it gave the following 

 Module                                | Type   | ms [^] |total ms 
  ucs-normalize                         require    3219    3219
  auto-complete                         require    2188    3282
  default                               load       1610    1610
  c:/gnu/initfiles/.ido_config.el       load       1469    9907
  pcache                                require    1406    3579
  c:/gnu/initfiles/.cygwin_config.el    load       1391    3688
  flycheck                              require    1375    5794
  ...
  ess-site                              load        266   15767

The above is an elided list of big time spenders.  I was tinkering
with .Emacs and this is how I load them

(setq user-emacs-directory "c:/gnu/initfiles/.emacs.d/")
(require 'package)
(setq package-enable-at-startup nil)
(package-initialize)
(load-file "c:/gnu/initfiles/.emacs_new") ;; this calls the package
                                          ;; config files below

(load-file "c:/gnu/initfiles/.text_config.el")
(load-file "c:/gnu/initfiles/.ido_config.el")
(load-file "c:/gnu/initfiles/.ac_config.el")
(load-file "c:/gnu/initfiles/.r_ess_config.el")
(load-file "c:/gnu/initfiles/.cygwin_config.el")
(load-file "c:/gnu/initfiles/.uniq_config.el")
(load-file "c:/gnu/initfiles/.smex_config.el")

Not sure why this slowness that is affecting all buffers now as I can
see a noticable lag when typing or opening a dired file or buffer

sivaram
-- 





^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: Emacs startup suddenly slower
@ 2017-09-18  8:01 Richard Melville
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Melville @ 2017-09-18  8:01 UTC (permalink / raw)
  To: help-gnu-emacs

On 16 September 2017 at 21:48, Emanuel Berg <moasen@zoho.com> wrote:

> John Mastro wrote:
>
> >> PS. Why do you want to run an antivirus
> >> program each time you start Emacs? Is that
> >> a new vulnerable interface where the
> >> crackers lay their attentions?
> >
> > That's not really how it works. Rather than
> > a user initiating a virus scan at specific
> > times, it's always running in the background,
> > analyzing program behavior for signs that
> > a process may be malicious (among other
> > things).
> >
> > The idea is that this may let it catch, for
> > instance, some new ransomware variant based
> > purely on the fact that it's doing
> > ransomware-like things, without needing
> > a specific "signature" to identify it.
>
> Isn't there an antivirus Emacs package or ditto
> GNU/Linux tool?
>
> Because in all my years doing this I never paid
> it any attention, so there is no telling what
> mayhem the crackers have been up to right up my
> back yard!
>
>
>     ~"... an anarchist circus, travelling from
>       summit to summit, with the sole purpose
>       of creating as much mayhem as possible."
>                                   (Tony Blair,
>           after the the 2001 Gothenburg riots)
>

I'm not sure what the purpose is of the quote, but as far as I'm concerned
(and many others) Tony Blair, and all his cohorts, should be in jail.

Richard


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

end of thread, other threads:[~2017-09-18  8:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-13 17:26 Emacs startup suddenly slower Sivaram Neelakantan
2017-09-13 17:46 ` Drew Adams
2017-09-13 19:19 ` Eli Zaretskii
2017-09-13 19:43 ` Emanuel Berg
2017-09-13 20:53 ` John Mastro
2017-09-13 23:16   ` Emanuel Berg
2017-09-16 19:23     ` John Mastro
2017-09-16 20:48       ` Emanuel Berg
2017-09-14  2:56   ` Sivaram Neelakantan
  -- strict thread matches above, loose matches on Subject: below --
2017-09-18  8:01 Richard Melville

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.