all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [elpa] master 74aa97f: * packages/yasnippet: Fix some compilation warnings
       [not found] ` <20160622125318.41371220123@vcs.savannah.gnu.org>
@ 2016-06-23  1:24   ` Noam Postavsky
  2016-06-23  1:29     ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Noam Postavsky @ 2016-06-23  1:24 UTC (permalink / raw)
  To: emacs-devel, Stefan Monnier

On Wed, Jun 22, 2016 at 8:53 AM, Stefan Monnier
<monnier@iro.umontreal.ca> wrote:
> branch: master
> commit 74aa97f31a5bc11009ce5bfddfd9fcbde1bbc89b
> Author: Stefan Monnier <monnier@iro.umontreal.ca>
> Commit: Stefan Monnier <monnier@iro.umontreal.ca>
>
>     * 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?

> @@ -4523,7 +4522,7 @@ and return the directory.  Return nil if not found."
>                               yas-after-exit-snippet-hook
>                               yas-before-expand-snippet-hook
>                               yas-buffer-local-condition
> -                             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.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [elpa] master 74aa97f: * packages/yasnippet: Fix some compilation warnings
  2016-06-23  1:24   ` [elpa] master 74aa97f: * packages/yasnippet: Fix some compilation warnings Noam Postavsky
@ 2016-06-23  1:29     ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2016-06-23  1:29 UTC (permalink / raw)
  To: Noam Postavsky; +Cc: emacs-devel

>> * 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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-23  1:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20160622125317.11297.96134@vcs.savannah.gnu.org>
     [not found] ` <20160622125318.41371220123@vcs.savannah.gnu.org>
2016-06-23  1:24   ` [elpa] master 74aa97f: * packages/yasnippet: Fix some compilation warnings Noam Postavsky
2016-06-23  1:29     ` Stefan Monnier

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.