From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: twiki Newsgroups: gmane.emacs.help Subject: Launch application with region as a parameter Date: Mon, 6 Oct 2014 08:33:10 -0700 (PDT) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1412609731 5935 80.91.229.3 (6 Oct 2014 15:35:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Oct 2014 15:35:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 06 17:35: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 1XbAJk-0002jL-JU for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Oct 2014 17:35:20 +0200 Original-Received: from localhost ([::1]:52570 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbAJk-0006g6-8K for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Oct 2014 11:35:20 -0400 X-Received: by 10.236.123.200 with SMTP id v48mr1086205yhh.54.1412609590239; Mon, 06 Oct 2014 08:33:10 -0700 (PDT) X-Received: by 10.140.20.246 with SMTP id 109mr283381qgj.0.1412609590162; Mon, 06 Oct 2014 08:33:10 -0700 (PDT) Original-Path: usenet.stanford.edu!s7no867685qap.0!news-out.google.com!q8ni43qal.1!nntp.google.com!s7no867681qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=31.199.112.21; posting-account=wjp2oAoAAACzI4pv18VQXMxteESeFgB_ Original-NNTP-Posting-Host: 31.199.112.21 User-Agent: G2/1.0 Injection-Date: Mon, 06 Oct 2014 15:33:10 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:208034 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:100309 Archived-At: I've text-buffer and the cursor is here... ... bla bla bla c:\tmp\doc1.pdf bla bla bla ^ ... I want select this line and launch (with =C-c o=) Adobe Reader (or also) on c:\tmp\doc1.pdf Suggestions?