all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
To: Eli Zaretskii <eliz@gnu.org>
Cc: monnier@iro.umontreal.ca, 61457@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	[thread overview]
Message-ID: <c1c448da-cf8a-816f-a5ff-aac1f06bee0b@easy-emacs.de> (raw)
In-Reply-To: <834jroe5si.fsf@gnu.org>


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	other threads:[~2023-02-15  9:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-12 18:55 bug#61457: 30.0.50; compiler falsely complains missing ‘describe-char-display’ Andreas Röhler
2023-02-12 19:21 ` Eli Zaretskii
2023-02-13  8:51   ` Andreas Röhler
2023-02-13 13:59     ` Eli Zaretskii
2023-02-13 19:10     ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-13 20:49       ` Eli Zaretskii
2023-02-13 21:01         ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-14  3:33           ` Eli Zaretskii
2023-02-14  8:21             ` Andreas Röhler
2023-02-14 13:27               ` Eli Zaretskii
2023-02-15  9:58                 ` Andreas Röhler [this message]

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=c1c448da-cf8a-816f-a5ff-aac1f06bee0b@easy-emacs.de \
    --to=andreas.roehler@easy-emacs.de \
    --cc=61457@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.