Questions tagged [emacs-c]

Questions about the C code underlying an Emacs implementation.

Questions about the C code underlying an Emacs implementation. It is closely connected with Emacs Lisp. As mentioned in the GNU Emacs manual, "Lisp primitives are Lisp functions implemented in C."

2 questions
5
votes
1 answer

log keystrokes with timestamp and other metadata?

If I evaluate this form: (open-dribble-file "/home/joe/keys.log") then type something, Emacs saves what I type to the keys.log file: hellow keylogging…
Joe Corneli
  • 1,786
  • 1
  • 14
  • 27
0
votes
0 answers

How to change a core emacs file? (specifically cc-mode.el)

I asked a question here which has not been answered yet. I was able to pinpoint where my problem originated from in the core files. If I could just delete those lines, I reckon my problem would be fixed. Right now, cc-mode.el is in read-mode only…
Alan
  • 37
  • 5