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: Re: How do you say "I know it is obsolete" Date: Tue, 12 Jan 2010 16:57:32 +0100 Message-ID: References: <9F25A508AB1D4420B9D2C16241BEFA64@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1263312180 8926 80.91.229.12 (12 Jan 2010 16:03:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Jan 2010 16:03:00 +0000 (UTC) Cc: Stefan Monnier , Emacs-Devel devel To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 12 17:02:52 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 1NUjB8-0007ZD-DO for ged-emacs-devel@m.gmane.org; Tue, 12 Jan 2010 17:01:10 +0100 Original-Received: from localhost ([127.0.0.1]:33637 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUjB8-0004Ag-Sc for ged-emacs-devel@m.gmane.org; Tue, 12 Jan 2010 11:01:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUj83-0002Gg-Uu for emacs-devel@gnu.org; Tue, 12 Jan 2010 10:58:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUj7z-0002EO-DM for emacs-devel@gnu.org; Tue, 12 Jan 2010 10:57:59 -0500 Original-Received: from [199.232.76.173] (port=56055 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUj7z-0002EJ-5K for emacs-devel@gnu.org; Tue, 12 Jan 2010 10:57:55 -0500 Original-Received: from mail-fx0-f228.google.com ([209.85.220.228]:49356) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUj7x-0005J1-LH for emacs-devel@gnu.org; Tue, 12 Jan 2010 10:57:54 -0500 Original-Received: by fxm28 with SMTP id 28so14007806fxm.26 for ; Tue, 12 Jan 2010 07:57:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=G73Jkgz+xdgxyHfIz1rixtfN9Y43HeWTFgZGrjHXTEI=; b=uxJJYsCwsZIXgpdif0v/KMT7iGi0qfVcGKDUEvW5B7qrmXEuAdQujJMY9VBtVwWJ7E Si098qPdziw5BnOqb0fXUIfDEOPgZqCS1feL6ImFe2GiobjoJSkEv43awaoZFgQJBumH Qmapva86oMhOsLQWVHygKJqf3goTB9YIhP7kY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=x+dRYSjU7oxJMJluhLji+Wka5EjFaY5SECxl7OqOh3z2VTBuVE+Q4ekDCqB33Kedau 4VqEYNaNJnTZX56BXxzBzJSC4yDmef4iSXpewkrsD+STL54LsOsmGfxoMzAE79PQtsN+ pwYi3iEKIltA5kc7AtVwnb+cdtqQNT4t5SCWw= Original-Received: by 10.239.134.142 with SMTP id 14mr1695423hbz.139.1263311872164; Tue, 12 Jan 2010 07:57:52 -0800 (PST) In-Reply-To: <9F25A508AB1D4420B9D2C16241BEFA64@us.oracle.com> 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:119873 Archived-At: On Tue, Jan 12, 2010 at 4:21 PM, Drew Adams wrote: >> > How do you say to the byte compiler "yes, I know the function is >> > obsolete but I must call it for older versions"? >> >> There's with-no-warnings, if you care enough. > > `with-no-warnings' is not defined in versions prior to Emacs 22. Thanks Stefan and Drew.