Questions tagged [emacs]

GNU Emacs is known for its versatility and customizability. This text editor allows users to write and implement Lisp code to extend its functionality. While Emacs can be used for a variety of editing tasks, this community is dedicated to discussions about advancing the capabilities of Emacs through writing Emacs Lisp functions or exploring specific programming modes. For all other inquiries, including those related to general usage, it may be more suitable to seek assistance on the Emacs Newtab Q&A platform.

Python source blocks in Emacs org-mode do not export properly when using python-mode.el

After adjusting my Emacs configuration to use python-mode.el instead of python.el, I encountered an issue where org mode was no longer able to export python source blocks. The error message displayed after export was: org-export-format-source-code-or-exa ...

Modify Pycharm key bindings for Emacs to utilize an alternative word delimiter

When I'm at work, I'm limited to using basic vi/emacs for a variety of reasons. Since I prefer emacs, I make sure to set my IDEs with emacs key bindings when I use heavier tools like Pycharm in my free time at home. I've noticed that most o ...

The Pymacs assistant fails to load

Currently running emacs 22.1.1 on OS X version 10.8 (mountain lion) and in the process of setting up pymacs, rope, ropemacs as per the instructions outlined on this website: However, upon reaching the stage just before activating auto-complete-mode, I enc ...

What is the process for defining the path while utilizing pdb within emacs?

Trying to utilize pdb in emacs, I encountered the need to adjust the path to PYTHONPATH=lib. However, upon entering the command Run pdb (like this): PYTHONPATH=lib pdb ./pychess. I received an error from Emacs stating that the file PYTHONPATH=lib could n ...

"Flawed spacing in python-mode of emacs causing incorrect indentation

When dealing with objects that have a property named Class, there seems to be an issue in emacs where the indentation of the else: line in if statements is misaligned. The expected indentation versus what emacs generates can be seen below. def func(): ...

Using html-mode in emacs to create a hyperlink

My image src text in emacs has become clickable. I would like to have plain text instead. How can I disable this feature? <img src="index_new_menus_files/menu_bg_2.gif" alt="" border="0" height="55" width="150"> Instead, I want it to be: <img s ...