From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii Subject: bug#19887: 24.4; Cannot kill buffer; Wrong type argument: overlayp, nil Date: Thu, 19 Feb 2015 17:49:44 +0200 Message-ID: <83vbix3nqf.fsf@gnu.org> References: Reply-To: Eli Zaretskii Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOTMc-000345-GE for emacs-orgmode@gnu.org; Thu, 19 Feb 2015 10:50:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOTMZ-0007xz-8J for emacs-orgmode@gnu.org; Thu, 19 Feb 2015 10:50:06 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:57526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOTMZ-0007xS-4Q for emacs-orgmode@gnu.org; Thu, 19 Feb 2015 10:50:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YOTMY-0002jd-Ht for emacs-orgmode@gnu.org; Thu, 19 Feb 2015 10:50:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Damian Nadales Cc: 19887@debbugs.gnu.org > From: Damian Nadales > Date: Tue, 17 Feb 2015 16:04:54 +0000 > > Running Emacs 24.4, compiled from source I found I cannot kill a buffer when > performing these steps: > > - Run emacs –Q > > - Create an org-mode file (i.e. ``myorgfile.org``) > > - Insert the following text: > > o #+BEGIN_SRC C++ > > #+END_SRC > > - Edit the source block by placing the cursor inside the SRC block. > > - Start C++ mode (c++-mode) > > - Try to kill the buffer. I cannot reproduce this. I tried both Emacs 24.4 and the pretest of 24.5. In both cases, Emacs asks me whether to kill a buffer that is modified, and once I answer YES, the buffer is killed. Is it possible that you are using Org mode from the Org repository, not the one bundled with Emacs?