From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Drew Adams <drew.adams@oracle.com>
Cc: 17564-done@debbugs.gnu.org
Subject: bug#17564: 24.4.50; REGRESSION: (wrong-type-argument arrayp C-source)
Date: Tue, 24 Jun 2014 20:49:24 -0400 [thread overview]
Message-ID: <jwvpphxvmp1.fsf-monnier+emacsbugs@gnu.org> (raw)
In-Reply-To: <b30fe34b-3f09-4e7e-a1a0-425178cd8ea4@default> (Drew Adams's message of "Fri, 23 May 2014 11:03:48 -0700 (PDT)")
> The code of `describe-function-1' seems to have changed to cause this
> regression. In this sexp of `describe-function-1':
> (and (or (byte-code-function-p def)
> (keymapp def)
> (memq (car-safe def) '(macro lambda closure)))
> file-name
> (help-fns--autoloaded-p function file-name))
> if the FUNCTION has been redefined, as below, each of the `and' clauses
> returns non-nil leading up to `help-fns--autoloaded-p', and that
> function fails because it is given `C-source' as its FILE-NAME arg.
I installed a trivial patch to avoid this problem.
> (or (fboundp '1on1-ORIG-top-level)
> (fset '1on1-ORIG-top-level (symbol-function 'top-level)))
>
> (defun top-level ()
> "Exit all recursive editing levels."
> (interactive)
> ;; (1on1-color-minibuffer-frame-on-exit)
> (1on1-ORIG-top-level))
Of course, using an advice here would be preferable.
Stefan
prev parent reply other threads:[~2014-06-25 0:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-23 18:03 bug#17564: 24.4.50; REGRESSION: (wrong-type-argument arrayp C-source) Drew Adams
2014-06-25 0:49 ` Stefan Monnier [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
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=jwvpphxvmp1.fsf-monnier+emacsbugs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=17564-done@debbugs.gnu.org \
--cc=drew.adams@oracle.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).