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: doctor.el Date: Tue, 2 Aug 2005 11:42:56 +0200 Message-ID: References: <92a5eb47050702155627ac4ec7@mail.gmail.com> Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1122990182 14415 80.91.229.2 (2 Aug 2005 13:43:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Aug 2005 13:43:02 +0000 (UTC) Cc: Joshua Varner , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 02 11:55:32 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DztRX-0006xk-GL for ged-emacs-devel@m.gmane.org; Tue, 02 Aug 2005 11:52:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DztUC-0000AS-UI for ged-emacs-devel@m.gmane.org; Tue, 02 Aug 2005 05:55:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DztLM-0005i4-9A for emacs-devel@gnu.org; Tue, 02 Aug 2005 05:45:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DztLJ-0005gr-1M for emacs-devel@gnu.org; Tue, 02 Aug 2005 05:45:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DztLF-0005Uf-Pc for emacs-devel@gnu.org; Tue, 02 Aug 2005 05:45:46 -0400 Original-Received: from [64.233.182.195] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DztUq-00068N-6F for emacs-devel@gnu.org; Tue, 02 Aug 2005 05:55:40 -0400 Original-Received: by nproxy.gmail.com with SMTP id b2so297176nfe for ; Tue, 02 Aug 2005 02:42:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qb7qGI/qnzdHYGN9fpymJuh6SN7vI22OpvPZC4UPmbq3JI8gpr57+0AS/bTtMw/G2ELb3hgY4JeDztuyGyjCQx5P/st6HxfiBo7Q1fyeJqfTkUVOwgdYy7cUut/mhUx2iokC5CX13mnPpnh/xsm+fO3gPvLjsURFnOXYrVosDYE= Original-Received: by 10.48.250.16 with SMTP id x16mr202363nfh; Tue, 02 Aug 2005 02:42:56 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Tue, 2 Aug 2005 02:42:56 -0700 (PDT) Original-To: rms@gnu.org In-Reply-To: Content-Disposition: inline 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:41418 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41418 On 7/3/05, Richard M. Stallman wrote: > I looked at that, and it looks like the names defined with > doctor-put-meaning have nothing to do with the issue. I was talking > about the names that seem to be set up as local variables. That is > what makes the warnings. I've gone for the low-tech solution of adding `defvar' for all the vars that produce warnings (all that are passed to `make-local-variable'). doctor.el is silent, at last. --=20 /L/e/k/t/u