From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: Having browse-url-text-emacs open in other window Date: Tue, 10 Jul 2012 12:23:39 +0200 Organization: GNU Message-ID: <87vchvsyms.fsf@gnu.org> References: <20120710101403.GC12024@mark-laptop> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1341915802 20825 80.91.229.3 (10 Jul 2012 10:23:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Jul 2012 10:23:22 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Mark Skilbeck Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 10 12:23:21 2012 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 1SoXbE-0002Ha-5V for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Jul 2012 12:23:20 +0200 Original-Received: from localhost ([::1]:47304 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoXbC-0004Bg-TV for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Jul 2012 06:23:18 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoXb2-0004AY-HX for help-gnu-emacs@gnu.org; Tue, 10 Jul 2012 06:23:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoXaw-0003uJ-94 for help-gnu-emacs@gnu.org; Tue, 10 Jul 2012 06:23:08 -0400 Original-Received: from mail-wg0-f49.google.com ([74.125.82.49]:47198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoXaw-0003ts-07 for help-gnu-emacs@gnu.org; Tue, 10 Jul 2012 06:23:02 -0400 Original-Received: by wgbds1 with SMTP id ds1so8935971wgb.30 for ; Tue, 10 Jul 2012 03:23:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:organization:references :user-agent:date:message-id:mime-version:content-type; bh=Mp7u/vJGy6/dlDJoW0vp9HvFCLgQ3JripeOIBFR2L5Y=; b=hS/qsW4IY3RAGptdckUz7BsYy+4YTOcAE2Gy2HOj+1VzWFyt65e/BbMARzvbA2fpoE tGTaa2MtlH/xz4LJZfz7L6Dpbc+alvjze3G2MtXutLpdaUUAsER1hnTWAe7KzSYcTJUE yaTM5RlcF1kEYMahqlChWyMZaUiEQL8zKMnCxT/a5/6PtJCS+M4Htex1Sgq32pyFNGLI BV15/mVXwf0KSsY2AqLO4bodLBeFV4dCBpDK+/wtNCCEbuOHPAM/b/VTFytqx50u0jhh gihtJ7Cr+gZh+LZBqUb8aB0l/hvmXpgIbwILur0r7hEU1ZLSKTDguOR4TCbB2VDxpZV/ 6BCA== Original-Received: by 10.216.136.167 with SMTP id w39mr16310458wei.76.1341915779907; Tue, 10 Jul 2012 03:22:59 -0700 (PDT) Original-Received: from myhost.localdomain (mar75-2-81-56-68-112.fbx.proxad.net. [81.56.68.112]) by mx.google.com with ESMTPS id bc2sm42081564wib.0.2012.07.10.03.22.58 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 10 Jul 2012 03:22:59 -0700 (PDT) Original-Received: by myhost.localdomain (Postfix, from userid 1000) id 912BD8207; Tue, 10 Jul 2012 12:23:39 +0200 (CEST) In-Reply-To: <20120710101403.GC12024@mark-laptop> (Mark Skilbeck's message of "Tue, 10 Jul 2012 11:14:03 +0100") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.49 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:85757 Archived-At: Mark Skilbeck writes: > I would like to configure browse-url-text-emacs to open documents in a > new window, i.e. not the current window. This is behaviour similar to > apropos, slime, and a whole bunch of other commands. I *could* get > down and dirty in the browse-url code--but, really, who wants to do > that? C-u M-x browse-url-text-emacs RET C-h v browse-url-new-window-flag RET HTH, -- Bastien