From: Hongyi Zhao <hongyi.zhao@gmail.com>
To: Philip Kaludercic <philipk@posteo.net>
Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: progn: Symbol’s function definition is void: f-symlink
Date: Sun, 19 Dec 2021 08:30:29 +0800 [thread overview]
Message-ID: <CAGP6PO+t9wazvWBL7b6Bx2vdSpiJ=VrsxJ9FR8TYvwrQu96wJw@mail.gmail.com> (raw)
In-Reply-To: <87bl1dzzt3.fsf@posteo.net>
On Sat, Dec 18, 2021 at 11:40 PM Philip Kaludercic <philipk@posteo.net> wrote:
> f-symlink is a function defined in the "f" package (a package that wraps
> or composes built-in functionality for file system operations, see
> https://github.com/rejeep/f.el).
Thank you for reminding me of this. In fact I've the following line in
my `.emacs.d/init.el`:
(use-package f :demand t)
But due to my negligence when editing my init file, the above line was
placed behind the problematic code block I mentioned above which cause
the problem discussed here.
> You should be able to fix the issue by replacing `f-symlink' with `make-symbolic-link' in the code snippet above.
Thank you for pointing this out. I've tried, and it works.
Regards,
HZ
prev parent reply other threads:[~2021-12-19 0:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-18 14:40 progn: Symbol’s function definition is void: f-symlink Hongyi Zhao
2021-12-18 15:40 ` Philip Kaludercic
2021-12-19 0:30 ` Hongyi Zhao [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='CAGP6PO+t9wazvWBL7b6Bx2vdSpiJ=VrsxJ9FR8TYvwrQu96wJw@mail.gmail.com' \
--to=hongyi.zhao@gmail.com \
--cc=help-gnu-emacs@gnu.org \
--cc=philipk@posteo.net \
/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.