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: Sat, 8 Mar 2014 10:49:50 -0800 (PST) Message-ID: <46e54726-b7f3-4a8c-be21-8c42d3a475ee@googlegroups.com> References: <83ioropp43.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 1394304619 22686 80.91.229.3 (8 Mar 2014 18:50:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Mar 2014 18:50:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 08 19:50:28 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 1WMMKK-000619-4X for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Mar 2014 19:50:28 +0100 Original-Received: from localhost ([::1]:41528 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMMKJ-0004YF-Pg for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Mar 2014 13:50:27 -0500 X-Received: by 10.182.109.200 with SMTP id hu8mr9877518obb.20.1394304590409; Sat, 08 Mar 2014 10:49:50 -0800 (PST) X-Received: by 10.140.93.109 with SMTP id c100mr2218qge.21.1394304590375; Sat, 08 Mar 2014 10:49:50 -0800 (PST) Original-Path: usenet.stanford.edu!ur14no4167019igb.0!news-out.google.com!du2ni1227qab.0!nntp.google.com!w5no2592185qac.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: Sat, 08 Mar 2014 18:49:50 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:204048 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:96318 Archived-At: kl. 18:54:14 UTC+1 l=F8rdag 8. mars 2014 skrev Eli Zaretskii f=F8lgende: > Btw, I forgot to ask: which Emacs version is that, and how was it > compiled? (The values of system-configuration and > system-configuration-options will supply the answer to the latter > part.) I'm using the default emacs24 from the repositories of Linux Mint 16. apt-get install emacs24 emacs-version is a variable defined in `C source code'. Its value is "24.3.1" system-configuration is a variable defined in `C source code'. Its value is "x86_64-pc-linux-gnu" system-configuration-options is a variable defined in `C source code'. Its value is " '--build' 'x86_64-linux-gnu' '--build' 'x86_64-linux-gnu' '--prefix=3D/us= r' '--sharedstatedir=3D/var/lib' '--libexecdir=3D/usr/lib' '--localstatedir= =3D/var/lib' '--infodir=3D/usr/share/info' '--mandir=3D/usr/share/man' '--w= ith-pop=3Dyes' '--enable-locallisppath=3D/etc/emacs24:/etc/emacs:/usr/local= /share/emacs/24.3/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/ema= cs/24.3/site-lisp:/usr/share/emacs/site-lisp' '--with-crt-dir=3D/usr/lib/x8= 6_64-linux-gnu' '--with-x=3Dyes' '--with-x-toolkit=3Dgtk3' '--with-toolkit-= scroll-bars' 'build_alias=3Dx86_64-linux-gnu' 'CFLAGS=3D-g -O2 -fstack-prot= ector --param=3Dssp-buffer-size=3D4 -Wformat -Werror=3Dformat-security -Wal= l' 'LDFLAGS=3D-Wl,-Bsymbolic-functions -Wl,-z,relro' 'CPPFLAGS=3D-D_FORTIFY= _SOURCE=3D2'" -Trygve