From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add `notes' function to store random notes across Emacs restarts. Date: Tue, 18 Jun 2013 09:20:52 +0200 Message-ID: <51C00A54.2000404@gmx.at> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1371540072 18125 80.91.229.3 (18 Jun 2013 07:21:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Jun 2013 07:21:12 +0000 (UTC) Cc: Juanma Barranquero , Ted Zlatanov , Stefan Monnier , Emacs developers To: Michal Nazarewicz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 18 09:21:10 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UoqE2-0002mO-12 for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 09:21:10 +0200 Original-Received: from localhost ([::1]:46160 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoqE1-0003Zl-2F for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 03:21:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoqDv-0003ZT-MB for emacs-devel@gnu.org; Tue, 18 Jun 2013 03:21:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UoqDu-0001aL-J9 for emacs-devel@gnu.org; Tue, 18 Jun 2013 03:21:03 -0400 Original-Received: from mout.gmx.net ([212.227.17.21]:53516) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoqDu-0001aG-A9 for emacs-devel@gnu.org; Tue, 18 Jun 2013 03:21:02 -0400 Original-Received: from mailout-de.gmx.net ([10.1.76.2]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0Lhhfz-1UTJBU2QYT-00mpx5 for ; Tue, 18 Jun 2013 09:21:01 +0200 Original-Received: (qmail invoked by alias); 18 Jun 2013 07:21:01 -0000 Original-Received: from 62-47-59-141.adsl.highway.telekom.at (EHLO [62.47.59.141]) [62.47.59.141] by mail.gmx.net (mp002) with SMTP; 18 Jun 2013 09:21:01 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/Q2qotoMfQCv3gH6a/oihlNMW0plof71ai4sbO6J fH3t0sGyrwWvso In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.21 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160553 Archived-At: > Yeah, I'm not happy about it either. In fact I think it would make > sense to move the check after kill-buffer-query-functions are called, > but at this point that might be too much of a change. I think we should swap these two sections. The only thing that might happen is that questions will be asked in some unintuitive way but ISTR that this happens already. martin