From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sayth Renshaw Newsgroups: gmane.emacs.help Subject: Re: Determine from help if there is a shortcut - fgallina django Date: Sun, 20 Mar 2016 21:48:16 -0700 (PDT) Message-ID: <8bd86979-b53d-4fa6-aead-dd650da5c85f@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1458535824 1739 80.91.229.3 (21 Mar 2016 04:50:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Mar 2016 04:50:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 21 05:50:19 2016 Return-path: Envelope-to: geh-help-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 1ahrnG-0002Dp-LL for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Mar 2016 05:50:18 +0100 Original-Received: from localhost ([::1]:55618 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahrnF-0005Jt-NP for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Mar 2016 00:50:17 -0400 X-Received: by 10.66.142.135 with SMTP id rw7mr22496027pab.20.1458535697272; Sun, 20 Mar 2016 21:48:17 -0700 (PDT) X-Received: by 10.50.88.3 with SMTP id bc3mr179451igb.6.1458535697220; Sun, 20 Mar 2016 21:48:17 -0700 (PDT) Original-Path: usenet.stanford.edu!nt3no3425622igb.0!news-out.google.com!pn7ni15879igb.0!nntp.google.com!nt3no3425612igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=121.216.8.181; posting-account=5Cd8QAoAAAC6AxpkrISTgUBJ9ktgwNBm Original-NNTP-Posting-Host: 121.216.8.181 User-Agent: G2/1.0 Injection-Date: Mon, 21 Mar 2016 04:48:17 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:217350 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:109644 Archived-At: On Monday, 21 March 2016 14:34:47 UTC+11, wrote: > In article , > > > > Hi > > > > I am still learning emacs, I have installed python-django and accessed help > > from 'C-h a' I located the command I wanted and of course there is a M-x > > version of it, but how can I determine if there is already a author defined > > shortcut key combo? > > C-h a shows all the keys that are bound to the command. If you don't see > any keyboard shortcuts listed there, there aren't any. > > You can also use C-h w, which prompts for the name of a command and > shows you all the key bindings for it. > > -- Thanks and C-h w confirms that it is no bound to any key. Cheers Sayth