From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.help Subject: Re: "Void function setf" in emacs 24.1 Date: Thu, 27 Jun 2013 13:16:49 +0200 Message-ID: <878v1vvm5a.fsf@rosalinde.fritz.box> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1372331835 21313 80.91.229.3 (27 Jun 2013 11:17:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Jun 2013 11:17:15 +0000 (UTC) Cc: emacs help To: Klaus-Dieter Bauer Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 27 13:17:14 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 1UsACL-0004xx-3W for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Jun 2013 13:17:09 +0200 Original-Received: from localhost ([::1]:47412 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsACK-0005MR-JT for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Jun 2013 07:17:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsAC6-0005MA-Rn for help-gnu-emacs@gnu.org; Thu, 27 Jun 2013 07:16:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsAC4-0002Uo-7q for help-gnu-emacs@gnu.org; Thu, 27 Jun 2013 07:16:54 -0400 Original-Received: from mout.gmx.net ([212.227.15.15]:65409) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsAC3-0002Uf-Uk for help-gnu-emacs@gnu.org; Thu, 27 Jun 2013 07:16:52 -0400 Original-Received: from mailout-de.gmx.net ([10.1.76.30]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0Lbx3C-1UQpiZ05Ei-00jLg1 for ; Thu, 27 Jun 2013 13:16:51 +0200 Original-Received: (qmail invoked by alias); 27 Jun 2013 11:16:50 -0000 Original-Received: from i59F5577E.versanet.de (EHLO rosalinde.fritz.box) [89.245.87.126] by mail.gmx.net (mp030) with SMTP; 27 Jun 2013 13:16:50 +0200 X-Authenticated: #20778731 X-Provags-ID: V01U2FsdGVkX1/NThs76SLNll5zq3BJGBKAHDinuTKkbddb8X4Ug7 cEhSCDNE6GOdrl In-Reply-To: (Klaus-Dieter Bauer's message of "Thu, 27 Jun 2013 11:17:28 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.15 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:91761 Archived-At: On Thu, 27 Jun 2013 11:17:28 +0200 Klaus-Dieter Bauer 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