all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Rob Moss <rob.rgm@gmail.com>
Cc: 43280@debbugs.gnu.org
Subject: bug#43280: 28.0.50; [native-comp] Symbol's function definition is void
Date: Wed, 09 Sep 2020 07:37:54 +0000	[thread overview]
Message-ID: <xjfh7s7pfhp.fsf@sdf.org> (raw)
In-Reply-To: <CANsrO=mns6DOyNXDv=PqiTmJ1yPYUdu=wWB_fOSRyRurgLhC7g@mail.gmail.com> (Rob Moss's message of "Wed, 9 Sep 2020 09:18:26 +1000")

Rob Moss <rob.rgm@gmail.com> writes:

> 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.

Great :)  I'll have a look

  Andrea





  reply	other threads:[~2020-09-09  7:37 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
2020-09-09  7:37     ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xjfh7s7pfhp.fsf@sdf.org \
    --to=bug-gnu-emacs@gnu.org \
    --cc=43280@debbugs.gnu.org \
    --cc=akrl@sdf.org \
    --cc=rob.rgm@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 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.