From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Obsolete functions and variables Date: Thu, 10 Apr 2008 12:10:28 +0200 Message-ID: References: <18429.40810.598948.654442@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207822245 12618 80.91.229.12 (10 Apr 2008 10:10:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Apr 2008 10:10:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Nick Roberts" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 10 12:11:16 2008 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 1JjtkR-0001UB-7f for ged-emacs-devel@m.gmane.org; Thu, 10 Apr 2008 12:11:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jjtjn-00036P-IZ for ged-emacs-devel@m.gmane.org; Thu, 10 Apr 2008 06:10:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jjtjk-00036K-5y for emacs-devel@gnu.org; Thu, 10 Apr 2008 06:10:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jjtji-000365-0v for emacs-devel@gnu.org; Thu, 10 Apr 2008 06:10:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jjtjh-000362-RO for emacs-devel@gnu.org; Thu, 10 Apr 2008 06:10:29 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.224]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jjtjh-0007fC-OD for emacs-devel@gnu.org; Thu, 10 Apr 2008 06:10:29 -0400 Original-Received: by wr-out-0506.google.com with SMTP id 57so3241675wri.12 for ; Thu, 10 Apr 2008 03:10:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=GV/YYFVE5vSennZuKel+q9QcLR8lZoYFU6493qn4RHg=; b=QT6MjGBscQRPQaXRk6Jp/8geFAoYmHV95qUl+7XZ4heKRbEexIUTtYfn0FPJsBvnU7p2pDkkgzZHrk0Pw8W39oREvU5/7jRZwtrXjk5b2pP3r65XywPTJYcquyks2OcVZ1icTjw3coExkqIVi8GvXL55IhLN6SQSqbyjsX/OJqI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pxzighPq0/IOTRymqCnCws3+6jdsX1x7xa+IvUKoyJlorQ3zQpzJ0LMWbuFK22+0JlZv5B7+jJtV4KGNUtQ80tVNpUH9v71VHJB1P6CFXwy0+tl8u7ghh6fMZt+AcY+0yTcXA5LLWUbq4RIOL40zjJMVxLzwnRG6UCMT3CMLXL4= Original-Received: by 10.115.74.16 with SMTP id b16mr1292892wal.225.1207822228427; Thu, 10 Apr 2008 03:10:28 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Thu, 10 Apr 2008 03:10:28 -0700 (PDT) In-Reply-To: <18429.40810.598948.654442@kahikatea.snap.net.nz> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: 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:94861 Archived-At: > On the trunk, would now be a good time to remove all the functions and > variables that were made obsolete in 22.1? We haven't removed things obsoleted way before, like `baud-rate', `unread-command-char', `executing-macro', `char-bytes', `set-screen-width', `set-screen-height'. Perhaps we could start by removing some of these. Juanma