From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.help,gmane.emacs.windows Subject: Re: [h-e-w] [windows Q] `emacs here' like windows power tool `cmdprompt here' Date: Tue, 24 Aug 2010 08:50:29 -0500 Organization: Still searching... Message-ID: <877hjg5dcq.fsf@newsguy.com> References: <87bp8t5h68.fsf@newsguy.com> <4BA15CCCD0DD844ABF971A1DEA6ED02BB165FB@Mail1.Distekcorp.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1282658164 15216 80.91.229.12 (24 Aug 2010 13:56:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 Aug 2010 13:56:04 +0000 (UTC) Cc: help-emacs-windows@gnu.org To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 24 15:56:02 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ontyn-0001tt-Ok for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Aug 2010 15:55:58 +0200 Original-Received: from localhost ([127.0.0.1]:55129 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ontym-0001Px-VQ for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Aug 2010 09:55:57 -0400 Original-Received: from [140.186.70.92] (port=43142 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ontu8-0005MM-Qm for help-gnu-emacs@gnu.org; Tue, 24 Aug 2010 09:51:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ontu2-00046P-ME for help-gnu-emacs@gnu.org; Tue, 24 Aug 2010 09:51:08 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:47441) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ontu2-00045q-FB for help-gnu-emacs@gnu.org; Tue, 24 Aug 2010 09:51:02 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ontty-0005Av-B9 for help-gnu-emacs@gnu.org; Tue, 24 Aug 2010 15:50:58 +0200 Original-Received: from c-98-215-178-110.hsd1.in.comcast.net ([98.215.178.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Aug 2010 15:50:58 +0200 Original-Received: from reader by c-98-215-178-110.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Aug 2010 15:50:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Followup-To: gmane.emacs.windows Original-Lines: 16 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-98-215-178-110.hsd1.in.comcast.net User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:f57tHdDHVae1Zd8WAQh29csFeCc= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74793 gmane.emacs.windows:4728 Archived-At: "Bryan Guthrie" writes: > StackOverflow has a "How to" page that may be helpful: > http://stackoverflow.com/questions/455077/how-to-create-a-right-click-context-shell-shortcut-edit-with-emacs > > The site refers to "emacsclientw.exe", but "gnuclientw.exe" settings > would be similar, for example: > REGEDIT4 ; This puts "emacs" into the > right-click menu in Windows Explorer. [HKEY_CLASSES_ROOT\*\shell] > @="" [HKEY_CLASSES_ROOT\*\shell\emacs] @="&Emacs" > [HKEY_CLASSES_ROOT\*\shell\emacs\command] > @="C:\\emacs\\bin\\gnuclientw -q \"%L\"" Sorry to be so dense, but is that literal? I'm not recognizing the format there