Ralf Angeli <[EMAIL PROTECTED]> writes:

> * Sivaram Neelakantan (2008-03-30) writes:
>
>> 1. I still get those ^Ms in the log C-c C-l
>
> Do those disappear if you comment your settings for
> `process-coding-system-alist', `shell-file-name' and the like?

Excellent.  That went off when I commented out the following.

--8<---------------cut here---------------start------------->8---
;; (setq process-coding-system-alist '(("bash" . undecided-unix)))
;; (setq w32-quote-process-args ?\")
(setq shell-file-name "bash")
(setenv "SHELL" shell-file-name) 
(setq explicit-shell-file-name shell-file-name) 
--8<---------------cut here---------------end--------------->8---


>
>> 2. TEx-submit-bug-report fails with

[...]

>>
>> dired-x-submit-report too fails with the same error.  This
>> *appears* to be an error independent of AucTeX.
>
> This is what I am assuming as well.  Perhaps you get more
> information about what fails by putting (setq debug-on-error t) into
> your init file and reproducing the error.

--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (file-error "Opening output file" "no
  such file or directory" "c:/var/tmp/#%2Amail%2A#5080Di5#")
  write-region("" nil "c:/var/tmp/#%2Amail%2A#5080Di5#" nil silent nil
  excl)
byte-code("ࡆऀ尀∀℀ሀ଀" [prefix temporary-file-directory file suffix dir-flag
  make-temp-name expand-file-name make-directory write-region "" nil
  silent excl] 8)

  make-temp-file("c:/var/tmp/#%2Amail%2A#" nil "#")
  make-auto-save-file-name()
  auto-save-mode(t)
  mail(nil nil nil nil nil nil nil)
  sendmail-user-agent-compose()
  reporter-compose-outgoing()

  reporter-submit-bug-report("[EMAIL PROTECTED]" "11.85" (AUCTeX-date
  window-system LaTeX-version TeX-style-path TeX-auto-save
  TeX-parse-self TeX-master TeX-command-list) nil nil "Remember to
  cover the basics, that is, what you expected to happen and\nwhat in
  fact did happen.\n\nBe sure to consult the FAQ section in the manual
  before submitting\na bug report.  In addition check if the bug is
  reproducable with an\nup-to-date version of AUCTeX.  So please
  upgrade to the version\navailable from
  http://www.gnu.org/software/auctex/ if your\ninstallation is older
  than the one available from the web site.\n\nIf the bug is triggered
  by a specific (La)TeX file, you should try\nto produce a minimal
  sample file showing the problem and include it\nin your
  report.\n\nYour bug report will be posted to the AUCTeX bug
  reporting
  
list.\n------------------------------------------------------------------------")
  TeX-submit-bug-report() call-interactively(TeX-submit-bug-report)
  execute-extended-command(nil)
  call-interactively(execute-extended-command) --8<---------------cut
  here---------------end--------------->8---

 sivaram
 -- 



_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to