From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: buffer-file-name in [* Org src *] buffers Date: Fri, 27 Apr 2018 01:34:47 +0200 Message-ID: <871sf1o82w.fsf@bzg.fr> References: <87ina1cqaf.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41758) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBqPd-0008B9-Vi for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 19:34:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBqPc-0001WQ-J8 for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 19:34:53 -0400 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" To: =?utf-8?Q?Cl=C3=A9ment?= Pit-Claudel Cc: emacs-orgmode@gnu.org, Nicolas Goaziou Hi Cl=C3=A9ment and Nicolas, Cl=C3=A9ment Pit-Claudel writes: >> * Proposed bug I >> C-x k kills the edit buffer without questions; the overlay >> remains, but now links to a deleted buffer. >> * Proposed bug II >> C-x C-c kills a modified edit buffer silently, without offering to >> save your work. I have lost work like that a number of times >> recently. >> * Proposed bug III >> C-x s does not offer to save a modified edit buffer I've removed the setting of `buffer-file-name' in Org Src buffers. buffer-offer-save being non-nil, but I and II are solved, and I don't see a situation where bug III is still relevant when bugs I and II are fixed. Let me know if you think otherwise. Thanks, --=20 Bastien