From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: How do you say "I know it is obsolete" Date: Tue, 12 Jan 2010 05:00:56 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1263268898 8668 80.91.229.12 (12 Jan 2010 04:01:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Jan 2010 04:01:38 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 12 05:01:31 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NUXwg-0007eU-Na for ged-emacs-devel@m.gmane.org; Tue, 12 Jan 2010 05:01:31 +0100 Original-Received: from localhost ([127.0.0.1]:57917 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUXwh-0007bR-AA for ged-emacs-devel@m.gmane.org; Mon, 11 Jan 2010 23:01:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUXwc-0007bC-KK for emacs-devel@gnu.org; Mon, 11 Jan 2010 23:01:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUXwX-0007b0-7Z for emacs-devel@gnu.org; Mon, 11 Jan 2010 23:01:25 -0500 Original-Received: from [199.232.76.173] (port=37547 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUXwX-0007ax-27 for emacs-devel@gnu.org; Mon, 11 Jan 2010 23:01:21 -0500 Original-Received: from mail-fx0-f228.google.com ([209.85.220.228]:53600) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUXwW-0008PL-I9 for emacs-devel@gnu.org; Mon, 11 Jan 2010 23:01:20 -0500 Original-Received: by fxm28 with SMTP id 28so13460325fxm.26 for ; Mon, 11 Jan 2010 20:01:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=pPETQOqSryHp8Jn07DBXvGEZdKCUzJGQhEu2SSz03/Y=; b=fygKIEQrzSo7ccBstkTd1F3zTwzVOwtEEmfywFQ9sUXQn/H02PiIwj7+41R3UuQHR6 XUhn2dgugA4fxMo2QFGpZ07EcIY9/8T6m62OzR/ATl5pJuAOAYRgLEOSzw8awsslyt/D WO/zADmLkEwJuy6QHJoA1HnhDS5+KrX6cgK8c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=JAp0kvXJ9VWLtrjhW7/KmJcjQOghq3V7QfapPU4QHh8hzsT32bxnYQOpNFtqMOrQnS hAffBLeeQt7Y2FwTob6dj2l/vKFx1sBA91RY3Y02RDhZtZtFxtUYdkM28N5vm5X1hhjY uUQYngEbR2LJjszU+y1NMzNP6hmwI2rhNqLms= Original-Received: by 10.239.179.131 with SMTP id d3mr2918928hbg.15.1263268876324; Mon, 11 Jan 2010 20:01:16 -0800 (PST) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:119845 Archived-At: How do you say to the byte compiler "yes, I know the function is obsolete but I must call it for older versions"? And how do you say "yes, ok, call the new function instead then"?