GNU bug report logs - #20661
What prevents me from getting a preview?

Previous Next

Package: auctex;

Reported by: Markus Pötzlberger <M.Poetzlberger <at> physik.uni-muenchen.de>

Date: Tue, 26 May 2015 15:38:02 UTC

Severity: normal

Tags: moreinfo

Done: Arash Esbati <arash <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Reinhard Kotucha <reinhard.kotucha <at> googlemail.com>
To: Markus Pötzlberger <M.Poetzlberger <at> physik.uni-muenchen.de>
Cc: 20661 <at> debbugs.gnu.org
Subject: bug#20661: What prevents me from getting a preview?
Date: Fri, 29 May 2015 01:35:58 +0200
Hi,
it seems that my response didn't get to the bug-auctex list for some
reason .

Markus sent me the output of TeX-submit-bug-report privately but it
contains two contradicting entries:

    preview-gs-command nil

    Output from running `nil -h':

In the first case »nil« is a boolean (TeX-submit-bug-report usually
quotes strings properly) but in the second case »nil« must be a string.

Is there a bug in TeX-submit-bug-report?  Can »nil« be a boolean and a
string at the same time?  As I said before, TeX-submit-bug-report
usually quotes strings properly:

    preview-fast-dvips-command "dvips -Pwww %d -o %m/preview.ps"

Given that Markus accidentally did something like

    (setq preview-gs-command "nil")

then I would expect that TeX-submit-bug-report returns

    preview-gs-command "nil"

but not

    preview-gs-command nil

And if »nil« is indeed a boolean, the message

  Output from running `nil -h':

is unexplainable, at least to me:

    (concat "nil" " " "-h")
    => "nil -h"

    (concat nil " " "-h")
    => " -h"

Regards,
  Reinhard

-- 
------------------------------------------------------------------
Reinhard Kotucha                            Phone: +49-511-3373112
Marschnerstr. 25
D-30167 Hannover                    mailto:reinhard.kotucha <at> web.de
------------------------------------------------------------------




This bug report was last modified 1 year and 84 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.