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: feature proposal: change-log-exit: save change-log buffer and bury it. Date: Thu, 15 Oct 2015 09:43:34 +0300 Message-ID: <871tcwiqcp.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1444891536 15753 80.91.229.3 (15 Oct 2015 06:45:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2015 06:45:36 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 15 08:45:27 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 1ZmcI1-0006Ax-6e for ged-emacs-devel@m.gmane.org; Thu, 15 Oct 2015 08:45:25 +0200 Original-Received: from localhost ([::1]:46045 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmcI0-0003tH-DE for ged-emacs-devel@m.gmane.org; Thu, 15 Oct 2015 02:45:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmcGY-0003mn-5W for emacs-devel@gnu.org; Thu, 15 Oct 2015 02:43:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmcGU-000436-VS for emacs-devel@gnu.org; Thu, 15 Oct 2015 02:43:54 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:58673) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmcGU-00042w-Pa for emacs-devel@gnu.org; Thu, 15 Oct 2015 02:43:50 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZmcGN-0004PQ-Sn for emacs-devel@gnu.org; Thu, 15 Oct 2015 08:43:44 +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 ; Thu, 15 Oct 2015 08:43:43 +0200 Original-Received: from oub by 192.115.67.55 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Oct 2015 08:43:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 19 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:Kzy/cUQE/WUlJW1AkOOLoJoc3Zc= 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:191616 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. Could such a functionality be implemented per default? Thanks Uwe Brauer