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: Determine from help if there is a shortcut - fgallina django Date: Sun, 20 Mar 2016 19:58:37 -0700 (PDT) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1458529219 8792 80.91.229.3 (21 Mar 2016 03:00:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Mar 2016 03:00:19 +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 04:00:17 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 1ahq4m-0000C4-V7 for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Mar 2016 04:00:17 +0100 Original-Received: from localhost ([::1]:55312 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahq4m-0000mM-Be for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Mar 2016 23:00:16 -0400 X-Received: by 10.107.131.230 with SMTP id n99mr21488254ioi.30.1458529117441; Sun, 20 Mar 2016 19:58:37 -0700 (PDT) X-Received: by 10.50.66.236 with SMTP id i12mr173819igt.7.1458529117382; Sun, 20 Mar 2016 19:58:37 -0700 (PDT) Original-Path: usenet.stanford.edu!nt3no3404158igb.0!news-out.google.com!u9ni3315igk.0!nntp.google.com!nt3no3404151igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help 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 02:58:37 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:217348 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:109642 Archived-At: 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? The help says python-django-cmd-jump-to-app is an interactive compiled Lisp function in `python-django.el'. (python-django-cmd-jump-to-app APP) Jump to APP's directory. Is there an extra help step to identify this? Thanks Sayth