emacs Questions

3

Solved

Anyone know of any graphical breadcrumbs for Emacs? I would like to have the path to the file I am currently editing displayed on top somewhere.
Lunate asked 12/1, 2012 at 11:58

3

Solved

I have emacs behaving more or less how I want it to by using this common bit of elisp: (defun toggle-current-window-dedication () (interactive) (let* ((window (selected-window)) (dedicated (win...
Coleoptile asked 22/11, 2010 at 10:52

4

Solved

When you copy text from one buffer to another (M-w and C-y) it copy text with font-lock and when you paste it it display with colors from the buffer I copied the text. Is it possible to change that...
Thais asked 25/2, 2014 at 19:54

3

Solved

Following are the snippets in my init.el relevant to Flymake: (add-hook 'python-mode-hook (lambda () (unless (eq buffer-file-name nil) (flymake-mode 1)) ;dont invoke flymake on temporary buffe...
Extramundane asked 26/12, 2013 at 7:26

3

Solved

A minimal Rmarkdown document has a YAML header, markdown syntax and R code chunks. To edit such a multi-language file, I am using the Emacs editor, and the buffer in which the Rmd document is opene...
Irruption asked 30/11, 2016 at 17:8

4

Solved

Is there a good php syntax highlighter for Emacs? I'm using Emacs 23. I've tried php-mode, but that doesn't do anything. I've tried nXhtml, but that ignores my color theme and reverts to some awful...
Rosewater asked 22/4, 2010 at 16:12

2

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 proce...
Religiosity asked 15/12, 2012 at 18:18

4

Solved

I'm trying to compile and statically link Emacs, because at work I'm forced to do JavaScript development over ssh on a production server running CentOS 5.1 with a broken package manager configurati...
Pangenesis asked 5/7, 2013 at 0:16

3

Solved

I have 2 files: php file with code org file with docs How to create a link to a line in php file from org file? So clicking it will move the cursor to the appropriate line in php file.
Biennial asked 22/8, 2012 at 20:18

2

Solved

I use a library called dired-details and dired-details+ to simplify dired's display, such that a line like this: -rw-r--r--@ 1 peter staff 22571 Apr 15 16:05 foo.txt displays like this: foo.tx...
Toy asked 21/4, 2014 at 23:51

5

Solved

I have an org file with lots of babel source blocks in it that only need to be re-executed when the code is changed. How do I prevent org from executing all of the blocks during export? In other w...
Accommodating asked 29/4, 2015 at 19:12

3

Solved

I have a Emacs extension that creates a buffer named *erl-output*. This buffer gets created with only fundamental-mode by default. Is there any way to automatically enable compilation-minor-mode on...
Develop asked 19/8, 2009 at 11:5

3

I am currently using doom-emacs and I have the problem that I set my font sizes up using my 4K (28") monitor but I also need emacs on my Laptop 1920x1080 (15.6") for school and I would li...
Mateusz asked 17/1, 2022 at 8:14

3

Solved

Is there a shortcut? Ctrl + S gives I-search:, and that is case-insensitive.
Montpellier asked 22/7, 2012 at 17:38

6

Solved

I use Emacs for years, and nowadays, I write a lot of files in org mode, such as notes, plans/conclusions or something else. However but most website support markdown-style instead of org-style. St...
Figurine asked 5/4, 2012 at 10:48

2

Solved

I recently found out that Mac has system wide keybindings based on Emacs, but have had difficulty finding a complete list of them. Anyone know of any resources for this? I've been learning Vim, bu...
Viminal asked 12/8, 2014 at 23:13

4

Solved

As I understand it, when I do nrepl-jack-in a REPL is loaded along with all the dependencies defined in project.clj. If I then update project.clj to add a new dependency, do I need to kill the serv...
Litton asked 8/2, 2013 at 19:3

7

I was working in Emacs and then suddenly, the slime-repl sbcl says text is read only. Well that's great because now I can't type anything into it. How do I fix this?
Slake asked 4/7, 2014 at 0:17

1

What's the best way to install packages in spacemacs? 1. Using M-x package-install 2. Include the packages to be installed in dotspacemacs-additional-packages 3. (use-package ) I couldn't find a ...
Hiragana asked 11/3, 2020 at 11:54

11

Solved

Since Python 2.6, it seems the documentation is in the new reStructuredText format, and it doesn't seem very easy to build a Texinfo Info file out of the box anymore. I'm an Emacs addict and prefe...
Johnsonian asked 28/6, 2009 at 13:11

5

Solved

How can I enable Show-Paren mode only for *.el files? I have tried (add-hook 'emacs-lisp-mode-hook '(lambda() (show-paren-mode 1) )) But it still enables Show-Paren mode for all the cases. Ev...
Hebron asked 22/4, 2012 at 9:59

5

Solved

Commands entered after pressing M-x can be viewed using the up/down arrow keys. How can I get a list of all the commands including menu bar invocation, commands triggered using mouse clicks, etc. ...
Thistle asked 7/3, 2012 at 13:44

2

Solved

When I try to get rlwrap to work inside an Emacs (version 24.3.50.1) shell buffer (either M-x shell or M-x eshell), I get this error message: rlwrap: Oops, crashed (caught SIGFPE) - this should...
Multifoliate asked 30/9, 2014 at 1:49

3

Solved

I am using Emacs 23 and have the following problem: I run our project's build system from within Emacs like M-x compile -> cd /foo/bar && ./build The build system now does some magic, "c...
Tempietempla asked 4/5, 2012 at 14:41

5

Solved

There are several similar setting functions: set & setq set-default defcustom custom-set-value custom-set-variables customize-set-value customize-set-variable so, what's the difference bet...
Stowage asked 21/8, 2012 at 15:55

© 2022 - 2024 — McMap. All rights reserved.