GNU bug report logs -
#23398
11.88;
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 23398 in the body.
You can then email your comments to 23398 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-auctex <at> gnu.org
:
bug#23398
; Package
auctex
.
(Fri, 29 Apr 2016 15:34:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Riccardo Tedeschi <riccardo.tedeschi <at> fis.unipr.it>
:
New bug report received and forwarded. Copy sent to
bug-auctex <at> gnu.org
.
(Fri, 29 Apr 2016 15:34:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Remember to cover the basics. Including a minimal LaTeX example
file exhibiting the problem might help.
Emacs : Aquamacs 3.2 GNU Emacs 24.4.51.2
(x86_64-apple-darwin14.0.0, NS apple-appkit-1343.14)
of 2014-11-07 (Aquamacs-3.2) on watson.local
Package: 11.88
Run buffer contents:
Running `LaTeX' on `Sandra01' with ``pdflatex --synctex=1
-interaction=nonstopmode "\input" Sandra01.tex''
/bin/sh: pdflatex: command not found
TeX Output exited abnormally with code 127 at Fri Apr 29 10:14:26
current state:
==============
(setq
AUCTeX-version "11.88"
LaTeX-command-style '(("" "%(PDF)%(latex) %(extraopts) %S%(PDFout)"))
image-types '(png gif tiff jpeg xpm xbm pbm)
preview-image-type 'png
preview-image-creators '((dvipng (open preview-gs-open
preview-dvipng-process-setup)
(place preview-gs-place) (close preview-dvipng-close))
(png (open preview-gs-open) (place preview-gs-place)
(close preview-gs-close))
(jpeg (open preview-gs-open) (place preview-gs-place)
(close preview-gs-close))
(pnm (open preview-gs-open) (place preview-gs-place)
(close preview-gs-close))
(tiff (open preview-gs-open) (place preview-gs-place)
(close preview-gs-close))
)
preview-dvipng-image-type 'png
preview-dvipng-command "dvipng -picky -noghostscript %d -o
\"%m/prev%%03d.png\""
preview-pdf2dsc-command "pdf2dsc %s.pdf %m/preview.dsc"
preview-gs-command "/usr/local/bin/gs"
preview-gs-options '("-q" "-dDELAYSAFER" "-dNOPAUSE" "-DNOPLATFONTS"
"-dPrinted"
"-dTextAlphaBits=4" "-dGraphicsAlphaBits=4")
preview-gs-image-type-alist '((png png "-sDEVICE=png16m") (dvipng png
"-sDEVICE=png16m")
(jpeg jpeg "-sDEVICE=jpeg") (pnm pbm "-sDEVICE=pnmraw")
(tiff tiff "-sDEVICE=tiff12nc"))
preview-fast-conversion t
preview-prefer-TeX-bb nil
preview-dvips-command "dvips -Pwww -i -E %d -o %m/preview.000"
preview-fast-dvips-command "dvips -Pwww %d -o %m/preview.ps"
preview-scale-function 'preview-scale-from-face
preview-LaTeX-command '("%`%l
\"\\nonstopmode\\nofiles\\PassOptionsToPackage{"
("," . preview-required-option-list)
"}{preview}\\AtBeginDocument{\\ifx\\ifPreview\\undefined"
preview-default-preamble "\\fi}\"%' %t")
preview-required-option-list '("active" "tightpage" "auctex"
(preview-preserve-counters "counters"))
preview-preserve-counters nil
preview-default-option-list '("displaymath" "floats" "graphics"
"textmath" "sections" "footnotes")
preview-default-preamble '("\\RequirePackage[" ("," .
preview-default-option-list)
"]{preview}[2004/11/05]")
preview-LaTeX-command-replacements nil
preview-dump-replacements '(preview-LaTeX-command-replacements
("\\`\\([^ ]+\\)\\(\\( +-\\([^
\\\\\"]\\|\\\\\\.\\|\"[^\"]*\"\\)*\\)*\\)\\(.*\\)\\'" "\\1 -ini
-interaction=nonstopmode \"&\\1\" " preview-format-name ".ini \\5")
)
preview-undump-replacements '(("\\`\\([^ ]+\\) .*? \"\\\\input\"
\\(.*\\)\\'"
"\\1 -interaction=nonstopmode \"&" preview-format-name "\" \\2")
)
preview-auto-cache-preamble t
preview-TeX-style-dir
"/Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auctex/latex"
)
Output from running `/usr/local/bin/gs -h':
2016-04-29 10:16:16.568 X11[893:69936] Failed to connect
(primary_text_field_cell) outlet from (AppDelegate) to
(NSTextFieldCell): missing setter or instance variable
Merged 23375 23398.
Request was from
mose <at> gnu.org (Mosè Giordano)
to
control <at> debbugs.gnu.org
.
(Sun, 01 May 2016 20:23:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-auctex <at> gnu.org
:
bug#23398
; Package
auctex
.
(Mon, 04 Mar 2024 11:22:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 23398 <at> debbugs.gnu.org (full text, mbox):
Mosè Giordano <mose <at> gnu.org> writes:
> 2016-04-27 10:19 GMT+02:00 Riccardo Tedeschi <riccardo.tedeschi <at> fis.unipr.it>:
>>
>> Sorry to bother you again, but before putting my hands in the system, I
>> tried to run pdflatex from the command line and it didn't work. And if you
>> try running pdflatex from terminal it says command does not exist. Therefore
>> what is the best strategy?
>
> I don't use OS X, but I can tell you that you should look for the
> directory where MacTeX binaries reside and add it to the PATH
> environment variable. My understanding is that the directory should
> be
>
> /usr/texbin
>
> until MacTeX 2014, and
>
> /Library/TeX/texbin
>
> for MacTeX 2015 and later versions. Once you've determined your
> MacTeX versions, add to your ~/.bash_profile file one of the following
> line
>
> export PATH="/usr/texbin:$PATH"
>
> or
>
> export PATH="/Library/TeX/texbin:$PATH"
>
> Please, don't reply just to me but use "Reply all" button, so that all
> your emails will go to the bug tracker.
(I'm going through old bug reports that unfortunately weren't resolved
at the time.)
More information was requested, but not provided. Therefore I'm closing
this report for now. We can reopen if new input arrives.
Best, Arash
bug closed, send any further explanations to
23375 <at> debbugs.gnu.org and Riccardo Tedeschi <riccardo.tedeschi <at> fis.unipr.it>
Request was from
Arash Esbati <arash <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Mon, 04 Mar 2024 11:24:01 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 01 Apr 2024 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 40 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.