At the moment it saves the file with format:
.#main.c -> sara@sara.home.com.27017:1231918415
This makes it problematic since it ends with ".c".
I need it to be .#main.c#
Update: I have emacs 22.1
|
At the moment it saves the file with format:
This makes it problematic since it ends with ".c". I need it to be .#main.c# Update: I have emacs 22.1
| ||||
|
feedback
|
|
That's not the auto-recovery file, that's the link used as a locking token for the file. updateIf I tell you, will you introduce me to Summer Glau? It's probably not going to be easy to change that; I just dug a bit and it looks like it's set in the C code. But let's ask the next question: why do you want to? I'm guessing you're hitting a regular expression for If you really want to hack at it, it's in filelock.c at about line 320 in EMACS 22. Here's the code:
| |||||||||
feedback
|
|
That's strange, the default should have # at each end.. You can customize the name by redefining the auto-save-file-name-p and make-auto-save-file-name functions. In GNU emacs you would add the elisp to your .emacs file. | |||
feedback
|