From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: trygve.flathen@gmail.com Newsgroups: gmane.emacs.help Subject: Re: closing emacsclient always focuses another emacs window Date: Wed, 12 Mar 2014 10:58:09 -0700 (PDT) Message-ID: <0d1080c9-93ac-4073-8bfe-9a0a535a0f00@googlegroups.com> References: <83pplwq0s2.fsf@gnu.org> <83ob1gpw98.fsf@gnu.org> <9cc39d8d-e5ae-488b-9ba6-78dd71a2257f@googlegroups.com> <913ee34a-f81c-408f-afe4-6944a9c56430@googlegroups.com> <10020dec-82f2-41de-93d3-06d8984dcfba@googlegroups.com> <87pplv6omp.fsf@web.de> <831tyapvp6.fsf@gnu.org> <87wqg28ykt.fsf@web.de> <83y50inhn7.fsf@gnu.org> <87eh29zvtb.fsf@web.de> <83r469om72.fsf@gnu.org> <83ppltokzh.fsf@gnu.org> <87eh29puuv.fsf@web.de> <87wqg1odr9.fsf@web.de> <87txb5jr94.fsf@web.de> <83ha74odj7.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1394647213 28440 80.91.229.3 (12 Mar 2014 18:00:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Mar 2014 18:00:13 +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 Mar 12 19:00:23 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WNnRz-0001Ed-Bk for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Mar 2014 19:00:19 +0100 Original-Received: from localhost ([::1]:33900 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNnRy-0004xc-Vp for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Mar 2014 14:00:18 -0400 X-Received: by 10.183.3.36 with SMTP id bt4mr18558519obd.29.1394647089920; Wed, 12 Mar 2014 10:58:09 -0700 (PDT) X-Received: by 10.140.95.114 with SMTP id h105mr51070qge.22.1394647089866; Wed, 12 Mar 2014 10:58:09 -0700 (PDT) Original-Path: usenet.stanford.edu!ur14no6324785igb.0!news-out.google.com!bw18ni8930qab.1!nntp.google.com!w5no3855324qac.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=79.161.243.147; posting-account=9QvVegoAAAA5wVSi6zQxrpcN48XTGolV Original-NNTP-Posting-Host: 79.161.243.147 User-Agent: G2/1.0 Injection-Date: Wed, 12 Mar 2014 17:58:09 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:204200 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96470 Archived-At: kl. 01:31:58 UTC+1 onsdag 12. mars 2014 skrev Michael Heerdegen f=F8lgende: > trygve.flathen, can you please file a bug report (M-x report-emacs-bug) > with your original problem and a recipe? I'll then step in and add what > I found out and some words about missing documentation. >=20 > But if you happen to find out that setting `server-raise-frame' to nil > does what you want, then I suggest that you don't file the report. In > that case, I'll just report the missing doc and strange behavior. > Thanks. (setq server-raise-frame nil) in my init.el does indeed fix the unwanted be= haviour. I will leave it to you to report what you have found. Thanks again for the help with this problem, it was rather frustrating. -Trygve