emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] master 74aa97f: * packages/yasnippet: Fix some compilation wa


From: Stefan Monnier
Subject: Re: [elpa] master 74aa97f: * packages/yasnippet: Fix some compilation warnings
Date: Wed, 22 Jun 2016 21:29:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

>> * packages/yasnippet: Fix some compilation warnings
> The changes look good, but I wasn't getting any compilation warnings
> before. Is there some settings that I should enable to get them?

I force lexical-binding mode everywhere.

You can get most of those warnings by setting
byte-compile-force-lexical-warnings to non-nil.

>> -                             yas-dont-activate
>> +                             yas-dont-activate-functions

> Not needed because these are just backwards compat aliases, there
> aren't any yas/dont-activate-functions reference out there.

AFAICT yas-dont-activate is the obsolete alias, which is why I thought
it's better to use yas-dont-activate-functions here, which is the
non-obsolete version of it.


        Stefan



reply via email to

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