From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#1319: Change in where-is-internal causing describe-key problems Date: Tue, 11 Nov 2008 10:50:06 +0100 Message-ID: <4919554E.9020600@gmx.at> References: Reply-To: martin rudalics , 1319@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1226398270 23405 80.91.229.12 (11 Nov 2008 10:11:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Nov 2008 10:11:10 +0000 (UTC) Cc: Geoff Gole To: 1319@emacsbugs.donarmstrong.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Nov 11 11:12:11 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KzqEA-0006vl-F1 for geb-bug-gnu-emacs@m.gmane.org; Tue, 11 Nov 2008 11:12:06 +0100 Original-Received: from localhost ([127.0.0.1]:60187 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzqD2-0003No-Li for geb-bug-gnu-emacs@m.gmane.org; Tue, 11 Nov 2008 05:10:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KzqCO-00031G-60 for bug-gnu-emacs@gnu.org; Tue, 11 Nov 2008 05:10:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KzqCK-0002y0-72 for bug-gnu-emacs@gnu.org; Tue, 11 Nov 2008 05:10:12 -0500 Original-Received: from [199.232.76.173] (port=37309 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzqCI-0002xb-TT for bug-gnu-emacs@gnu.org; Tue, 11 Nov 2008 05:10:10 -0500 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:57643) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KzqCI-0006ha-Ar for bug-gnu-emacs@gnu.org; Tue, 11 Nov 2008 05:10:10 -0500 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mABAA7KQ001616; Tue, 11 Nov 2008 02:10:07 -0800 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id mABA020q030779; Tue, 11 Nov 2008 02:00:02 -0800 X-Loop: don@donarmstrong.com Resent-From: martin rudalics Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Tue, 11 Nov 2008 10:00:02 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1319 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 1319-submit@emacsbugs.donarmstrong.com id=B1319.122639710329538 (code B ref 1319); Tue, 11 Nov 2008 10:00:02 +0000 Original-Received: (at 1319) by emacsbugs.donarmstrong.com; 11 Nov 2008 09:51:43 +0000 Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id mAB9pd9I029532 for <1319@emacsbugs.donarmstrong.com>; Tue, 11 Nov 2008 01:51:41 -0800 Original-Received: (qmail invoked by alias); 11 Nov 2008 09:51:33 -0000 Original-Received: from 62-47-44-147.adsl.highway.telekom.at (EHLO [62.47.44.147]) [62.47.44.147] by mail.gmx.net (mp025) with SMTP; 11 Nov 2008 10:51:33 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19jvvQniOFjQkl/WiG+g5wybl6I0zGi8VJAiC9TF7 noiJ8cHe0SQ1AP User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: X-Y-GMX-Trusted: 0 X-FuHaFi: 0.71 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Tue, 11 Nov 2008 05:10:12 -0500 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:22281 Archived-At: > but perhaps describe-function-1 > should also be doing more checking. It chokes at the very last conjunct of (if (and (eq function 'self-insert-command) (eq (key-binding "a") 'self-insert-command) (eq (key-binding "b") 'self-insert-command) (eq (key-binding "c") 'self-insert-command)) because in `help-mode' "c" is bound to `View-leave'. IIUC, the heuristic above should make "many" in the text (princ "It is bound to many ordinary text characters.\n") sound reasonable but apparently fails miserably when one of a, b, or c is bound to something else. martin