Tagged Questions
2
votes
2answers
55 views
Why does one python file have indent-tabs-mode set?
I've got one Python source file which has somehow "remembered" the wrong indent mode. If I do "emacs foo.py", and then immediately do "c-h v indent-tabs-mode", it says, "Its value is t". All other ...
0
votes
1answer
36 views
how to disable background attribution in htmlize.el when exporting html
now I am using emacs 24.2.1, orgmode 8.0.2,
htmlize.el 1.47.
when exporting html with source code. such as for python. the variable is always attached with a background attribution. The highlight ...
2
votes
1answer
59 views
Autopair and Python strings
I use autopair-mode globally for intelligent quote/paren/bracket pairing. It helps in most situations, except one.
It's kind of a pain in the ass using Python's multi-quote strings. Typing quote once ...
2
votes
1answer
73 views
How to make the auto-complete information more compact in emacs-jedi?
I have been learning python about a month and I used emacs24.3 with jedi to write python code.
The jedi works very well, I like it very much. However, I would like to make the auto-complete menu more ...
3
votes
1answer
84 views
Emacs indentation does not identify variables in Python-mode
So I really like how Emacs automatically colors variables in Python. However, when there is indentation (e.g. within a for loop), it does not color the syntax anymore. Is there an easy solution (same ...
0
votes
1answer
56 views
How to use emacs tramp to edit remote python file?
I have installed the tramp on my emacs properly. I can use it to edit the remote txt files, however, once I create an *.py file on the remote host and edit it, after I input 2 letters, the whole emacs ...
4
votes
3answers
63 views
Wrap long python strings with emacs
How can I automatically wrap long python strings in emacs so that they print correctly?
Specifically, I am trying to add help strings with optparse which I want to be able to modify easily.
I have ...
1
vote
1answer
54 views
In emacs how can I execute the currently edited python script with custon arguments?
I'm using python.el for editing python scripts. When I write a script which is later intende as a command line command, I naturaly wat to test the script with sample arguments.
I tried using C-c C-c ...
13
votes
2answers
386 views
Comparison of Python modes for Emacs
So I have Emacs 24.3 and with it comes a quite recent python.el file providing a Python mode for editing.
But I keep reading that there is a python-mode.el on Launchpad, and comparing the two files ...
3
votes
2answers
312 views
Emacs Jedi auto-complete not working on init
I installed jedi along with some other packages via el-get the other day, and initially it all worked great (auto-completion, popup menus etc).
In the past few days, however, jedi has stopped working ...
1
vote
1answer
86 views
Pyflakes with Emacs
I'm trying to install pyflakes with emacs. So far, i've got the flymake.el file from here. I put it inside my .emacs.d folder. Inside my .emacs file, I have this:
(when (load "flymake" t)
(defun ...
1
vote
1answer
84 views
Have Emacs edit Python docstrings using rst-mode
How to I get Emacs to use rst-mode inside of docstrings in Python files? I vaguely remember that different modes within certain regions of a file is possible, but I don't remember how it's done.
1
vote
1answer
91 views
python code blocks in org-mode don't have persistent sessions in emacs24.3
Has something significant changed in how org-mode handles the :session argument in source code blocks between Emacs24.1 and Emacs24.3? I cannot get a persistent python session running anymore, and I ...
1
vote
1answer
128 views
Where do I put IPython configuration files?
I have been trying to set my %edit editor to Emacs for a while and made very slow progress.
The IPython 0.13 docs were unclear about how to actually configure this. It told me to set EDITOR to the ...
3
votes
2answers
84 views
How to cancel interpreter command in emacs python-mode
If I mistype a command in the python intepreter, sometimes I just see .... For example if I type help(random.unif and press enter I cannot enter a new command. I have to exit emacs and start python ...
4
votes
2answers
92 views
Emacs set spacing for inline (end of line) comments
In the PEP 8 style guide for python, it is recommended that inline comments are separated by the rest of the line by two spaces. However, the default in Emacs is that running comment-dwim or ...
1
vote
1answer
52 views
Pymacs - Unable to call a method obtained with pymacs-eval
The Pymacs 0.25 manual has the following snippet in Section 3.4.2
(pymacs-exec "import re")
(setq matcher (pymacs-eval "re.compile('PATTERN').match"))
(pymacs-call matcher "PATTERN123")
In ...
1
vote
1answer
65 views
How to reload python modules on python-shell-send-buffer in Emacs?
When I use python-shell-send-buffer (C-c C-c) I can see changes from my main buffer in python shell.
But if my buffer has imported modules they are not reloaded. How can it be fixed?
For ...
5
votes
2answers
461 views
emacs-jedi does not find numpy completions
I installed emacs-jedi to get some code completion for python in emacs. In general, I must say that I am very impressed! It works well out of the box and finds completions quickly for built -in ...
1
vote
2answers
152 views
Emacs: How can I automatically start a python interpreter in python-mode?
After every Emacs startup in python-mode I need to open the interpreter in a different buffer and
change the size of the new buffer that it fits emacs-code-browser's history. I want to automate
this ...
0
votes
1answer
149 views
Why does the python interpreter not print input code and output in emacs python shell buffer for python-mode?
My current python setup in emacs is:
(setq py-shell-name "ipython") ;; sudo pip install ipython
(setq py-shell-name "/usr/local/bin/ipython")
(setq py-force-py-shell-name-p t)
(add-to-list 'load-path ...
0
votes
0answers
42 views
Can't find Python when loading pymacs under Cygwin
I'm trying to set Emacs to load Pymacs under Cygwin. I've changed the default shell to be Cygwin, I also added C:/cygwin/bin to %PATH% (this is where Python executable is), but this didn't help. Any ...
0
votes
1answer
156 views
Emacs deferred errors
I have installed the Emacs package jedi-emacs using M-x package install
and the following Python packages:
Jedi
EPC
argparse
using:
pip install ...
1
vote
2answers
159 views
Emacs Extension for Python Auto Complete
I'm looking for an extension which will help in Python's auto complete feature in Python.
If I type the following code:
a = [4,5,6]
a.p
Then I expect it would give me a suggestion for pop as it is ...
0
votes
3answers
139 views
How to wrap and align comments in python code
I'm trying to make my python code look better more readable. I read the style guide but I don't know how to get something like this
x = foo(x); # compute the value of the next prime number
...
0
votes
0answers
118 views
ansi colors not displaying in emacs window
I know that variants of this question have been asked before... but I must be having a different problem because the solutions aren't working for me. I've got a text file that uses ANSI codes which ...
1
vote
2answers
77 views
python: displaying help documents
I am running python-mode with iPython in emacs. Especially with numpy packages, when I type
[1]: help(numpy.array)
or anything similar in the interactive buffer, pages and pages of documentation ...
3
votes
1answer
288 views
Emacs: How to configure Emacs for iPython, pylint and autocompletion support?
I am an intermediate Python programmer that uses Eclipse with the Pydev plugin.
Now I plan to switch to Emacs to speed up coding. I am struggling with the Emacs configuration
and want to add support ...
2
votes
3answers
105 views
How to re-indent Python code after changing indent width in Emacs?
I changed python-indent from 3 to 4. I then mark-whole-buffer and indent-for-tab-command. It gave me garbage.
1
vote
1answer
70 views
Why UnicodeEncodeError raised only in emacs's python shell?
In emacs (use run-python command to call python3):
>>> sys.version
sys.version
'3.2.3 (v3.2.3:3d0686d90f55, Apr 10 2012, 11:25:50) \n[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]'
>>> ...
0
votes
1answer
90 views
Store `local-set-key` in the configuration of emacs
For example, I use the command local-set-key to set the key C-c C-n for flymake-goto-next-error in python-mode.
Instead of writing an expression and wrapping it into python-mode-hook, is there a ...
1
vote
1answer
110 views
How to enable `flymake-display-err-menu-for-current-line` in terminal for emacs?
I'm using flymake-python. When I execute flymake-display-err-menu-for-current-line, emacs always complains that Can not put GUI menu on this terminal.
Does anyone have ideas about how to show ...
2
votes
2answers
134 views
Running flymake for python when files don't have .py extension
I'm not a lisp guy at all, but my primary scripting environment lives on emacs and I need some help to get my flymake/pyflakes running when there is no .py extension on files. Because some of the ...
1
vote
2answers
107 views
Emacs python-mode.el comments start a new line
I am using python-mode.el in Emacs to edit some Python code and it has the most annoying feature where it auto-indents a comment and then starts a new line. For example, if I have this:
def x():
...
0
votes
3answers
66 views
ropemacs on windows with django project is very slow
In a newly created Django project I'm using ropemacs to get semantic completions and refactoring functionality. But it seems that everytime I enter a character that triggers a completion list check, ...
2
votes
1answer
353 views
What is the correct flymake configuration for emacs? (using Python.el)
I am using emacs as python IDE. I am having flymake installed, however, it shows the following error whenever I work with a .py file
Error (flymake): Flymake: Failed to launch syntax check process ...
2
votes
1answer
276 views
Setting a proper version of Python and PYTHONPATH variable in emacs
I'm trying to learn Emacs developing for Python and I have discovered some of my projects don't work because of modules import problem, namely SciPy or NumPy are not imported. I've tried solutions ...
0
votes
0answers
47 views
Emacs Python error delay
I'm using Python 3.3 and Emacs 23.4 on Windows 7. I'm getting some odd behaviour when using python-shell. If I type in a command that produces some sort of output I get the result immediately on the ...
1
vote
1answer
218 views
Emacs: Kill running python script
I don't know if this is a bug with matplotlib/python but running the following from emacs removes my ability to kill the matplotlib process by clicking [x] on the figure window, it has no effect. Is ...
1
vote
3answers
768 views
Emacs python autocompletion
I've installed python-mode, pymacs and pycomplete+ from el-get on emacs24. But i am not able to get auto-completion for python in emacs.
0
votes
1answer
87 views
rope-auto-import did not work
virtualenv env
pip install -e git+https://github.com/pinard/Pymacs.git@v0.24-beta2#egg=Pymacs-dev
pip install -e hg+https://bitbucket.org/agr/rope#egg=rope-dev
pip install -e ...
1
vote
2answers
133 views
python-mode 6.0.12 indent after return or pass
I use python-mode in emacs.
I have been using for 1 month with no problems.
Now I have a problem, in that whenever I 'return' or 'pass' a function inside a class, the indent returns to the start of ...
0
votes
0answers
69 views
python emacs debugging
I can set a breakpoint with
import pdb
pdb.set_trace()
However, when I want to set a breakpoint in library code, I'd like to set a breakpoint without modifying the code (perhaps C-x space).
C-x ...
0
votes
1answer
56 views
Accessing IPython functionality from the debugger
I have noticed that some of the ipython functionality is not available from the debugger. For example, the ? and ?? operands for variable introspection don't work:
e.g.
ipython> run ...
0
votes
3answers
346 views
Sending code from Python buffer to IPython session running from M-x ansi-term
Say I open a terminal emulator in Emacs with M-x ansi-term. This opens a buffer in Emacs with the shell of my choice. Say I then run ipython from this shell. Can I send code to this ipython session ...
2
votes
2answers
582 views
IPython support on Emacs 24.x
I am confused about the integration of IPython with Emacs. Starting with Emacs 24, Emacs ships with it's own python.el. Does this file have support for IPython or just for Python?
Also, the Emacswiki ...
1
vote
1answer
89 views
How to make emacs works like “ipython manage.py shell” with django?
I am new to emacs and Django.
I've found ipython quite convenient, especially its TAB completion.
In a ipython Django shell, TAB completion is quit convenient because it also includes Django setting. ...
8
votes
1answer
156 views
Is there a concise emacs lisp equivalent of Python's [n:m] list slices?
One thing I find myself missing in emacs lisp is, surprisingly, a particular bit of list manipulation. I miss Python's concise list slicing.
>>> mylist = ["foo", "bar", "baz", "qux", ...
68
votes
4answers
12k views
ropemacs USAGE tutorial
There are many sites with instructions on installing ropemacs, but so far I couldn't find any with instructions on how to use it after it's already installed. I have it installed, or at least it seems ...
28
votes
3answers
6k views
Emacs and Python
I recently started learning Emacs. I went through the tutorial, read some introductory articles, so far so good.
Now I want to use it for Python development. From what I understand, there are two ...


