From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pressure Newsgroups: gmane.emacs.help Subject: Use flymake in vbnet-mode Date: Mon, 30 May 2011 08:31:04 -0700 (PDT) Message-ID: <31734234.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1306795756 13029 80.91.229.12 (30 May 2011 22:49:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 30 May 2011 22:49:16 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 31 00:49:13 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QRBGp-0003kF-8k for geh-help-gnu-emacs@m.gmane.org; Tue, 31 May 2011 00:49:11 +0200 Original-Received: from localhost ([::1]:58741 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRBGo-0004aU-Tk for geh-help-gnu-emacs@m.gmane.org; Mon, 30 May 2011 18:49:10 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QR4Qs-0004ZO-OZ for Help-gnu-emacs@gnu.org; Mon, 30 May 2011 11:31:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QR4Qr-0003yh-CE for Help-gnu-emacs@gnu.org; Mon, 30 May 2011 11:31:06 -0400 Original-Received: from sam.nabble.com ([216.139.236.26]:50890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QR4Qr-0003yc-7R for Help-gnu-emacs@gnu.org; Mon, 30 May 2011 11:31:05 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1QR4Qq-000739-Ff for Help-gnu-emacs@gnu.org; Mon, 30 May 2011 08:31:04 -0700 X-Nabble-From: maqemikiassen@hotmail.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 216.139.236.26 X-Mailman-Approved-At: Mon, 30 May 2011 18:49:03 -0400 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:81265 Archived-At: Hi all. This is my first post and not really sure if this is the right foru= m but.. I've gotten myself Emcs for windows and set it up with .emacs.d, init.el and a home path to .emacs.d. My problem is I've gotten myself vbnet-mode.el from emacswiki.org, tried to set it up to use error syntax highlighting with flymake, I've altso tried with setting up emacsclient with microsoft's net framework vbc.exe too, but no succes with the syntax highlighting. My question is, how can Emacs be setup to use error syntax highlighting for vbnet-mode, preferrably with flymake from the vbnet-mode.el code. S=C3=A5 far the guess from me is = to enable some of these "defcustom" in some way: ;; Variables you may want to customize. (defcustom vbnet-mode-indent 4 "*Default indentation per nesting level." :type 'integer :group 'vbnet) (defcustom vbnet-want-fontification t "*Whether to fontify VB.NET buffers." :type 'boolean :group 'vbnet) (defcustom vbnet-want-imenu t "*Whether to generate a buffer index via imenu for VB.NET buffers." :type 'boolean :group 'vbnet) (defcustom vbnet-want-yasnippet-fixup t "*Whether to enable the builtin snippets for ya-snippet. This is meaningful only if ya-snippet is available." :type 'boolean :group 'vbnet) (defcustom vbnet-want-flymake-fixup t "*Whether to enable the builtin supprot for flymake. This is meaningful only if flymake is loaded." :type 'boolean :group 'vbnet) (defcustom vbnet-capitalize-keywords-p t "*Whether to capitalize BASIC keywords." :type 'boolean :group 'vbnet) (defcustom vbnet-wild-files (list "*.vb" "*.frm" "*.bas" "*.cls") "*List of Wildcard patterns for BASIC source files." :type 'list :group 'vbnet) (defcustom vbnet-ide-pathname nil "*The full pathname of your Visual Basic exe file, if any." :type 'string :group 'vbnet) --=20 View this message in context: http://old.nabble.com/Use-flymake-in-vbnet-mo= de-tp31734234p31734234.html Sent from the Emacs - Help mailing list archive at Nabble.com.