From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Emacs Lisp warnings during make bootstrap Date: Sat, 12 Jan 2008 14:50:56 -0500 Message-ID: <2w7iieakm7.fsf@fencepost.gnu.org> References: <4788BE04.1040609@ig.com.br> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200167477 3728 80.91.229.12 (12 Jan 2008 19:51:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Jan 2008 19:51:17 +0000 (UTC) Cc: "GNU Emacs \(devel\)" To: Vinicius Jose Latorre Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 12 20:51:39 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 1JDmO9-0002a1-JF for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2008 20:51:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDmNl-0001hT-PT for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2008 14:51:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JDmNi-0001hO-Pi for emacs-devel@gnu.org; Sat, 12 Jan 2008 14:51:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JDmNg-0001ft-AG for emacs-devel@gnu.org; Sat, 12 Jan 2008 14:51:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDmNg-0001fq-4s for emacs-devel@gnu.org; Sat, 12 Jan 2008 14:51:00 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JDmNf-0006ua-Un for emacs-devel@gnu.org; Sat, 12 Jan 2008 14:51:00 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JDmNc-0006l2-Tr; Sat, 12 Jan 2008 14:50:56 -0500 X-Spook: NORAD SHA kilderkin chameleon man e-cash SEAL Team 6 X-Ran: {./[iF,9J~|Q&EDlaRkZ)T#~/f5@|H|`1OBR+^sZ]0Y.5vjpkwJXQauJ]F*l+Q=qb86a(. X-Hue: cyan X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:86824 Archived-At: Vinicius Jose Latorre wrote: > Compiling /opt/work/emacs/lisp/./emulation/viper-init.el > > In toplevel form: > viper-init.el:451:8:Warning: `make-variable-frame-local' is an obsolete > function (as of Emacs 22.2); use a frame-parameter instead. A real issue, should be fixed at some point. > gnus-sum.el:12512:1:Warning: the following functions might not be defined at > runtime: gnus-build-sparse-threads, gnus-dead-summary-mode, > gnus-summary-mark-below Not a real issue, caused by the odd way gnus-sum loads itself part way through. If anyone can figure out how to suppress this, it would be nice. > Compiling /opt/work/emacs/lisp/./obsolete/rnewspost.el > Package rnews is obsolete An obsolete package using another obsolete package.