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: [andreas.roehler@easy-emacs.de: auto-insert help-buffer] Date: Fri, 09 Mar 2007 08:52:35 +0100 Message-ID: <45F11243.6000700@gmx.at> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1173427004 8617 80.91.229.12 (9 Mar 2007 07:56:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Mar 2007 07:56:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 09 08:56:39 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 1HPZxt-000822-H7 for ged-emacs-devel@m.gmane.org; Fri, 09 Mar 2007 08:56:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HPZy9-00041N-Qu for ged-emacs-devel@m.gmane.org; Fri, 09 Mar 2007 02:56:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HPZxx-00041G-FK for emacs-devel@gnu.org; Fri, 09 Mar 2007 02:56:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HPZxv-000414-4M for emacs-devel@gnu.org; Fri, 09 Mar 2007 02:56:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HPZxu-000411-Sg for emacs-devel@gnu.org; Fri, 09 Mar 2007 02:56:38 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HPZxa-0002qr-Sf for emacs-devel@gnu.org; Fri, 09 Mar 2007 02:56:19 -0500 Original-Received: (qmail invoked by alias); 09 Mar 2007 07:56:14 -0000 Original-Received: from N774P007.adsl.highway.telekom.at (EHLO [62.47.40.167]) [62.47.40.167] by mail.gmx.net (mp009) with SMTP; 09 Mar 2007 08:56:14 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18m4sgqFbQmeiFbuUKh6DH1Du0VrarL5qzQod6DRQ IxNP8V9j6dT/AI 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: 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:67600 Archived-At: > Prompt for keyword > > C-h > > opens a help-buffer with descriptions, but without the > corresponding keywords visible. > > This buffer vanishes, when clicked by mouse. > > => > > scroll-bar-toolkit-scroll: Wrong type argument: window-live-p, # Compare the thread on "help-for-help" around June 8-10, 2006 on emacs-devel. In your last mail from then you wrote: > Finally, clicking on a modeline after C-h C-h gets me things like > > help-for-help: Wrong type argument: commandp, 1 > mouse-minibuffer-check: Wrong type argument: window-live-p, # > > which might be disconcerting (for the naive). > > I tried changing help-macro.el to ignore these commands, and my change > seems to do that; but there is still an error, and I am not sure what > causes it. I ran out of time and had to give up working on it. > > Can someone else please try?