From mboxrd@z Thu Jan 1 00:00:00 1970 From: hymie! Subject: Re: malformed function Date: Wed, 11 Jul 2018 07:39:44 -0400 Message-ID: <20180711113944.GA28464@alfred.local.net> References: <877em2aze5.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdDTU-0005hx-JM for emacs-orgmode@gnu.org; Wed, 11 Jul 2018 07:40:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdDTR-0003Nj-GG for emacs-orgmode@gnu.org; Wed, 11 Jul 2018 07:40:00 -0400 Received: from pmta1.delivery2.ore.mailhop.org ([54.149.210.130]:28763) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fdDTR-0003N7-AG for emacs-orgmode@gnu.org; Wed, 11 Jul 2018 07:39:57 -0400 Content-Disposition: inline In-Reply-To: <877em2aze5.fsf@fastmail.fm> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Joost Kremers Cc: hymie! , emacs-orgmode@gnu.org On Wed, Jul 11, 2018 at 11:35:14AM +0200, Joost Kremers wrote: > > Note that the documentation for `flet' says that it has been obsolete since > Emacs 24.3 and that you should be using `cl-flet' instead (or `cl-letf', but > that doesn't seem to be what you want). So best thing to do is to replace > `flet' with `cl-flet' and then add `(require 'cl-lib)' somewhere at the top > of your init file, and you should be good to go. Looks like that solved it. Thanks much! --hymie! http://lactose.homelinux.net/~hymie hymie@lactose.homelinux.net