From: Pieter van Oostrum <pieter-l@vanoostrum.org>
To: help-gnu-emacs@gnu.org
Subject: Re: VM on Emacs 26?
Date: Fri, 24 Jan 2020 15:00:55 +0100 [thread overview]
Message-ID: <lx8slxvtrc.fsf@cochabamba.vanoostrum.org> (raw)
In-Reply-To: <CANc-5Uz+GwBAFH12PpHAHDsgXKvo1P0BrSSmTHYhQvEkMykCdQ@mail.gmail.com> (Skip Montanaro's message of "Thu, 23 Jan 2020 07:23:27 -0600")
Skip Montanaro <skip.montanaro@gmail.com> writes:
> I don't use vm a ton anymore, just to work through the unsure messages held
> by SpamBayes for mail.python.org. Alas, upgrading from Emacs 25 to 26 the
> other day seems to have borked vm. I do have it installed on my Ubuntu
> 18.04 system:
>
> vm/bionic,bionic,now 8.2.0b-2.1 all [installed]
> mail user agent for Emacs
>
> but Emacs 26 is clearly not finding it. Any suggestions?
>
> Skip
I have been running VM for a long time on Emacs 26, and now on Emacs 27. It is my main email reader/writer. It is just running fine.
I got it from the trunk on launchpad https://launchpad.net/vm/trunk with bzr.
I just put the whole directory in my site-lisp (on my mac that is ~/Library/Application Support/Emacs/site-lisp/vm-trunk/lisp), but on your Linux system it will surely be somewhere else.
I only had to apply a patch to get it working.
--- lisp/vm-mime.el 2013-02-15 08:44:48 +0000
+++ lisp/vm-mime.el 2013-06-02 14:46:59 +0000
@@ -1088,7 +1088,7 @@
(save-excursion
(setq start (point-min))
(while (not done)
- (setq charset (get-text-property start 'vm-charset))
+ (setq charset (or (get-text-property start 'vm-charset) "us-ascii"))
(setq pos (next-single-property-change start 'vm-charset))
(or pos (setq pos (point-max) done t))
(if charset
--
Pieter van Oostrum
www: http://pieter.vanoostrum.org/
PGP key: [8DAE142BE17999C4]
next prev parent reply other threads:[~2020-01-24 14:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-23 13:23 VM on Emacs 26? Skip Montanaro
2020-01-23 16:27 ` Robert Pluim
2020-01-23 17:08 ` Sven Joachim
2020-01-23 20:10 ` George Hartzell
2020-01-23 20:56 ` Stefan Monnier
2020-01-24 14:00 ` Pieter van Oostrum [this message]
2020-01-24 14:08 ` Skip Montanaro
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=lx8slxvtrc.fsf@cochabamba.vanoostrum.org \
--to=pieter-l@vanoostrum.org \
--cc=help-gnu-emacs@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.
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).