From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Feature request: A way to get a traceback to a buffer or a string Date: Tue, 11 Dec 2007 14:01:13 -0500 Message-ID: References: <475DE033.6060403@gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1197399848 24151 80.91.229.12 (11 Dec 2007 19:04:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Dec 2007 19:04:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 11 20:04:19 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J2AOw-0003Yi-OV for ged-emacs-devel@m.gmane.org; Tue, 11 Dec 2007 20:04:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2AOf-0001rR-16 for ged-emacs-devel@m.gmane.org; Tue, 11 Dec 2007 14:04:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J2ALz-000087-V4 for emacs-devel@gnu.org; Tue, 11 Dec 2007 14:01:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J2ALx-00006u-Ud for emacs-devel@gnu.org; Tue, 11 Dec 2007 14:01:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2ALx-00006q-Pp for emacs-devel@gnu.org; Tue, 11 Dec 2007 14:01:13 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J2ALx-00029e-Nb for emacs-devel@gnu.org; Tue, 11 Dec 2007 14:01:13 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1J2ALx-0004Pj-7x; Tue, 11 Dec 2007 14:01:13 -0500 In-reply-to: <475DE033.6060403@gmail.com> (lennart.borgman@gmail.com) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:85061 Archived-At: In some situations you may know that a function call will cause an error. You may then want to get a traceback from this particular call, without user intervention. Can you explain why this is useful? I do not see the usefulness.