From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Richard Subject: bug#19887: 24.4; Cannot kill buffer; Wrong type argument: overlayp, nil Date: Fri, 20 Feb 2015 12:20:15 +0100 Message-ID: <87h9ugg780.fsf@yahoo.fr> References: <83vbix3nqf.fsf@gnu.org> <83k2zclvgm.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOlct-0001R9-Ho for emacs-orgmode@gnu.org; Fri, 20 Feb 2015 06:20:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOlcp-0000gk-9b for emacs-orgmode@gnu.org; Fri, 20 Feb 2015 06:20:07 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:57939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOlcp-0000gE-5C for emacs-orgmode@gnu.org; Fri, 20 Feb 2015 06:20:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YOlco-0005k5-ES for emacs-orgmode@gnu.org; Fri, 20 Feb 2015 06:20:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <83k2zclvgm.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 20 Feb 2015 12:37:45 +0200") 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: Eli Zaretskii Cc: Damian Nadales , 19887@debbugs.gnu.org, Nicolas Goaziou Eli Zaretskii writes: >> From: Damian Nadales >> That's weird. Which buffer are you killing, the Org buffer, or the >> new buffer that is created when pressing C-c ' inside the source >> block? Is the latter the one I cannot kill. > > There was no "C-c '" in the recipe you posted. > > What is the full recipe to reproduce the problem, please? PMJI, but at , Nicolas Goaziou said "This should be fixed." Perhaps this bug report can simply be closed then ? IIUC, he fixed it in: --8<---------------cut here---------------start------------->8--- Commit c41bbc577e81e9fa5bab2509a8141189e45fe6c7 References: origin/maint Author: Nicolas Goaziou AuthorDate: Wed Feb 18 01:59:51 2015 +0100 Commit: Nicolas Goaziou CommitDate: Wed Feb 18 01:59:51 2015 +0100 Fix "Wrong type argument: overlayp" * lisp/org-src.el (org-src-mode-configure-edit-buffer): Fix "Wrong type argument: overlayp". Changing major mode in a source edit buffer resets local variables used to link it to source buffer. As a consequence, overlay in source buffer can no longer be found nor deleted. --8<---------------cut here---------------end--------------->8--- -- Nicolas Richard