GNU bug report logs - #42042
AUCTeX View command omits hyphens

Previous Next

Package: auctex;

Reported by: Tommi Rimpiläinen <rimpilaeinen <at> yahoo.co.uk>

Date: Thu, 25 Jun 2020 15:01:01 UTC

Severity: normal

Tags: moreinfo

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

Bug is archived. No further changes may be made.

Full log


Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tassilo Horn <tsdh <at> gnu.org>
To: Bug reporting list for AUCTeX <bug-auctex <at> gnu.org>
Cc: 42042 <at> debbugs.gnu.org
Subject: Re: bug#42042: AUCTeX View command omits hyphens
Date: Thu, 25 Jun 2020 21:43:29 +0200
Hi Tommi,

> I'm trying to use the forward and backward search feature of AUCTeX
> using Synctex and Okular.  The search feature seems to work, at least
> into the editor-to-viewer direction.  However, I always need to
> manually add hyphens into the file name that the prompt suggests so
> that file names that include white space are not interpreted as
> multiple input files.  I would prefer if the View command would add
> the hyphens automatically, so that I would not need to insert them by
> hand every time.

I just tested using the current Git master and got as view command
suggestion

  okular --unique Test\ mit\ Leerzeichen.pdf#src:5"/home/horn/tmp/Test mit Leerzeichen.tex"

so the output filename "Test mit Leerzeichen.pdf" has been properly
quoted for my shell to interpret.  Essentially, we are basically just
using the standard Emacs function `shell-quote-argument' which should
add the right quoting for at least the common shells.

Which operating system and shell are you using?  And what does the
following evaluate to?

  (shell-quote-argument "Test with spaces.tex") <-- C-x C-e here!

Bye,
Tassilo

PS: When writing bug reports using M-x TeX-submit-bug-report RET, please
don't erase the automatically inserted OS/Emacs/config overview.




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

Previous Next


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