From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "=?ISO-8859-1?Q?Nordl=F6w?=" Newsgroups: gmane.emacs.help Subject: Re: Feature Request: Auto-jumping to source file (.el) upon elisp error Date: Mon, 10 Dec 2007 06:27:47 -0800 (PST) Organization: http://groups.google.com Message-ID: <2575de4c-8fb5-4794-b724-d19253ae498b@d21g2000prf.googlegroups.com> References: <2195cd7f-f88e-420b-b173-a3996379d5f4@i29g2000prf.googlegroups.com> <85y7c2na3u.fsf@usenet.my.skamphausen.de> <8042ecfb-c14b-4ed2-ae5e-a300c448e04d@b1g2000pra.googlegroups.com> <858x42n3vm.fsf@usenet.my.skamphausen.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1197297642 22767 80.91.229.12 (10 Dec 2007 14:40:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Dec 2007 14:40:42 +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 Dec 10 15:40:53 2007 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.50) id 1J1joR-0003k1-Ib for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Dec 2007 15:40:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1jo9-00076r-MT for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Dec 2007 09:40:33 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!d21g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 31 Original-NNTP-Posting-Host: 150.227.15.253 Original-X-Trace: posting.google.com 1197296867 21187 127.0.0.1 (10 Dec 2007 14:27:47 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 10 Dec 2007 14:27:47 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d21g2000prf.googlegroups.com; posting-host=150.227.15.253; posting-account=ytJKAgoAAAA1tg4ScoRszebXiIldA5vg User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.7) Gecko/20070923 Firefox/2.0.0.7 (Swiftfox),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 netcache (NetCache NetApp/6.1.1RC1) Original-Xref: shelby.stanford.edu gnu.emacs.help:154552 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:49981 Archived-At: On Dec 10, 1:14 pm, Stefan Kamphausen wrote: > Hi, > > "Nordl=F6w" writes: > > But the top-most function, in your case produce-an-error(), is neither > > clickable nor mentioned about its file/buffer-origin in the Debugger > > output. This is sad because this is what the user/developer wants to > > see first in order to most easily understand the top-most (call-stack) > > context of the problem. > > you are right that the function is not clickable in the backtrace if > being added interactively. It does work however, if it was written > into a separate file and then loaded via (e.g.) M-x load-file. > > Does that fit your needs? > > Regards, > Stefan > -- > Stefan Kamphausen ---http://www.skamphausen.de > a blessed +42 regexp of confusion (weapon in hand) > You hit. The format string crumbles and turns to dust. Okey, thanks for your answer! Is it still possible to make Emacs automatically open top-most source code context in another window? Thanks again, Nordl=F6w