From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: waterloo Newsgroups: gmane.emacs.help Subject: Re: can you explain the sentence about defvar in elisp? Date: Sat, 4 Jul 2009 10:00:14 +0800 Message-ID: <907065090907031900r4c4be7dcpf41a2a152e6bc9f1@mail.gmail.com> References: <907065090907030933x5a340225w90f3b29ae8d9d91b@mail.gmail.com> <159B2D5E349D4F3CBFB96D315465E313@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001636e0b39c3dc833046dd7a2b1 X-Trace: ger.gmane.org 1246672852 26660 80.91.229.12 (4 Jul 2009 02:00:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 4 Jul 2009 02:00:52 +0000 (UTC) To: Drew Adams , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 04 04:00:45 2009 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 1MMuYV-0007FT-EQ for geh-help-gnu-emacs@m.gmane.org; Sat, 04 Jul 2009 04:00:43 +0200 Original-Received: from localhost ([127.0.0.1]:54025 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMuYU-0004im-G5 for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Jul 2009 22:00:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMuY8-0004gd-Kl for help-gnu-emacs@gnu.org; Fri, 03 Jul 2009 22:00:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMuY4-0004dg-36 for help-gnu-emacs@gnu.org; Fri, 03 Jul 2009 22:00:20 -0400 Original-Received: from [199.232.76.173] (port=54723 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMuY3-0004dW-Tr for help-gnu-emacs@gnu.org; Fri, 03 Jul 2009 22:00:15 -0400 Original-Received: from wf-out-1314.google.com ([209.85.200.175]:57803) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMuY3-0007EA-DR for help-gnu-emacs@gnu.org; Fri, 03 Jul 2009 22:00:15 -0400 Original-Received: by wf-out-1314.google.com with SMTP id 23so1118326wfg.24 for ; Fri, 03 Jul 2009 19:00:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=wQhiI8NZs0lW1C0AJW8iJmxxs/ABFB9FMAj6YF+dA0E=; b=VmBo3zxJa7Wy+2v9LZ2PEh3M2j5i4KGr7o/SGfS+1ZKeWujvIE1GKI+jHRfTmWYXio MgNobGR3kOdMdFYILcPDeN/fUEj/IORJw2Gg3WHKyUGthqRgpAyWHcw/9ld66IDSfMAE wXje6bSKGUlkKTHWOgNslCUyBkRYRSMIqI4c0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=RbAzMhUBYpMvCNoW3ZX4Kctz1DedGZXnmHXbOYjuxEuCSg+Qwby2CJgdc6aggZrLvd 9zr63azhYSoks5XOoMTJRdzYngf2nf4/Z63y9oQ47LQ/w38e7uaoI/yfqEQj7vca+dXK DNtxlH1VeUWts0KijD7C9B6fMFN8WrBIBEzNw= Original-Received: by 10.142.79.12 with SMTP id c12mr624494wfb.286.1246672814196; Fri, 03 Jul 2009 19:00:14 -0700 (PDT) In-Reply-To: <159B2D5E349D4F3CBFB96D315465E313@us.oracle.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:65777 Archived-At: --001636e0b39c3dc833046dd7a2b1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit thanks it is in 8.5.1 `defvar' and an asterisk of emacs23.0.95.1. 2009/7/4 Drew Adams > > > BTW, I don't see the text or the example that you cited anywhere in the > Elisp > manual - in Emacs 20, 21, 22, or 23. Where did you find this? In the Elisp > manual, node `Defining Variables', I see `*' described explicitly as > pertaining > to command `set-variable'. > > If the text you cited is in an Emacs 23 manual somewhere, then please file > an > Emacs (doc) bug, using `M-x report-emacs-bug'. Explain that the text you > cited > is not clear to you. In particular, "readily settable variable" is unclear. > What > is missing (in the text you cited) is an explicit reference to > _interactive_ > setting using `M-x set-variable'. > > > --001636e0b39c3dc833046dd7a2b1 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable thanks

it is in 8.5.1 `defvar' and an asterisk of=A0 emacs23.0.9= 5.1.



--001636e0b39c3dc833046dd7a2b1--