bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61457: 30.0.50; compiler falsely complains missing ‘describe-char-di


From: Andreas Röhler
Subject: bug#61457: 30.0.50; compiler falsely complains missing ‘describe-char-display’
Date: Wed, 15 Feb 2023 10:58:26 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1


Am 14.02.23 um 14:27 schrieb Eli Zaretskii:
Date: Tue, 14 Feb 2023 09:21:16 +0100
Cc: 61457@debbugs.gnu.org
From: Andreas Röhler <andreas.roehler@easy-emacs.de>

BTW have to yank `describe-char-display' at the prompt after
"Describe function".

When calling C-h f a second time, it's filled in: (default
describe-char-display):
That's a feature: it guesses by looking at the "thing at point".


A similar bug happens with another utility of mine, editing stuff in a dired-buffer. Below an example-version:

---

(defun foo ()
  (interactive "*")
    (wdired-change-to-wdired-mode)
    ;; Do some edits
    (wdired-finish-edit))

---

M-x byte-compile-file RET complains

---

In end of data:
eil.el:5:6: Warning: the function ‘wdired-finish-edit’ is not known to be
    defined.
---

Which isn't useful, as (wdired-change-to-wdired-mode) already loaded wdired.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]