GNU bug report logs - #61457
30.0.50; compiler falsely complains missing ‘describe-char-display’

Previous Next

Package: emacs;

Reported by: Andreas Röhler <andreas.roehler <at> easy-emacs.de>

Date: Sun, 12 Feb 2023 18:56:02 UTC

Severity: normal

Found in version 30.0.50

Full log


View this message in rfc822 format

From: Andreas Röhler <andreas.roehler <at> easy-emacs.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: monnier <at> iro.umontreal.ca, 61457 <at> debbugs.gnu.org
Subject: bug#61457: 30.0.50; compiler falsely complains missing ‘describe-char-display’
Date: Wed, 15 Feb 2023 10:58:26 +0100
Am 14.02.23 um 14:27 schrieb Eli Zaretskii:
>> Date: Tue, 14 Feb 2023 09:21:16 +0100
>> Cc: 61457 <at> debbugs.gnu.org
>> From: Andreas Röhler <andreas.roehler <at> 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.





This bug report was last modified 2 years and 121 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.