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: Please restore `make-obsolete''s functionality. Date: Mon, 26 Jul 2010 22:49:33 +0200 Message-ID: References: <20100726202840.GB2993@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1280178248 6125 80.91.229.12 (26 Jul 2010 21:04:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 26 Jul 2010 21:04:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 26 23:04:06 2010 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.69) (envelope-from ) id 1OdUqE-0006t4-Kg for ged-emacs-devel@m.gmane.org; Mon, 26 Jul 2010 23:04:06 +0200 Original-Received: from localhost ([127.0.0.1]:40965 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdUkw-0004Hy-A6 for ged-emacs-devel@m.gmane.org; Mon, 26 Jul 2010 16:58:38 -0400 Original-Received: from [140.186.70.92] (port=55162 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdUgc-0002Ch-Fe for emacs-devel@gnu.org; Mon, 26 Jul 2010 16:58:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OdUcU-0004lB-FZ for emacs-devel@gnu.org; Mon, 26 Jul 2010 16:49:55 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:43080) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdUcU-0004kt-B0 for emacs-devel@gnu.org; Mon, 26 Jul 2010 16:49:54 -0400 Original-Received: by bwz9 with SMTP id 9so3632271bwz.0 for ; Mon, 26 Jul 2010 13:49:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=575a2m7PIzy+weEfzlz2bsL4ORLNtMsLNWIJmJasxYI=; b=W4T1QFwxY9nn2UpqAm/pXY12vHDGxEQC1RgZ/z7PSeabzWYLJdyauGYvClqZoH+cXx sOUNFI5tc9H3WIq+CO+3fEx2ulL8Gsml+m8F0jJd4IHJuGWm3pBA5gqvUbZ3QI6w2CPX ByH0TI/hlZPvUVs4pZ9OHGUBvheJNe9hwtotk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=o+4dvVCMGd3nFUt7WXD/MjRWBUfh3kw1e5Rqu/FXGF+XCxThKIHgNTd5ZpNSiaAYy8 BUKqrlVxK6FRK+1l+sYsqprWlrRWsmIGlmgmoTMo2ZpnCLeoxFiOu5Tk34e3fsVE/sU7 Jt98mm1Xyxer04FecJuGVb8EUe3HXQGGst5FM= Original-Received: by 10.204.126.223 with SMTP id d31mr5854910bks.146.1280177393321; Mon, 26 Jul 2010 13:49:53 -0700 (PDT) Original-Received: by 10.204.180.136 with HTTP; Mon, 26 Jul 2010 13:49:33 -0700 (PDT) In-Reply-To: <20100726202840.GB2993@muc.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:127849 Archived-At: On Mon, Jul 26, 2010 at 22:28, Alan Mackenzie wrote: > Please can we remove this Cleverness? =C2=A0`make-obsolete' also has to w= ork > on OLD code (sometimes very old code) written when WHEN was &optional. > There are 6 occurances inside CC Mode. =C2=A0I really don't want to waste= my > time trying to determine when each of these became obsolete. =C2=A0There'= ll be > lots elsewhere too, probably. Can't you just pass nil? =C2=A0 =C2=A0 Juanma