unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#48359: 28.0.50; vc-annotate revert doesn't work
@ 2021-05-11 18:55 Dima Kogan
  2021-05-11 19:10 ` Eli Zaretskii
  2022-07-11 14:28 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 3+ messages in thread
From: Dima Kogan @ 2021-05-11 18:55 UTC (permalink / raw)
  To: 48359

Hi. This should be simple, but I can't figure it out quickly. Can I get
another set of eyes?

Using a very recent emacs built from git.

Recipe:

1. emacs -Q -nw file_in_a_git_repo
   Any file in any repo works probably. I'm using ~/.emacs.d/init.el

2. C-x v g
   vc-annotate

3. g
   Should "revert" the annotation buffer

This last step doesn't work: I get

  apply: Symbol's function definition is void: nil

Looking into that, I see that 'g' maps to (revert-buffer), which makes
sense. For some reason, revert-buffer-function is set to
#'help-mode-revert-buffer. This feels very strange. And is the cause of
the error: help-mode-revert-buffer assumes we're looking at a Help
buffer, and tries to call nil as a function. Is this speaking to anybody?

Thanks





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#48359: 28.0.50; vc-annotate revert doesn't work
  2021-05-11 18:55 bug#48359: 28.0.50; vc-annotate revert doesn't work Dima Kogan
@ 2021-05-11 19:10 ` Eli Zaretskii
  2022-07-11 14:28 ` Lars Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2021-05-11 19:10 UTC (permalink / raw)
  To: Dima Kogan; +Cc: 48359

> From: Dima Kogan <dima@secretsauce.net>
> Date: Tue, 11 May 2021 11:55:33 -0700
> 
> 1. emacs -Q -nw file_in_a_git_repo
>    Any file in any repo works probably. I'm using ~/.emacs.d/init.el
> 
> 2. C-x v g
>    vc-annotate
> 
> 3. g
>    Should "revert" the annotation buffer
> 
> This last step doesn't work: I get
> 
>   apply: Symbol's function definition is void: nil
> 
> Looking into that, I see that 'g' maps to (revert-buffer), which makes
> sense. For some reason, revert-buffer-function is set to
> #'help-mode-revert-buffer. This feels very strange. And is the cause of
> the error: help-mode-revert-buffer assumes we're looking at a Help
> buffer, and tries to call nil as a function. Is this speaking to anybody?

Here's the backtrace of the code which sets revert-buffer-function to
help-mode-revert-buffer:

  help-mode()
  help-mode-setup()
  run-hooks(temp-buffer-setup-hook)
  vc-annotate("d:/gnu/git/emacs/trunk/src/bidi.c" ...
  funcall-interactively(vc-annotate "d:/gnu/git/emacs/trunk/src/bidi.c" ...
  call-interactively(vc-annotate nil nil)
  command-execute(vc-annotate)





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#48359: 28.0.50; vc-annotate revert doesn't work
  2021-05-11 18:55 bug#48359: 28.0.50; vc-annotate revert doesn't work Dima Kogan
  2021-05-11 19:10 ` Eli Zaretskii
@ 2022-07-11 14:28 ` Lars Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Lars Ingebrigtsen @ 2022-07-11 14:28 UTC (permalink / raw)
  To: Dima Kogan; +Cc: 48359

Dima Kogan <dima@secretsauce.net> writes:

> 3. g
>    Should "revert" the annotation buffer
>
> This last step doesn't work: I get
>
>   apply: Symbol's function definition is void: nil

I've now fixed this in Emacs 29.  (By just resetting
`revert-buffer-function'.)  It might make sense to make a real reversion
function, but that doesn't really seem that useful in one of these buffers.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-11 14:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-11 18:55 bug#48359: 28.0.50; vc-annotate revert doesn't work Dima Kogan
2021-05-11 19:10 ` Eli Zaretskii
2022-07-11 14:28 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).