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 13:54:22 -0600 Message-ID: References: <4678E0C82C5D4DAB81AF90DFA7E07027@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1294257740 5239 80.91.229.12 (5 Jan 2011 20:02:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 Jan 2011 20:02:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 05 21:02:14 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 1PaZYj-0002YN-Kj for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Jan 2011 21:02:13 +0100 Original-Received: from localhost ([127.0.0.1]:58165 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaZYi-0003v6-TG for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Jan 2011 15:02:13 -0500 Original-Received: from [140.186.70.92] (port=40354 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaZRP-0008Ov-Mt for help-gnu-emacs@gnu.org; Wed, 05 Jan 2011 14:54:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PaZRO-0008V0-D7 for help-gnu-emacs@gnu.org; Wed, 05 Jan 2011 14:54:39 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:46326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PaZRO-0008Ug-4j for help-gnu-emacs@gnu.org; Wed, 05 Jan 2011 14:54:38 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PaZRM-0006HY-Lv for help-gnu-emacs@gnu.org; Wed, 05 Jan 2011 20:54:36 +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 ; Wed, 05 Jan 2011 20:54:36 +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 ; Wed, 05 Jan 2011 20:54:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 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:78225 Archived-At: On 01/05/11 13:43, Larry Evans wrote: > On 01/05/11 13:06, Drew Adams wrote: [snip] > Is there something else I should do to get a backtrace? > OOPS. Never mind. Moving the setq outside of the function to the top of the init.common.el file worked. Sorry for noise. -Larry