Description:
User queries and answers.
|
|
|
Don't clear kill-ring when restart emacs
|
| |
Hello. I think kill-ring is the one of great features of emacs. I set the default value of it to 250, and don't worry about losing of texts. But there is a problem. When I restart emacs, it's kill-ring loses every contents. I don't like that. I want my kill-ring saves automatically. What should I do? can anybody tell me?... more »
|
|
history in *shell*
|
| |
I really like working in *shell* (M-x shell). I use it constantly, but one minor annoyance with it is the way it lumps everything into its history, including commands that were executed within some other readline-enabled program (e.g. the python interpreter, the perl debugger, etc.) Is there a way to customize this behavior so that histories are... more »
|
|
Timeout for reading file across network
|
| |
Hi, I'd like to load my .emacs from a remote location if possible. The problem is I'm on windows, and the time-out before recognizing that the file is unavailable is ridiculously long (minutes). Thus if the file is unavailable, emacs blocks for a long time at startup. I've tried basically doing (if (with-timeout (4)... more »
|
|
How set working dir for aspell/ispell?
|
| |
Some times I create temporary directories and delete them when they stand unused. But aspell process pwd to this directory and it can not be deleted. I use 'procexp.exe' on Windows and 'lsof' on Linux to locate 'aspell' to kill it. It is convenient start 'aspell' in $HOME directory so no need to kill... more »
|
|
how to get list of vectors with value from file content...
|
| |
a pure academic question on emacs lisp. basically, i want to set a variable who's value is a list of vectors, each vector is a pair. Like this form: (setq findReplacePairsList (list [A B] [A B] [A B]) ) the element of the vector are strings, each are read from a file content. (i have 6 files, corresponds to the 3 vectors above.)... more »
|
|
How can I search keywords in files?
|
| |
I have used Org Mode to write a lot of stuff about my daily work, also keep a lot of notes for my knowledge. I build an org project as a wiki site for them. There are a lot of org files. So, here somes the problem. When I try to find something by keywords or something else, what can I do? Is there any embeded search engine for... more »
|
|
emacs (gtk version) and geometry weirdness
|
| |
Emacs's geometry behaves very weirdly if I'm using the GTK version. 1. When I run emacs with --geometry 80x45, I get one of two geometries at random (80x45 and 80x43). I just tried this 15 times in a row, and got a 7-8 breakup. I have the same setting in my .Xresources. I have menu-bar turned on. I'm sure I did not encounter this problem when the... more »
|
|
ido buffer select - restrict buffer types
|
| |
Can someone please show me how I might use IDO buffer select to restrict from a subset of buffers? e.g ido select between erc buffers for example. The benefit over the existing iswitchb mode being the fuzzy (flex) select capabilities for us sloppy typists.
|
|
why is this regexp invalid: "\\(?1:\\)"
|
| |
dear emacs users, can you help me understand why the following simple expression gives an "Invalid regexp" error: (string-match "\\(?1:\\)" "") while removing the explicit group number gives no error: (string-match "\\(?:\\)" "") thanks, ilya
|
|
Alternatives to Gnus
|
| |
Hello, After more than 2 years of gnus daily usage, I've finally decided to give up :(: too much pain, too much trouble, too much complex, too slow and too much wasted time. Gnus has definitively not been designed for me. So I'd like to find something else to use (and I'm sure it should exist because I'm pretty convinced that I'm not the only one in this... more »
|
|
|