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: [prop: change] Date: Tue, 27 Oct 2015 17:18:48 +0000 Message-ID: <87egggjklj.fsf@mat.ucm.es> References: <87wpuohbj8.fsf@mat.ucm.es> <877fmjqrd5.fsf@mat.ucm.es> <83y4ezgwun.fsf@gnu.org> <87vba3p95y.fsf@mat.ucm.es> <83pp0bgt09.fsf@gnu.org> <87lhazp81q.fsf@mat.ucm.es> <83oafvgrfa.fsf@gnu.org> <87pp0b8biu.fsf@mat.ucm.es> <5624B5DD.9000500@yandex.ru> <87h9ln87cg.fsf@mat.ucm.es> <5624CB1C.8020004@yandex.ru> <878u6z86so.fsf@mat.ucm.es> <5624CDB9.505@yandex.ru> <87d1wb806o.fsf@mat.ucm.es> <562580D4.2010508@yandex.ru> <87bnbuqdma.fsf@mat.ucm.es> <5625FC95.7030405@yandex.ru> <87r3khk2p2.fsf_-_@mat.ucm.es> <562F78DC.8080609@yandex.ru> <87bnbktli0.fsf_-_@mat.ucm.es> <562F953C.7010508@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1445966368 4757 80.91.229.3 (27 Oct 2015 17:19:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Oct 2015 17:19:28 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 27 18:19:20 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 1Zr7u1-00081f-P7 for ged-emacs-devel@m.gmane.org; Tue, 27 Oct 2015 18:19:17 +0100 Original-Received: from localhost ([::1]:32865 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr7u1-0004f1-6W for ged-emacs-devel@m.gmane.org; Tue, 27 Oct 2015 13:19:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr7tn-0004et-1b for emacs-devel@gnu.org; Tue, 27 Oct 2015 13:19:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zr7tj-00050a-1k for emacs-devel@gnu.org; Tue, 27 Oct 2015 13:19:03 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:38336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr7ti-00050T-RV for emacs-devel@gnu.org; Tue, 27 Oct 2015 13:18:58 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Zr7tf-0007jK-KJ for emacs-devel@gnu.org; Tue, 27 Oct 2015 18:18:55 +0100 Original-Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Oct 2015 18:18:55 +0100 Original-Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Oct 2015 18:18:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gilgamesch.quim.ucm.es Mail-Copies-To: never User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:XlYACyBam5LS4gmFlq6WOOJe1qE= 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:192736 Archived-At: >>> "Dmitry" == Dmitry Gutov writes: > On 10/27/2015 04:49 PM, Uwe Brauer wrote: >> I got it to work, sorry for the noise. > Good. >> I changed your code to >> (defvar vc-hg-log-format (concat "changeset: {rev}:{node|short}\n" >> "{tags % 'tag: {tag}\n'}" >> "{if(parents, 'parents: {parents}\n')}" >> "user: {author}\n" >> "Date: {date|date}\n" >> "summary: {tabindent(fill68(desc))}\n\n") >> "Mercurial log template for `vc-hg-print-log' long format.") >> >> And it seems to me closer to «git log» > I don't think 'git log' refills commit messages, or uses 8 spaces to > indent them. Does it? The function tabindent adds a tab, since tab-width is set to 8, this looks like 8 spaces, maybe in that case tab-width should be set to 4.