From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thomas Link Newsgroups: gmane.emacs.help Subject: Re: writing an own version of setq? Date: Wed, 09 Oct 2002 16:20:17 +0200 Organization: Vienna University, Austria Sender: help-gnu-emacs-admin@gnu.org Message-ID: <3da43b31$0$12906$3b214f66@news.univie.ac.at> References: <3da42ab1$0$12906$3b214f66@news.univie.ac.at> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1034173556 28348 127.0.0.1 (9 Oct 2002 14:25:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 9 Oct 2002 14:25:56 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17zHmV-0007Lt-01 for ; Wed, 09 Oct 2002 16:25:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17zHms-0002co-00; Wed, 09 Oct 2002 10:26:10 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!newsfeed.stueberl.de!newsfeed.eunet.at!newsfeed.austria.eu.net!newscore.univie.ac.at!aconews-feed.univie.ac.at!news.univie.ac.at!not-for-mail User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2a) Gecko/20020910 X-Accept-Language: de, en, fr Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: merlini.StudZent.AKH-Wien.ac.at Original-X-Trace: 1034173233 news.univie.ac.at 12906 149.148.82.2 Original-X-Complaints-To: news-adm@news.univie.ac.at Original-Xref: shelby.stanford.edu gnu.emacs.help:105865 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2412 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2412 >> Setting the variable with setq or defvar is ok for you? > > > Hmm, what do you mean? I do not understand... Well ... ah ... Me neither. But I think I meant: I had the idea that it could also be useful to check if the symbol hasn't been bound yet -- using either setq or defvar etc. This could be done by replacing custom-saved-p with boundp. So the question was: considering this possibility, this is no issue for you? Cheers, Thomas.