From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.bugs Subject: bug#247: closed by Stefan Monnier (Re: bug#247: docstring only mention one binding when there are two) Date: Sun, 18 May 2008 06:28:33 +0800 Message-ID: <87skwgftv2.fsf@jidanni.org> References: Reply-To: jidanni@jidanni.org, 247@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211064730 3080 80.91.229.12 (17 May 2008 22:52:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 May 2008 22:52:10 +0000 (UTC) To: 247@emacsbugs.donarmstrong.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun May 18 00:52:47 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 1JxVGg-0001Q3-Bf for geb-bug-gnu-emacs@m.gmane.org; Sun, 18 May 2008 00:52:46 +0200 Original-Received: from localhost ([127.0.0.1]:60012 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JxVFw-0007PO-Kt for geb-bug-gnu-emacs@m.gmane.org; Sat, 17 May 2008 18:52:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JxVFh-0007LX-FR for bug-gnu-emacs@gnu.org; Sat, 17 May 2008 18:51:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JxVFg-0007L4-Cx for bug-gnu-emacs@gnu.org; Sat, 17 May 2008 18:51:44 -0400 Original-Received: from [199.232.76.173] (port=54652 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JxVFf-0007L0-VS for bug-gnu-emacs@gnu.org; Sat, 17 May 2008 18:51:44 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:35614) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JxVFf-0004Q7-Fu for bug-gnu-emacs@gnu.org; Sat, 17 May 2008 18:51:43 -0400 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 m4HMpfrb030227; Sat, 17 May 2008 15:51:41 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m4HMZ3mr025426; Sat, 17 May 2008 15:35:03 -0700 X-Loop: don@donarmstrong.com Resent-From: jidanni@jidanni.org Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sat, 17 May 2008 22:35:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 247 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 247-submit@emacsbugs.donarmstrong.com id=B247.121106332924162 (code B ref 247); Sat, 17 May 2008 22:35:03 +0000 Original-Received: (at 247) by emacsbugs.donarmstrong.com; 17 May 2008 22:28:49 +0000 Original-Received: from blingymail-a3.g.dreamhost.com (lax-green-bigip-5.dreamhost.com [208.113.200.5]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m4HMSkaW024155 for <247@emacsbugs.donarmstrong.com>; Sat, 17 May 2008 15:28:47 -0700 Original-Received: from jidanni2.jidanni.org (122-127-38-13.dynamic.hinet.net [122.127.38.13]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by blingymail-a3.g.dreamhost.com (Postfix) with ESMTP id 5392C14D767 for <247@emacsbugs.donarmstrong.com>; Sat, 17 May 2008 15:28:45 -0700 (PDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Sat, 17 May 2008 18:51:44 -0400 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:18037 Archived-At: >>>>> "EbTS" == Emacs bug Tracking System writes: ("bug" is lowercase vs. the rest. Hmmm.) EbTS> Emacs doesn't know either where is your `insertchar' key, or even if you EbTS> have an `insertchar' key. Neither can it easily figure out whether you EbTS> have an `insert' key. My point was >> Exhibit A: >> kill-region is an interactive compiled Lisp function in `simple.el'... >> (If you want to kill and then yank immediately, use .) only one key mentioned whereas this mentions two: >> Exhibit B: >> runs the command kill-ring-save >> which is an interactive compiled Lisp function in `simple.el'. >> It is bound to , . I hope you fixed that too.