>>> "SMvUlftGEte" == Stefan Monnier via Users list for the GNU Emacs text editor writes: > Uwe Brauer [2021-06-19 10:03:35] wrote: >> add-change-log-entry-other-window works great in lisp files, and with >> some tweaks in LaTeX files, but in other files I am missing some context >> information. > Depends on the major mode of "other files". Report those problems to > the authors of those major modes (`add-change-log-entry-other-window` > can be supported via `add-log-current-defun-function` but also defaults > to using the info provided by `which-function-mode`, which itself > defaults to using the info provided by `imenu`). Aha, ok thanks. But is there any possibility that diff-add-change-log-entries-other-window would add some context information into the ChangeLog based on the diffs, or is this a misunderstanding of said function? Maybe it better to rely on vc-annotate...