From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Klaus-Dieter Bauer Newsgroups: gmane.emacs.help Subject: Re: "Void function setf" in emacs 24.1 Date: Thu, 27 Jun 2013 14:00:28 +0200 Message-ID: References: <878v1vvm5a.fsf@rosalinde.fritz.box> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1372335197 25786 80.91.229.3 (27 Jun 2013 12:13:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Jun 2013 12:13:17 +0000 (UTC) Cc: emacs help To: Stephen Berman Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 27 14:13:19 2013 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 1UsB4e-0005DI-AI for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Jun 2013 14:13:16 +0200 Original-Received: from localhost ([::1]:37676 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsB4d-0002kJ-Si for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Jun 2013 08:13:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsB4Q-0002jr-Oo for help-gnu-emacs@gnu.org; Thu, 27 Jun 2013 08:13:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsB4M-0006Kx-2X for help-gnu-emacs@gnu.org; Thu, 27 Jun 2013 08:13:02 -0400 Original-Received: from mail-vb0-x22d.google.com ([2607:f8b0:400c:c02::22d]:47612) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsAsl-0002Iw-CK for help-gnu-emacs@gnu.org; Thu, 27 Jun 2013 08:00:59 -0400 Original-Received: by mail-vb0-f45.google.com with SMTP id p14so534023vbm.32 for ; Thu, 27 Jun 2013 05:00:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=9z1vLnd6x4Pjo0B0u6Nst6YpTxegIquEqNyyRGusFBM=; b=pg0IbVumQWL8hk4dKCOYoWbHEnmjD/0LIGaUCHDptHgdyrP4y73vsAjz7fWEF0olqF LFow6hXPLPgTq0RXXwXJvCv3FarBDWfPTXXL/aeUcUzlmdeWMQuJsxpdcNixYm0fvCBd G3cqVS1h2G4qes+8UqOUSRvhRFN8Sg4FZmtb1WxXlUisa/Vy1jKyb/GLohnt7KEZDssl 6ircxq3SVC9J04l8l765Njj6DqLAgffYRffjYYkQ+Z6DGB4daV+pv2bH3JtihomagIEI /FMokUxED7Lcgtj6hJJt/1FmB/Ylg9Q5TpyKF7rjnWV20dxd9OiEPy9kwdt/QUAYDsyL n9sg== X-Received: by 10.220.114.135 with SMTP id e7mr3430826vcq.17.1372334458616; Thu, 27 Jun 2013 05:00:58 -0700 (PDT) Original-Received: by 10.220.224.73 with HTTP; Thu, 27 Jun 2013 05:00:28 -0700 (PDT) In-Reply-To: <878v1vvm5a.fsf@rosalinde.fritz.box> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c02::22d 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:91764 Archived-At: Thanks, then it was just my misunderstanding. 2013/6/27 Stephen Berman > On Thu, 27 Jun 2013 11:17:28 +0200 Klaus-Dieter Bauer < > bauer.klaus.dieter@gmail.com> wrote: > > > Hello! > > > > I wanted to demonstrate some emacs lisp today to a colleague (Ubuntu, > emacs > > 24.1). However when I wrote "(setf x (1+ x))" I got an error "void > function > > setf". > > > > On my system I have been using setf for some while now combined with > > compiling my source files in a new emacs session without initialization > > file in order to get error messages about missing imports, functions yet > to > > be implemented etc. Hence I'm pretty sure that on my system setf is > defined > > without explicitly requiring 'gv since some versions. > > > > Am I just wrong and setf was introduced as a default autoload after 24.1? > > Apparently so; 24.1 was released on 2012-06-10, and the log says gv.el > (with setf) installed on 2012-06-22. > > Steve Berman >