emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs bzr memory footprint


From: Eli Zaretskii
Subject: Re: Emacs bzr memory footprint
Date: Fri, 28 Oct 2011 12:36:43 +0200

> From: "Stephen J. Turnbull" <address@hidden>
> Cc: address@hidden
> Date: Fri, 28 Oct 2011 19:22:14 +0900
> 
>  > Maybe people should try running temacs instead.
> 
> Ah, that rings a bell.  Indeed, running from temacs may have been
> necessary.  I don't know about Emacs, but XEmacs has a recipe for
> running a regular session from temacs in the Makefile (it's something
> like "make run-temacs").  Emacs is probably different, but maybe you
> already have the necessary magic spells for doing this?  Or maybe it's
> trivial for Emacs (it requires some special options for XEmacs, no big
> deal but they're less than obvious or well-documented ;).

Dan made temacs runnable as you'd run any program.  So I imagine
one needs to do this (100% untested):

  ./temacs -l loadup
  M-x load-file RET ~/.emacs RET

(It is possible that the second line is not needed, but I guess anyone
should be able to see immediately if her customizations are or aren't
in effect.)

And thereafter use Emacs as usual.

Modifications of the above recipe to run under valgrind are left to
the interested parties ;-)



reply via email to

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