8
votes
Emacs Elisp dynamic interactive prompt
M-x find-function is your friend. It will tell you how anything in emacs works by showing you the source code. Using it, I find that query-regexp-replace calls query …
2
votes
xemacs: dotemacs config so that one can paste without getting “funny” chars
This isn’t a clipboard or cygwin problem. If you save a UTF-8 text file with curly quotes in notepad and open it in XEmacs 21.4, you’ll get junk. According to the …
