A text editor, usually characterized by its extensibility. Often described as "the extensible, customizable, self-documenting, real-time display editor."
1
vote
1answer
96 views
Replacing Evernote with Emacs and markdown - .org file list
I have grown tired of using evernote with wine or with any of the linux clients. I decided to change to Emacs and write all my notes in markdown so I can easily publish them in HTML and sync them with ...
2
votes
0answers
59 views
Gnome Terminal---hide the tilde files produced by Emacs
Editing text file using Emacs will make Emacs make a companion file for its own purpose.
For example, after first editing a file called test.c, Emacs will leave a file called test.c~ in the same ...
1
vote
1answer
19 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 ...
0
votes
0answers
18 views
how to setup AucTex with LuaTex in Emacs
How can I add to the list LuaTeX when I type Ctrlc Ctrlc?
I was able to add Latexmk to the list by adding
(add-hook 'LaTeX-mode-hook (lambda ()
(push
'("Latexmk" "latexmk -pdf %s" TeX-run-TeX ...
1
vote
0answers
39 views
Emacs on Minix 3?
Has anybody managed to install Emacs on Minix 3? Emacs was available on earlier versions of Minix. I am OK with an earlier version of Emacs if necessary. I don't find Zile, mg or Elle adequate and ...
1
vote
1answer
32 views
Effect if any of changing LD_LIBRARY_PATH environnment variable on emacs fonts?
The rendering of my emacs fonts changes if I define a specific list of directories under the LD_LIBRARY_PATH environment variable just before I call emacs. I changed this because I wanted to use emacs ...
3
votes
4answers
53 views
emacs copy and paste
How can I copy from emacs and paste into another instance of emacs or else where?
If I do C-space, M-w, and then C-y, I can only paste in the open instance of Emacs. If I navigate to another Emacs ...
4
votes
2answers
227 views
Replace require statements by autoload in .emacs file to improve performance
According to these posts:
How can I make emacs start-up faster
a-nickels-worth.blogspot.de/effective emacs
one can somehow replace require and load statements in the .emacs file to speed up the ...
3
votes
1answer
52 views
Timelineview of all agenda files
Is it possible to get a timeline view that combines the entries from all agenda files?
1
vote
2answers
21 views
Logging all input and output in zsh on demand
Is there any way to activate/deactivate the logging of all input and output on a zsh session?
I am using oh-my-zsh with a customized prompt with colors, etc. and I would like to preserve all of these ...
1
vote
0answers
21 views
emacs auto indentation
I have Auctex and auto indentation set in my ~/.emacs but it doesn't work correctly for \end{enumerate}.
If I had the following, (below is what would happen if I hit tab on the \end{enumerate}
...
2
votes
4answers
66 views
Ctrl-s hang terminal emulator?
I came across a sentence in vimdoc:
Note: CTRL-S does not work on all terminals and might block
further input, use CTRL-Q to get going again.
and this key indeed hangs my vim. I was ...
4
votes
2answers
121 views
vim customized with emacs commands (insert mode only)
I was an emacs user, and I have to switch to vim. But I miss some basic emacs commands in vim insert mode:
C-A
C-E
C-K
C-Y
C-x C-s
... and some other
I know that I can press Escape and then press ...
2
votes
0answers
31 views
Why isn't Gnus scoring emails based on the To: or Cc: headers?
I use Gnus v5.13 in GNU Emacs 24.1.1 to read my email, and I'm having a trouble getting a simple score file to work. Essentially, I want any mail that's sent to (or copies) a particular email address ...
0
votes
1answer
52 views
emacs fonts from ssh not as good as locally installed
How can I have the same emacs fonts and antialiasing configuration that I have in my local Ubuntu 12.04 also working when I open an emacs session via ssh to a CentOS 5 system?
EDIT: I didn't get an ...