Tagged Questions

Flymake is a minor editing mode for Emacs that performs on-the-fly syntax checks on the contents of your current buffer as you edit it, highlighting errors and warnings against the lines they occur on.

learn more… | top users | synonyms

11
votes
2answers
413 views

Running pyflakes remotely with flymake and tramp in emacs?

I'm trying to use flymake to run pyflakes, as suggested here This works fine for local files, and almost works with remote files with a bit of tweaking, but I'm left with a problem where ...
7
votes
2answers
909 views

Emacs: annoying Flymake dialog box

I have the following lines in my ~/.emacs.d/init.el (custom-set-variables '(flymake-allowed-file-name-masks (quote ( ("\\.cc\\'" flymake-simple-make-init) ("\\.cpp\\'" ...
5
votes
3answers
752 views

How to disable Emacs-Flymake for html mode

Here is my flymake setup in .emacs file: (when (load "flymake" t) (defun flymake-pyflakes-init () (let* ((temp-file (flymake-init-create-temp-buffer-copy ...
4
votes
2answers
114 views

Getting rid of “buffer has running process” confirmation when the process is a flymake process

Is there a way to tell emacs to always kill flymake processes when I'm closing the associated buffer? I don't want to get the confirmation when the only process associated with the buffer is a flymake ...
3
votes
3answers
275 views

Can flymake's temporary file be created in the system's temporary directory?

I am currently using the following code to hook up flymake and Pyflakes in emacs: (defun flymake-create-temp-in-system-tempdir (filename prefix) (make-temp-file (or prefix "flymake"))) and then I ...
3
votes
1answer
371 views

Pylint not working with Emacs GUI on OS X; works from command-line

When run from the command-line (emacs filename.py) flymake and pylint work perfectly together. Errors are highlighted properly. (Although I can't tooltip hover to get error details because it's ...
3
votes
1answer
139 views

emacs: help me solve this autoload ordering problem with flymake and csharp

How can I deliver a module that requires patching flymake, with minimal startup time (=autoload) and minimal impact on the user's emacs.el? I'm working on the flymake-for-csharp module. It works ...
3
votes
3answers
82 views

Is there a trick to debugging a spin in emacs elisp, in a flymake module?

I am getting a CPU spin in emacs elisp, within the C# flymake module. (Flymake is the module in emacs that periodically runs a build, then highlights any syntax errors or warnings in the current ...
3
votes
4answers
865 views

Identifying PHP unused variables (in Emacs)?

Is it somehow possible to identify unused variables in a PHP file in Emacs? With other languages, this is possible by using tools such as flymake. I've already enabled Flymake to show syntax errors ...
2
votes
0answers
21 views

Are there any automake m4 macros for flymake mode?

EmacsWiki (in http://www.emacswiki.org/emacs/FlyMake) has a recommendation to create a flymake.mk file and include it in every Makefile if you are using Automake, but this doesn't seem very... ...
2
votes
0answers
320 views

Flymake Configuration Error in Ubuntu Emacs (C++ mode)

I have been trying to set up fly-make on my system. But it hasn't been working. I have a C++ file called advancedFunctions.cpp and a have a Makefile in the directory where my .cpp file is housed. My ...
2
votes
1answer
59 views

Is there a way to make flymake to compile only when I save

When I type flymake makes the cursor hang a little. It's kind of annoying. I was wondering if there is a way to tell flymake to do not parse and compile each time I change something, just do it when ...
1
vote
4answers
148 views

Flymake complains X is not available even when configured not to use X

Running the Flymake mode in a text-mode console Emacs session, how can I tell Flymake to display its messages in the text console instead of trying to communicate with X? Emacs 23 running on various ...
1
vote
2answers
191 views

flymake fails with “Wrong type argument: symbolp, (utf-8)”

I'm trying to get flymake to work, but when I run flymake-mode, I get the following error switched OFF Flymake mode for buffer TdDisassemblerIde.cpp due to fatal status \ PROCERR, warning Failed to ...
1
vote
1answer
178 views

Flymake quits right ahead after loading with js2-mode

When opening .js files, js2-mode and, subsequently, flymake-js is automatically loaded. But flymake unloads right ahead with the message Toggling flymake-mode off; better pass an explicit ...
1
vote
1answer
798 views

Emacs: Pymacs not loading ropemacs with Carbon Emacs

I'm attempting to use Pymacs with rope/ropemacs for flymake syntax checking as described here: http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/ When I start ...
1
vote
1answer
366 views

Using One Key for Both flymake And flyspell

I am using flymake with pyflakes to check my python code and flyspell to check my strings and comments. I want to have one function which will go to the next error, or will display information about ...
0
votes
2answers
86 views

Emacs - Can't get Flymake to work with JSHint

I'm trying to get JSHint to work with Flymake. jshint is indeed installed in /opt/bin and works. /opt/bin is in Emacs' exec-path. I've followed the directions on the EmacsWiki and have this in my ...
0
votes
2answers
87 views

Emacs flymake prevents loading of files when directory is not writeable

When I open a file in a directory that is not writeable I get Opening output file: Permission denied, /path/to/file At the same time the file is not loaded. When I repeat the find-file command, ...
0
votes
1answer
106 views

Yellow Flymake Tooltip / error box disappearing too early

Are you using Flymake + Emacs + GHC Inferior Mode? When I have an Flymake Error raised with red background color in the editor - I can move the mouse over and get an yellow tooltip explaining the ...
0
votes
2answers
236 views

flymake CFGERR problem

I'm trying to use flymake on emacs 22.3.1 on openSuse 11 but I got this error: Making completion list... file /home/ruggero/makefily/prova.cpp, init=flymake-simple-make-init flymake is running: nil ...