From mboxrd@z Thu Jan 1 00:00:00 1970
Path: news.gmane.org!not-for-mail
From: Philipp Stephani
Newsgroups: gmane.emacs.help
Subject: Re: The two-argument form of defvar
Date: Sat, 18 Apr 2015 16:50:29 +0000
Message-ID:
References:
<87vbhxf2s6.fsf@yahoo.fr> <87mw396l2s.fsf@gnu.org>
<6c9a2335-1b64-4ed2-9236-75bf02b0980d@default>
NNTP-Posting-Host: plane.gmane.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-Trace: ger.gmane.org 1429375855 4549 80.91.229.3 (18 Apr 2015 16:50:55 GMT)
X-Complaints-To: usenet@ger.gmane.org
NNTP-Posting-Date: Sat, 18 Apr 2015 16:50:55 +0000 (UTC)
To: Drew Adams ,
Nicolas Richard , help-gnu-emacs@gnu.org
Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 18 18:50:50 2015
Return-path:
Envelope-to: geh-help-gnu-emacs@m.gmane.org
Original-Received: from lists.gnu.org ([208.118.235.17])
by plane.gmane.org with esmtp (Exim 4.69)
(envelope-from )
id 1YjVxB-0005yp-5Y
for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Apr 2015 18:50:49 +0200
Original-Received: from localhost ([::1]:46264 helo=lists.gnu.org)
by lists.gnu.org with esmtp (Exim 4.71)
(envelope-from )
id 1YjVxA-0006B0-Jm
for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Apr 2015 12:50:48 -0400
Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52301)
by lists.gnu.org with esmtp (Exim 4.71)
(envelope-from ) id 1YjVwv-0006Ae-FC
for help-gnu-emacs@gnu.org; Sat, 18 Apr 2015 12:50:34 -0400
Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
(envelope-from ) id 1YjVwt-0003xc-Q0
for help-gnu-emacs@gnu.org; Sat, 18 Apr 2015 12:50:33 -0400
Original-Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:38237)
by eggs.gnu.org with esmtp (Exim 4.71)
(envelope-from ) id 1YjVwt-0003x5-CU
for help-gnu-emacs@gnu.org; Sat, 18 Apr 2015 12:50:31 -0400
Original-Received: by wiun10 with SMTP id n10so50115930wiu.1
for ; Sat, 18 Apr 2015 09:50:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
h=mime-version:references:in-reply-to:from:date:message-id:subject:to
:content-type; bh=MeEf7HHpe2Gp9JTC96Nqb3TJyymX9/mVSd3lFQZiOAM=;
b=ebT3hKdoE9uU60Ej7u1eRbX2IjTHaS3wDvmmLokWAeCZ+tEQ/deeQUKGlVoqlGbonY
CS9yHyFTwjoA86SYBtuVflMAR/18wqjH8E9GZbccwFdlEWNO2wNg1iLoExPnkQRcOpuy
FcLLos1L0PkRbJQPyNYsCzqXlwVfat9/tVXTH0GTaCoooILP8D7KkTy7J/luiBsJWVDU
JO/mONeyT+IlHdp1pSAAQYfhXjboMDcRsVvUyC8FDpdtuvSUCVlQhXbDFylYZUZfIAxz
fUfXartgdIQJ38q8SE/ZCjnYlc7vJAXmxvHH3VJFHl/2vl3gWhGDvzRpw6/JcohCcn3K
s1Fw==
X-Received: by 10.180.37.101 with SMTP id x5mr11038681wij.74.1429375829547;
Sat, 18 Apr 2015 09:50:29 -0700 (PDT)
In-Reply-To: <6c9a2335-1b64-4ed2-9236-75bf02b0980d@default>
X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address
(bad octet value).
X-Received-From: 2a00:1450:400c:c05::229
X-Content-Filtered-By: Mailman/MimeDel 2.1.14
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:103831
Archived-At:
Drew Adams schrieb am Sa., 18. Apr. 2015 um
16:14 Uhr:
> (FWIW, this thread is about the one-argument form of defvar,
> not a two-argument form.)
>
I intended it to be about the one-argument form, but got the subject wrong.
Probably a habit from other programming languages where the number of
identifiers between ( and ) is the number of arguments.