[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GWorkspace question
From: |
Germán Arias |
Subject: |
Re: GWorkspace question |
Date: |
Wed, 29 Oct 2014 19:10:05 -0600 |
User-agent: |
GNUMail (Version 1.2.2) |
On 2014-10-29 16:29:39 -0600 Charles Philip Chan <cpchan@bell.net> wrote:
> On 29 Oct 2014, eancaer@gmail.com wrote:
>
> Hi Edwin:
>
>> When browsing through a directory, I saw GNUmakefile. How can an
>> application indicate it will open a file without an extension?
>
> I don't think you can, but you can try:
>
> ,----
> | NSUnixExtensions = ( "" );
Should be:
NSUnixExtensions = ( * );
Germán
> `----
>
> to see if it works.
>
> However, you can set a "default editor" in the preferences of Gworkspace
> app for this. Personally, I have set it to emacs.app.
>
> Charles
>
Re: GWorkspace question, Alessandro Sangiuliano, 2014/10/31