emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el
Date: Sat, 20 Aug 2005 07:40:37 -0400

Index: emacs/lisp/textmodes/tex-mode.el
diff -c emacs/lisp/textmodes/tex-mode.el:1.170 
emacs/lisp/textmodes/tex-mode.el:1.171
*** emacs/lisp/textmodes/tex-mode.el:1.170      Sat Aug  6 17:41:16 2005
--- emacs/lisp/textmodes/tex-mode.el    Sat Aug 20 11:40:36 2005
***************
*** 1942,1948 ****
                                        default-directory))))
              (not dir))
      (let (shell-dirtrack-verbose)
!       (tex-send-command tex-shell-cd-command dir)))
    (with-current-buffer (process-buffer (tex-send-command cmd))
      (setq compilation-last-buffer (current-buffer))
      (compilation-forget-errors)
--- 1942,1949 ----
                                        default-directory))))
              (not dir))
      (let (shell-dirtrack-verbose)
!       (tex-send-command tex-shell-cd-command
!                       (concat "\"" (convert-standard-filename dir) "\""))))
    (with-current-buffer (process-buffer (tex-send-command cmd))
      (setq compilation-last-buffer (current-buffer))
      (compilation-forget-errors)
***************
*** 2307,2313 ****
        (tex-out-file
           (tex-append (file-name-nondirectory (buffer-file-name)) ""))
        (file-dir (file-name-directory (buffer-file-name))))
!     (tex-send-command tex-shell-cd-command file-dir)
      (tex-send-command tex-bibtex-command tex-out-file))
    (tex-display-shell))
  
--- 2308,2315 ----
        (tex-out-file
           (tex-append (file-name-nondirectory (buffer-file-name)) ""))
        (file-dir (file-name-directory (buffer-file-name))))
!     (tex-send-command tex-shell-cd-command
!                     (concat "\"" (convert-standard-filename file-dir) "\""))
      (tex-send-command tex-bibtex-command tex-out-file))
    (tex-display-shell))
  




reply via email to

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