all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Carlos Pita <carlosjosepita@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 31764@debbugs.gnu.org
Subject: bug#31764: 26.1; Point in VC change log is not centered as documented
Date: Fri, 8 Jun 2018 19:10:38 -0300	[thread overview]
Message-ID: <CAELgYheEG1kYwwyc1sibW3i_pR5igFasXFGN4W2A-d=BBwOm1w@mail.gmail.com> (raw)
In-Reply-To: <CAELgYhemr7pM0DtF+dBwChpH4zkNZwfqknfJE_uw2122F0TrvA@mail.gmail.com>

As a workaround I installed this advice:

(advice-add 'vc-print-log
        :filter-args (lambda (args)
               (cons (or (car args)
                     (vc-working-revision (buffer-file-name)))
                 (cdr args))))

The default that it sets feels like the right fix (so that nil could
mean "don't move") to me but I'm not sure.





  reply	other threads:[~2018-06-08 22:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-08 19:23 bug#31764: 26.1; Point in VC change log is not centered as documented Carlos Pita
2018-06-08 19:38 ` Eli Zaretskii
2018-06-08 19:57   ` Carlos Pita
2018-06-08 20:12     ` Eli Zaretskii
2018-06-08 20:15       ` Carlos Pita
2018-06-08 21:28         ` Carlos Pita
2018-06-08 21:47           ` Carlos Pita
2018-06-08 22:10             ` Carlos Pita [this message]
2018-06-09  0:29       ` Noam Postavsky
2018-06-09  0:57         ` Carlos Pita
2018-06-09  6:46         ` Eli Zaretskii
2018-06-09 14:18           ` Carlos Pita
2018-06-12  0:10           ` Noam Postavsky
2018-06-12  2:32             ` Eli Zaretskii
2018-06-14 23:20               ` Noam Postavsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAELgYheEG1kYwwyc1sibW3i_pR5igFasXFGN4W2A-d=BBwOm1w@mail.gmail.com' \
    --to=carlosjosepita@gmail.com \
    --cc=31764@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.