bug-auctex
[Top][All Lists]
Advanced

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

bug#19673: 11.88; AUCTEX 11.88.1 view command bug


From: Mosè Giordano
Subject: bug#19673: 11.88; AUCTEX 11.88.1 view command bug
Date: Mon, 26 Jan 2015 21:31:47 -0500

Hi Shawn and Tassilo,

and sorry for the late reply.

2015-01-25 3:18 GMT-05:00 Tassilo Horn <address@hidden>:
> "Shawn Way" <address@hidden> writes:
>
> Hi Shawn & Mosè,
>
>> The latex file compiles just fine, however when the viewer is invoked
>> (from either the menu, C-c C-c or C-c C-v) the following error is
>> produced:
>>
>> Cannot find "start" viewer. Select another one in
>> 'TeX-view-program-selection'.
>>
>> This occurs when I upgrade from 11.88 to 11.88.1. When I remove 11.88.1
>> and revert back to 11.88, the function is working just fine.
>
> Thanks for the report.  Mosè, it seems the error comes from the code you
> added in commit 59ccf3416d53064785d3feee8bcbf8074612386a which checks if
> the viewer executable actually exists.
>
> Shawn uses windows where the viewer is "start".  Maybe that's some
> internal command you cannot find with `executable-find'?  E.g.,
> something like a shell builtin command like "alias" in bash/zsh?

We need to know which is the problem: if it's what you suggested
(start is not strictly a binary and `find-executable' cannot find it)
then we can just remove start from the list of executable to be
checked.

Admittedly, I don't use Windows and I wasn't able to test the change
on that system, but I made a research and I understood that "start"
was a system program or something like that.  Again, if it's not an
executable, remove the third element of the "start" item in
`TeX-view-program-list-builtin' and we'll need to fix it also
upstream.

Bye,
Mosè





reply via email to

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