help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help - can't associate files on Windows XP?


From: Martin Stemplinger
Subject: Re: Help - can't associate files on Windows XP?
Date: Fri, 12 Sep 2003 22:52:49 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (windows-nt)

On Do Sep 11 2003 at 22:02, Bjoern <bjoern_p1@gmx.net> wrote:

> I'm using emacs 21.3 for Win32, but ever since I upgraded to 21.3 (I
> think, although I am 
> not too sure about the exact timing), I have been unable to
> associate files with 
> emacs.  

Did you try to associate files by setting the corresponding registry
keys?

For example this should associate c-files with gnuclient

<-- snip and save to emacs.reg or whatever -->
REGEDIT4

[HKEY_CLASSES_ROOT\*\shell]
@=""

[HKEY_CLASSES_ROOT\*\shell\edit]
@="edit (ascii)"

[HKEY_CLASSES_ROOT\*\shell\edit\command]
@="D:\\GNU\\emacs\\site-lisp\\bin\\gnuclientw.exe -F \"%1\""

[HKEY_CLASSES_ROOT\cfile\Shell]

[HKEY_CLASSES_ROOT\cfile\Shell\Open]

[HKEY_CLASSES_ROOT\cfile\Shell\Open\Command]
@="D:\\GNU\\emacs\\site-lisp\\bin\\gnuclientw.exe -F \"%1\""

[HKEY_CLASSES_ROOT\cfile\DefaultIcon]
@="D:\\GNU\\emacs\\site-lisp\\bin\\icons.dll,3"

[HKEY_CLASSES_ROOT\.c]
@="cfile"
"Content Type"="text/plain"
<-- snip -->

HTH
Martin
-- 
Remove NOSPAM to reply by mail


reply via email to

[Prev in Thread] Current Thread [Next in Thread]