From: Dmitry Gutov <dgutov@yandex.ru>
To: Alex <agrambot@gmail.com>
Cc: 24697@debbugs.gnu.org
Subject: bug#24697: 25.1; find-lisp-object-file-name may return wrong locations
Date: Fri, 29 Sep 2017 00:26:22 +0300 [thread overview]
Message-ID: <3eac4397-73f0-380b-1a28-5750ce555f2c@yandex.ru> (raw)
In-Reply-To: <87y3soel82.fsf@lylat>
On 6/19/17 5:59 AM, Alex wrote:
>> Thanks. Do you think you can write test cases for these problems? There are some
>> existing ones in test/lisp/help-fns-tests.el.
>
> Sure, I've attached a patch below for the simple cases. As I couldn't
> find a satisfactory way to make a temporary face, I just made an
> uninterned symbol that find-lisp-object-file-name would treat as an
> internal variable.
Thanks.
Now, the patch looks correct to me, but did you encounter a practical
problem that prompted you to look into this discrepancy? I'd like to
know what it was.
>> With a test case, you might also find it easier to make a choice regarding this
>> problem.
>
> I'm not sure. I still don't understand why the design decision was made.
> I suppose one benefit is that one can search explicitly for internal
> functions rather than lisp functions, but the function could have just
> accepted 'subr instead of 'defun to do that.
There is a FIXME comment with the same question there. So you are not
alone in wondering.
> Perhaps the current use of searching with TYPE should be left in for
> backwards compatibility (a Github search shows at least 2 instances of
> 3rd-party code that makes use of that behaviour).
>
> For instance, here's how you find mapatoms' file:
>
> (find-lisp-object-file-name 'mapatoms (symbol-function 'mapatoms))
>
> You should just be able to do the following:
>
> (find-lisp-object-file-name 'mapatoms 'defun)
>
> Or without searching for lisp functions named mapatoms first:
>
> (find-lisp-object-file-name 'mapatoms 'subr)
>
> What do you think?
Maybe you're right, but backward compatibility seems important here as
well. You're talking about a separate change, right? We could consider
it for Emacs 27.
next prev parent reply other threads:[~2017-09-28 21:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-14 22:19 bug#24697: 25.1; find-lisp-object-file-name may return wrong locations Alex
2017-06-17 22:26 ` Alex
2017-06-18 19:51 ` Dmitry Gutov
2017-06-19 2:59 ` Alex
2017-09-28 21:26 ` Dmitry Gutov [this message]
2020-08-11 13:26 ` Lars Ingebrigtsen
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3eac4397-73f0-380b-1a28-5750ce555f2c@yandex.ru \
--to=dgutov@yandex.ru \
--cc=24697@debbugs.gnu.org \
--cc=agrambot@gmail.com \
/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 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).