unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* loading ecb-mode from desktop.el messes .emacs
@ 2004-05-02 15:29 Micha Feigin
  2004-05-02 23:33 ` [Workaround] " Micha Feigin
       [not found] ` <mailman.2981.1083541418.1061.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Micha Feigin @ 2004-05-02 15:29 UTC (permalink / raw)


When ecb is activated through desktop.el (an active desktop session was
closed with ecb-active), when next opening emacs it will remove
custom-set-variables and custom-set-faces from my .emacs and inhibit
some of the settings from loading (for example tabbar doesn't load
automatically in this settings).

Any ideas on what the problem is or how to solve or find it?

This is with emacs bidi (based on 21.3.50). desktop.el has something
about version 20.3 and ecb is version 2.21.

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

* Re: [Workaround] loading ecb-mode from desktop.el messes .emacs
  2004-05-02 15:29 loading ecb-mode from desktop.el messes .emacs Micha Feigin
@ 2004-05-02 23:33 ` Micha Feigin
       [not found] ` <mailman.2981.1083541418.1061.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Micha Feigin @ 2004-05-02 23:33 UTC (permalink / raw)


On Sun, May 02, 2004 at 06:29:31PM +0300, Micha Feigin wrote:
> When ecb is activated through desktop.el (an active desktop session was
> closed with ecb-active), when next opening emacs it will remove
> custom-set-variables and custom-set-faces from my .emacs and inhibit
> some of the settings from loading (for example tabbar doesn't load
> automatically in this settings).
> 
> Any ideas on what the problem is or how to solve or find it?
> 

I found the cause of the problem, no immediate solution, just a work
around.

ecb tip of the day seems to be stopping the processing of the startup
files at some point (not sure if at the point where ecb is activated or
not yet).

disabling tip of the day before loading desktop (and thus starting ecb
by activating the mode) solves the problem for now.

I am guessing this is an ecb bug then?

> This is with emacs bidi (based on 21.3.50). desktop.el has something
> about version 20.3 and ecb is version 2.21.
> 
> 
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
>  
>  +++++++++++++++++++++++++++++++++++++++++++
>  This Mail Was Scanned By Mail-seCure System
>  at the Tel-Aviv University CC.
> 

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

* Re: [Workaround] loading ecb-mode from desktop.el messes .emacs
       [not found] ` <mailman.2981.1083541418.1061.help-gnu-emacs@gnu.org>
@ 2004-05-03  7:30   ` Thorsten Bonow
  0 siblings, 0 replies; 3+ messages in thread
From: Thorsten Bonow @ 2004-05-03  7:30 UTC (permalink / raw)


>>>>> "Micha" == Micha Feigin <michf@post.tau.ac.il> writes:

    Micha> I am guessing this is an ecb bug then?

Making ECB and desktop.el work together was discussed some time ago on the ECB
mailing list, archived on "ecb.sourceforge.net".

It boils down to set `desktop-minor-mode-table' to something like

 ((auto-fill-function auto-fill-mode)
  (vc-mode nil)
  (ecb-minor-mode nil)
  (semantic-show-unmatched-syntax-mode nil)
  (semantic-stickyfunc-mode nil)
  (senator-minor-mode nil)
  (semantic-idle-scheduler-mode nil))

but you better read the mails regarding that subject. It works for me.

Toto


-- 
Contact information and PGP key at
http://www-users.rwth-aachen.de/thorsten.bonow

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

end of thread, other threads:[~2004-05-03  7:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-02 15:29 loading ecb-mode from desktop.el messes .emacs Micha Feigin
2004-05-02 23:33 ` [Workaround] " Micha Feigin
     [not found] ` <mailman.2981.1083541418.1061.help-gnu-emacs@gnu.org>
2004-05-03  7:30   ` Thorsten Bonow

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