viewmail-info
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vm, emacs 28.2 (debian), urls in minibuffer


From: Stefan Monnier
Subject: Re: vm, emacs 28.2 (debian), urls in minibuffer
Date: Wed, 07 Feb 2024 14:53:23 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

> This is a great start!  I will apply this to my local tree and see how
> it works.

I'd be surprised if it works well enough as-is.  But feel free to ask me
about problems you encounter (or about compiler warnings you don't know
how to address).

> So which versions of Emacs have you tested this on?

None: guaranteed 100% untested.

> I'll be testing on Emacs 28.2, and it looks like you use XEmacs,

I used to be maintainer of Emacs, so no, not XEmacs.

> just judging from the changes you made in this patch.  

The changes about (featurep 'xemacs) are made because the compiler knows
that (featurep 'xemacs) returns nil and can thus optimize things away,
whereas if you test a variable (such as `vm-xemacs-p`) the compiler
doesn't notice that this var will always be nil.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]