From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Scott Frazer Newsgroups: gmane.emacs.help Subject: Re: Modifying many function calls Date: Wed, 27 Oct 2010 09:40:46 -0400 Organization: cisco.com Message-ID: <1288186837.505337@sj-nntpcache-3.cisco.com> References: <4CC7DEB0.8040401@easy-emacs.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1291889873 26520 80.91.229.12 (9 Dec 2010 10:17:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 10:17:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 11:17:49 2010 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.69) (envelope-from ) id 1PQdZL-0001mE-OS for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 11:17:47 +0100 Original-Received: from localhost ([127.0.0.1]:55276 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQdZJ-0001Yh-JR for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 05:17:45 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!news2.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe17.iad.POSTED!00000000!not-for-mail User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.11) Gecko/20101013 Thunderbird/3.1.5 Original-Newsgroups: gnu.emacs.help In-Reply-To: Cache-Post-Path: sj-nntpcache-3.cisco.com!unknown@dhcp-64-102-76-183.cisco.com X-Cache: nntpcache 3.0.2 (see http://www.nntpcache.com/) Original-Lines: 18 Original-X-Complaints-To: newsadmin@cisco.com Original-NNTP-Posting-Date: Wed, 27 Oct 2010 13:40:37 UTC Original-Xref: usenet.stanford.edu gnu.emacs.help:182069 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:76949 Archived-At: On 10/27/10 6:16 AM, Andrea Crotti wrote: > Andreas Röhler writes: > > And since I'm here, why I can't redefine a variable with defcustom? > I mean if I do > > (defcustom x 1) > then I want to change it > and I write and evaluate > (defcustom x 2) > > then even if I set it to nil and the reevaluate again still it doesn't > care. > Is that normal? > You need to use eval-defun on defvar's and defcustom's, bound to C-M-x by default.