From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolaj Schumacher Newsgroups: gmane.emacs.help Subject: Re: Debian 5.0 Emacs package missing undo and strange behavior. Date: Fri, 17 Apr 2009 15:07:54 +0200 Message-ID: References: <52a146ec-8b25-4422-9e33-01fb74b6bde0@a7g2000yqk.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1239973803 9215 80.91.229.12 (17 Apr 2009 13:10:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Apr 2009 13:10:03 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: budu Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 17 15:11:22 2009 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 1Lunqe-0005wS-VA for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Apr 2009 15:11:18 +0200 Original-Received: from localhost ([127.0.0.1]:37928 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LunpF-0000SF-3b for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Apr 2009 09:09:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lunnc-00081I-Oz for help-gnu-emacs@gnu.org; Fri, 17 Apr 2009 09:08:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lunna-0007y4-SD for help-gnu-emacs@gnu.org; Fri, 17 Apr 2009 09:08:08 -0400 Original-Received: from [199.232.76.173] (port=55238 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lunna-0007xm-M9 for help-gnu-emacs@gnu.org; Fri, 17 Apr 2009 09:08:06 -0400 Original-Received: from dd18200.kasserver.com ([85.13.138.168]:41828) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LunnY-00027d-MW for help-gnu-emacs@gnu.org; Fri, 17 Apr 2009 09:08:06 -0400 Original-Received: from thursday (f050196013.adsl.alicedsl.de [78.50.196.13]) by dd18200.kasserver.com (Postfix) with ESMTP id 1BFD5180D9D64; Fri, 17 Apr 2009 15:07:57 +0200 (CEST) In-Reply-To: <52a146ec-8b25-4422-9e33-01fb74b6bde0@a7g2000yqk.googlegroups.com> (budu's message of "Thu, 16 Apr 2009 13:26:13 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (darwin) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:63801 Archived-At: budu wrote: > The weird thing is, when evaluating the incorrect global-set-key > above, the debugger show up as usual, but then, all the text after the > cursor disappear, like if it were erased. Still it isn't when > reopening the file! Maybe it got to do with screen. What do you think? You probably have `debug-on-error' set. In that case Emacs doesn't immediately unwind the stack when an error occurs. That can leave the buffer half-drawn. If you press q in the backtrace buffer, or M-x top-level, you should return. regards, Nikolaj Schumacher