From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "paul r" Newsgroups: gmane.emacs.devel Subject: Re: Feature Request : autoload-form Date: Sat, 29 Mar 2008 10:49:29 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206784186 7945 80.91.229.12 (29 Mar 2008 09:49:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Mar 2008 09:49:46 +0000 (UTC) Cc: Emacs Devel To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 29 10:50:17 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 1JfXhW-0002y8-S1 for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2008 10:50:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfXgu-0005BV-Sk for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2008 05:49:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JfXgq-0005Aj-Np for emacs-devel@gnu.org; Sat, 29 Mar 2008 05:49:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JfXgq-0005AS-51 for emacs-devel@gnu.org; Sat, 29 Mar 2008 05:49:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfXgp-0005AP-VV for emacs-devel@gnu.org; Sat, 29 Mar 2008 05:49:32 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.159]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JfXgp-0008B4-E7 for emacs-devel@gnu.org; Sat, 29 Mar 2008 05:49:31 -0400 Original-Received: by fg-out-1718.google.com with SMTP id d23so812053fga.30 for ; Sat, 29 Mar 2008 02:49:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=G33I3m8aZxc5X4LAquNT8yLqse5VS2ynwoKSrTKSdLI=; b=jnc4yjHeAgQjpiLYIGx5guARlu9NyWmw4v0TRDRvR8Fbp0YAMgfAdGazwLO3EQTmZAWb//FDxFzivOYiQ0OIXX4c5cZkfHajc0zM/ox5sE/QfUtVkIDpbMFRI6xQ5BYxGrjwU0WYIMQtZq7XbgOpJ9exQxV4ceW8u7mXAuWg1GU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=npfIUf3CENGkdvkoosLDo7Z+LLJNdmZ3Abf8DK32g4bwjahdcwOyAKBFssexn4yNOwOOzo26kkHddT+xFEDfCTV4/Gl+QK2Vq3hAZj4b381Ga18pVPN0gv/zNxY6I/kAeJhxt0uxp59cqq+zI3QqFmv3ip6rQA3u7Xg0uNecfAY= Original-Received: by 10.82.123.8 with SMTP id v8mr8511415buc.30.1206784169261; Sat, 29 Mar 2008 02:49:29 -0700 (PDT) Original-Received: by 10.82.175.3 with HTTP; Sat, 29 Mar 2008 02:49:29 -0700 (PDT) In-Reply-To: Content-Disposition: inline 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:93768 Archived-At: 2008/3/29, Stefan Monnier : > > (autoload foo "bar.el") > > (autoload-form foo (load-file "bar.el")) > > > You could just change autoload to do that. It's a pretty simple change > in the C code. > I'm totally unskilled when it comes to the C code. I admit it is not so-hard, but it will probably take me several hours to get it right. Having a clean solution to my problem is not worth several hours. So I'm willing to spend this time if you think it can bring something useful to emacs. What do you think ?