Tagged Questions
0
votes
1answer
103 views
problems using slime on emacs24
I install slime through ELPA. Here is what my .emacs file looks like:
(setq inferior-lisp-program "sbcl --noinform")
(add-to-list 'load-path "~/slime/")
(require 'slime)
(slime-setup)
(setq ...
3
votes
2answers
87 views
Getting emacs to convert latex on the fly?
What's really nice about posting in the math stackexchange, and other forums, is that you can view the latex symbols right below as you're typing your post. Is there a way to do this in emacs? That ...
3
votes
0answers
84 views
Configure Emacs to use Chrome as the web browser of choice?
Using Emacs on a Linux system I click:
Scala>Browser Scala API
which produces a terminal window with this message:
/usr/bin/xterm: Can't execvp lynx: No such file or directory
How do I inform ...
2
votes
1answer
39 views
Set EDT emulation by default for Emacs
Using the Emacs editor I can set it to enable OpenVMS EDT editor keypad mode with this command:
M-x edt-emulation-on
How can I set it so that whenever I invoke Emacs, EDT emulation is the default ...
3
votes
1answer
152 views
Emacs not showing filename
Where once was the filename of the file now there is a black stripe, preventing me to see what I'm editing.
To clarify a bit, it's that black stripe between "F1" and "All", when I did the ...
6
votes
3answers
2k views
Emacs sync w/ Google Calendar and Contacts?
Is there a way to use Emacs to sync with Google Calendar and Google Contacts, ideally keeping a local copy so I can access them offline?
Thanks!