From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: sokobania.01@gmail.com Newsgroups: gmane.emacs.help Subject: Re: Flycheck reports are never satisfying!? Date: Mon, 1 Sep 2014 05:27:51 -0700 (PDT) Message-ID: References: <86ha0w95vp.fsf@somewhere.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1409574629 11127 80.91.229.3 (1 Sep 2014 12:30:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Sep 2014 12:30:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 01 14:30:19 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XOQkU-0000h6-SQ for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Sep 2014 14:30:18 +0200 Original-Received: from localhost ([::1]:59985 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOQkU-0000ej-D9 for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Sep 2014 08:30:18 -0400 X-Received: by 10.42.21.209 with SMTP id l17mr15307361icb.8.1409574471773; Mon, 01 Sep 2014 05:27:51 -0700 (PDT) X-Received: by 10.140.82.81 with SMTP id g75mr41065qgd.12.1409574471601; Mon, 01 Sep 2014 05:27:51 -0700 (PDT) Original-Path: usenet.stanford.edu!uq10no7931430igb.0!news-out.google.com!q8ni9qal.1!nntp.google.com!m5no4875848qaj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <86ha0w95vp.fsf@somewhere.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=213.39.33.67; posting-account=6AmU8QoAAABkSb2sbJisGlnlR_egh2hP Original-NNTP-Posting-Host: 213.39.33.67 User-Agent: G2/1.0 Injection-Date: Mon, 01 Sep 2014 12:27:51 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:207284 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99561 Archived-At: What about just putting something like this: (eval-when (compile) (require 'flycheck)) Shouldn't it require and load the flycheck module only at compile time?