From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 28 17:07:21 2019 Received: (at submit) by debbugs.gnu.org; 28 Mar 2019 21:07:21 +0000 Received: from localhost ([127.0.0.1]:34800 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h9cF5-00070b-Pr for submit@debbugs.gnu.org; Thu, 28 Mar 2019 17:07:21 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35831) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h9cB2-0006u9-Si for submit@debbugs.gnu.org; Thu, 28 Mar 2019 17:03:09 -0400 Received: from lists.gnu.org ([209.51.188.17]:57695) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h9cAx-0005cs-Oe for submit@debbugs.gnu.org; Thu, 28 Mar 2019 17:03:03 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9cAw-0007Ke-9z for bug-auctex@gnu.org; Thu, 28 Mar 2019 17:03:03 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h9cAu-0005c9-Qp for bug-auctex@gnu.org; Thu, 28 Mar 2019 17:03:02 -0400 Received: from rs155.luxsci.com ([64.49.212.113]:39660) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h9cAu-0005bb-H2 for bug-auctex@gnu.org; Thu, 28 Mar 2019 17:03:00 -0400 Received: from rs155.luxsci.com (localhost.localdomain [127.0.0.1]) by rs155.luxsci.com (8.14.4/8.14.9) with ESMTP id x2SL2tOY029020 for ; Thu, 28 Mar 2019 16:02:55 -0500 Received: (from root@localhost) by rs155.luxsci.com (8.14.4/8.14.9/Submit) id x2SL2sQt028991 for bug-auctex@gnu.org; Thu, 28 Mar 2019 21:02:54 GMT Received: (from sender 87163) (rs155.luxsci.com [127.0.0.1]) by LuxSci SP; Thu, 28 Mar 2019 21:02:54 +0000 Date: Fri, 29 Mar 2019 02:32:50 +0530 (IST) From: Faheem Mitha To: bug-auctex@gnu.org Subject: 12.1.2; TeX-evince-sync-view locking up with this file Content-Type: text/plain; format=flowed; charset=US-ASCII X-Lux-Comment: Message x2SL2pgw028876 sent by user #87163 Message-Id: <1553806974-6366765.76286813.fx2SL2pgw028876@rs155.luxsci.com> MIME-Version: 1.0 X-Comment: LuxSci SP Message ID - 1553806974-6366765.76286813 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 64.49.212.113 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 28 Mar 2019 17:07:17 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, I managed to get `TeX-evince-sync-view` to consistently lock up with this file. I realise this is a pathological case, but I still think that it could be handled better. I wrote a question on TeX Stack Exchange, which is currently at https://tex.stackexchange.com/q/481892/3406 I'll mostly just reproduce that question below. The file also appears below. When I compile this file with AUCTeX, it shows that one page has been compiled. When I try to view it, using `TeX-evince-sync-view`, it shows a blank view. After I kill it, `TeX-evince-sync-view` stops responding, and gives me a D-Bus error: "call timed out" message. I suppose this is because the only LaTeX file here is in a different file, and the main file doesn't have any content, but AUCTeX really should cope better. Can anyone reproduce this? Suggestions how to unstop D-Bus in this sort of situation (just for my reference) would also be helpful. Regards, Faheem Mitha ################################################################################################## \documentclass[12pt]{article} \usepackage{filecontents} \usepackage{shellesc} \usepackage{tikz} \usepackage{pdfpages} \begin{document} \begin{filecontents*}{foo.tex} \documentclass[12pt]{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} % This will be output to foo \node [font=\bfseries\Large, align=center] at (7, 4.1){TEST}; \end{tikzpicture} \end{document} \end{filecontents*} \ShellEscape{pdflatex -shell-escape foo.tex} \end{document} ################################################################################################## Emacs : GNU Emacs 25.1.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of 2017-09-15, modified by Debian Package: 12.1.2 current state: ============== (setq AUCTeX-date "2019-02-08" window-system 'x LaTeX-version "2e" TeX-style-path '("~/.emacs.d/auctex" "/home/faheem/.emacs.d/elpa/auctex-12.1.2/style" "/home/faheem/.emacs.d/auctex/auto" "/home/faheem/.emacs.d/auctex/style" "auto" "style") TeX-auto-save t TeX-parse-self t TeX-master t TeX-command-list '(("TeX" "%(PDF)%(tex) %(file-line-error) %`%(extraopts) %S%(PDFout)%(mode)%' %t" TeX-run-TeX nil (plain-tex-mode ams-tex-mode texinfo-mode) :help "Run plain TeX") ("LaTeX" "%`%l%(mode)%' %T" TeX-run-TeX nil (latex-mode doctex-mode) :help "Run LaTeX") ("Makeinfo" "makeinfo %(extraopts) %t" TeX-run-compile nil (texinfo-mode) :help "Run Makeinfo with Info output") ("Makeinfo HTML" "makeinfo %(extraopts) --html %t" TeX-run-compile nil (texinfo-mode) :help "Run Makeinfo with HTML output") ("AmSTeX" "amstex %(PDFout) %`%(extraopts) %S%(mode)%' %t" TeX-run-TeX nil (ams-tex-mode) :help "Run AMSTeX") ("ConTeXt" "%(cntxcom) --once --texutil %(extraopts) %(execopts)%t" TeX-run-TeX nil (context-mode) :help "Run ConTeXt once") ("ConTeXt Full" "%(cntxcom) %(extraopts) %(execopts)%t" TeX-run-TeX nil (context-mode) :help "Run ConTeXt until completion") ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help "Run BibTeX") ("Biber" "biber %s" TeX-run-Biber nil t :help "Run Biber") ("View" "%V" TeX-run-discard-or-function t t :help "Run Viewer") ("Print" "%p" TeX-run-command t t :help "Print the file") ("Queue" "%q" TeX-run-background nil t :help "View the printer queue" :visible TeX-queue-command) ("File" "%(o?)dvips %d -o %f " TeX-run-dvips t t :help "Generate PostScript file") ("Dvips" "%(o?)dvips %d -o %f " TeX-run-dvips nil t :help "Convert DVI file to PostScript") ("Dvipdfmx" "dvipdfmx %d" TeX-run-dvipdfmx nil t :help "Convert DVI file to PDF with dvipdfmx") ("Ps2pdf" "ps2pdf %f" TeX-run-ps2pdf nil t :help "Convert PostScript file to PDF") ("Glossaries" "makeglossaries %s" TeX-run-command nil t :help "Run makeglossaries to create glossary file") ("Index" "makeindex %s" TeX-run-index nil t :help "Run makeindex to create index file") ("upMendex" "upmendex %s" TeX-run-index t t :help "Run upmendex to create index file") ("Xindy" "texindy %s" TeX-run-command nil t :help "Run xindy to create index file") ("Check" "lacheck %s" TeX-run-compile nil (latex-mode) :help "Check LaTeX file for correctness") ("ChkTeX" "chktex -v6 %s" TeX-run-compile nil (latex-mode) :help "Check LaTeX file for common mistakes") ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil t :help "Spell-check the document") ("Clean" "TeX-clean" TeX-run-function nil t :help "Delete generated intermediate files") ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help "Delete generated intermediate and output files") ("Other" "" TeX-run-command t t :help "Run an arbitrary command")) ) From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 03 15:05:39 2025 Received: (at 35035) by debbugs.gnu.org; 3 Jan 2025 20:05:39 +0000 Received: from localhost ([127.0.0.1]:52273 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tTnvO-0006DZ-Gl for submit@debbugs.gnu.org; Fri, 03 Jan 2025 15:05:39 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:55280) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tTnvM-0006DJ-Lm for 35035@debbugs.gnu.org; Fri, 03 Jan 2025 15:05:37 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tTnvH-00010O-3g; Fri, 03 Jan 2025 15:05:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=ksLaj3UEXjjBb+m/vlDlVMdxat4mLsTKpOSUBOTbi7U=; b=b/dKDjHAQ+o3AU0UN2Ia MrrwI07Nyr/c9eXp9hdczTXB1qXLcCZrZSqRpfkEl4ROo7eIDVV4C5CFlnkJK8iYOYruCjdlLEMbT ZUkryl51MKAmf19p50dRUNHHce4ePYqDBZqYEY744Yg0hzORgHVvsrq+Ox+KatGTOX7g2QSwiMVIv /xWj4T9ECWRVhQOLRGrjSb0TFMhVcwJqMVhVxPYrEMvDpjM9UiZ/9ESp8fjSdDXeDmIiz5CYSHhhB uCAPPHBOoho+QVku1Zj96ipn9J3AYXRclozKCGnpknrIT0gSbXNJ+vk3nFkGAgU1YtZx2tAJNYyGT CMvfW8TjnqdjDQ==; From: Arash Esbati To: Faheem Mitha Subject: Re: bug#35035: 12.1.2; TeX-evince-sync-view locking up with this file In-Reply-To: <1553806974-6366765.76286813.fx2SL2pgw028876@rs155.luxsci.com> (Faheem Mitha's message of "Fri, 29 Mar 2019 02:32:50 +0530 (IST)") References: <1553806974-6366765.76286813.fx2SL2pgw028876@rs155.luxsci.com> Date: Fri, 03 Jan 2025 21:05:27 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35035 Cc: 35035@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Faheem Mitha writes: > I managed to get `TeX-evince-sync-view` to consistently lock up with > this file. I realise this is a pathological case, but I still think > that it could be handled better. > > I wrote a question on TeX Stack Exchange, which is currently at > https://tex.stackexchange.com/q/481892/3406 > > I'll mostly just reproduce that question below. The file also appears > below. > > When I compile this file with AUCTeX, it shows that one page has been > compiled. When I try to view it, using `TeX-evince-sync-view`, it > shows a blank view. (I'm going through old bug reports that unfortunately weren't resolved at the time.) I don't use evince, and I'm not on Debian, but they way I see it running pdflatex on this file (called mwe.ltx): --8<---------------cut here---------------start------------->8--- \documentclass[12pt]{article} \usepackage{shellesc} \usepackage{tikz} \usepackage{pdfpages} \begin{document} \begin{filecontents*}[overwrite]{mwe-bar.tex} \documentclass[12pt]{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} % This will be output to bar \node [font=\bfseries\Large, align=center] at (7, 4.1){TEST}; \end{tikzpicture} \end{document} \end{filecontents*} \ShellEscape{pdflatex mwe-bar.tex} \end{document} %%% Local Variables: %%% mode: LaTeX %%% TeX-master: t %%% TeX-source-correlate-mode: t %%% TeX-command-extra-options: "--shell-escape" %%% End: --8<---------------cut here---------------end--------------->8--- produces this log file: --8<---------------cut here---------------start------------->8--- ... Output written on mwe-bar.pdf (1 page, 17553 bytes). Transcript written on mwe-bar.log. (./mwe.aux) ) No pages of output. Transcript written on mwe.log. --8<---------------cut here---------------end--------------->8--- which says that 1 page is produced for the code written by filecontents* environment, but the main document didn't produce any pages. My viewer (skim) says that there is no mwe.pdf to open, and ends gracefully. > After I kill it, `TeX-evince-sync-view` stops responding, and gives me > a D-Bus error: "call timed out" message. I suppose this is because the > only LaTeX file here is in a different file, and the main file doesn't > have any content, but AUCTeX really should cope better. Can anyone > reproduce this? I'm not sure why AUCTeX should do this better? At the end of the day, it just hands over a shell command and tells the viewer which file to open. I haven't checked the code for `TeX-view', but I don't see the issue on AUCTeX's side per se. Can you still produce this issue if you update your setup? Best, Arash From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 05:49:49 2025 Received: (at 35035) by debbugs.gnu.org; 14 Feb 2025 10:49:49 +0000 Received: from localhost ([127.0.0.1]:47236 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1titGX-0004LW-6H for submit@debbugs.gnu.org; Fri, 14 Feb 2025 05:49:49 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:34502) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1titGU-0004LD-Ut for 35035@debbugs.gnu.org; Fri, 14 Feb 2025 05:49:47 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1titGN-00057q-Uq; Fri, 14 Feb 2025 05:49:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=1YdJPLBXjoIDJ59wwcioApR1+XbLOWugiR79IOy1YSs=; b=F6vtYe7if3UMF5H6Bd4H Lc0Vb6zQvf0TZeW+zsuTbaQLO0QF3u3mP+XGwICmMQCsNm5ysiYAbfzZwmrCnFNdwoapIshK7j1pJ iPP4Lf6dW/eDs6cBa9LRwanPB7Zz9UQG3+Eet+xz9eGDO3LK+Oo+3t8FKeb1r1powXWU4l5K8BPe+ eSW98N+iNgCgez4HOTP08ok4omxB9lrVWYJUUsrtqvMNBNONWmDU2dQVrZHYjvFeKgy/pFRj2SFqu aSXXS9cGjGMRYr9sj6cuN/Z5lUvuzGClR+axzOy8bZLMN40+TGdpitz9m2+qti7CtXUBr8XPGOkHx k8/DnzV+C/mLYg==; From: Arash Esbati To: Faheem Mitha Subject: Re: bug#35035: 12.1.2; TeX-evince-sync-view locking up with this file In-Reply-To: References: <1553806974-6366765.76286813.fx2SL2pgw028876@rs155.luxsci.com> Date: Fri, 14 Feb 2025 11:49:36 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35035 Cc: 35035@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Arash Esbati writes: > Can you still produce this issue if you update your setup? No response. I'm closing this report for now. We can reopen if new input arrives. Best, Arash From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 05:51:30 2025 Received: (at control) by debbugs.gnu.org; 14 Feb 2025 10:51:30 +0000 Received: from localhost ([127.0.0.1]:47245 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1titI9-0004Ur-TA for submit@debbugs.gnu.org; Fri, 14 Feb 2025 05:51:30 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:36306) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1titI7-0004Ub-6V for control@debbugs.gnu.org; Fri, 14 Feb 2025 05:51:27 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1titI1-0005RF-TJ for control@debbugs.gnu.org; Fri, 14 Feb 2025 05:51:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=tc977niiDwvHZ2XWK/Za5W+GqF96JQoNVkJoGOGpWE4=; b=T8obPlO6n/GwcJ 9iQ+ARp3Rc2U4mFRF3mFZeck+/qKT0m01g+pb/VEu7QeD+b+pAIdu4DX1PiinAcgWh4o8qULaKv2v FRP/VoNIIqE4Co275M7oHVyxy6lw5fTNhSxf3iqNpwLFnmnh4luQ7oyPUftyq92PopFzihErh1AA6 yX7/D8CrgGj1LH4SnqZx2L7KhatjGTW33qB9Xov6PLp+je02Or0/yQ8BA8j5d6fEAaMQU5tc9nF4U R3XF3EVga1hFb16PpsdbXTXmdGP5c3t6oYGKxwku0LNDIxTiQDLPFOBMxTyhh6qs3eftmwfeAmz5Q tHPDI3WGyWvFXMpMrG5g==; From: Arash Esbati To: control@debbugs.gnu.org Subject: control message for bug #35035 Date: Fri, 14 Feb 2025 11:51:19 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 35035 moreinfo close 35035 quit From unknown Fri Jun 13 16:56:20 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 14 Mar 2025 11:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator