From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel Subject: Re: update to zoom-frame.el for emacs-24? Date: Tue, 20 Dec 2011 08:52:45 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1324396361 761 80.91.229.12 (20 Dec 2011 15:52:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 20 Dec 2011 15:52:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 20 16:52:38 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rd1zZ-0007RX-9M for ged-emacs-devel@m.gmane.org; Tue, 20 Dec 2011 16:52:37 +0100 Original-Received: from localhost ([::1]:47596 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rd1zY-0001R3-VM for ged-emacs-devel@m.gmane.org; Tue, 20 Dec 2011 10:52:36 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:45785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rd1zT-0001Qr-6L for emacs-devel@gnu.org; Tue, 20 Dec 2011 10:52:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rd1zP-0007nl-5i for emacs-devel@gnu.org; Tue, 20 Dec 2011 10:52:31 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:38554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rd1zP-0007nh-0g for emacs-devel@gnu.org; Tue, 20 Dec 2011 10:52:27 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rd1zN-0007Ki-9G for emacs-devel@gnu.org; Tue, 20 Dec 2011 16:52:25 +0100 Original-Received: from c-71-237-25-24.hsd1.co.comcast.net ([71.237.25.24]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Dec 2011 16:52:25 +0100 Original-Received: from kevin.d.rodgers by c-71-237-25-24.hsd1.co.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Dec 2011 16:52:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-71-237-25-24.hsd1.co.comcast.net User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.24) Gecko/20111103 Thunderbird/3.1.16 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146878 Archived-At: On 12/20/11 8:05 AM, Neal Becker wrote: > Juanma Barranquero wrote: > >> On Tue, Dec 20, 2011 at 15:17, Neal Becker wrote: >> >>> But on 24.0.92, I see: >>> enlarge-font: Symbol's function definition is void: frame-update-faces >>> >>> Suggestions? >> >> frame-update-faces has been removed, and was previously aliased to >> `ignore' since Emacs 21.1. >> >> So just skip calling it if it is not defined, or define an alias yourself: >> >> (unless (fboundp 'frame-update-faces) >> (defalias 'frame-update-faces 'ignore)) >> >> Juanma > > Thanks! I found a copy of emacs 23, and found that C-h f told me the function > was obsolete. > > But I don't think I ever saw a message when using emacs 23 telling me it was > obsolete. Is there not a mechanism in emacs to give warnings when functions are > to be obsoleted? You will be warned if/when you byte compile the code. -- Kevin Rodgers Denver, Colorado, USA