From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: ewoc--adjust ugliness Date: 26 May 2006 04:36:21 -0400 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1148632616 16087 80.91.229.2 (26 May 2006 08:36:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 26 May 2006 08:36:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 26 10:36:53 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FjXoE-00083B-8q for ged-emacs-devel@m.gmane.org; Fri, 26 May 2006 10:36:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FjXoD-00029V-OQ for ged-emacs-devel@m.gmane.org; Fri, 26 May 2006 04:36:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FjXo2-00029M-CW for emacs-devel@gnu.org; Fri, 26 May 2006 04:36:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FjXo0-000298-7L for emacs-devel@gnu.org; Fri, 26 May 2006 04:36:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FjXo0-000293-3B for emacs-devel@gnu.org; Fri, 26 May 2006 04:36:24 -0400 Original-Received: from [67.59.132.6] (helo=mail.agora-net.com) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FjXsp-0001hJ-8c; Fri, 26 May 2006 04:41:23 -0400 Original-Received: from ttn by mail.agora-net.com with local (Exim 4.50) id 1FjXnx-0004Wv-FX; Fri, 26 May 2006 04:36:21 -0400 Original-To: rms@gnu.org In-Reply-To: Original-Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.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:55318 Archived-At: Richard Stallman writes: > ewoc--adjust refers to a free variable `dll'. This is not > clean, because that name is short and has no defvar. > > When you want to bind a variable in one function > and use it in others, please give it a longer name, > starting with the package prefix, and give it a defvar. thanks for pointing this out. i have installed a fix. thi