From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Snail Newsgroups: gmane.emacs.help Subject: new window when I forward-search Date: Tue, 8 Apr 2008 13:21:28 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207692998 2803 80.91.229.12 (8 Apr 2008 22:16:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Apr 2008 22:16:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 09 00:17:11 2008 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 1JjM7j-0007HM-6P for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Apr 2008 00:17:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JjM75-00026q-NH for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Apr 2008 18:16:23 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!z38g2000hsc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: 128.112.48.78 Original-X-Trace: posting.google.com 1207686088 2386 127.0.0.1 (8 Apr 2008 20:21:28 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 8 Apr 2008 20:21:28 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z38g2000hsc.googlegroups.com; posting-host=128.112.48.78; posting-account=Evv-9QoAAAD1yiwrN7ABIH9y3ICdjmQC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080325 Ubuntu/7.10 (gutsy; Google-TR-3) Firefox/2.0.0.13,gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:157811 X-Mailman-Approved-At: Tue, 08 Apr 2008 17:27:09 -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:53183 Archived-At: Hi, I am enjoying using emacs+auctex for latex editing and compiling, except for one problem. While I am editing one file simultaneously viewing the result (with kdvi in my case), sometimes I have to open another tex file for a short time and then close it. After doing such a thing, if I press some hot key for backward-search (by clicking kdvi), it opens up a new emacs windows, rather than directly go to my old emacs editing window. Do you have any solution to this problem? I am using the following command emacsclient --no-wait +%l %f || emacs +%l %f in the dvi setting for forward and backward search. Thanks.