From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Florian Beck Newsgroups: gmane.emacs.help Subject: Re: replacing a function with another one Date: Wed, 12 Mar 2014 20:51:55 +0100 Message-ID: <5320BADB.7000000@miszellen.de> References: <87vbvofsi6.fsf@yun.yagibdah.de> <87bnxgs4r9.fsf@web.de> <87lhwj1cfz.fsf@yun.yagibdah.de> <87zjkz6vd5.fsf@web.de> <8738ir161u.fsf@yun.yagibdah.de> <87eh2b6nfm.fsf@web.de> <87r46anab5.fsf@yun.yagibdah.de> <87vbvleiey.fsf@yun.yagibdah.de> <87vbvlbm8p.fsf@web.de> <87siqpsdgs.fsf@yun.yagibdah.de> <87iorljkhx.fsf@web.de> <87pplsivy7.fsf@yun.yagibdah.de> <87a9cwtj76.fsf@web.de> <87iorjmidz.fsf@yun.yagibdah.de> <5320B6CD.5000306@miszellen.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1394653938 16039 80.91.229.3 (12 Mar 2014 19:52:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Mar 2014 19:52:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 12 20:52:27 2014 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 1WNpCV-0004So-75 for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Mar 2014 20:52:27 +0100 Original-Received: from localhost ([::1]:34479 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNpCU-0004os-Tb for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Mar 2014 15:52:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNpCA-0004FC-J2 for help-gnu-emacs@gnu.org; Wed, 12 Mar 2014 15:52:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNpC4-0008J3-Px for help-gnu-emacs@gnu.org; Wed, 12 Mar 2014 15:52:06 -0400 Original-Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::3]:47581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNpC4-0008Ix-J4 for help-gnu-emacs@gnu.org; Wed, 12 Mar 2014 15:52:00 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1394653918; l=118; s=domk; d=streitblatt.de; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References: Subject:To:MIME-Version:From:Date:X-RZG-CLASS-ID:X-RZG-AUTH; bh=YGyJ/wdORsasWLYX1M/ESti96f4=; b=FEMuGAeoZt9WJH9TqzAKsqJ3eiYaFhmcC/Hvh1VTzHeTwmMz6RFGHkPNm/IGLa7u7iz C9OlzfxMfjwHUncO77xs6BXVfaIKdYRJLNPlRwXr4px9YUF0kLVn4ciQmLTvTjkkhGIL9 TI/2B40jX2m1tNUL4evsZy6GixdCpDmIJro= X-RZG-AUTH: :KmALZ0mpdbGonPxw7gDkop508XQjelhLxGYn4B74/iddlkME3ssvHN/NX3uKqg+oBr3QLb7VhqJ7 X-RZG-CLASS-ID: mo00 Original-Received: from [109.43.140.244] (ip-109-43-140-244.web.vodafone.de [109.43.140.244]) by smtp.strato.de (RZmta 32.27 DYNA|AUTH) with ESMTPSA id N03bd4q2CJpvtk3 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) for ; Wed, 12 Mar 2014 20:51:57 +0100 (CET) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 In-Reply-To: <5320B6CD.5000306@miszellen.de> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:238:20a:202:5300::3 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:96475 Archived-At: > This returns ((lambda (a b) (list a b)) 1 2) Of course: ((lambda (a b) (list a b)) a b) -- Florian Beck