I have question for how I can set sunrise-cd dired navigation to become a default buffer everytime when I startup an emacs? I have tried use M-x desktop-save but it is not worked.
One more thing is how to making the sunrise become full-screen like…
Suppose, you type a shortcut key in emacs (say M-x) and you realize that you did not want to do it. How do you undo a shortcut that you already typed?
I have tried Esc-d but that doesn't seem to do what I want. Typing C-g after a wrong input says…
I spent many hours to configure and test emacs semantic and auto complete for Qt4.
I found that these CANNOT even parse or find the Qt4 include file because of the indirectly include.
For example, QString> include qstring.h (include…
I was wondering whether there is a way to ask for a specific password when booting Emacs? I think I can ask for a pre-defined password which I can define in my .emacs file but I dont know how? I'm mainly interested to do this in an x- or graphical…
How I can load page with POST parameters, save response cookies, save cookies, and load another page with saved cookies in emacs lisp?
In other words, I need analog to this bash code:
#!/bin/sh
LOGIN=SOMELOGIN
PASSWORD=SOMEPASSWORD
# Save…