From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jim Green Newsgroups: gmane.emacs.help Subject: Re: find out in which file a key is defined Date: Thu, 8 Dec 2011 00:23:38 +0000 Message-ID: References: <87iplsogud.fsf@ericabrahamsen.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1323303834 26650 80.91.229.12 (8 Dec 2011 00:23:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Dec 2011 00:23:54 +0000 (UTC) Cc: Eric Abrahamsen , help-gnu-emacs@gnu.org To: suvayu ali Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 08 01:23:48 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RYRm7-0003pA-8r for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Dec 2011 01:23:47 +0100 Original-Received: from localhost ([::1]:45283 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYRm6-00051n-Ob for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Dec 2011 19:23:46 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:54908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYRm2-000510-HV for help-gnu-emacs@gnu.org; Wed, 07 Dec 2011 19:23:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYRm0-0008Pm-56 for help-gnu-emacs@gnu.org; Wed, 07 Dec 2011 19:23:42 -0500 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:52703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYRlz-0008Pd-UI for help-gnu-emacs@gnu.org; Wed, 07 Dec 2011 19:23:40 -0500 Original-Received: by dakl33 with SMTP id l33so1372760dak.0 for ; Wed, 07 Dec 2011 16:23:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Vy/gczTaRczWLisfQEtcj/cr1SAR6qjh30SmQgJTU1M=; b=fHjwC59lgwrmTVNgd/g6SpU0uqUbm6Nrw1xsVs3mDTiO5sxNQBtbqgEpTXwDlpZ+bW TxQqF31R94x1QjVkNkT0k27BpgSU7Ap6XYVhiW4Kmjg4yQ/g8ZLuDDpuRkFLEIVVqG8B VPv/OYIZGExWrg0yIe/TXZC6DXhy+xQBqsoeQ= Original-Received: by 10.68.50.1 with SMTP id y1mr9944018pbn.66.1323303819050; Wed, 07 Dec 2011 16:23:39 -0800 (PST) Original-Received: by 10.142.222.15 with HTTP; Wed, 7 Dec 2011 16:23:38 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.41 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:83157 Archived-At: On 8 December 2011 00:20, suvayu ali wrote: > On Thu, Dec 8, 2011 at 00:34, Jim Green wrote: >> >> thank you both, this what I get by c-h k c-r, but where could I find it >> is from isearch.el? I think finding where a key defined is very useful. > > You probably don't have the elisp files installed on your machine. > Installing them will show the info in the same help buffer (the one > you get from C-h k C-r). > > On most linux systems these elisp files can be installed by installing > -el packages. exactly! Thankyou!