From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.help Subject: no function to convert .emacs-custom.el into plain emacs lisp Date: Sat, 23 Jul 2011 07:43:59 +0800 Message-ID: <8762mtc24g.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1311378253 13124 80.91.229.12 (22 Jul 2011 23:44:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 22 Jul 2011 23:44:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 23 01:44:09 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QkPO5-0006UW-7G for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Jul 2011 01:44:09 +0200 Original-Received: from localhost ([::1]:54027 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkPO4-00078e-PC for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Jul 2011 19:44:08 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkPO0-00078G-Ua for help-gnu-emacs@gnu.org; Fri, 22 Jul 2011 19:44:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkPNz-0005Zy-KC for help-gnu-emacs@gnu.org; Fri, 22 Jul 2011 19:44:04 -0400 Original-Received: from caiajhbdcbbj.dreamhost.com ([208.97.132.119]:38718 helo=homiemail-a62.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkPNz-0005Zd-Br for help-gnu-emacs@gnu.org; Fri, 22 Jul 2011 19:44:03 -0400 Original-Received: from homiemail-a62.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a62.g.dreamhost.com (Postfix) with ESMTP id DE37F63406C for ; Fri, 22 Jul 2011 16:44:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=jidanni.org; h=from:to:subject :date:message-id:mime-version:content-type; q=dns; s=jidanni.org ; b=MJGC/JiHBECAWtMa4795VOgrLCocdxDTitCENx2CT6a1bPwtsaIuQGCavk7V ZMAraKQWYwAS0qd4aqlxdIIMNvj3IL2sbHf3fnazgj6ZuzbIvASoM36o6GOqqbmN OVZlEmiWkPAFLi5nr2RsB/oN0AEmNWlpoTdjG6x6TD/2BH4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to :subject:date:message-id:mime-version:content-type; s= jidanni.org; bh=CTDGi/XkHzaoM7v74dkxdauP6KE=; b=GKUdmpjsDo0/k+bJ pqfqlwLshIzcEDafaZ/jwzbv6Kql7wc1bsVLenImWdTm+rnbuvLkEf4YSCzWqF9d qXUzTYVp/gdhIXDsElvYK7F20MjNrDrkUFLpbyUS3k25piTiqERzl4tKwLgWZ8EI AFxLH8vjXUjMX/Y4KT5r1ijDU30= Original-Received: from jidanni.org (218-163-1-122.dynamic.hinet.net [218.163.1.122]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a62.g.dreamhost.com (Postfix) with ESMTPSA id 8687D634064 for ; Fri, 22 Jul 2011 16:44:01 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.97.132.119 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81740 Archived-At: 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.