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

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

Re: *tex-shell* is read only


From: Richard Stallman
Subject: Re: *tex-shell* is read only
Date: Tue, 19 Oct 2004 12:46:12 -0400

Please try this fix instead.

*** compile.el  17 Oct 2004 02:48:58 -0400      1.332
--- compile.el  19 Oct 2004 08:52:43 -0400      
***************
*** 1186,1192 ****
    "Prepare the buffer for the compilation parsing commands to work.
  Optional argument MINOR indicates this is called from
  `compilation-minor-mode'."
!   (setq buffer-read-only t)
    (make-local-variable 'compilation-current-error)
    (make-local-variable 'compilation-messages-start)
    (make-local-variable 'compilation-error-screen-columns)
--- 1186,1193 ----
    "Prepare the buffer for the compilation parsing commands to work.
  Optional argument MINOR indicates this is called from
  `compilation-minor-mode'."
!   (unless minor
!     (setq buffer-read-only t))
    (make-local-variable 'compilation-current-error)
    (make-local-variable 'compilation-messages-start)
    (make-local-variable 'compilation-error-screen-columns)




reply via email to

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