From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Emanuele Giaquinta Newsgroups: gmane.emacs.devel Subject: Re: autoloads question Date: Mon, 12 May 2008 12:52:45 +0200 Message-ID: <20080512105245.GC8357@orion.lan> References: <20080512100900.GA8357@orion.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210589624 28760 80.91.229.12 (12 May 2008 10:53:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 May 2008 10:53:44 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 12 12:54:21 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 1JvVfL-0003ie-NW for ged-emacs-devel@m.gmane.org; Mon, 12 May 2008 12:53:59 +0200 Original-Received: from localhost ([127.0.0.1]:37604 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvVed-0001fE-0u for ged-emacs-devel@m.gmane.org; Mon, 12 May 2008 06:53:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JvVeE-0001RR-Nm for emacs-devel@gnu.org; Mon, 12 May 2008 06:52:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JvVeE-0001R4-34 for emacs-devel@gnu.org; Mon, 12 May 2008 06:52:50 -0400 Original-Received: from [199.232.76.173] (port=43533 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvVeD-0001Qz-Uq for emacs-devel@gnu.org; Mon, 12 May 2008 06:52:49 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.158]:33649) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JvVeD-0005gT-IS for emacs-devel@gnu.org; Mon, 12 May 2008 06:52:49 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so2707737fgb.30 for ; Mon, 12 May 2008 03:52:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to; bh=qnRKFnmm9ThMO4JegeH+dJdnzs6eAMxbmyjeUyy9Ung=; b=bZAC2CZ/2biYY383jhH2bi1HyeAKwkbDp6ZqrwE5urxxUTVv+nvNLlsHNJXoAY51nATQO7DFspDscrdFdmh/59W7XOyhdWVWue3YF3nMiGJzI/94zgJL0MTpCQEj/2XXf2WOdiOdorDrp5QfYYEqa0/WA+4OeKtvWZnVpnqy09g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to; b=xuDK7hVOTfb5yaA8/i0Y+yCe5NnEofNGicU1Ux4QMiaZHugSwhyXbU0iBvcEg3wfpuloKj+Z16sdkg11PTzCZfO0VclVHvxKdJ0Z2wi38Pb/pWZN1f6b6NPRXdFWuRHozteCnnVxarmn1czQwL+DST7AbzsZpBFaRj4HbjCUnao= Original-Received: by 10.86.31.18 with SMTP id e18mr13999159fge.41.1210589568353; Mon, 12 May 2008 03:52:48 -0700 (PDT) Original-Received: from localhost ( [87.17.86.50]) by mx.google.com with ESMTPS id d4sm5924812fga.4.2008.05.12.03.52.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 12 May 2008 03:52:47 -0700 (PDT) Content-Disposition: inline In-Reply-To: X-detected-kernel: by monty-python.gnu.org: 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:97013 Archived-At: On Mon, May 12, 2008 at 12:42:09PM +0200, Juanma Barranquero wrote: > On Mon, May 12, 2008 at 12:09 PM, Emanuele Giaquinta > wrote: > > > -;;;;;; "widget.el" "window.el" "x-dnd.el") (18472 4851 825214)) > > +;;;;;; "widget.el" "window.el" "x-dnd.el") (18472 4853 658506)) > > > > Is it expected? > > That is a timestamp. Ah I see, thanks. It is a bit boring because it causes an unneeded rebuild of emacs. Emanuele