Sven Joachim wrote: > Am 23.12.2007 um 19:32 schrieb Jörg-Volker Peetz: > >> Thank you Sven for your fast reply. I've tried the following: >> - extract files.el from the package-file emacs22-el _22.1+1-2.3_all.deb >> - patch files.el with your patch >> - byte-compile it with the emacs function 'byte-compile-file' >> - copy the new file 'files.elc' into directory /usr/share/emacs/22.1/lisp >> - start a new emacs without loading ~/.emacs with 'emacs -q' >> - calling 'find-file-read-only-other-frame' >> But the new buffer is still writeable. >> Did I miss something? > > Yes, files.elc is dumped into Emacs, so it does not load the files.elc > from disc. You must either rebuild Emacs or explicitly load files.elc, > e.g. by putting (load-library "files") into your .emacs. >
Aha, yes, now your patch is in action and works. [...] Am I correct, that you will close this bug? Thank you very much and regards, Jörg-Volker. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

