Basically, it's still loading CEDET. Any idea why? ---------- Forwarded message ---------- From: Jai Dayal Date: Fri, Jul 29, 2011 at 10:46 AM Subject: Re: optional packages on startup? To: Perry Smith On Wed, Jul 27, 2011 at 2:59 PM, Jai Dayal wrote: > I've done this, but it still pulls things like cedet... > > Here's the messages buffer. > > ("emacs" "-l" ".simple.el") > Loading /ascldap/users/jdayal/cedet-1.0/common/cedet.el (source)... > Setting up CEDET packages... > Cannot open load file: cogre-loaddefs > Cannot open load file: contrib-loaddefs > Setting up CEDET packages...done > Loading /ascldap/users/jdayal/cedet-1.0/common/cedet.el (source)...done > For information about GNU Emacs and the GNU system, type C-h C-a. > > > here's .simple.el > > ;; > .emacs > > (global-set-key "\C-xg" 'goto-line) > > ;; turn on font-lock > mode > > (when (fboundp > 'global-font-lock-mode) > > (global-font-lock-mode t)) > > > (setq c-default-style > "stroustrup" > > c-basic-offset 4) > > ;; enable visual feedback on > selections > > ;(setq transient-mark-mode > t) > > > ;; default to better frame > titles > > (setq > frame-title-format > > (concat "%b - emacs@" (system-name))) > > ;; default to unified > diffs > > (setq diff-switches "-u") > > > > > On Tue, Jul 26, 2011 at 6:13 AM, Perry Smith wrote: > >> >> On Jul 26, 2011, at 3:33 AM, Peter Dyballa wrote: >> >> >> Am 26.07.2011 um 08:42 schrieb Jai Dayal: >> >> Since I have to ssh into a proxy, and then into the main server, there's a >> >> bit of latency for emacs to start up. >> >> >> Create a SIMPLE (or basic) init file and launch GNU Emacs as 'emacs -l >> SIMPLE.el'. A shell alias can help to reduce typing. >> >> >> My suggestion is to leave a "server" emacs running and then just attach to >> it when you ssh over. See emacsclient for more details (or ask this list). >> >> >> Basic, n.: >> A programming language. Related to certain social diseases in that those >> who have it will not admit it in polite company. >> >> >> Java, n.: >> The new Basic >> >> >