From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Geoff Gole Newsgroups: gmane.emacs.devel Subject: Re: (require 'cus-load) clobbers match-data Date: Sun, 14 Feb 2010 15:49:19 +0800 Message-ID: References: <87zl3cgv1b.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1266133773 27560 80.91.229.12 (14 Feb 2010 07:49:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Feb 2010 07:49:33 +0000 (UTC) To: David Kastrup , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 14 08:49:29 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 1NgZEO-0007nX-RF for ged-emacs-devel@m.gmane.org; Sun, 14 Feb 2010 08:49:29 +0100 Original-Received: from localhost ([127.0.0.1]:45892 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NgZEO-0004be-51 for ged-emacs-devel@m.gmane.org; Sun, 14 Feb 2010 02:49:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NgZEI-0004bZ-KB for emacs-devel@gnu.org; Sun, 14 Feb 2010 02:49:22 -0500 Original-Received: from [140.186.70.92] (port=56661 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NgZEG-0004bR-T0 for emacs-devel@gnu.org; Sun, 14 Feb 2010 02:49:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NgZEG-0000Pe-Gg for emacs-devel@gnu.org; Sun, 14 Feb 2010 02:49:20 -0500 Original-Received: from mail-px0-f193.google.com ([209.85.216.193]:34842) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NgZEG-0000Pa-CW; Sun, 14 Feb 2010 02:49:20 -0500 Original-Received: by pxi31 with SMTP id 31so2751202pxi.6 for ; Sat, 13 Feb 2010 23:49:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=0/7s5Nk1p6E2xWpOyW0DFmlaCH6x5Vc7twdmJ+3gWRg=; b=tTbiPWuZV8bv8O0XojZjh1jbXcW8pLbF2ZenbxckGiVCQ7Irf1hT+ILlTC04B5XTNz RiZiOdVtWThKr316F1ET1DkifvQv+jQVye1kgxsScx2mJpxyIowNJNGzd9aVzLrqcALn VQBxvEZjy4MyqRn3G48i/XwSqZemPygEV/4tA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=vIaBPrDVm4MmJKO31jot4y93T9PeD0a5RvKGALzBbgRfN3QmDryoEeSLdynU26TKSV CWlsERBpovtyqWsBh837JCgNc+4vVBS3qrhoTQ6Mx9+TX1coN7u5IEPX8xUAk+FSygOB UN9TL+zScpkmomCzAurLTryKBMEq345sto7Ho= Original-Received: by 10.142.59.11 with SMTP id h11mr2402364wfa.147.1266133759049; Sat, 13 Feb 2010 23:49:19 -0800 (PST) In-Reply-To: <87zl3cgv1b.fsf@lola.goethe.zz> 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:121112 Archived-At: Of course by => t, I meant => nil. Cough. > Everything that can autoload in some manner should save match data, I guess. That means a lot of code is going to be subtly wrong. Wouldn't it be easier to just have load/require do it?