emacs24 Questions

2

Solved

After updating all installed packages via M-x list-packages, U, x, how can I easily do any or all of the following: see a list of the packages (and their repository URLs) that were just updated v...
Olvan asked 24/2, 2014 at 21:12

3

My goal is to use Emacs 24 as my python editor ( also has a Matlab and R editor but that's not what my question is about ). (Please let me know if I left out any information or if I did not state ...
Headcheese asked 19/2, 2014 at 12:47

1

I'm using emacs24.0.92 with IPython 12. I took ipython.el file from IPython repository and also tried this patch however auto-completion still does not work for me. Can someone give any hint about ...
Poltroon asked 19/3, 2012 at 21:0

1

Solved

Realised after much head-scratching in relation to this question that gdb seems to be broken in emacs 24 So I have switched to gud-gdb But I now notice that the very handy red dots on break point...
Alwitt asked 18/12, 2013 at 15:45

1

I am trying to change the styling of the modeline in emacs 24. I want to add an overline and an underline. Underline works fine, but overline is not working for some reason. Here is my code so far...
Calumnious asked 26/5, 2013 at 20:25

2

Solved

Is there a way to get line numbering only in specific modes, i.e Python, Java, C++, etc., rather than in every window? I thought I saw something about this the other day, but I can't find it. Cur...
Demented asked 8/12, 2013 at 3:32

3

Solved

Is there a way to find out how long a buffer has been active in Emacs? M-x list-buffers lists them, but there is no way of deducing how long the buffer has existed for.
Janicejanicki asked 18/11, 2013 at 13:34

1

Solved

On upgrading from Emacs 23 to Emacs 24, filename completion suddenly became case sensitive in shell-mode. I had customized Emacs 23 to be case insensitive in this case but I forget the exact custom...
Alverson asked 18/11, 2013 at 18:34

1

Solved

I'm not sure this is possible, but I'd like to setup some project specific key bindings by using .dir-locals.el Of course .dir-locals.el has to contain a special list of settings, so I can't do: ...
Zimmer asked 2/11, 2013 at 2:2

6

Solved

In emacs 24, the order that color themes are applied seems to matter. This is obvious if you do M-x color-theme-select. The order that you ic Does anybody have any insight into this issue? I'd li...
Rust asked 28/3, 2012 at 2:7

2

Solved

I've created a custom key binding macro as follows: (global-set-key (kbd "C-C C-c") "\C-a\C- \C-n\M-w\C-y") The problem is that C-c C-c is defined for python-send-buffer in python-mode. So ...
Adrastus asked 11/10, 2013 at 18:11

3

Solved

(global-set-key (kbd "<s-d>") 'duplicate-line) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ECB MODE;;;;;;;;;;;;;;;;;;;;; (global-set-key (kbd "<s-left>") 'ecb-goto-window-methods) (glo...
Jaddo asked 25/9, 2013 at 5:33

2

Solved

It seems to me that the new Package system that is built-in on Emacs 24 has some flaws when it comes to properly loading and initializing the installed packages. Recently, I upgraded to Emacs 24....
Neptunium asked 20/6, 2012 at 19:49

3

Solved

Is there an built-in option in emacs to toggle between full window and a split window, so that both files remain the same? As if minimizing one buffer for a while. Currently, when I do C-x 3 to spl...
Paugh asked 2/9, 2013 at 17:57

1

Solved

Org-mode's C-cep does export as LaTeX and process to PDF. How can C-cep be executed on each C-xs? Also, in all likelihood this probably isn't the optimal solution, so feel free to propose somethin...
Veator asked 17/8, 2013 at 16:44

2

Solved

Emacs 24 now has lexically-scoped variables. It also still has dynamically-scoped variables, of course. Now that it has both, I'm quite confused about when a variable will have which kind of scope....
Latton asked 4/10, 2011 at 22:41

1

Solved

I am using Emacs 24, console. I am looking for a way to replace the character of the vertical border with another, \u2502. Since I didn't find much, I believe it is hardcoded in the source. Is the...
Shuffleboard asked 13/8, 2013 at 13:36

2

Solved

I've recently begun to learn org-mode and have been following a couple of online tutorials such as this: http://www.linuxjournal.com/article/9116?page=0,2 I've encountered a problem where the TODO...
Lever asked 2/8, 2013 at 7:24

4

Solved

Hi how can I colorize the emacs buffer menu, I'd like to have different colors for different type of files. That should make it easier to navigate a large list of buffers.
Desimone asked 13/5, 2012 at 10:23

1

Solved

I'm having a hard time understanding exactly how macro expansion works. What is the difference in how the elisp interpreter handles these two snippets of code? (defmacro foo (arg) (message "arg i...
Unwinking asked 13/6, 2013 at 17:18

1

Solved

Why does byte-compiling the the following produce a warning? (defmacro foomacro (shiftcode) `(defun foo (&optional arg) (interactive ,(concat shiftcode "p")) (message "arg is %i" arg)) `(d...
Miniature asked 12/6, 2013 at 19:32

2

Solved

I just found the coffeetags tool and can confirm that it works with vim. Is there something similar for Emacs? Has anyone managed to get etags working for Emacs with coffeescript?
Impress asked 9/6, 2013 at 16:29

0

I am on ubuntu. Just installed sr-speebar via marmalade. I know speedbar comes built in but I was not able using the wiki directions to get it into the same frame. So I installed via marmalde this...
Heterophyllous asked 9/6, 2013 at 0:37

2

Solved

I have a multi-screen display. Within emacs (GNU Emacs 24.2.1 (i386-mingw-nt6.1.7601) on Windows 7), how can I determine the number of physical screens, and cause things to happen on different scre...
Interlaminate asked 6/6, 2013 at 12:0

1

I'm in trouble to make flyspell to work in emacs. I'm a Mac user, but I'm not using Aquamacs, which seems to provide this facility by default. Starting new Ispell process [/usr/local/bin/aspell::d...
Griffith asked 12/5, 2013 at 0:47

© 2022 - 2024 — McMap. All rights reserved.