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: dirtrack.el:200:8:Warning: function dirtrack-toggle used to take 0-1 arguments, now takes 0 Date: Mon, 22 Oct 2007 17:42:29 -0400 Message-ID: References: <200710222125.l9MLPBZS026517@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193089382 31287 80.91.229.12 (22 Oct 2007 21:43:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Oct 2007 21:43:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 22 23:43:02 2007 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 1Ik52x-00044i-Dl for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2007 23:42:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ik52p-0000iO-Jg for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2007 17:42:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ik52h-0000dX-7W for emacs-devel@gnu.org; Mon, 22 Oct 2007 17:42:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ik52c-0000Xm-Mi for emacs-devel@gnu.org; Mon, 22 Oct 2007 17:42:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ik52c-0000Xd-Jq for emacs-devel@gnu.org; Mon, 22 Oct 2007 17:42:30 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ik52b-0000wJ-TQ for emacs-devel@gnu.org; Mon, 22 Oct 2007 17:42:29 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Ik52b-00061E-7e; Mon, 22 Oct 2007 17:42:29 -0400 X-Spook: top secret S Key Qaddafi SDI Kh-11 genetic condor DES X-Ran: o&0>n0m$iY$=fi>6WkGhHt&{pZ0Ku=5BmU7K7t9,G}^N^h>`9BT/.(tOysv..I#X@kg`~; X-Hue: red X-Attribution: GM In-Reply-To: <200710222125.l9MLPBZS026517@oogie-boogie.ics.uci.edu> (Dan Nicolaescu's message of "Mon, 22 Oct 2007 14:25:11 -0700") 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:81485 Archived-At: Dan Nicolaescu wrote: > Can somebody the knows what this code is supposed to do please take a > look at this warning? I think it's a result of this line in shell.el: (defalias 'dirtrack-toggle 'shell-dirtrack-mode) and dirtrack requiring shell when compiling.