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.

>>> I've reported this bug also to [EMAIL PROTECTED]
>> 
>> I can't see it there yet.  Have you got any reply?
>> 
>
> I don't know, why it doesn't appear on the list.

Only a few minutes after my response it appeared there.  For whatever
reason, mailman at lists.gnu.org took five hours to process it.

Cheers,
       Sven



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to