From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: Arash Esbati <arash@gnu.org>
Cc: 64717@debbugs.gnu.org
Subject: bug#64717: [PATCH] Silence the compiler in vcard-parse.el from ELPA
Date: Tue, 18 Jul 2023 14:59:18 -0700 [thread overview]
Message-ID: <878rbc6fux.fsf@ericabrahamsen.net> (raw)
In-Reply-To: <86a5vt6j5h.fsf@gnu.org> (Arash Esbati's message of "Tue, 18 Jul 2023 22:48:10 +0200")
Arash Esbati <arash@gnu.org> writes:
> X-Debbugs-CC: eric@ericabrahamsen.net
>
> Hi all,
>
> this is a tiny patch against vcard-parse.el in order to pacify the
> warnings about
>
> ‘point-at-bol’ is an obsolete function ...
> ‘point-at-eol’ is an obsolete function ...
>
>
> And while we're at: There are also
>
> In vcard-region-decode-base64:
> vcard.el:516:29: Warning: avoid ‘lsh’; use ‘ash’ instead
> vcard.el:518:27: Warning: avoid ‘lsh’; use ‘ash’ instead
> vcard.el:518:51: Warning: avoid ‘lsh’; use ‘ash’ instead
> vcard.el:530:32: Warning: avoid ‘lsh’; use ‘ash’ instead
>
> Is `ash' a drop-in replacement? Maybe these can be fixed as well.
Thanks for this! I've applied your patch. This stuff with base64 looks
like it it's from the year 2000, and I should follow Stefan's comments
and update it to use `base64-decode-region' directly. This is one of the
many things I'm behind on, I will try to get to it this week. Let's
leave this bug open until then.
next prev parent reply other threads:[~2023-07-18 21:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-18 20:48 bug#64717: [PATCH] Silence the compiler in vcard-parse.el from ELPA Arash Esbati
2023-07-18 21:59 ` Eric Abrahamsen [this message]
2023-07-19 14:59 ` Arash Esbati
2023-08-23 23:45 ` Stefan Kangas
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=878rbc6fux.fsf@ericabrahamsen.net \
--to=eric@ericabrahamsen.net \
--cc=64717@debbugs.gnu.org \
--cc=arash@gnu.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 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.