emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "Text is read-only" infinite loop (Carbon)


From: Richard Stallman
Subject: Re: "Text is read-only" infinite loop (Carbon)
Date: Wed, 24 Nov 2004 21:20:58 -0500

Does this fix it?

*** coding.c    12 Oct 2004 04:45:18 -0400      1.307
--- coding.c    24 Nov 2004 12:37:06 -0500      
***************
*** 6043,6048 ****
--- 6043,6049 ----
    /* We must insert the contents of STR as is without
       unibyte<->multibyte conversion.  For that, we adjust the
       multibyteness of the working buffer to that of STR.  */
+   specbind (Qinhibit_read_only, Qt);
    Ferase_buffer ();
    buf->enable_multibyte_characters = multibyte ? Qt : Qnil;
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]