From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Larry Evans Newsgroups: gmane.emacs.help Subject: Re: (debug) backtrace: how to show source code at current location. Date: Wed, 05 Jan 2011 21:50:01 -0600 Message-ID: References: <4678E0C82C5D4DAB81AF90DFA7E07027@us.oracle.com> <871v4rapwn.fsf@puma.rapttech.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1294285857 30433 80.91.229.12 (6 Jan 2011 03:50:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 6 Jan 2011 03:50:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 06 04:50:49 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PagsA-0005on-LY for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Jan 2011 04:50:46 +0100 Original-Received: from localhost ([127.0.0.1]:37689 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pags7-0006Vo-W4 for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Jan 2011 22:50:44 -0500 Original-Received: from [140.186.70.92] (port=35205 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pagrn-0006VZ-Jk for help-gnu-emacs@gnu.org; Wed, 05 Jan 2011 22:50:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pagrm-0006YV-Ik for help-gnu-emacs@gnu.org; Wed, 05 Jan 2011 22:50:23 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:43410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pagrm-0006Y2-Bj for help-gnu-emacs@gnu.org; Wed, 05 Jan 2011 22:50:22 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pagrj-0005fw-UA for help-gnu-emacs@gnu.org; Thu, 06 Jan 2011 04:50:19 +0100 Original-Received: from r74-192-28-166.bcstcmta01.clsttx.tl.dh.suddenlink.net ([74.192.28.166]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Jan 2011 04:50:19 +0100 Original-Received: from cppljevans by r74-192-28-166.bcstcmta01.clsttx.tl.dh.suddenlink.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Jan 2011 04:50:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: r74-192-28-166.bcstcmta01.clsttx.tl.dh.suddenlink.net User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100713 Lightning/1.0b1 Thunderbird/3.0.6 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78248 Archived-At: On 01/05/11 20:53, Larry Evans wrote: [snip] > I remember searching some files in site-lisp for somewhere else > for the symbol: > > 'tab > 'iso-left-tab > > however, that was long ago and I can't remember how I found those > symbols. > [snip] In /usr/share/emacs/23.1/lisp/progmodes/grep.el, found: (define-key map [backtab] 'compilation-previous-error) so, used that in my init.common.el and it seems to work. -Larry