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: Re: no function to convert .emacs-custom.el into plain emacs lisp Date: Tue, 26 Jul 2011 08:49:55 +0800 Message-ID: <87ipqpyifg.fsf@jidanni.org> References: <87sjpxcb4d.fsf@yun.yagibdah.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1311641415 23027 80.91.229.12 (26 Jul 2011 00:50:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 26 Jul 2011 00:50:15 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: lee@yun.yagibdah.de Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 26 02:50:07 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 1QlVqY-0002Hl-9d for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Jul 2011 02:50:06 +0200 Original-Received: from localhost ([::1]:43408 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlVqX-0007JB-UR for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Jul 2011 20:50:05 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:41109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlVqT-0007It-2b for help-gnu-emacs@gnu.org; Mon, 25 Jul 2011 20:50:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlVqR-0000W3-Tm for help-gnu-emacs@gnu.org; Mon, 25 Jul 2011 20:50:01 -0400 Original-Received: from caiajhbdcbef.dreamhost.com ([208.97.132.145]:49712 helo=homiemail-a38.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlVqR-0000Vx-Hv for help-gnu-emacs@gnu.org; Mon, 25 Jul 2011 20:49:59 -0400 Original-Received: from homiemail-a38.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a38.g.dreamhost.com (Postfix) with ESMTP id 6C6BF10AFB2; Mon, 25 Jul 2011 17:49:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=jidanni.org; h=from:to:cc:subject :references:date:message-id:mime-version:content-type; q=dns; s= jidanni.org; b=YNlXdckJLhTnSNQuQG3NVmf0WHMjv/sJ0AAmPqweg0ehbj+rv IjusxeMXCNDqZtWOvj+jzQ9NBv+CH28/+C/rtsQP8GPWKnc6eyhNU2T2y+bYldwW mqJ2GZIiqchdIW1H7sFNzRCQcPR3kent3dB0XmavK7RNCzpWEk0VHD2I8I= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to:cc :subject:references:date:message-id:mime-version:content-type; s=jidanni.org; bh=2ycR3fie4JuDBTAHzyGl7eXCe4c=; b=DGtF1T4HO84dQ liy3Vmxi4Em9iHm7yB9WogA7/XrY0S3ljyslNVwHf9HZuBkZkRwuNUiwicdOhVT/ Gz41abY54SrKQcfZodBFWuGEuS/Bej13gvyCN9yHm3qML1IiSd8Qco/iAHVd6wVL 6gbFAsOGQMNUHeciaBRI2NiZwf6QDE= Original-Received: from jidanni.org (218-163-2-179.dynamic.hinet.net [218.163.2.179]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a38.g.dreamhost.com (Postfix) with ESMTPSA id 185A410AFB0; Mon, 25 Jul 2011 17:49:58 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.97.132.145 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:81768 Archived-At: >> 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)