From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: flet / my-filt problem Date: Mon, 30 Jul 2012 23:59:12 +0200 Message-ID: <87k3xk9ahb.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Svy14-0000Zi-HS for emacs-orgmode@gnu.org; Mon, 30 Jul 2012 18:00:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Svy13-00047Y-5B for emacs-orgmode@gnu.org; Mon, 30 Jul 2012 18:00:42 -0400 Received: from plane.gmane.org ([80.91.229.3]:53084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Svy12-00046i-Ue for emacs-orgmode@gnu.org; Mon, 30 Jul 2012 18:00:41 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Svy11-0006Tk-TA for emacs-orgmode@gnu.org; Tue, 31 Jul 2012 00:00:39 +0200 Received: from p57b6529a.dip.t-dialin.net ([87.182.82.154]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Jul 2012 00:00:39 +0200 Received: from andreas.leha by p57b6529a.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Jul 2012 00:00:39 +0200 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all, with the current HEAD (commit 0202adb1c02908a75a7845438381e40d811fd99a) from master I get an error during the export of one of my files complaining about an undefined my-filt function. Replacing org-flet with flet in ob-comint.el (line 78) introduces a compiler warning, but solves the problem. I am on emacs 24.1.50.1. Regards, Andreas