all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* no function to convert .emacs-custom.el into plain emacs lisp
@ 2011-07-22 23:43 jidanni
  2011-07-23  7:26 ` Andreas Röhler
  0 siblings, 1 reply; 3+ messages in thread
From: jidanni @ 2011-07-22 23:43 UTC (permalink / raw)
  To: help-gnu-emacs

I have had enough of the "custom facility" and other "helpers stuff"
adding things to the "custom file".

I want to regain control of the s*ituation.

So how can I convert all the stuff that has accrued in

http://jidanni.org/comp/configuration/.emacs-custom.el

into plain .emacs lisp so I can put it into my .emacs file?

Even though I will surely have to do it often, but at least it will be
safe in .emacs, as to this day no program has tried to write to that.



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

* Re: no function to convert .emacs-custom.el into plain emacs lisp
  2011-07-22 23:43 jidanni
@ 2011-07-23  7:26 ` Andreas Röhler
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Röhler @ 2011-07-23  7:26 UTC (permalink / raw)
  To: help-gnu-emacs

Am 23.07.2011 01:43, schrieb jidanni@jidanni.org:
> I have had enough of the "custom facility" and other "helpers stuff"
> adding things to the "custom file".
>
> I want to regain control of the s*ituation.
>
> So how can I convert all the stuff that has accrued in
>
> http://jidanni.org/comp/configuration/.emacs-custom.el
>
> into plain .emacs lisp so I can put it into my .emacs file?

AFAIU it _is_ plain Emacs Lisp, just readed by a kind of hook.

Making that file empty and copy the contents into any other file which 
get loaded should be possible.






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

* Re: no function to convert .emacs-custom.el into plain emacs lisp
       [not found] <87sjpxcb4d.fsf@yun.yagibdah.de>
@ 2011-07-26  0:49 ` jidanni
  0 siblings, 0 replies; 3+ messages in thread
From: jidanni @ 2011-07-26  0:49 UTC (permalink / raw)
  To: lee; +Cc: help-gnu-emacs

>> Even though I will surely have to do it often, but at least it will be
>> safe in .emacs, as to this day no program has tried to write to that.
l> Emacs will write to ~/.emacs.
Oh, I see. I use
(setq custom-file "~jidanni/.emacs-custom.el")(load custom-file)



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

end of thread, other threads:[~2011-07-26  0:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <87sjpxcb4d.fsf@yun.yagibdah.de>
2011-07-26  0:49 ` no function to convert .emacs-custom.el into plain emacs lisp jidanni
2011-07-22 23:43 jidanni
2011-07-23  7:26 ` Andreas Röhler

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.