From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.help Subject: change-log-exit: save change-log buffer and bury it. Date: Tue, 13 Oct 2015 10:15:58 +0300 Message-ID: <87r3kzqlw1.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1444720624 10514 80.91.229.3 (13 Oct 2015 07:17:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Oct 2015 07:17:04 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 13 09:16:55 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1ZltpO-0003mZ-Ea for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Oct 2015 09:16:54 +0200 Original-Received: from localhost ([::1]:60982 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZltpN-0003AC-Ow for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Oct 2015 03:16:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zltoy-0003A3-H2 for help-gnu-emacs@gnu.org; Tue, 13 Oct 2015 03:16:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zltot-0000DA-CK for help-gnu-emacs@gnu.org; Tue, 13 Oct 2015 03:16:28 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:54308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zltot-0000C3-5F for help-gnu-emacs@gnu.org; Tue, 13 Oct 2015 03:16:23 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Zltom-0003FC-Li for help-gnu-emacs@gnu.org; Tue, 13 Oct 2015 09:16:19 +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, 13 Oct 2015 09:16:16 +0200 Original-Received: from oub by 192.115.67.55 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Oct 2015 09:16:16 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 17 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:GcKji4aB37MKxzh1H8ij1lA0Ljg= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107601 Archived-At: Hello In older (maybe several years old) version of add-log, there was a function change-log-exit which saved the ChangeLog file, killed the buffer and returned to the file in which I started add-change-log-entry. I think could get a similar behavior if I changed change-log-find-file using defadvice, however I don't like that solution since it makes debugging difficult. Does somebody has another solution? Thanks Uwe Brauer