Emacs is an extensible, customizable, self-documenting real-time display editor. At the core of Emacs lies an Emacs Lisp interpreter, the language in which the majority of Emacs' built-in functionality and extensions are implemented.
2
votes
2answers
319 views
Making MacBook command-key the Emacs meta-key under VMware/Windows
I can configure emacs under OS X so that the key nearest the space bar (the key labeled Command ⌘) is my Meta key by running
(setq mac-command-key-is-meta t)
How can I configure the same key to be ...
1
vote
1answer
51 views
Cocoa emacs — open in current space?
I usually use several different spaces (desktops?) for various different tasks.
Unfortunately, cocoa emacs 24.1 (9.0), even when using emacsclient (I do a server start in my init.el file) always ...
0
votes
1answer
84 views
Individual terminal tabs running emacs become buggy/corrupted over time
I generally work with a terminal window with a half-dozen tabs open, and that window lives for a week or so. Every once in a while, tabs (running emacs) become corrupted or something [every other ...
1
vote
0answers
79 views
generate Keynote presentation from text or Markdown?
Is there a way to automatically generate a Keynote presentation from a source file written in text format, Markdown format, or org-mode?
I know that Pandoc and other tools can generate HTML-based ...
0
votes
0answers
33 views
Vim/Emacs keybinding for `Preview.app`
Does anybody have ideas about using emacs/ vim key binding for Preview.app to browser pdf files and how?