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: [Emacs-diffs] Changes to emacs/lisp/help-fns.el,v Date: Sun, 11 Nov 2007 14:36:46 +0100 Message-ID: References: <4735B0DC.4070109@gmx.at> <4736CC80.9020406@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1194788222 23048 80.91.229.12 (11 Nov 2007 13:37:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Nov 2007 13:37:02 +0000 (UTC) Cc: Emacs Devel To: "martin rudalics" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 11 14:37:07 2007 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 1IrCzq-00051o-HB for ged-emacs-devel@m.gmane.org; Sun, 11 Nov 2007 14:37:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrCze-0005fa-G0 for ged-emacs-devel@m.gmane.org; Sun, 11 Nov 2007 08:36:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IrCzb-0005fL-MI for emacs-devel@gnu.org; Sun, 11 Nov 2007 08:36:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IrCza-0005dx-1H for emacs-devel@gnu.org; Sun, 11 Nov 2007 08:36:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrCzZ-0005dh-O2 for emacs-devel@gnu.org; Sun, 11 Nov 2007 08:36:49 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IrCzZ-0007Ol-9K for emacs-devel@gnu.org; Sun, 11 Nov 2007 08:36:49 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so1247575wah for ; Sun, 11 Nov 2007 05:36:47 -0800 (PST) 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=tcifau9JNLeunzkQhA9FjjtcIWKuXqGytKyPACDpE7E=; b=gTE3S+hEk2hp/TX6qYCSdg5WwnSN63FlPgrSxi+RLtp6Xg76wMmUok3cmSu9b+ctWeekMo/05testWpqmNbF/+XaujN1dKFzuJcLRKszht8sAcoMSrQHIiCj9eC9WOxDJYU0TCzPwO30ysZy5/BrFKbvGG2Iv58ms5FAn/PlYD8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=P5K9PxmOeCnSjvFmp2hXF4s0jdupZTdieyjzeEyiCZUyuiFqx9D7YQt5dy754ZfWR8UvCtShSQFVJM4E2H6/ccEUEAtn5XZsqDeDdRWrBO107A8k4OcmXr91+XZCS5SfDgpUBX/cEthaJVsDVmNuyqa5+w6DcHUcJhVm7bVPhHE= Original-Received: by 10.114.127.1 with SMTP id z1mr1020938wac.1194788206986; Sun, 11 Nov 2007 05:36:46 -0800 (PST) Original-Received: by 10.114.168.11 with HTTP; Sun, 11 Nov 2007 05:36:46 -0800 (PST) In-Reply-To: <4736CC80.9020406@gmx.at> 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:82940 Archived-At: On 11/11/07, martin rudalics wrote: > I never do that but if it recompiles before making the autoloads, > wouldn't that fail? `help-buffer' is in help-mode.el but was not > autoloaded before, probably because only `with-output-to-temp-buffer' > needed it (I fail to understand how that worked). Aha. > Does that mean you still see it with `describe-char' or `describe-face'? I still saw it with describe-key. At that point I bootstrapped ;) Juanma