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: define-obsolete-variable-alias problem Date: Fri, 11 Apr 2008 14:03:07 -0400 Message-ID: References: <18429.40354.962001.482941@kahikatea.snap.net.nz> <9lr6dd81xr.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207937003 7888 80.91.229.12 (11 Apr 2008 18:03:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2008 18:03:23 +0000 (UTC) Cc: Nick Roberts , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 11 20:03:56 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 1JkNbO-0001wh-CQ for ged-emacs-devel@m.gmane.org; Fri, 11 Apr 2008 20:03:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkNak-0007pZ-AY for ged-emacs-devel@m.gmane.org; Fri, 11 Apr 2008 14:03:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JkNag-0007pL-4V for emacs-devel@gnu.org; Fri, 11 Apr 2008 14:03:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JkNae-0007ov-PC for emacs-devel@gnu.org; Fri, 11 Apr 2008 14:03:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkNae-0007op-Le for emacs-devel@gnu.org; Fri, 11 Apr 2008 14:03:08 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JkNae-00010Y-BJ for emacs-devel@gnu.org; Fri, 11 Apr 2008 14:03:08 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JkNad-0004jp-9l; Fri, 11 Apr 2008 14:03:07 -0400 X-Spook: csim Merlin Fedayeen USCOI enemy of the state top secret X-Ran: R%Lz}O!uRhM9M2+pdCY}\6W[$]k"z-Ebt;E'f_HG_|{d3}pbf57/W;*Lg5I\l5 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:94983 Archived-At: Stefan Monnier wrote: > But if both base_var and new_alias are set when you call > defvaralias, then defvaralias can't know which of the two values to > use. I'm probably fixated on define-obsolete-variable-alias. Always using the value of new_alias would be the right thing there AFAICS, and I can't see a downside to always doing so.