From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] Changes to emacs/lisp/help-fns.el,v Date: Sat, 10 Nov 2007 14:23:40 +0100 Message-ID: <4735B0DC.4070109@gmx.at> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1194700944 3788 80.91.229.12 (10 Nov 2007 13:22:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Nov 2007 13:22:24 +0000 (UTC) Cc: Emacs Devel To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 10 14:22:27 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 1IqqI2-00057Y-3w for ged-emacs-devel@m.gmane.org; Sat, 10 Nov 2007 14:22:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqqHp-00056o-5z for ged-emacs-devel@m.gmane.org; Sat, 10 Nov 2007 08:22:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IqqHf-00051o-Sz for emacs-devel@gnu.org; Sat, 10 Nov 2007 08:21:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IqqHc-0004xz-7T for emacs-devel@gnu.org; Sat, 10 Nov 2007 08:21:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqqHb-0004xo-Ld for emacs-devel@gnu.org; Sat, 10 Nov 2007 08:21:55 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IqqHb-0005CC-HP for emacs-devel@gnu.org; Sat, 10 Nov 2007 08:21:55 -0500 Original-Received: (qmail invoked by alias); 10 Nov 2007 13:21:53 -0000 Original-Received: from N789P019.adsl.highway.telekom.at (EHLO [62.47.42.147]) [62.47.42.147] by mail.gmx.net (mp047) with SMTP; 10 Nov 2007 14:21:53 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+5HEpgxOO5FJJmXV6h8r+T2lRmMvZ8LI5/Ix4eYe PgiriVdMFnsIvu User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:82908 Archived-At: > C-h f car [RET] => "Wrong type argument: stringp, t" > C-h v * [RET] => "Wrong type argument: stringp, t" > > The error happens in (with-current-buffer standard-output ...) because > standard-output is not bound to buffer *Help*, like it was before. I can't reproduce that. Does it help when you remake the autoloads? `with-output-to-temp-buffer' had the argument (help-buffer) here which should evaluate to *Help*. Can you understand why it doesn't in your case?