From unknown Tue Jun 24 05:13:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8698: 24.0.50; TeX-source-correlate-method synctex instead of source-specials Resent-From: Rares Vernica Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 19 May 2011 03:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 8698 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 8698@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.130577748719140 (code B ref -1); Thu, 19 May 2011 03:59:02 +0000 Received: (at submit) by debbugs.gnu.org; 19 May 2011 03:58:07 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QMuNC-0004yf-F4 for submit@debbugs.gnu.org; Wed, 18 May 2011 23:58:07 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QMuN9-0004yB-OQ for submit@debbugs.gnu.org; Wed, 18 May 2011 23:58:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMuN3-00040x-At for submit@debbugs.gnu.org; Wed, 18 May 2011 23:57:58 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:36560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMuN3-00040s-6r for submit@debbugs.gnu.org; Wed, 18 May 2011 23:57:57 -0400 Received: from eggs.gnu.org ([140.186.70.92]:43601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMuN1-0000Ny-Bg for bug-gnu-emacs@gnu.org; Wed, 18 May 2011 23:57:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMuMz-00040M-NV for bug-gnu-emacs@gnu.org; Wed, 18 May 2011 23:57:55 -0400 Received: from david-tennant-v0.ics.uci.edu ([128.195.1.174]:33279) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMuMz-0003zr-Bh for bug-gnu-emacs@gnu.org; Wed, 18 May 2011 23:57:53 -0400 Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by david-tennant-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id p4J3vgwC016884 for ; Wed, 18 May 2011 20:57:43 -0700 From: Rares Vernica Date: Wed, 18 May 2011 20:57:42 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: p4J3vgwC016884 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.055, required 5, autolearn=disabled, ALL_TRUSTED -1.44, TW_FN 0.08, TW_GM 0.08, TW_GT 0.08, TW_SV 0.08, TW_XD 0.08) X-ICS-MailScanner-From: rares@ics.uci.edu X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.9 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.0 (------) This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your report will be posted to the bug-gnu-emacs@gnu.org mailing list and the gnu.emacs.bug news group, and at http://debbugs.gnu.org. Please describe exactly what actions triggered the bug and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': I loaded tex-site.el and wrote a short .tex file: \documentclass{article} \begin{document} a \end{document} After that I enabled TeX-source-correlate-mode: M-x TeX-source-correlate-mode I compiled the .tex file. The compile command was: latex --synctex=1 -interaction=nonstopmode "\input" a.tex Notice the use of --synctex=1. After compilation, the View command was: xdvi -sourceposition "4 a.tex" -editor "/home/rares/usr/bin/emacsclient --no-wait +%l %f" a.dvi Notice -sourceposition. Xdvi gives the following waring: No source specials in this DVI file - couldn't do reverse search. So, Xdvi needs source-specials, but the file is compiled with synctex. I checked the TeX-source-correlate-method variable and it says: TeX-source-correlate-method is a variable defined in `tex.el'. Its value is auto Documentation: Method to use for enabling forward and inverse search. This can be `source-specials' if source specials should be used, `synctex' if SyncTeX should be used, or`auto' if AUCTeX should decide. A workaround is to do: (setq TeX-source-correlate-method 'source-specials) before TeX-source-correlate-mode is enabled. I am using auctex 11.86-2ubuntu1. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file /home/rares/usr/share/emacs/24.0.50/etc/DEBUG. In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.4) of 2011-05-16 on avocado Windowing system distributor `The X.Org Foundation', version 11.0.11001000 configured using `configure '--prefix=/home/rares/usr'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: LaTeX/S Minor modes in effect: TeX-source-correlate-mode: t tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-x l o a d - f i l e / u s r / s h a r e / e m a c s 2 3 / s i t e - l i s p / t e x - s i t e . e l C-x C-f a . t e x \ d o c u m e n t c l a s s { a r t i c l e } \ b e g i n { d o c u m e n t } a \ e n d { d o c u m e n t } M-x T e X - s o u r c e - c o r r e l a t e - m o d e C-c C-c y C-c C-c y M-x r e p o r t - e m Recent messages: Applying style hooks... done Loading vc-svn...done Tex-Source-Correlate mode enabled You can run the command `TeX-source-correlate-mode' with C-c C-t C-s Save file /home/rares/a/a.tex? (y or n) y Saving file /home/rares/a/a.tex... Wrote /home/rares/a/a.tex Type `C-c C-l' to display results of compilation. LaTeX: successfully formatted {1} page Start Emacs server for inverse search in viewer? (y or n) y Load-path shadows: /usr/share/emacs23/site-lisp/auctex/toolbar-x hides /home/rares/usr/share/emacs/site-lisp/auctex/toolbar-x /usr/share/emacs23/site-lisp/auctex/tex-font hides /home/rares/usr/share/emacs/site-lisp/auctex/tex-font /usr/share/emacs23/site-lisp/auctex/multi-prompt hides /home/rares/usr/share/emacs/site-lisp/auctex/multi-prompt /usr/share/emacs23/site-lisp/auctex/context-nl hides /home/rares/usr/share/emacs/site-lisp/auctex/context-nl /usr/share/emacs23/site-lisp/auctex/tex-bar hides /home/rares/usr/share/emacs/site-lisp/auctex/tex-bar /usr/share/emacs23/site-lisp/auctex/bib-cite hides /home/rares/usr/share/emacs/site-lisp/auctex/bib-cite /usr/share/emacs23/site-lisp/auctex/tex hides /home/rares/usr/share/emacs/site-lisp/auctex/tex /usr/share/emacs23/site-lisp/auctex/texmathp hides /home/rares/usr/share/emacs/site-lisp/auctex/texmathp /usr/share/emacs23/site-lisp/auctex/tex-info hides /home/rares/usr/share/emacs/site-lisp/auctex/tex-info /usr/share/emacs23/site-lisp/auctex/tex-jp hides /home/rares/usr/share/emacs/site-lisp/auctex/tex-jp /usr/share/emacs23/site-lisp/auctex/context-en hides /home/rares/usr/share/emacs/site-lisp/auctex/context-en /usr/share/emacs23/site-lisp/auctex/context hides /home/rares/usr/share/emacs/site-lisp/auctex/context /usr/share/emacs23/site-lisp/auctex/tex-mik hides /home/rares/usr/share/emacs/site-lisp/auctex/tex-mik /usr/share/emacs23/site-lisp/auctex/font-latex hides /home/rares/usr/share/emacs/site-lisp/auctex/font-latex /usr/share/emacs23/site-lisp/auctex/tex-style hides /home/rares/usr/share/emacs/site-lisp/auctex/tex-style /usr/share/emacs23/site-lisp/auctex/tex-fold hides /home/rares/usr/share/emacs/site-lisp/auctex/tex-fold /usr/share/emacs23/site-lisp/auctex/tex-buf hides /home/rares/usr/share/emacs/site-lisp/auctex/tex-buf /usr/share/emacs23/site-lisp/auctex/latex hides /home/rares/usr/share/emacs/site-lisp/auctex/latex Features: (shadow sort mail-extr message sendmail format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader emacsbug url-util url-parse auth-source eieio byte-opt assoc gnus-util time-date password-cache url-vars mm-util mail-prsvr server cus-start cus-load vc-dispatcher vc-svn tex-bar tex-buf toolbar-x noutline outline font-latex bytecomp byte-compile cconv macroexp latex easy-mmode edmacro kmacro tex-style tex regexp-opt advice help-fns advice-preload easymenu latexenc tex-site auto-loads tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) From unknown Tue Jun 24 05:13:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8698: 24.0.50; TeX-source-correlate-method synctex instead of source-specials Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 19 May 2011 05:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8698 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Rares Vernica Cc: 8698@debbugs.gnu.org Received: via spool by 8698-submit@debbugs.gnu.org id=B8698.130578327927718 (code B ref 8698); Thu, 19 May 2011 05:35:02 +0000 Received: (at 8698) by debbugs.gnu.org; 19 May 2011 05:34:39 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QMvsc-0007D1-DV for submit@debbugs.gnu.org; Thu, 19 May 2011 01:34:38 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QMvsa-0007Cn-8I for 8698@debbugs.gnu.org; Thu, 19 May 2011 01:34:36 -0400 Received: from localhost ([127.0.0.1]:49890) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMvsT-0006sj-75; Thu, 19 May 2011 01:34:29 -0400 From: Glenn Morris References: X-Spook: number key North Korea ASO Craig Livingstone Janet Reno X-Ran: 8 (Rares Vernica's message of "Wed, 18 May 2011 20:57:42 -0700") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.3 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) Rares Vernica wrote: > I loaded tex-site.el and wrote a short .tex file: Please report AUCTeX bugs to the AUCTeX maintainers. http://www.gnu.org/software/auctex/contact.html From unknown Tue Jun 24 05:13:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8698: 24.0.50; TeX-source-correlate-method synctex instead of source-specials Resent-From: Rares Vernica Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 19 May 2011 16:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8698 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Glenn Morris Cc: 8698-done@debbugs.gnu.org, 8698@debbugs.gnu.org Received: via spool by 8698-submit@debbugs.gnu.org id=B8698.13058208931301 (code B ref 8698); Thu, 19 May 2011 16:02:02 +0000 Received: (at 8698) by debbugs.gnu.org; 19 May 2011 16:01:33 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QN5fI-0000Ku-0d for submit@debbugs.gnu.org; Thu, 19 May 2011 12:01:32 -0400 Received: from david-tennant-v0.ics.uci.edu ([128.195.1.174]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QN5fB-0000Ka-2g; Thu, 19 May 2011 12:01:30 -0400 Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by david-tennant-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id p4JG1DRt014292; Thu, 19 May 2011 09:01:13 -0700 From: Rares Vernica References: Date: Thu, 19 May 2011 09:01:13 -0700 In-Reply-To: (Glenn Morris's message of "Thu, 19 May 2011 01:34:28 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: p4JG1DRt014292 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: rares@ics.uci.edu X-Spam-Status: No X-Spam-Score: -4.1 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.9 (---) Glenn Morris writes: > Rares Vernica wrote: > >> I loaded tex-site.el and wrote a short .tex file: > > Please report AUCTeX bugs to the AUCTeX maintainers. > > http://www.gnu.org/software/auctex/contact.html Sorry about that. I posted the bug to the AUCTeX list here: http://lists.gnu.org/archive/html/bug-auctex/2011-05/msg00011.html From unknown Tue Jun 24 05:13:18 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Rares Vernica Subject: bug#8698: closed (Re: bug#8698: 24.0.50; TeX-source-correlate-method synctex instead of source-specials) Message-ID: References: X-Gnu-PR-Message: they-closed 8698 X-Gnu-PR-Package: emacs Reply-To: 8698@debbugs.gnu.org Date: Thu, 19 May 2011 16:02:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1305820922-1366-1" This is a multi-part message in MIME format... ------------=_1305820922-1366-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #8698: 24.0.50; TeX-source-correlate-method synctex instead of source-speci= als which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 8698@debbugs.gnu.org. --=20 8698: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D8698 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1305820922-1366-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 8698-done) by debbugs.gnu.org; 19 May 2011 16:01:33 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QN5fJ-0000Kx-2k for submit@debbugs.gnu.org; Thu, 19 May 2011 12:01:33 -0400 Received: from david-tennant-v0.ics.uci.edu ([128.195.1.174]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QN5fB-0000Ka-2g; Thu, 19 May 2011 12:01:30 -0400 Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by david-tennant-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id p4JG1DRt014292; Thu, 19 May 2011 09:01:13 -0700 From: Rares Vernica To: Glenn Morris Subject: Re: bug#8698: 24.0.50; TeX-source-correlate-method synctex instead of source-specials References: Date: Thu, 19 May 2011 09:01:13 -0700 In-Reply-To: (Glenn Morris's message of "Thu, 19 May 2011 01:34:28 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: p4JG1DRt014292 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: rares@ics.uci.edu X-Spam-Status: No X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: 8698-done Cc: 8698-done@debbugs.gnu.org, 8698@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.8 (---) Glenn Morris writes: > Rares Vernica wrote: > >> I loaded tex-site.el and wrote a short .tex file: > > Please report AUCTeX bugs to the AUCTeX maintainers. > > http://www.gnu.org/software/auctex/contact.html Sorry about that. I posted the bug to the AUCTeX list here: http://lists.gnu.org/archive/html/bug-auctex/2011-05/msg00011.html ------------=_1305820922-1366-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 19 May 2011 03:58:07 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QMuNC-0004yf-F4 for submit@debbugs.gnu.org; Wed, 18 May 2011 23:58:07 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QMuN9-0004yB-OQ for submit@debbugs.gnu.org; Wed, 18 May 2011 23:58:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMuN3-00040x-At for submit@debbugs.gnu.org; Wed, 18 May 2011 23:57:58 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:36560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMuN3-00040s-6r for submit@debbugs.gnu.org; Wed, 18 May 2011 23:57:57 -0400 Received: from eggs.gnu.org ([140.186.70.92]:43601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMuN1-0000Ny-Bg for bug-gnu-emacs@gnu.org; Wed, 18 May 2011 23:57:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMuMz-00040M-NV for bug-gnu-emacs@gnu.org; Wed, 18 May 2011 23:57:55 -0400 Received: from david-tennant-v0.ics.uci.edu ([128.195.1.174]:33279) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMuMz-0003zr-Bh for bug-gnu-emacs@gnu.org; Wed, 18 May 2011 23:57:53 -0400 Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by david-tennant-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id p4J3vgwC016884 for ; Wed, 18 May 2011 20:57:43 -0700 From: Rares Vernica To: bug-gnu-emacs@gnu.org Subject: 24.0.50; TeX-source-correlate-method synctex instead of source-specials Date: Wed, 18 May 2011 20:57:42 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: p4J3vgwC016884 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.055, required 5, autolearn=disabled, ALL_TRUSTED -1.44, TW_FN 0.08, TW_GM 0.08, TW_GT 0.08, TW_SV 0.08, TW_XD 0.08) X-ICS-MailScanner-From: rares@ics.uci.edu X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.0 (------) This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your report will be posted to the bug-gnu-emacs@gnu.org mailing list and the gnu.emacs.bug news group, and at http://debbugs.gnu.org. Please describe exactly what actions triggered the bug and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': I loaded tex-site.el and wrote a short .tex file: \documentclass{article} \begin{document} a \end{document} After that I enabled TeX-source-correlate-mode: M-x TeX-source-correlate-mode I compiled the .tex file. The compile command was: latex --synctex=1 -interaction=nonstopmode "\input" a.tex Notice the use of --synctex=1. After compilation, the View command was: xdvi -sourceposition "4 a.tex" -editor "/home/rares/usr/bin/emacsclient --no-wait +%l %f" a.dvi Notice -sourceposition. Xdvi gives the following waring: No source specials in this DVI file - couldn't do reverse search. So, Xdvi needs source-specials, but the file is compiled with synctex. I checked the TeX-source-correlate-method variable and it says: TeX-source-correlate-method is a variable defined in `tex.el'. Its value is auto Documentation: Method to use for enabling forward and inverse search. This can be `source-specials' if source specials should be used, `synctex' if SyncTeX should be used, or`auto' if AUCTeX should decide. A workaround is to do: (setq TeX-source-correlate-method 'source-specials) before TeX-source-correlate-mode is enabled. I am using auctex 11.86-2ubuntu1. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file /home/rares/usr/share/emacs/24.0.50/etc/DEBUG. In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.4) of 2011-05-16 on avocado Windowing system distributor `The X.Org Foundation', version 11.0.11001000 configured using `configure '--prefix=/home/rares/usr'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: LaTeX/S Minor modes in effect: TeX-source-correlate-mode: t tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-x l o a d - f i l e / u s r / s h a r e / e m a c s 2 3 / s i t e - l i s p / t e x - s i t e . e l C-x C-f a . t e x \ d o c u m e n t c l a s s { a r t i c l e } \ b e g i n { d o c u m e n t } a \ e n d { d o c u m e n t } M-x T e X - s o u r c e - c o r r e l a t e - m o d e C-c C-c y C-c C-c y M-x r e p o r t - e m Recent messages: Applying style hooks... done Loading vc-svn...done Tex-Source-Correlate mode enabled You can run the command `TeX-source-correlate-mode' with C-c C-t C-s Save file /home/rares/a/a.tex? (y or n) y Saving file /home/rares/a/a.tex... Wrote /home/rares/a/a.tex Type `C-c C-l' to display results of compilation. LaTeX: successfully formatted {1} page Start Emacs server for inverse search in viewer? (y or n) y Load-path shadows: /usr/share/emacs23/site-lisp/auctex/toolbar-x hides /home/rares/usr/share/emacs/site-lisp/auctex/toolbar-x /usr/share/emacs23/site-lisp/auctex/tex-font hides /home/rares/usr/share/emacs/site-lisp/auctex/tex-font /usr/share/emacs23/site-lisp/auctex/multi-prompt hides /home/rares/usr/share/emacs/site-lisp/auctex/multi-prompt /usr/share/emacs23/site-lisp/auctex/context-nl hides /home/rares/usr/share/emacs/site-lisp/auctex/context-nl /usr/share/emacs23/site-lisp/auctex/tex-bar hides /home/rares/usr/share/emacs/site-lisp/auctex/tex-bar /usr/share/emacs23/site-lisp/auctex/bib-cite hides /home/rares/usr/share/emacs/site-lisp/auctex/bib-cite /usr/share/emacs23/site-lisp/auctex/tex hides /home/rares/usr/share/emacs/site-lisp/auctex/tex /usr/share/emacs23/site-lisp/auctex/texmathp hides /home/rares/usr/share/emacs/site-lisp/auctex/texmathp /usr/share/emacs23/site-lisp/auctex/tex-info hides /home/rares/usr/share/emacs/site-lisp/auctex/tex-info /usr/share/emacs23/site-lisp/auctex/tex-jp hides /home/rares/usr/share/emacs/site-lisp/auctex/tex-jp /usr/share/emacs23/site-lisp/auctex/context-en hides /home/rares/usr/share/emacs/site-lisp/auctex/context-en /usr/share/emacs23/site-lisp/auctex/context hides /home/rares/usr/share/emacs/site-lisp/auctex/context /usr/share/emacs23/site-lisp/auctex/tex-mik hides /home/rares/usr/share/emacs/site-lisp/auctex/tex-mik /usr/share/emacs23/site-lisp/auctex/font-latex hides /home/rares/usr/share/emacs/site-lisp/auctex/font-latex /usr/share/emacs23/site-lisp/auctex/tex-style hides /home/rares/usr/share/emacs/site-lisp/auctex/tex-style /usr/share/emacs23/site-lisp/auctex/tex-fold hides /home/rares/usr/share/emacs/site-lisp/auctex/tex-fold /usr/share/emacs23/site-lisp/auctex/tex-buf hides /home/rares/usr/share/emacs/site-lisp/auctex/tex-buf /usr/share/emacs23/site-lisp/auctex/latex hides /home/rares/usr/share/emacs/site-lisp/auctex/latex Features: (shadow sort mail-extr message sendmail format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader emacsbug url-util url-parse auth-source eieio byte-opt assoc gnus-util time-date password-cache url-vars mm-util mail-prsvr server cus-start cus-load vc-dispatcher vc-svn tex-bar tex-buf toolbar-x noutline outline font-latex bytecomp byte-compile cconv macroexp latex easy-mmode edmacro kmacro tex-style tex regexp-opt advice help-fns advice-preload easymenu latexenc tex-site auto-loads tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) ------------=_1305820922-1366-1-- From debbugs-submit-bounces@debbugs.gnu.org Thu May 19 12:17:32 2011 Received: (at control) by debbugs.gnu.org; 19 May 2011 16:17:32 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QN5ul-0000hs-Mf for submit@debbugs.gnu.org; Thu, 19 May 2011 12:17:31 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QN5uk-0000hh-Dc for control@debbugs.gnu.org; Thu, 19 May 2011 12:17:30 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QN5uf-0006n6-1Q for control@debbugs.gnu.org; Thu, 19 May 2011 12:17:25 -0400 Date: Thu, 19 May 2011 12:17:25 -0400 Message-Id: Subject: control message for bug 8698 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) notfound 8698 24.0.50