From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: R McDonald Newsgroups: gmane.emacs.help Subject: Re: Source specials in Emacs 22 /AucTeX and Miktex 2.6 Date: Thu, 28 Jun 2007 15:19:34 GMT Organization: SBC http://yahoo.sbc.com Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1183056456 30283 80.91.229.12 (28 Jun 2007 18:47:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Jun 2007 18:47:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 28 20:47:32 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I3z1e-0006Eb-PB for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Jun 2007 20:47:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I3z1e-0004ns-9q for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Jun 2007 14:47:30 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newshub.sdsu.edu!newscon04.news.prodigy.net!prodigy.net!newsdst01.news.prodigy.net!prodigy.com!postmaster.news.prodigy.com!newssvr12.news.prodigy.net.POSTED!c89820f4!not-for-mail User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) Original-Newsgroups: gnu.emacs.help In-Reply-To: Original-Lines: 29 Original-NNTP-Posting-Host: 129.105.201.8 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: newssvr12.news.prodigy.net 1183043974 ST000 129.105.201.8 (Thu, 28 Jun 2007 11:19:34 EDT) Original-NNTP-Posting-Date: Thu, 28 Jun 2007 11:19:34 EDT X-UserInfo1: OX]KRXKEQZUORVXXJBCBNWX@RJ_XPDLMN@GZ_GYO^BTJUZ]CDVW[AKK[J\]^HVKHG^EWZHBLO^[\NH_AZFWGN^\DHNVMX_DHHX[FSQKBOTS@@BP^]C@RHS_AGDDC[AJM_T[GZNRNZAY]GNCPBDYKOLK^_CZFWPGHZIXW@C[AFKBBQS@E@DAZ]VDFUNTQQ]FN Original-Xref: shelby.stanford.edu gnu.emacs.help:149747 X-Mailman-Approved-At: Thu, 28 Jun 2007 14:46:43 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:45335 Archived-At: Kevin Rodgers wrote: > Check to make sure default.el and site-start.el are the same on both > machines, too (use M-x find-library, and leave off the .el just in > case). > Thank you, that was helpful. I did find a version of site-start that I wasn't aware was there. Removing it still left me with different behavior on the two machines, but it did eliminate one variable. What finally helped (in case anyone else has a similar issue): I have set yap (the MikTeX viewer) to use emacsclientw with arguments "+%l %f -n". I wasn't using -n before. As far as I can tell, -n (which means "no-wait") invokes emacsclient and then shuts it down (it never appears in the task list). Forward and inverse search now work as they should. There is still one behavioral difference between the two machines that is perhaps only a curiousity, but I wonder why it happens. When I perform an inverse search on one machine, there is no message in the emacs minibuffer window. Whe I perform an inverse search on the other machine, using the identical file, the message "foo.tex and foo.tex are the same file" appears. I'm not sure what process is producing the message or why it occurs on one machine and not the other. If anyone has thoughts about that, I would be curious. But the main problem was solved by using the -n option. Bob