/[emacs]/emacs/etc/PROBLEMS
ViewVC logotype

Diff of /emacs/etc/PROBLEMS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.168 by eliz, Sat Aug 21 11:31:45 2004 UTC revision 1.169 by dak, Sun Aug 22 10:53:29 2004 UTC
# Line 497  earlier versions. Line 497  earlier versions.
497        ((consp (sgml-entity-text entity)) ; external id?        ((consp (sgml-entity-text entity)) ; external id?
498         (let* ((extid (sgml-entity-text entity))         (let* ((extid (sgml-entity-text entity))
499    
500  ** AUC TeX  ** AUCTeX
501    
502  *** Emacs 21 freezes when visiting a TeX file with AUC TeX installed.  You should not be using a version older than 11.52 if you can avoid
503    it.
504    
505  Emacs 21 needs version 10 or later of AUC TeX; upgrading should solve  *** Emacs 21 freezes when visiting a TeX file with AUCTeX installed.
506    
507    Emacs 21 needs version 10 or later of AUCTeX; upgrading should solve
508  these problems.  these problems.
509    
510  *** No colors in AUC TeX with Emacs 21.  *** No colors in AUCTeX with Emacs 21.
511    
512  Upgrade to AUC TeX version 10 or later, and make sure it is  Upgrade to AUC TeX version 10 or later, and make sure it is
513  byte-compiled with Emacs 21.  byte-compiled with Emacs 21.
514    
 *** Running TeX from AUC TeX package with Emacs 20.3 gives a Lisp error  
 about a read-only tex output buffer.  
   
 This problem appeared for AUC TeX version 9.9j and some earlier  
 versions.  Here is a patch for the file tex-buf.el in the AUC TeX  
 package.  
   
 diff -c auctex/tex-buf.el~ auctex/tex-buf.el  
 *** auctex/tex-buf.el~  Wed Jul 29 18:35:32 1998  
 --- auctex/tex-buf.el   Sat Sep  5 15:20:38 1998  
 ***************  
 *** 545,551 ****  
         (dir (TeX-master-directory)))  
       (TeX-process-check file)          ; Check that no process is running  
       (setq TeX-command-buffer (current-buffer))  
 !     (with-output-to-temp-buffer buffer)  
       (set-buffer buffer)  
       (if dir (cd dir))  
       (insert "Running `" name "' on `" file "' with ``" command "''\n")  
 - --- 545,552 ----  
         (dir (TeX-master-directory)))  
       (TeX-process-check file)          ; Check that no process is running  
       (setq TeX-command-buffer (current-buffer))  
 !     (let (temp-buffer-show-function temp-buffer-show-hook)  
 !       (with-output-to-temp-buffer buffer))  
       (set-buffer buffer)  
       (if dir (cd dir))  
       (insert "Running `" name "' on `" file "' with ``" command "''\n")  
   
515  ** Miscellaneous problems  ** Miscellaneous problems
516    
517  *** Self-documentation messages are garbled.  *** Self-documentation messages are garbled.

Legend:
Removed from v.1.168  
changed lines
  Added in v.1.169

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26