Tagged Questions

20
votes
21answers
2k views

What’s in your .emacs?

I've switched computers a few times recently, and somewhere along the way I lost my .emacs. I'm trying to build it up again, but while I'm at it, I thought I'd pick up other good configurations that …
15
votes
6answers
4k views

How do I set the size of emacs’ window?

I'm trying to detect the size of the screen I'm starting emacs on, and adjust the size and position the window it is starting in (I guess that's the frame in emacs-speak) accordingly. I'm trying to …
13
votes
7answers
1k views

Is there a (repeat-last-command) in emacs?

frequently, I've dug into apropos and docs looking for something like the following only to give up to get back to the task at hand: (repeat-last-command) do the last C- or M- command I just …
13
votes
7answers
952 views

Tips for Learning Elisp?

I have been using emacs for years now and I keep meaning to get a better understanding of elisp so I can customize the editor. One problem I have found is that it is a fairly daunting task to get …
12
votes
5answers
386 views

How can I spot subtle Lisp syntax mistakes?

I'm a newbie playing around with Lisp (actually, Emacs Lisp). It's a lot of fun, except when I seem to run into the same syntax mistakes again and again. For instance, here's something I've …
10
votes
4answers
356 views

Tips for profiling misbehaving Emacs lisp?

I customize Emacs a lot. Recently, I added something to my .emacs configuration that sporadically pegs my CPU at 100%, but I really don't know what it is. If I press C-g a bunch of times, eventually …
10
votes
5answers
412 views

How to invoke an interactive elisp interpreter in Emacs?

Right now I write expressions in the *scratch* buffer and test them by evaluating with C-x C-e. I would really appreciate having an interactive interpreter like SLIME or irb, in which I could test …
9
votes
5answers
271 views

How to preserve clipboard content in Emacs on Windows?

This is scenario that I ran into a few times: I copy some text from other program. Go to Emacs and did some editing before I paste/yank the text in. C-y to yank and voila ... not the text I intended …
9
votes
4answers
418 views

How do I do closures in Emacs lisp?

I'm trying to create a function on the fly that would return one constant value. In JavaScript and other modern imperative languages I would use closures: function id(a) { return function() …
8
votes
2answers
119 views

How can I tell in elisp if Emacs is using X?

I have some items in my .emacs that I don't want to run if I ran emacs -nw. How can I tell in elisp if that is the case? (edited to change -nox to -nw --- where was my brain?)
8
votes
5answers
557 views

How can I emulate Vim’s * search in GNU Emacs?

In Vim the * key in normal mode searches for the word under the cursor. In GNU Emacs the closest native equivalent would be: C-s C-w But that isn't quite the same. It opens up the incremental …
8
votes
3answers
474 views

Maximizing an Emacs frame to just one monitor with elisp

I use maxframe.el to maximize my Emacs frames. It works great on all three major platforms, except on my dual-head Mac setup (Macbook Pro 15-inch laptop with 23-inch monitor). When maximizing an …
8
votes
3answers
309 views

Getting Emacs fill-paragraph to play nice with javadoc-like comments

I'm writing an Emacs major mode for an APL dialect I use at work. I've gotten basic font locking to work, and after setting comment-start and comment-start-skip, comment/uncomment region and fill …
6
votes
3answers
257 views

Vim style Omnicomplete for emacs?

I've found several code completion elisp packages for emacs that do code completion, but most bind to a key such as M-/ to toggle completion. Is there something similar to Vim's omnicomplete where …
6
votes
3answers
396 views

How to force emacs not to display buffer in a specific window?

My windows configuration looks like this: +----------+-----------+ | | | | | | | | | | | | | …

1 2 3 4 5 11 next
15 30 50 per page