Chuck Irvine <[EMAIL PROTECTED]> writes:
> What is the problem with having custom-set-variables statement, as
> opposed to setq statements, in a template .emacs file? Or, I am pretty
> sure that you could put a custom-set-variable statement in a site wide
> customiztion file that Emacs supports - can't recall exactly what it is
> called.
I guess, I was a bit incomplete. Sorry. First, it seems, that setq
statements don't work for JDE customization. So, only
custom-set-variables will work. But -- at least for xemacs -- only
*one* custom-set-variables statement is allowed and I would like to
leave that for the individual persons use.
In our case the site wide customization file is loaded with load from
the users .emacs, because we don't have a site wide installation of
XEmacs and can't use site-start.el. But putting the company
configuration in a separate file would make updates much easier.
It looks like we really need to pass the settings around for
cut-and-paste into the users .emacs.
Thanks
Gerd
> -----Original Message-----
> From: gerd.boerrigter [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 15, 2000 11:54 AM
> To: jde
> Cc: gerd.boerrigter
> Subject: Providing company wide customizations
>
>
> Hi,
>
> I am working in a small company currently converting some co-workers
> to XEmacs and the JDE.
>
> The idea is to provide some default settings like the buffer
> boilerplate and some path settings for documentation globally for the
> whole company. But it seams, that the JDE only gets the values from
> the custom-set-variables statements in .emacs or the default values.
> Setq statements in .emacs doesn't have an effect.
>
> Is there a way to provide some global settings, or is the only way
> really to customize each JDE?
>
> Thanks
> Gerd