From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.help Subject: Re: launch a program in an arbitrary frame Date: Sat, 18 Jul 2015 19:06:18 +0200 Message-ID: <87615hl7jp.fsf@wanadoo.es> References: <8xxwpxyducd.fsf@village.keycorner.org> <8xxr3o5ea34.fsf@village.keycorner.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1437239220 11955 80.91.229.3 (18 Jul 2015 17:07:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Jul 2015 17:07:00 +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 Jul 18 19:06:51 2015 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 1ZGVZa-0008GA-G0 for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Jul 2015 19:06:50 +0200 Original-Received: from localhost ([::1]:48883 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGVZZ-0003f1-Qy for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Jul 2015 13:06:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGVZN-0003eZ-Jb for help-gnu-emacs@gnu.org; Sat, 18 Jul 2015 13:06:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGVZJ-00043y-W9 for help-gnu-emacs@gnu.org; Sat, 18 Jul 2015 13:06:37 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:44439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGVZJ-00043u-PK for help-gnu-emacs@gnu.org; Sat, 18 Jul 2015 13:06:33 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZGVZG-00086r-6H for help-gnu-emacs@gnu.org; Sat, 18 Jul 2015 19:06:30 +0200 Original-Received: from 254.red-83-46-124.dynamicip.rima-tde.net ([83.46.124.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Jul 2015 19:06:30 +0200 Original-Received: from ofv by 254.red-83-46-124.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Jul 2015 19:06:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 254.red-83-46-124.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:A5vQcXUitpLZxlcaPXLSw30O5nM= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:105809 Archived-At: Hikaru Ichijyo writes: > The whole reason I got into Emacs was because I was hoping it could > bring my Internet usage back to the happy days back when it was almost > all text, almost all done through the keyboard, all in one integrated > environment (no more "mousercize" to use the Internet). The mouse slows > me down and makes me keep having to move my right arm back and forth. > > And on any kind of Unix system, adjusting any setting is usually done > with text files in a text editor. Emacs just seemed like it could bring > it all together, system administration and Internet usage, and make the > mouse only necessary for programs that truly need to be graphical. I'm > gradually realizing that, and it's a really elegant way of working. You have Conkeror ( http://conkeror.org/ ) and Vimperator ( http://www.vimperator.org/ ) Both are keyboard-driven and configuration is done with plain text files. Personally I prefer Vimperator when a full-featured browser is unavoidable, otherwise I use eww (the integrated Emacs web browser.) [snip]