Questions tagged [emacs23]

Version 23 of the GNU Emacs text editor.

Version 23 of the GNU Emacs text editor.

245 questions
0
votes
1 answer

Emacs: how to open sunrise-cd dired navigation on startup

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…
Ka Me
  • 1
  • 1
0
votes
1 answer

How to undo shortcut that you already typed in emacs?

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…
Chirag
  • 1,189
  • 2
  • 21
  • 43
0
votes
1 answer

Qt4 include file prevent emacs semantic or auto complete from working?

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…
Yan Gao
  • 181
  • 1
  • 3
  • 11
0
votes
2 answers

Password on Emacs Boot Up

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…
Arash
  • 568
  • 3
  • 17
0
votes
1 answer

Load page, save cookies and load another page with cookies

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…
Drakmail
  • 682
  • 2
  • 7
  • 22
1 2 3
16
17