Re: [Daniel Burrows <[email protected]>] Bug#292886: Phantom spaces appearing in TeX documents; related to fill?
Ralf Angeli <[email protected]>
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
* Frank Küster (2005-01-31) writes: > Guys, did you notice that you had the bug reporter in the Cc? He used > the Debian bugtracking system, which is correct since he uses a > Debian-modified version, and Davide dediced to forward the bug to this > list, which is correct, too. > > So there is no reason to talk to him in third person, or to tell him > that his information is "completely useless", when he just provided the > information that Debian (semi-automatically) asked from him. Recipients listed in the Cc header are usually not the primary addressees of a message. Please take this into consideration next time you write things like above. And no, I don't want to discuss this any further. >> Yes, and therefore the information is completely useless. There could >> be another installation which shadows the packaged version. > > I wouldn't say that it is completely useless; it has helped in many > cases in the past (this list doesn't get every Debian bug report for > AUCTEx). But indeed: It would be great if the output of > TeX-submit-bug-report could be included into the Debian bug report. > > There is Debian infrastructure for this. The only thing we need is a > command (a shell command, not an emacs one) that would echo the body > part of "TeX-submit-bug-report" to stdout, i.e. without creating the > headers for the mail. Can you help us with this? The following should do. I don't know how to get rid of the first two lines of output, though. Maybe by providing a function in AUCTeX which provides the respective output. emacs -batch -eval "(progn (require 'tex-site) (require 'latex) (require 'reporter) (let ((reporter-status-count 0) (reporter-eval-buffer (current-buffer))) (reporter-dump-state \"AUCTeX\" '(window-system LaTeX-version TeX-style-path TeX-auto-save TeX-parse-self TeX-master) nil nil)) (message (buffer-string)))" -- Ralf