From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Backtrace and message buffer tell me different things Date: Sat, 18 Dec 2010 01:48:26 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1292633337 23027 80.91.229.12 (18 Dec 2010 00:48:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 18 Dec 2010 00:48:57 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 18 01:48:53 2010 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.69) (envelope-from ) id 1PTkyj-000438-7t for ged-emacs-devel@m.gmane.org; Sat, 18 Dec 2010 01:48:53 +0100 Original-Received: from localhost ([127.0.0.1]:50890 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTkyi-0008Pc-N2 for ged-emacs-devel@m.gmane.org; Fri, 17 Dec 2010 19:48:52 -0500 Original-Received: from [140.186.70.92] (port=52397 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTkyf-0008PU-0M for emacs-devel@gnu.org; Fri, 17 Dec 2010 19:48:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTkyd-0004AH-QZ for emacs-devel@gnu.org; Fri, 17 Dec 2010 19:48:48 -0500 Original-Received: from mail-ey0-f177.google.com ([209.85.215.177]:42822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTkyd-0004A8-GG for emacs-devel@gnu.org; Fri, 17 Dec 2010 19:48:47 -0500 Original-Received: by eyd9 with SMTP id 9so782255eyd.36 for ; Fri, 17 Dec 2010 16:48:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=GT5Nie3hmuK9/8s1C38Bup5dxFBB/I5j+zDqloscdlc=; b=TC9J4YzIuPcfSwffhNQeO8klIuw/eEMiqrrPAGtZLL5pC2VyLvdkKuxXR4mTRRwQL+ McaAfkzEdrmxai6y/TR7XjNpY0hz832NogfpaOoTXBGdVAcoWRGfx0JXzACJff7NfPxZ UHA9/tghRYEuNyL8RwlecMujfLAXOc4jX7/mg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=MmSPxheDD7xI+flQ27wFBdOBRBuwaG2pmkJ7QYQaYl8BSOk7CIrCKtbLjGIamUvFUR AMiRc8meEpVkox8MaED54WZxr2XyVP1Z+LYyWzDUmVtOyq+m8EYUZKlmTR8y3tnbF/mp BdW7NZhXv9QRwO3Rigc//qhWS+JNduilgDd2M= Original-Received: by 10.213.28.66 with SMTP id l2mr2859908ebc.71.1292633326339; Fri, 17 Dec 2010 16:48:46 -0800 (PST) Original-Received: by 10.213.20.148 with HTTP; Fri, 17 Dec 2010 16:48:26 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:133780 Archived-At: I get a strange error from mumamo. The backtrace looks like this: Debugger entered--Lisp error: (error "Selecting deleted buffer") byte-code("..." [buffer table set-syntax-table] 2) #[(body) [strange stuff here...] mumamo-fetch-major-mode-setup(mumamo-bad-mode nil) mumamo-get-major-mode-setup(html-mode) mumamo-new-create-chunk(((1 192 html-mode nil nil nil (mumamo-chunk-xml-pi mumamo-chunk-alt-php mumamo-chunk-alt-php= mumamo-chunk-inlined-style mumamo-chunk-inlined-script mumamo-chunk-style= mumamo-chunk-onjs=) nil nil t) (nil nil nil 0 nil))) mumamo-find-chunks-1(192 "mumamo-get-chunk-save-buffer-state") mumamo-find-chunks(192 "mumamo-get-chunk-save-buffer-state") mumamo-get-chunk-save-buffer-state(192) mumamo-turn-on-actions(lisp-interaction-mode) html-mumamo-mode() call-interactively(html-mumamo-mode t nil) execute-extended-command(nil) call-interactively(execute-extended-command nil nil) However in the message buffer I have this: MU:returning from mumamo-fetch-major-mode-setup MU:after mumamo-fetch-major-mode-setup B Making parse-sexp-lookup-properties local to *scratch* while let-bound! Entering debugger... It looks like the debugger think I have not exited mumamo-fetch-major-mode-setup while the message in the message buffer says I have done so. Anyone has any idea of what might be going on here? This is with my patched version, but I can't see I have any changes that could be involved here. (I had some before in buffer.c and eval.c but not any more.) The checkout is from 2010-10-19.