unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Rob Moss <rob.rgm@gmail.com>
To: Andrea Corallo <akrl@sdf.org>
Cc: 43280@debbugs.gnu.org
Subject: bug#43280: 28.0.50; [native-comp] Symbol's function definition is void
Date: Wed, 9 Sep 2020 09:18:26 +1000	[thread overview]
Message-ID: <CANsrO=mns6DOyNXDv=PqiTmJ1yPYUdu=wWB_fOSRyRurgLhC7g@mail.gmail.com> (raw)
In-Reply-To: <xjfpn6wp7b8.fsf@sdf.org>

On Wed, 9 Sep 2020 at 02:22, Andrea Corallo <akrl@sdf.org> wrote:
>
> Rob Moss <rob.rgm@gmail.com> writes:
>
> > Dear Andrea and others working native compilation,
> >
> > I've been testing out the feature/native-comp branch and experienced
> > an issue with the elpher package (version 2.10, available on MELPA
> > Stable) that only occurs once this package has been compiled into a
> > .eln file. When using elpher to visit some, but not all, gemini URLs
> > it produces the following error message:
> >
> >   Symbol’s function definition is void: \(setf\ url-port\)
> >
> > I've assembled a minimal working example that triggers the issue when
> > I attempt to visit the URL 'gemini://mozz.us/':
> >
> > ---------- MWE starts ----------
> > (require 'package)
> >
> > (add-to-list 'package-archives
> >              '("melpa-stable" . "https://stable.melpa.org/packages/")
> > t)
> >
> > (package-initialize)
> > (unless package-archive-contents
> >   (package-refresh-contents))
> >
> > (unless (package-installed-p 'use-package)
> >   (package-install 'use-package))
> >
> > (eval-when-compile (require 'use-package))
> >
> > (use-package elpher
> >   :ensure t
> >   :pin melpa-stable)
> >
> > (elpher-go "gemini://mozz.us/")
> > ---------- MWE ends ----------
> >
> > If I run (elpher-go "gemini://mozz.us/") before the .eln file is
> > produced, it visits the URL without any problems.
>
> Hi Rob,
>
> thanks for the detailed report, I see you are on
> aa526c9470d679e9144af55d9e56928a111d2ceb.  It would be worth recompiling
> as in the last two weeks we have merged a number of improvements on the
> compatibility side.
>
> If you could try this would be very appreciated.

Hi Andrea,

I just tried it with 15acd27d1c0de8b56bab61daa0a8fcd4fef0fdc4 and
experienced the same issue.

All the best,
Rob

> > Thank you very much for all of your work on native compilation. It's
> > made noticeable differences in a few circumstances where I normally
> > experience a bit of lag/unresponsiveness, which I really appreciate.
>
> Cool! Thanks for the feedback :)
>
>   Andrea





  reply	other threads:[~2020-09-08 23:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-08  9:13 bug#43280: 28.0.50; [native-comp] Symbol's function definition is void Rob Moss
2020-09-08 16:22 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-09-08 23:18   ` Rob Moss [this message]
2020-09-09  7:37     ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-09-11 14:44     ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-09-12  6:59       ` Rob Moss
2020-09-12 17:12         ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-09-13 16:58         ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-09-14  0:13           ` Rob Moss
2020-09-14  6:18             ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors

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='CANsrO=mns6DOyNXDv=PqiTmJ1yPYUdu=wWB_fOSRyRurgLhC7g@mail.gmail.com' \
    --to=rob.rgm@gmail.com \
    --cc=43280@debbugs.gnu.org \
    --cc=akrl@sdf.org \
    /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).