From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.help Subject: About `autoload-do-load' Date: Tue, 1 Jan 2013 20:13:53 +0800 Organization: The Church of Emacs Message-ID: <20130101201353.e433d5b3898aa721af670ccf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1357042458 20419 80.91.229.3 (1 Jan 2013 12:14:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Jan 2013 12:14:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 01 13:14:34 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Tq0jp-0002J2-OJ for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Jan 2013 13:14:33 +0100 Original-Received: from localhost ([::1]:55489 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tq0ja-0000lF-Gc for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Jan 2013 07:14:18 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:52586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tq0jU-0000lA-Qo for help-gnu-emacs@gnu.org; Tue, 01 Jan 2013 07:14:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tq0jL-0002hL-7w for help-gnu-emacs@gnu.org; Tue, 01 Jan 2013 07:14:12 -0500 Original-Received: from mail-da0-f54.google.com ([209.85.210.54]:59405) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tq0jL-0002gW-0o for help-gnu-emacs@gnu.org; Tue, 01 Jan 2013 07:14:03 -0500 Original-Received: by mail-da0-f54.google.com with SMTP id n2so6083330dad.27 for ; Tue, 01 Jan 2013 04:14:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:organization:x-mailer :mime-version:content-type:content-transfer-encoding; bh=UdhhxnT8DhQt6imOWT7+j11WE5Kf2Ip8tP3XaJzIuP8=; b=YywjgnYD8KFIlsH250hgWvnexjKHzXNLkVHaiPQ8yMVqOTf6GH3pWe8ZLCN/wnMQ1C e1w+g3fyFxV/3Sy6dRUMjHj3DXUIpKKgSC/68PGKRYBzVAxd/nYZdZQ87isUATQnww4m lYMEWLjiK2zPsDS9Av8I5vSqvZfC9qA+FN9pCvhONn+OmFfNHogbBIXu0qz+3oiMcw+O P0P14GtkWxC0K7YibsAURK8FprxAPdGEr2DSYjOctO7010YUCzo3EX5AbLRjaJ8SS0a3 wdjZDc9BmpOWOsuobm9JO+qdvhjLYrUSa8sqYOaUwGOAGoJprqErP8+nfXKsHLvFmist 67Hg== X-Received: by 10.68.232.195 with SMTP id tq3mr135502534pbc.70.1357042442161; Tue, 01 Jan 2013 04:14:02 -0800 (PST) Original-Received: from Emacs ([61.148.244.73]) by mx.google.com with ESMTPS id wh8sm26579437pbc.75.2013.01.01.04.13.58 (version=SSLv3 cipher=OTHER); Tue, 01 Jan 2013 04:14:01 -0800 (PST) X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.13; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.210.54 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88380 Archived-At: The docstring of the built-in function `autoload-do-load' says: If non-nil, FUNNAME should be the symbol whose function value is FUNDEF, in which case the function returns the new autoloaded function value. What does `function value' mean? Does it mean `function cell'? If not, what does it mean? -- Best regards, Xue Fuqiao. http://www.emacswiki.org/emacs/XueFuqiao