From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#8947: 24.0.50; `describe-mode': `help-mode-map' pollutes minor mode descriptions Date: Sun, 09 Feb 2014 21:07:24 -0800 Message-ID: <87ob2f8sj7.fsf@building.gnus.org> References: <7E6FAA5B1CA644F9A30BD871EBA2DFC1@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1392008949 18920 80.91.229.3 (10 Feb 2014 05:09:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Feb 2014 05:09:09 +0000 (UTC) Cc: 8947@debbugs.gnu.org To: "Drew Adams" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 10 06:09:17 2014 Return-path: Envelope-to: geb-bug-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 1WCj7M-0000mg-6T for geb-bug-gnu-emacs@m.gmane.org; Mon, 10 Feb 2014 06:09:16 +0100 Original-Received: from localhost ([::1]:53429 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCj7L-0001vs-Ni for geb-bug-gnu-emacs@m.gmane.org; Mon, 10 Feb 2014 00:09:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCj7D-0001uY-T4 for bug-gnu-emacs@gnu.org; Mon, 10 Feb 2014 00:09:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCj78-00064B-RK for bug-gnu-emacs@gnu.org; Mon, 10 Feb 2014 00:09:07 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:47768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCj78-000642-Mr for bug-gnu-emacs@gnu.org; Mon, 10 Feb 2014 00:09:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WCj78-000829-5f for bug-gnu-emacs@gnu.org; Mon, 10 Feb 2014 00:09:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 10 Feb 2014 05:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8947 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 8947-submit@debbugs.gnu.org id=B8947.139200893430853 (code B ref 8947); Mon, 10 Feb 2014 05:09:02 +0000 Original-Received: (at 8947) by debbugs.gnu.org; 10 Feb 2014 05:08:54 +0000 Original-Received: from localhost ([127.0.0.1]:33551 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WCj70-00081Y-Bo for submit@debbugs.gnu.org; Mon, 10 Feb 2014 00:08:54 -0500 Original-Received: from hermes.netfonds.no ([80.91.224.195]:38028) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WCj6y-00081Q-Ck for 8947@debbugs.gnu.org; Mon, 10 Feb 2014 00:08:53 -0500 Original-Received: from [204.14.154.233] (helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WCj6j-0006ST-MG; Mon, 10 Feb 2014 06:08:38 +0100 In-Reply-To: <7E6FAA5B1CA644F9A30BD871EBA2DFC1@us.oracle.com> (Drew Adams's message of "Mon, 27 Jun 2011 15:41:59 -0700") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux) X-MailScanner-ID: 1WCj6j-0006ST-MG MailScanner-NULL-Check: 1392613718.3888@nytHDI8wO4Ht0iW0nX9vwg X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:85201 Archived-At: "Drew Adams" writes: > Visit any *.el file, hit `C-h m', then search for `Transient' in *Help*. > The help for `transient-mark-mode' says this: > > "...for example, incremental search, <, and >." > > `<' and `>' here should be `M-<' and `M->'. The bug happens because > `help-mode-map' is being used to interpret `\\[beginning-of-buffer]' > and `\\[end-of-buffer]'. In the *Help* buffer, where the text is > used, the current keymap is being picked up, where these commands > are bound to `<' and `>'. This bug still exists in Emacs 24.3. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/