From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.devel Subject: Re: feature proposal: change-log-exit: save change-log buffer and bury it. Date: Tue, 20 Oct 2015 10:52:00 +0300 Message-ID: <87oafuou3j.fsf@mat.ucm.es> References: <871tcwiqcp.fsf@mat.ucm.es> <561F89CF.303@yandex.ru> <83mvvk879j.fsf@gnu.org> <87k2qkoe2p.fsf@mat.ucm.es> <562369DE.7020605@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1445327554 27663 80.91.229.3 (20 Oct 2015 07:52:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Oct 2015 07:52:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 20 09:52:25 2015 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 1ZoRia-0007c8-O3 for ged-emacs-devel@m.gmane.org; Tue, 20 Oct 2015 09:52:24 +0200 Original-Received: from localhost ([::1]:44378 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoRiZ-0001kf-Tb for ged-emacs-devel@m.gmane.org; Tue, 20 Oct 2015 03:52:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoRiW-0001kO-5z for emacs-devel@gnu.org; Tue, 20 Oct 2015 03:52:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoRiR-0000dx-0r for emacs-devel@gnu.org; Tue, 20 Oct 2015 03:52:20 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:33548) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoRiQ-0000dg-QO for emacs-devel@gnu.org; Tue, 20 Oct 2015 03:52:14 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZoRiN-0007PH-JT for emacs-devel@gnu.org; Tue, 20 Oct 2015 09:52:12 +0200 Original-Received: from 192.115.67.55 ([192.115.67.55]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Oct 2015 09:52:11 +0200 Original-Received: from oub by 192.115.67.55 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Oct 2015 09:52:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 192.115.67.55 Mail-Copies-To: never User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:oXB4KLmeLqwFOXAXTW49YMGA2ko= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:192159 Archived-At: >>> "Dmitry" == Dmitry Gutov writes: > On 10/18/2015 10:01 AM, Uwe Brauer wrote: >> Right now I use >> >> (defadvice change-log-find-file (before savebury activate) >> "Save and kill the buffer before turning to source." >> (save-buffer 1) >> (kill-this-buffer)) > Have you tried using quit-window instead of this command? I tried it out for a few days, it does not save the buffer and that is annoying. The Xemacs command I mentioned does it. Me defadvice solution works, but a message pops up No such file or directory: nil But it seems harmless.