From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: [lennart.borgman.073@student.lu.se: Keys bound to [t] does not give any help] Date: Wed, 30 Nov 2005 16:12:40 +0100 Message-ID: <438DC168.7030405@ourcomments.org> References: <3685f453681496.36814963685f45@net.lu.se> <87ek506sn2.fsf@stupidchicken.com> <438BFA31.8050808@student.lu.se> <871x0z1mtv.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133374199 14195 80.91.229.2 (30 Nov 2005 18:09:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 30 Nov 2005 18:09:59 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 30 19:09:54 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EhVPl-0000JV-MR for ged-emacs-devel@m.gmane.org; Wed, 30 Nov 2005 18:06:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EhVPk-0008Ct-Mh for ged-emacs-devel@m.gmane.org; Wed, 30 Nov 2005 12:06:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EhTei-0005zC-Tk for emacs-devel@gnu.org; Wed, 30 Nov 2005 10:14:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EhTef-0005xz-PG for emacs-devel@gnu.org; Wed, 30 Nov 2005 10:13:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EhTef-0005xn-3U for emacs-devel@gnu.org; Wed, 30 Nov 2005 10:13:57 -0500 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EhTee-0002QC-Qj for emacs-devel@gnu.org; Wed, 30 Nov 2005 10:13:57 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) id 438C7D0000059409; Wed, 30 Nov 2005 16:12:41 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: Chong Yidong In-Reply-To: <871x0z1mtv.fsf@stupidchicken.com> 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:46820 Archived-At: Chong Yidong wrote: >>Yes and no. It gives the correct answer for "C-h k" I believe, but not >>for "C-h c". >> >>BTW I just saw that C-h c gives a bit different results when using [t]: >> >> C-h c a: a runs the command self-insert-command >> C-h c RET: is undefined >> >> > >OK, I just committed a fix for both describe-key and describe-key-briefly. > > And it works. Thanks.