Tagged Questions
1
vote
1answer
23 views
How to attach elisp function source code in Emacs?
I could use M-x find-function to find the source code of some elisp functions if the function is not written in C code.
But since I am using a Debian binary package of Emacs , some of the source ...
5
votes
1answer
78 views
Synonyms (from a thesaurus) in Emacs
I use Emacs 23 on Debian sid. I can check the spelling of a word in Emacs with M-$. How can I obtain synonyms (using a thesaurus?) for a word in Emacs?
None of the following were useful: one, two, ...
3
votes
2answers
93 views
Creating Emacs TAGS file
I am working through the "Emacs Lisp Intro" book within Emacs 23.4.1 on Debian Wheezy (CrunchBang Waldorf).
Section 4.1 discusses the find-tags command and the TAGS file. Instructions are included to ...
1
vote
1answer
193 views
How to disable X support for emacs
After I install emacs package on Debian 7 (Wheezy), when I start it up on a GUI terminal, it opens a GUI (GTK-based). I would rather it just run from the terminal.
3
votes
3answers
563 views
emacs can't open display
Just recently this has started happening; I run: /usr/bin/emacsclient --alternate-editor="" --no-wait -c and get:
ERROR: Display :0.0 can't be opened
No other applications do this.
The output ...