emacs24 Questions
2
I am trying to have verilog mode indent everything using 2 spaces except decls and always. This is what I added to my .emacs:
;; `define are not indented
(setq verilog-indent-level-directive 0)
;...
Suasion asked 22/6, 2015 at 17:29
5
Solved
I just started using emacs24 (the one that comes with Ubuntu) in order to use deft mode to mimic the behavior of notational velocity on the Mac. My ~/.emacs-d/init.el looks like this:
(add-to-list...
2
Solved
I find the default size of the Emacs frame a little too small. From reading around I know that I can set the height and width quite easily with something like the following:
;;; 140 x 60 window siz...
6
Solved
I am running Emacs 24.3.1 on Mac OS 10.9, compiled on my machine from source through MacPorts. (For good measure I also tried a 24.3 binary from emacsformacosx.com.) I can use the -r switch from th...
2
I am new to emacs & trying to use it for python programming. I have installed elpy & everything is working fine except one thing - I am getting lot of warnings, errors like E401, E402, E501...
6
I am using emacs 24 on fedora 17. I installed markdown-mode, but whenever I try to export a file by typing C-c C-c m or C-c C-c p in emacs, I got this error:
/bin/bash: markdown: command not fou...
Guadalupe asked 9/1, 2013 at 8:28
4
I have read this and this question. In both they say Emacs can deal with authentication, but it does not work for me.
The question is: What is wrong?
The Emacs version is 24.0.97-1, and it is runni...
Unceremonious asked 28/5, 2012 at 15:32
2
Solved
I have successfully installed hy-mode from https://github.com/hylang/hy-mode. I now can open a .hy file in emacs and have syntax highlighting, and editing with paredit is a joy.
I however, don't k...
4
Solved
I am using prelude as a base Emacs configuration.
I have installed lots of packages from the package manager, and I want to use my settings on another machine.
I don't want to carry the installed...
Overrefinement asked 13/12, 2012 at 19:18
3
Solved
I have some weird behavior, I don't actually know if it's a bug or something else.
When I do C-c C-e the option to convert to markdown doesn't appear. Nonetheless I can type the option M-x org-md-e...
2
Solved
Follow up to: Emacs org-display-inline-images
I managed to show inline images following abo-abo's advice. Now I want to set a fixed width size for all of them.
Setting (setq org-image-actual-widt...
3
Solved
This is what the buffer looks like when I run rgrep. I'd like to just see my results--all the other information is meaningless to me.
-*- mode: grep; default-directory: "~/.emacs/" -*-
Grep starte...
3
Ever since upgrading to emacs 24.x I've been seeing this error whenever I open a directory. The entire error is:
ls does not support --dired; see `dired-use-ls-dired' for more details.
Looking a...
3
Solved
I'm using Emacs 24.3 on Windows 8. I want to be able to right-click a file and select "Edit with Emacs" and have the file open in an existing emacs frame. All steps I have done so far are listed be...
6
Solved
I'm running Emacs 24.4 for Windows (installed through Chocolatey) and trying to install CIDER.
When I run M-x package-install [RET] cider [RET], I get [No match]. When I run M-x package-refresh-co...
3
Solved
In previous emacs, "M-x shell" new a shell buffer in current windows.
but recently, I update my emacs to GNU Emacs 26.0.50.2. "M-x shell" new a shell buffer in the other windows. I search google ...
4
I have been using org-mode for publishing scientific notes. Most of what I publish is compiled latex code and I am looking for a way to highlight latex syntax in the org-mode buffer. I came across ...
1
I'm running emacs 24.5 installed via homebrew.
for some weird reason my emacs gets stuck on Contacting host: melpa.org:80
I even tried a fresh install of emacs (removed .emacs.d folder as well)
Al...
Lauraine asked 5/7, 2015 at 16:11
5
In the JetBrains products, there's a very handy key binding that lets you visit all the spots you made an edit. Hit the key once to go to the last edit (file and location), and keep hitting the key...
2
Solved
I have followed post to enable emacs in windows explorer by adding following registry:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Open In Emacs]
[HKEY_CLASSES_ROOT\*\shell\O...
1
Solved
I'm a new user of org-mode and thoroughly enjoying and seeing the benefits it can bring. However, I often want to update my agenda file (it's satisfying). This will read like a 1st world problem, b...
3
Related to this question: How to disable x paste in emacs
This works for the mouse
(setq mouse-drag-copy-region nil)
How do I do the same for Evil mode in emacs?
I'm on Mac OS, running Emacs 2...
4
Solved
In latest version of ̀emacs ( from 24.3.50 snapshot) there is a warning at startup when .emacs.d happens to be in the load path.
Warning (initialization): Your `load-path' seems to contain
your `....
3
Solved
IDO mode is awesome. It's essential to know the basic shortcuts, especially the escape hatch Ctrl-f (introduction-to-ido-mode/) which gets you out of ido-mode.
In dired, if I want to copy a file t...
1
When using Cider, doing "M-." above symbol "clojure.lang.ISeq" gives error "No source available for clojure.lang.ISeq".
I see that the source for this file is in "clojure-1.5.1-sources.jar".
How ...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.