From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "harry meyers" Newsgroups: gmane.emacs.help Subject: emacsclient & tex-source-specials Date: 2 Feb 2007 06:12:38 -0800 Organization: http://groups.google.com Message-ID: <1170425558.585086.142440@a75g2000cwd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1170427252 27362 80.91.229.12 (2 Feb 2007 14:40:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Feb 2007 14:40:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 02 15:40:44 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 1HCzak-00068u-TX for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Feb 2007 15:40:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCzak-0002nC-Gx for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Feb 2007 09:40:42 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews.google.com!a75g2000cwd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 87.160.168.49 Original-X-Trace: posting.google.com 1170425564 30445 127.0.0.1 (2 Feb 2007 14:12:44 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 2 Feb 2007 14:12:44 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-2),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: a75g2000cwd.googlegroups.com; posting-host=87.160.168.49; posting-account=I30K0Q0AAABNbMHNxg3aE0UsnX5wNzh2 Original-Xref: shelby.stanford.edu gnu.emacs.help:145247 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:40853 Archived-At: Hi, for testing purposes I compiled and installed emacs23. As it works fine I use it more and more frequently. I installed with a prefix so the name of emacsclient e.g. is emacsclient.emacs-23. In the meantime I wrote an alias to .bashrc so emacsclient=emacsclient.emacs-23. No problem, but with source-specials. If I do a ctrl - mouse left click on a .dvi I got this error message Command "emacsclient --no-wait +92 ~/text.tex" exited with error code 1 emacsclient: can't stat /tmp/esrv1000-argon: Success which is not surprising because source-specials is looking for emacsclientnot emacsclient.emacs-23. Under customize source-specials I could not find a way to change it. What else can I do? harry