From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Stewart Newsgroups: gmane.emacs.help Subject: Re: Replacing custom-set-variables Date: Sun, 14 Sep 2008 03:05:50 +0800 Organization: Bentium Ltd. (CN99) Message-ID: <87abeb27e9.fsf@manatee.domain> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1221334841 1153 80.91.229.12 (13 Sep 2008 19:40:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Sep 2008 19:40:41 +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 Sep 13 21:41:37 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Keazv-0003Jl-1s for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Sep 2008 21:41:35 +0200 Original-Received: from localhost ([127.0.0.1]:43471 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Keayu-0003gL-KN for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Sep 2008 15:40:32 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!newsgate.cuhk.edu.hk!news.cn99.com!manatee.domain!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 29 Original-NNTP-Posting-Host: 221.237.119.25 Original-X-Trace: news.cn99.com 1221332883 20538 221.237.119.25 (13 Sep 2008 19:08:03 GMT) Original-X-Complaints-To: usenet@news.cn99.com Original-NNTP-Posting-Date: Sat, 13 Sep 2008 19:08:03 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:zUbVjzIqVsEgpQBeIN5LnUbU8Gc= Original-Xref: news.stanford.edu gnu.emacs.help:162193 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57536 Archived-At: >>>>> "Mauricio" == Mauricio writes: Hi, Mauricio! Just (setq var1 val1) (setq var2 val2) (setq var3 val3) Regards. Andy. Mauricio> Hi, Mauricio> In .emacs I have a few variables defined using: Mauricio> (custom-set-variables Mauricio> '(var1 val1) Mauricio> '(var2 val2) Mauricio> '(var3 val3)) Mauricio> How can I define those same variables in .emacs Mauricio> without using custom-set-variables? Mauricio> Thanks, Mauricio> MaurĂ­cio