From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lars Hansen" Newsgroups: gmane.emacs.bugs Subject: Bug: debug/mode-line/Tramp Date: Sat, 27 Jul 2002 22:46:41 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <001101c235ae$b7385860$d78e2fc3@x874761> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1027802816 28886 127.0.0.1 (27 Jul 2002 20:46:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 27 Jul 2002 20:46:56 +0000 (UTC) Cc: Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17YYSl-0007Vn-00 for ; Sat, 27 Jul 2002 22:46:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17YYT8-0004Z3-00; Sat, 27 Jul 2002 16:47:18 -0400 Original-Received: from richardson.uni2.net ([130.227.52.104]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17YYRu-0004Qe-00 for ; Sat, 27 Jul 2002 16:46:02 -0400 Original-Received: from x874761 (p429-087.ppp.get2net.dk [195.47.142.215]) by richardson.uni2.net (8.11.6/8.11.6) with SMTP id g6RKjxh30061; Sat, 27 Jul 2002 22:46:00 +0200 Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:2951 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2951 Hi I have run into a strange bug. It can be reproduced as follows; Start Emacs 21.2 under MS Windows with a .emacs file containing (defun foo () (let (x) "abc")) (setq-default mode-line-format '((:eval (foo)))) (add-to-list 'load-path "~/emacs/tramp/lisp") (require 'tramp) Then open the .emacs file, place point in function foo, and choose "Instrument Function for Debugging" from the Emacs-Lisp menu. Then Emacs crashes with an Abort/Retry/Ignore dialog box. Looks strange, dosen't it? Lars Hansen e-mail: larsh@math.ku.dk